Compartir a través de


VirtualNetworkGateway.IpConfigurations Propiedad

Definición

Obtiene o establece configuraciones de IP para la puerta de enlace de red virtual.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a