你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IpSecurityRestriction Constructors

Definition

Overloads

IpSecurityRestriction()
IpSecurityRestriction(String, String)

IpSecurityRestriction()

public IpSecurityRestriction ();
Public Sub New ()

Applies to

IpSecurityRestriction(String, String)

public IpSecurityRestriction (string ipAddress, string subnetMask = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.IpSecurityRestriction : string * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.IpSecurityRestriction
Public Sub New (ipAddress As String, Optional subnetMask As String = Nothing)

Parameters

ipAddress
String
subnetMask
String

Applies to