Share via


NetworkRuleSet Constructors

Definition

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'

Applies to