Get Data Collection Endpoint Result
data class GetDataCollectionEndpointResult(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
fun GetDataCollectionEndpointResult(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)