次の方法で共有


CreateFirewallRuleWithAccountParameters.StartIpAddress プロパティ

定義

ファイアウォール規則の開始 IP アドレスを取得または設定します。 これは、ipv4 または ipv6 のいずれかです。 Start と End は同じプロトコルである必要があります。

[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

適用対象