IEstimatedVMPrice.OSType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Operating system type used by the VM.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Operating system type used by the VM.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.VMPriceOstype) }, ReadOnly=false, Required=true, SerializedName="osType")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.VMPriceOstype OSType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Operating system type used by the VM.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.VMPriceOstype) }, ReadOnly=false, Required=true, SerializedName="osType")>]
member this.OSType : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.VMPriceOstype with get, set
Public Property OSType As VMPriceOstype
Property Value
- Attributes