Compartir a través de


PrivateEndpoint.ManualPrivateLinkServiceConnections Propiedad

Definición

Obtiene o establece una lista de conexiones al recurso remoto. Inmutable después de establecerlo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a