VMExtensionInstanceView.SubStatuses Property

Definition

Gets or sets the resource status information.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to