IContainerGroupProfileProperties.OSType Property

Definition

The operating system type required by the containers in the container group.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PSArgumentCompleter(new System.String[] { "Windows", "Linux" })]
[Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The operating system type required by the containers in the container group.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="osType", Update=true)]
public string OSType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.PSArgumentCompleter(new System.String[] { "Windows", "Linux" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.Info(Create=true, Description="The operating system type required by the containers in the container group.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="osType", Update=true)>]
member this.OSType : string with get, set
Public Property OSType As String

Property Value

Attributes

Applies to