NetworkManagerRoutingConfigurationCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a network manager routing configuration.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/routingConfigurations/{configurationName}
  • Operation Id: NetworkManagerRoutingConfigurations_CreateOrUpdate
  • Default Api Version: 2024-03-01
  • Resource: NetworkManagerRoutingConfigurationResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string configurationName, Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationData data, System.Threading.CancellationToken cancellationToken = default);

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.

configurationName
String

The name of the network manager Routing Configuration.

data
NetworkManagerRoutingConfigurationData

The routing configuration to create or update.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

configurationName or data is null.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview