IMeshUpgradeProfileProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.MeshUpgradeProfilePropertiesTypeConverter))]
public interface IMeshUpgradeProfileProperties : Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMeshRevision
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.MeshUpgradeProfilePropertiesTypeConverter))>]
type IMeshUpgradeProfileProperties = interface
interface IJsonSerializable
interface IMeshRevision
Public Interface IMeshUpgradeProfileProperties
Implements IMeshRevision
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| CompatibleWith |
List of items this revision of service mesh is compatible with, and their associated versions. (Inherited from IMeshRevision) |
| Revision |
The revision of the mesh release. (Inherited from IMeshRevision) |
| Upgrade |
List of revisions available for upgrade of a specific mesh revision (Inherited from IMeshRevision) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |