IpSecurityRestriction Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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