ContainerProperties.LimitsGpuSku Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SKU of the GPU resource.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)]
public Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku? LimitsGpuSku { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Origin(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PropertyOrigin.Inlined)>]
member this.LimitsGpuSku : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.GpuSku> with get, set
Public Property LimitsGpuSku As Nullable(Of GpuSku)
Property Value
Implements
- Attributes