ApiManagementServiceBaseProperties.PrivateEndpointConnections Property

Definition

Gets or sets list of Private Endpoint Connections of this service.

[Newtonsoft.Json.JsonProperty(PropertyName="privateEndpointConnections")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper> PrivateEndpointConnections { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="privateEndpointConnections")>]
member this.PrivateEndpointConnections : System.Collections.Generic.IList<Microsoft.Azure.Management.ApiManagement.Models.RemotePrivateEndpointConnectionWrapper> with get, set
Public Property PrivateEndpointConnections As IList(Of RemotePrivateEndpointConnectionWrapper)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to