Share via


PrivateEndpointConnectionPropertiesPrivateLinkServiceConnectionState.Status Property

Definition

Gets or sets status of the the private link service connection. Can be Pending, Approved, Rejected, or Disconnected. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to