Share via


IContainerGroupPropertiesAutoGenerated.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=false, 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=false, SerializedName="osType")>]
member this.OSType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Support.OperatingSystemTypes> with get, set
Public Property OSType As Nullable(Of OperatingSystemTypes)

Property Value

Attributes

Applies to