GetDataCollectionEndpointResult

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>)

Types

Link copied to clipboard
object Companion

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The immutable ID of the Data Collection Endpoint.

Link copied to clipboard

The kind of the Data Collection Endpoint. Possible values are Linux and Windows.

Link copied to clipboard

The Azure Region where the Data Collection Endpoint should exist.

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
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
Link copied to clipboard

A mapping of tags which should be assigned to the Data Collection Endpoint.