Compartir a través de


PrivateEndpoint.IpConfigurations Propiedad

Definición

Obtiene o establece una lista de configuraciones de IP del punto de conexión privado. Se usará para asignarse a los puntos de conexión del servicio de primera entidad.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a