Share via


AvailabilitySetData.Sku Property

Definition

Sku of the availability set, only name is required to be set. See AvailabilitySetSkuTypes for possible set of values. Use 'Aligned' for virtual machines with managed disks and 'Classic' for virtual machines with unmanaged disks. Default value is 'Classic'.

public Azure.ResourceManager.Compute.Models.ComputeSku Sku { get; set; }
member this.Sku : Azure.ResourceManager.Compute.Models.ComputeSku with get, set
Public Property Sku As ComputeSku

Property Value

Applies to