你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ClusterMetricsConfigurationProperties Class

Definition

ClusterMetricsConfigurationProperties represents the properties of metrics configuration for the cluster.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterMetricsConfigurationPropertiesTypeConverter))]
public class ClusterMetricsConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterMetricsConfigurationProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterMetricsConfigurationPropertiesTypeConverter))>]
type ClusterMetricsConfigurationProperties = class
    interface IClusterMetricsConfigurationProperties
    interface IJsonSerializable
Public Class ClusterMetricsConfigurationProperties
Implements IClusterMetricsConfigurationProperties
Inheritance
ClusterMetricsConfigurationProperties
Attributes
Implements

Constructors

ClusterMetricsConfigurationProperties()

Creates an new ClusterMetricsConfigurationProperties instance.

Properties

CollectionInterval

The interval in minutes by which metrics will be collected.

DetailedStatus

The more detailed status of the metrics configuration.

DetailedStatusMessage

The descriptive message about the current detailed status.

DisabledMetric

The list of metrics that are available for the cluster but disabled at the moment.

EnabledMetric

The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics.

ProvisioningState

The provisioning state of the metrics configuration.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterMetricsConfigurationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterMetricsConfigurationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterMetricsConfigurationProperties.

FromJsonString(String)

Creates a new instance of ClusterMetricsConfigurationProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterMetricsConfigurationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to