Share via


NetworkManagerRoutingConfigurationCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string configurationName, Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.NetworkManagerRoutingConfigurationResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, configurationName As String, data As NetworkManagerRoutingConfigurationData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NetworkManagerRoutingConfigurationResource)

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