GpuResource.Sku Property

Definition

Gets or sets the SKU of the GPU resource. Possible values include: 'K80', 'P100', 'V100'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to