Share via


DataCollectionEndpointNetworkAcls Constructors

Definition

Overloads

DataCollectionEndpointNetworkAcls()

Initializes a new instance of the DataCollectionEndpointNetworkAcls class.

DataCollectionEndpointNetworkAcls(String)

Initializes a new instance of the DataCollectionEndpointNetworkAcls class.

DataCollectionEndpointNetworkAcls()

Initializes a new instance of the DataCollectionEndpointNetworkAcls class.

public DataCollectionEndpointNetworkAcls ();
Public Sub New ()

Applies to

DataCollectionEndpointNetworkAcls(String)

Initializes a new instance of the DataCollectionEndpointNetworkAcls class.

public DataCollectionEndpointNetworkAcls (string publicNetworkAccess = default);
new Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointNetworkAcls : string -> Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointNetworkAcls
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