Share via


NetworkCloudClusterMetricsConfigurationCollection.CreateOrUpdate Method

Definition

Create new or update the existing metrics configuration of the provided cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • Operation Id: MetricsConfigurations_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterMetricsConfigurationResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string metricsConfigurationName, Azure.ResourceManager.NetworkCloud.NetworkCloudClusterMetricsConfigurationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudClusterMetricsConfigurationData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterMetricsConfigurationResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudClusterMetricsConfigurationData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterMetricsConfigurationResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, metricsConfigurationName As String, data As NetworkCloudClusterMetricsConfigurationData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NetworkCloudClusterMetricsConfigurationResource)

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

metricsConfigurationName
String

The name of the metrics configuration for the cluster.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

metricsConfigurationName is an empty string, and was expected to be non-empty.

metricsConfigurationName or data is null.

Applies to