Compartir a través de


AzureFirewallNatRule.DestinationAddresses Propiedad

Definición

Obtiene o establece la lista de direcciones IP de destino para esta regla. Admite intervalos IP, prefijos y etiquetas de servicio.

[Newtonsoft.Json.JsonProperty(PropertyName="destinationAddresses")]
public System.Collections.Generic.IList<string> DestinationAddresses { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="destinationAddresses")>]
member this.DestinationAddresses : System.Collections.Generic.IList<string> with get, set
Public Property DestinationAddresses As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a