DataCollectionEndpoint Constructors

Definition

Overloads

DataCollectionEndpoint()

Initializes a new instance of the DataCollectionEndpoint class.

DataCollectionEndpoint(String, String, DataCollectionEndpointConfigurationAccess, DataCollectionEndpointLogsIngestion, DataCollectionEndpointNetworkAcls, String)

Initializes a new instance of the DataCollectionEndpoint class.

DataCollectionEndpoint()

Initializes a new instance of the DataCollectionEndpoint class.

public DataCollectionEndpoint ();
Public Sub New ()

Applies to

DataCollectionEndpoint(String, String, DataCollectionEndpointConfigurationAccess, DataCollectionEndpointLogsIngestion, DataCollectionEndpointNetworkAcls, String)

Initializes a new instance of the DataCollectionEndpoint class.

public DataCollectionEndpoint (string description = default, string immutableId = default, Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointConfigurationAccess configurationAccess = default, Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointLogsIngestion logsIngestion = default, Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointNetworkAcls networkAcls = default, string provisioningState = default);
new Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpoint : string * string * Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointConfigurationAccess * Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointLogsIngestion * Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpointNetworkAcls * string -> Microsoft.Azure.Management.Monitor.Models.DataCollectionEndpoint
Public Sub New (Optional description As String = Nothing, Optional immutableId As String = Nothing, Optional configurationAccess As DataCollectionEndpointConfigurationAccess = Nothing, Optional logsIngestion As DataCollectionEndpointLogsIngestion = Nothing, Optional networkAcls As DataCollectionEndpointNetworkAcls = Nothing, Optional provisioningState As String = Nothing)

Parameters

description
String

Description of the data collection endpoint.

immutableId
String

The immutable ID of this data collection endpoint resource. This property is READ-ONLY.

configurationAccess
DataCollectionEndpointConfigurationAccess

The endpoint used by clients to access their configuration.

logsIngestion
DataCollectionEndpointLogsIngestion

The endpoint used by clients to ingest logs.

networkAcls
DataCollectionEndpointNetworkAcls

Network access control rules for the endpoints.

provisioningState
String

The resource provisioning state. This property is READ-ONLY. Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed'

Applies to