Partager via


ClusterMetricsConfigurationPatchParameters Class

Definition

ClusterMetricsConfigurationPatchParameters represents the body of the request to patch the metrics configuration of cluster.

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

Constructors

ClusterMetricsConfigurationPatchParameters()

Creates an new ClusterMetricsConfigurationPatchParameters instance.

Properties

CollectionInterval

The interval in minutes by which metrics will be collected.

EnabledMetric

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

Tag

The Azure resource tags that will replace the existing ones.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ClusterMetricsConfigurationPatchParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ClusterMetricsConfigurationPatchParameters.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ClusterMetricsConfigurationPatchParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to