IRoleInstanceView.Statuses Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IResourceInstanceViewStatus) }, Read=true, ReadOnly=true, Required=false, SerializedName="statuses", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IResourceInstanceViewStatus> Statuses { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IResourceInstanceViewStatus) }, Read=true, ReadOnly=true, Required=false, SerializedName="statuses", Update=false)>]
member this.Statuses : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.IResourceInstanceViewStatus>
Public ReadOnly Property Statuses As List(Of IResourceInstanceViewStatus)

Property Value

Attributes

Applies to