你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IClusterMetricsConfigurationProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterMetricsConfigurationPropertiesTypeConverter))]
public interface IClusterMetricsConfigurationProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterMetricsConfigurationPropertiesTypeConverter))>]
type IClusterMetricsConfigurationProperties = interface
interface IJsonSerializable
Public Interface IClusterMetricsConfigurationProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |