ArmNetworkCloudModelFactory.NetworkCloudClusterMetricsConfigurationPatch Method
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.
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
- 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.