共用方式為


IpSecurityRestriction 建構函式

定義

多載

IpSecurityRestriction()

初始化 IpSecurityRestriction 類別的新實例。

IpSecurityRestriction(String, String, String, Nullable<Int32>, Nullable<Int32>, String, IpFilterTag, Nullable<Int32>, String, String)

初始化 IpSecurityRestriction 類別的新實例。

IpSecurityRestriction()

初始化 IpSecurityRestriction 類別的新實例。

public IpSecurityRestriction ();
Public Sub New ()

適用於

IpSecurityRestriction(String, String, String, Nullable<Int32>, Nullable<Int32>, String, IpFilterTag, Nullable<Int32>, String, String)

初始化 IpSecurityRestriction 類別的新實例。

public IpSecurityRestriction (string ipAddress = default, string subnetMask = default, string vnetSubnetResourceId = default, int? vnetTrafficTag = default, int? subnetTrafficTag = default, string action = default, Microsoft.Azure.Management.AppService.Fluent.Models.IpFilterTag tag = default, int? priority = default, string name = default, string description = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.IpSecurityRestriction : string * string * string * Nullable<int> * Nullable<int> * string * Microsoft.Azure.Management.AppService.Fluent.Models.IpFilterTag * Nullable<int> * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.IpSecurityRestriction
Public Sub New (Optional ipAddress As String = Nothing, Optional subnetMask As String = Nothing, Optional vnetSubnetResourceId As String = Nothing, Optional vnetTrafficTag As Nullable(Of Integer) = Nothing, Optional subnetTrafficTag As Nullable(Of Integer) = Nothing, Optional action As String = Nothing, Optional tag As IpFilterTag = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional description As String = Nothing)

參數

ipAddress
String

安全性限制有效的 IP 位址。 其格式可以是純 ipv4 位址, (必要的 SubnetMask 屬性) 或 CIDR 標記法,例如 ipv4/mask (前置位比對) 。 針對 CIDR,不得指定 SubnetMask 屬性。

subnetMask
String

限制有效之 IP 位址範圍的子網路遮罩。

vnetSubnetResourceId
String

虛擬網路資源識別碼

vnetTrafficTag
Nullable<Int32>

(內部) Vnet 流量標籤

subnetTrafficTag
Nullable<Int32>

(內部) 子網流量標籤

action
String

允許或拒絕此 IP 範圍的存取。

tag
IpFilterTag

定義此 IP 篩選器將用於哪些專案。 這是為了支援 Proxy 上的 IP 篩選。 可能的值包括:'Default'、'XffProxy'

priority
Nullable<Int32>

IP 限制規則的優先順序。

name
String

IP 限制規則名稱。

description
String

IP 限制規則描述。

適用於