DataCollectionEndpointNetworkAcls 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
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
Azure SDK for .NET