Compartir a través de


PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState.Status Propiedad

Definición

Obtiene o establece el estado de la conexión del servicio private link. Puede ser Pendiente, Aprobado, Rechazado o Desconectado. Entre los valores posibles se incluyen: "Pendiente", "Aprobado", "Rechazado", "Desconectado".

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.Search.Models.PrivateLinkServiceConnectionStatus? Status { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Nullable<Microsoft.Azure.Management.Search.Models.PrivateLinkServiceConnectionStatus> with get, set
Public Property Status As Nullable(Of PrivateLinkServiceConnectionStatus)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a