Compartir a través de


FirewallRule.EndIpAddress Propiedad

Definición

Obtiene o establece la dirección IP final de la regla de firewall. Debe tener el formato IPv4. Debe ser mayor o igual que startIpAddress. Use el valor "0.0.0.0" para todas las direcciones IP internas de Azure.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.endIpAddress")]
public string EndIpAddress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.endIpAddress")>]
member this.EndIpAddress : string with get, set
Public Property EndIpAddress As String

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a