Share via


IConnectedClusterPatch.DistributionVersion Property

Definition

Represents the Kubernetes distribution version on this connected cluster.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Create=true, Description="Represents the Kubernetes distribution version on this connected cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="distributionVersion", Update=true)]
public string DistributionVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Runtime.Info(Create=true, Description="Represents the Kubernetes distribution version on this connected cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="distributionVersion", Update=true)>]
member this.DistributionVersion : string with get, set
Public Property DistributionVersion As String

Property Value

Attributes

Applies to