NetworkCloudClusterMetricsConfigurationPatch 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.
ClusterMetricsConfigurationPatchParameters represents the body of the request to patch the metrics configuration of cluster.
public class NetworkCloudClusterMetricsConfigurationPatch
public class NetworkCloudClusterMetricsConfigurationPatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterMetricsConfigurationPatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterMetricsConfigurationPatch>
type NetworkCloudClusterMetricsConfigurationPatch = class
type NetworkCloudClusterMetricsConfigurationPatch = class
interface IJsonModel<NetworkCloudClusterMetricsConfigurationPatch>
interface IPersistableModel<NetworkCloudClusterMetricsConfigurationPatch>
Public Class NetworkCloudClusterMetricsConfigurationPatch
Public Class NetworkCloudClusterMetricsConfigurationPatch
Implements IJsonModel(Of NetworkCloudClusterMetricsConfigurationPatch), IPersistableModel(Of NetworkCloudClusterMetricsConfigurationPatch)
- Inheritance
-
NetworkCloudClusterMetricsConfigurationPatch
- Implements
Constructors
NetworkCloudClusterMetricsConfigurationPatch() |
Initializes a new instance of NetworkCloudClusterMetricsConfigurationPatch. |
Properties
CollectionInterval |
The interval in minutes by which metrics will be collected. |
EnabledMetrics |
The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics. |
Tags |
The Azure resource tags that will replace the existing ones. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<NetworkCloudClusterMetricsConfigurationPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<NetworkCloudClusterMetricsConfigurationPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<NetworkCloudClusterMetricsConfigurationPatch>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<NetworkCloudClusterMetricsConfigurationPatch>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<NetworkCloudClusterMetricsConfigurationPatch>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET