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