PrivateEndpointConnection.PrivateEndpoint Property

Definition

Gets or sets private endpoint which the connection belongs to.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpoint")]
public Microsoft.Azure.Management.Sql.Models.PrivateEndpointProperty PrivateEndpoint { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpoint")>]
member this.PrivateEndpoint : Microsoft.Azure.Management.Sql.Models.PrivateEndpointProperty with get, set
Public Property PrivateEndpoint As PrivateEndpointProperty

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to