ICloudLink.Status Property

Definition

The state of the cloud link.

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

Property Value

Attributes

Applies to