Condividi tramite


IMeshRevision.CompatibleWith Property

Definition

List of items this revision of service mesh is compatible with, and their associated versions.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="List of items this revision of service mesh is compatible with, and their associated versions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions) }, Read=true, ReadOnly=false, Required=false, SerializedName="compatibleWith", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions> CompatibleWith { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Create=true, Description="List of items this revision of service mesh is compatible with, and their associated versions.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions) }, Read=true, ReadOnly=false, Required=false, SerializedName="compatibleWith", Update=true)>]
member this.CompatibleWith : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ICompatibleVersions> with get, set
Public Property CompatibleWith As List(Of ICompatibleVersions)

Property Value

Attributes

Applies to