共用方式為


RouteCollection.CreateOrUpdate Method

Definition

Creates or updates a route in the specified route table.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/routeTables/{routeTableName}/routes/{routeName}
  • Operation Id: Routes_CreateOrUpdate
  • Default Api Version: 2023-09-01
  • Resource: RouteResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.RouteResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string routeName, Azure.ResourceManager.Network.RouteData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.RouteData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.RouteResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Network.RouteData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Network.RouteResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, routeName As String, data As RouteData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of RouteResource)

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.

routeName
String

The name of the route.

data
RouteData

Parameters supplied to the create or update route operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

routeName or data is null.

Applies to