GetDataCollectionEndpointResult

data class GetDataCollectionEndpointResult(val azureApiVersion: String, val configurationAccess: DataCollectionEndpointResponseConfigurationAccess? = null, val description: String? = null, val etag: String, val failoverConfiguration: DataCollectionEndpointResponseFailoverConfiguration, val id: String, val identity: DataCollectionEndpointResourceResponseIdentity? = null, val immutableId: String? = null, val kind: String? = null, val location: String, val logsIngestion: DataCollectionEndpointResponseLogsIngestion? = null, val metadata: DataCollectionEndpointResponseMetadata, val metricsIngestion: DataCollectionEndpointResponseMetricsIngestion? = null, val name: String, val networkAcls: DataCollectionEndpointResponseNetworkAcls? = null, val privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, val provisioningState: String, val systemData: DataCollectionEndpointResourceResponseSystemData, val tags: Map<String, String>? = null, val type: String)

Definition of ARM tracked top level resource.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, configurationAccess: DataCollectionEndpointResponseConfigurationAccess? = null, description: String? = null, etag: String, failoverConfiguration: DataCollectionEndpointResponseFailoverConfiguration, id: String, identity: DataCollectionEndpointResourceResponseIdentity? = null, immutableId: String? = null, kind: String? = null, location: String, logsIngestion: DataCollectionEndpointResponseLogsIngestion? = null, metadata: DataCollectionEndpointResponseMetadata, metricsIngestion: DataCollectionEndpointResponseMetricsIngestion? = null, name: String, networkAcls: DataCollectionEndpointResponseNetworkAcls? = null, privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, provisioningState: String, systemData: DataCollectionEndpointResourceResponseSystemData, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The endpoint used by clients to access their configuration.

Link copied to clipboard
val description: String? = null

Description of the data collection endpoint.

Link copied to clipboard

Resource entity tag (ETag).

Link copied to clipboard

Failover configuration on this endpoint. This property is READ-ONLY.

Link copied to clipboard
val id: String

Fully qualified ID of the resource.

Link copied to clipboard

Managed service identity of the resource.

Link copied to clipboard
val immutableId: String? = null

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

Link copied to clipboard
val kind: String? = null

The kind of the resource.

Link copied to clipboard

The geo-location where the resource lives.

Link copied to clipboard

The endpoint used by clients to ingest logs.

Link copied to clipboard

Metadata for the resource. This property is READ-ONLY.

Link copied to clipboard

The endpoint used by clients to ingest metrics.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Network access control rules for the endpoints.

Link copied to clipboard

List of Azure Monitor Private Link Scope Resources to which this data collection endpoint resource is associated. This property is READ-ONLY.

Link copied to clipboard

The resource provisioning state. This property is READ-ONLY.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource.