Freigeben über


ManagedClusterAgentPoolProfileProperties.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.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)]
public Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSDiskType? OSDiskType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Aks.Origin(Microsoft.Azure.PowerShell.Cmdlets.Aks.PropertyOrigin.Owned)>]
member this.OSDiskType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSDiskType> with get, set
Public Property OSDiskType As Nullable(Of OSDiskType)

Property Value

Implements

Attributes

Applies to