NetworkRuleSet 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
NetworkRuleSet() |
Initializes a new instance of the NetworkRuleSet class. |
NetworkRuleSet(String) |
Initializes a new instance of the NetworkRuleSet class. |
NetworkRuleSet()
Initializes a new instance of the NetworkRuleSet class.
public NetworkRuleSet ();
Public Sub New ()
Applies to
NetworkRuleSet(String)
Initializes a new instance of the NetworkRuleSet class.
public NetworkRuleSet (string publicNetworkAccess = default);
new Microsoft.Azure.Management.Monitor.Models.NetworkRuleSet : string -> Microsoft.Azure.Management.Monitor.Models.NetworkRuleSet
Public Sub New (Optional publicNetworkAccess As String = Nothing)
Parameters
- publicNetworkAccess
- String
The configuration to set whether network access from public internet to the endpoints are allowed. Possible values include: 'Enabled', 'Disabled'