共用方式為


DiskRestorePoint.OsType Property

Definition

Gets the Operating System type. Possible values include: 'Windows', 'Linux'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.osType")]
public Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes? OsType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.osType")>]
member this.OsType : Nullable<Microsoft.Azure.Management.Compute.Models.OperatingSystemTypes>
Public ReadOnly Property OsType As Nullable(Of OperatingSystemTypes)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to