IContainerGroupProfileProperties1.Sku Property

Definition

The SKU for a container group.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PSArgumentCompleter(new System.String[] { "Standard", "Dedicated", "Confidential" })]
[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The SKU for a container group.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sku", Update=true)]
public string Sku { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PSArgumentCompleter(new System.String[] { "Standard", "Dedicated", "Confidential" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The SKU for a container group.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="sku", Update=true)>]
member this.Sku : string with get, set
Public Property Sku As String

Property Value

Attributes

Applies to