IWorkloadNetworkVMGroup.Status Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Description="VM Group status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.VMGroupStatusEnum) }, ReadOnly=true, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.VMGroupStatusEnum? Status { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.Info(Description="VM Group status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.VMGroupStatusEnum) }, ReadOnly=true, Required=false, SerializedName="status")>]
member this.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.VMware.Support.VMGroupStatusEnum>
Public ReadOnly Property Status As Nullable(Of VMGroupStatusEnum)

Property Value

Nullable<VMGroupStatusEnum>
Attributes

Applies to