IContainerProperties.RequestsGpuSku 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.PSArgumentCompleter(new System.String[] { "K80", "P100", "V100" })]
[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The SKU of the GPU resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sku", Update=true)]
public string RequestsGpuSku { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PSArgumentCompleter(new System.String[] { "K80", "P100", "V100" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The SKU of the GPU resource.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sku", Update=true)>]
member this.RequestsGpuSku : string with get, set
Public Property RequestsGpuSku As String
Property Value
- Attributes