Get Metrics Configuration Result
data class GetMetricsConfigurationResult(val collectionInterval: Double, val detailedStatus: String, val detailedStatusMessage: String, val disabledMetrics: List<String>, val enabledMetrics: List<String>? = null, val extendedLocation: ExtendedLocationResponse, val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Constructors
Link copied to clipboard
constructor(collectionInterval: Double, detailedStatus: String, detailedStatusMessage: String, disabledMetrics: List<String>, enabledMetrics: List<String>? = null, extendedLocation: ExtendedLocationResponse, id: String, location: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
The interval in minutes by which metrics will be collected.
Link copied to clipboard
The more detailed status of the metrics configuration.
Link copied to clipboard
The descriptive message about the current detailed status.
Link copied to clipboard
The list of metrics that are available for the cluster but disabled at the moment.
Link copied to clipboard
The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics.
Link copied to clipboard
The extended location of the cluster associated with the resource.
Link copied to clipboard
The provisioning state of the metrics configuration.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.