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 metricsIngestionEndpoint: String, val name: String, val publicNetworkAccessEnabled: Boolean, val resourceGroupName: String, val tags: Map<String, String>)
A collection of values returned by getDataCollectionEndpoint.
Constructors
Link copied to clipboard
constructor(configurationAccessEndpoint: String, description: String, id: String, immutableId: String, kind: String, location: String, logsIngestionEndpoint: String, metricsIngestionEndpoint: String, name: String, publicNetworkAccessEnabled: Boolean, resourceGroupName: String, tags: Map<String, String>)
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
The endpoint used for ingesting metrics, e.g., https://mydce-abcd.eastus-1.metrics.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