CapacityReservationData.Sku Property

Definition

SKU of the resource for which capacity needs be reserved. The SKU name and capacity is required to be set. Currently VM Skus with the capability called 'CapacityReservationSupported' set to true are supported. Refer to List Microsoft.Compute SKUs in a region (https://docs.microsoft.com/rest/api/compute/resourceskus/list) for supported values.

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