ImportExportOperationResult.PrivateEndpointConnections Property

Definition

Gets the status of private endpoints associated with this request.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpointConnections")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnectionRequestStatus> PrivateEndpointConnections { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.privateEndpointConnections")>]
member this.PrivateEndpointConnections : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.PrivateEndpointConnectionRequestStatus>
Public ReadOnly Property PrivateEndpointConnections As IList(Of PrivateEndpointConnectionRequestStatus)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to