Compartir a través de


ApiManagementServiceUpdateParameters.PrivateEndpointConnections Propiedad

Definición

Obtiene o establece la lista de conexiones de punto de conexión privado de este servicio.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a