Compartir a través de


FirewallRule.StartIpAddress Propiedad

Definición

Obtiene o establece la dirección IP inicial de la regla de firewall. Debe tener el formato IPv4. Use el valor "0.0.0.0" para todas las direcciones IP internas de Azure.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a