Share via


PrivateLinkServiceConnectionState.Description Property

Definition

Gets or sets the description for connection status. For example if connection is rejected it can indicate reason for rejection.

[Newtonsoft.Json.JsonProperty(PropertyName="description")]
public string Description { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="description")>]
member this.Description : string with get, set
Public Property Description As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to