Share via


DedicatedHostInstanceView.Statuses プロパティ

定義

リソースの状態情報を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="statuses")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.InstanceViewStatus> Statuses { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="statuses")>]
member this.Statuses : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.InstanceViewStatus> with get, set
Public Property Statuses As IList(Of InstanceViewStatus)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象