VirtualMachineProfile.Sku Property

Definition

Gets or sets the SKU for the lab. Defines the type of virtual machines used in the lab.

[Newtonsoft.Json.JsonProperty(PropertyName="sku")]
public Microsoft.Azure.Management.LabServices.Models.Sku Sku { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sku")>]
member this.Sku : Microsoft.Azure.Management.LabServices.Models.Sku with get, set
Public Property Sku As Sku

Property Value

Sku
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to