Share via


IProvisionedClusterUpgradeProfile.ControlPlaneProfileOSType Property

Definition

The particular KubernetesVersion Image OS Type (Linux, Windows)

[Microsoft.Azure.PowerShell.Cmdlets.AksArc.PSArgumentCompleter(new System.String[] { "Windows", "Linux" })]
[Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=false, Description="The particular KubernetesVersion Image OS Type (Linux, Windows)", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="osType", Update=false)]
public string ControlPlaneProfileOSType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.PSArgumentCompleter(new System.String[] { "Windows", "Linux" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.AksArc.Runtime.Info(Create=false, Description="The particular KubernetesVersion Image OS Type (Linux, Windows)", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="osType", Update=false)>]
member this.ControlPlaneProfileOSType : string
Public ReadOnly Property ControlPlaneProfileOSType As String

Property Value

Attributes

Applies to