Partager via


IGpuResource.Sku Property

Definition

The SKU of the GPU resource.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The SKU of the GPU resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku) }, ReadOnly=false, Required=true, SerializedName="sku")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku Sku { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Description="The SKU of the GPU resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku) }, ReadOnly=false, Required=true, SerializedName="sku")>]
member this.Sku : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku with get, set
Public Property Sku As GpuSku

Property Value

Attributes

Applies to