Share via


IManagedClusterAgentPoolProfileProperties.OSDiskType Property

Definition

The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see Ephemeral OS.

[Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSDiskType) }, ReadOnly=false, Required=false, SerializedName="osDiskType")]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSDiskType? OSDiskType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Runtime.Info(Description="The default is 'Ephemeral' if the VM supports it and has a cache disk larger than the requested OSDiskSizeGB. Otherwise, defaults to 'Managed'. May not be changed after creation. For more information see [Ephemeral OS](https://docs.microsoft.com/azure/aks/cluster-configuration#ephemeral-os).", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSDiskType) }, ReadOnly=false, Required=false, SerializedName="osDiskType")>]
member this.OSDiskType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSDiskType> with get, set
Public Property OSDiskType As Nullable(Of OSDiskType)

Property Value

Attributes

Applies to