Get Data Collection Endpoint Result
data class GetDataCollectionEndpointResult(val configurationAccessEndpoint: String, val description: String, val id: String, val immutableId: String, val kind: String, val location: String, val logsIngestionEndpoint: String, val name: String, val publicNetworkAccessEnabled: Boolean, val resourceGroupName: String, val tags: Map<String, String>)
A collection of values returned by getDataCollectionEndpoint.
Properties
Link copied to clipboard
The endpoint used for accessing configuration, e.g., https://mydce-abcd.eastus-1.control.monitor.azure.com
.
Link copied to clipboard
Specifies a description for the Data Collection Endpoint.
Link copied to clipboard
The immutable ID of the Data Collection Endpoint.
Link copied to clipboard
The endpoint used for ingesting logs, e.g., https://mydce-abcd.eastus-1.ingest.monitor.azure.com
.
Link copied to clipboard
Whether network access from public internet to the Data Collection Endpoint are allowed. Possible values are true
and false
.
Link copied to clipboard