Share via


IMeshUpgradeProfileProperties Interface

Definition

[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)

Applies to