MeshUpgradeProfileList Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Holds an array of MeshUpgradeProfiles
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.MeshUpgradeProfileListTypeConverter))]
public class MeshUpgradeProfileList : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshUpgradeProfileList
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.MeshUpgradeProfileListTypeConverter))>]
type MeshUpgradeProfileList = class
interface IMeshUpgradeProfileList
interface IJsonSerializable
Public Class MeshUpgradeProfileList
Implements IMeshUpgradeProfileList
- Inheritance
-
MeshUpgradeProfileList
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| MeshUpgradeProfileList() |
Creates an new MeshUpgradeProfileList instance. |
Properties
| Name | Description |
|---|---|
| NextLink |
The URL to get the next set of mesh upgrade profile. |
| Value |
Array of supported service mesh add-on upgrade profiles. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of MeshUpgradeProfileList. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of MeshUpgradeProfileList. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshUpgradeProfileList. |
| FromJsonString(String) |
Creates a new instance of MeshUpgradeProfileList, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of MeshUpgradeProfileList into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |