IProvisionedClusterUpgradeProfile.ControlPlaneProfileOSType Property
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.
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