Share via


IEnvironmentVersionProperties.OSType Property

Definition

The OS type of the environment.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The OS type of the environment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType) }, ReadOnly=false, Required=false, SerializedName="osType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType? OSType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="The OS type of the environment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType) }, ReadOnly=false, Required=false, SerializedName="osType")>]
member this.OSType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OperatingSystemType> with get, set
Public Property OSType As Nullable(Of OperatingSystemType)

Property Value

Attributes

Applies to