GetDataCollectionEndpointResult

data class GetDataCollectionEndpointResult(val configurationAccess: DataCollectionEndpointResponseConfigurationAccess? = null, val description: String? = null, val etag: String, val id: String, val immutableId: String? = null, val kind: String? = null, val location: String, val logsIngestion: DataCollectionEndpointResponseLogsIngestion? = null, val name: String, val networkAcls: DataCollectionEndpointResponseNetworkAcls? = null, 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(configurationAccess: DataCollectionEndpointResponseConfigurationAccess? = null, description: String? = null, etag: String, id: String, immutableId: String? = null, kind: String? = null, location: String, logsIngestion: DataCollectionEndpointResponseLogsIngestion? = null, name: String, networkAcls: DataCollectionEndpointResponseNetworkAcls? = null, provisioningState: String, systemData: DataCollectionEndpointResourceResponseSystemData, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

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

Fully qualified ID 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

The name of the resource.

Link copied to clipboard

Network access control rules for the endpoints.

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.