IGpuResource.Sku Property

Definition

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=true, SerializedName="sku", Update=true)]
public string Sku { 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=true, SerializedName="sku", Update=true)>]
member this.Sku : string with get, set
Public Property Sku As String

Property Value

Attributes

Applies to