次の方法で共有


IpSecurityRestriction.IpAddress プロパティ

定義

セキュリティ制限が有効な IP アドレスを取得または設定します。 純粋な ipv4 アドレス (必須の SubnetMask プロパティ) または ipv4/mask (先頭のビット一致) などの CIDR 表記の形式を使用できます。 CIDR の場合、SubnetMask プロパティを指定することはできません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象