IPrivateLinkServiceConnectionState.Status Property

Definition

Gets or sets the status.

[Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PrivateEndpointConnectionStatus) }, ReadOnly=false, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PrivateEndpointConnectionStatus? Status { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Runtime.Info(Description="Gets or sets the status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PrivateEndpointConnectionStatus) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Migrate.Support.PrivateEndpointConnectionStatus> with get, set
Public Property Status As Nullable(Of PrivateEndpointConnectionStatus)

Property Value

Attributes

Applies to