ArmNetworkCloudModelFactory.NetworkCloudClusterMetricsConfigurationPatch Method

Definition

public static Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterMetricsConfigurationPatch NetworkCloudClusterMetricsConfigurationPatch(long? collectionInterval = default, System.Collections.Generic.IEnumerable<string> enabledMetrics = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member NetworkCloudClusterMetricsConfigurationPatch : Nullable<int64> * seq<string> * System.Collections.Generic.IDictionary<string, string> -> Azure.ResourceManager.NetworkCloud.Models.NetworkCloudClusterMetricsConfigurationPatch
Public Shared Function NetworkCloudClusterMetricsConfigurationPatch (Optional collectionInterval As Nullable(Of Long) = Nothing, Optional enabledMetrics As IEnumerable(Of String) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As NetworkCloudClusterMetricsConfigurationPatch

Parameters

collectionInterval
Nullable<Int64>

The interval in minutes by which metrics will be collected.

enabledMetrics
IEnumerable<String>

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

tags
IDictionary<String,String>

Resource tags.

Returns

A new NetworkCloudClusterMetricsConfigurationPatch instance for mocking.

Applies to