Freigeben über


IMachineRunCommandInstanceView.Statuses Property

Definition

The status information.

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

Property Value

Attributes

Applies to