Share via


IContainerGroupProperties.OSType Property

Definition

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

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

Property Value

Attributes

Applies to