GetMetricsConfigurationResult

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)

Types

Link copied to clipboard
object Companion

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
val enabledMetrics: List<String>? = null

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

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of 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.

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

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"