DataCollectionEndpointResourceProperties Class

Resource properties.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.monitor.v2021_04_01.models._models_py3.DataCollectionEndpoint
DataCollectionEndpointResourceProperties

Constructor

DataCollectionEndpointResourceProperties(*, description: Optional[str] = None, immutable_id: Optional[str] = None, configuration_access: Optional[azure.mgmt.monitor.v2021_04_01.models._models_py3.DataCollectionEndpointConfigurationAccess] = None, logs_ingestion: Optional[azure.mgmt.monitor.v2021_04_01.models._models_py3.DataCollectionEndpointLogsIngestion] = None, network_acls: Optional[azure.mgmt.monitor.v2021_04_01.models._models_py3.DataCollectionEndpointNetworkAcls] = None, **kwargs)

Variables

description
str

Description of the data collection endpoint.

immutable_id
str

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

configuration_access
<xref:$>(<xref:python-base-namespace>)DataCollectionEndpointConfigurationAccess

The endpoint used by agents to access their configuration.

logs_ingestion
<xref:$>(<xref:python-base-namespace>)DataCollectionEndpointLogsIngestion

The endpoint used by clients to ingest logs.

network_acls
<xref:$>(<xref:python-base-namespace>)DataCollectionEndpointNetworkAcls

Network access control rules for the endpoints.

provisioning_state
str or <xref:$>(<xref:python-base-namespace>)KnownDataCollectionEndpointProvisioningState

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