ArmNetworkCloudModelFactory.NetworkCloudClusterMetricsConfigurationData 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.
Initializes a new instance of NetworkCloudClusterMetricsConfigurationData.
public static Azure.ResourceManager.NetworkCloud.NetworkCloudClusterMetricsConfigurationData NetworkCloudClusterMetricsConfigurationData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation extendedLocation = default, long collectionInterval = 0, Azure.ResourceManager.NetworkCloud.Models.ClusterMetricsConfigurationDetailedStatus? detailedStatus = default, string detailedStatusMessage = default, System.Collections.Generic.IEnumerable<string> disabledMetrics = default, System.Collections.Generic.IEnumerable<string> enabledMetrics = default, Azure.ResourceManager.NetworkCloud.Models.ClusterMetricsConfigurationProvisioningState? provisioningState = default);
static member NetworkCloudClusterMetricsConfigurationData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Azure.ResourceManager.NetworkCloud.Models.ExtendedLocation * int64 * Nullable<Azure.ResourceManager.NetworkCloud.Models.ClusterMetricsConfigurationDetailedStatus> * string * seq<string> * seq<string> * Nullable<Azure.ResourceManager.NetworkCloud.Models.ClusterMetricsConfigurationProvisioningState> -> Azure.ResourceManager.NetworkCloud.NetworkCloudClusterMetricsConfigurationData
Public Shared Function NetworkCloudClusterMetricsConfigurationData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional collectionInterval As Long = 0, Optional detailedStatus As Nullable(Of ClusterMetricsConfigurationDetailedStatus) = Nothing, Optional detailedStatusMessage As String = Nothing, Optional disabledMetrics As IEnumerable(Of String) = Nothing, Optional enabledMetrics As IEnumerable(Of String) = Nothing, Optional provisioningState As Nullable(Of ClusterMetricsConfigurationProvisioningState) = Nothing) As NetworkCloudClusterMetricsConfigurationData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- extendedLocation
- ExtendedLocation
The extended location of the cluster associated with the resource.
- collectionInterval
- Int64
The interval in minutes by which metrics will be collected.
- detailedStatus
- Nullable<ClusterMetricsConfigurationDetailedStatus>
The more detailed status of the metrics configuration.
- detailedStatusMessage
- String
The descriptive message about the current detailed status.
- disabledMetrics
- IEnumerable<String>
The list of metrics that are available for the cluster but disabled at the moment.
- enabledMetrics
- IEnumerable<String>
The list of metric names that have been chosen to be enabled in addition to the core set of enabled metrics.
- provisioningState
- Nullable<ClusterMetricsConfigurationProvisioningState>
The provisioning state of the metrics configuration.
Returns
A new NetworkCloudClusterMetricsConfigurationData instance for mocking.
Applies to
Azure SDK for .NET