Partager via


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