ClusterMetricsConfigurationPatchProperties Class
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.
ClusterMetricsConfigurationPatchProperties represents the properties of metrics configuration for the cluster for patching.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterMetricsConfigurationPatchPropertiesTypeConverter))]
public class ClusterMetricsConfigurationPatchProperties : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterMetricsConfigurationPatchProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.ClusterMetricsConfigurationPatchPropertiesTypeConverter))>]
type ClusterMetricsConfigurationPatchProperties = class
interface IClusterMetricsConfigurationPatchProperties
interface IJsonSerializable
Public Class ClusterMetricsConfigurationPatchProperties
Implements IClusterMetricsConfigurationPatchProperties
- Inheritance
-
ClusterMetricsConfigurationPatchProperties
- Attributes
- Implements
Constructors
ClusterMetricsConfigurationPatchProperties() |
Creates an new ClusterMetricsConfigurationPatchProperties 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. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ClusterMetricsConfigurationPatchProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ClusterMetricsConfigurationPatchProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IClusterMetricsConfigurationPatchProperties. |
FromJsonString(String) |
Creates a new instance of ClusterMetricsConfigurationPatchProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ClusterMetricsConfigurationPatchProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |