次の方法で共有


FirewallRule.StartIpAddress プロパティ

定義

ファイアウォール規則の開始 IP アドレスを取得または設定します。 IPv4 形式である必要があります。 すべての Azure 内部 IP アドレスに値 '0.0.0.0' を使用します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象