IContainer.RequestsGpuSku 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=false, SerializedName="sku")]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku? RequestsGpuSku { 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=false, SerializedName="sku")>]
member this.RequestsGpuSku : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku> with get, set
Public Property RequestsGpuSku As Nullable(Of GpuSku)

Property Value

Attributes

Applies to