Bagikan melalui


RouteFilterRuleCollection.CreateOrUpdate Method

Definition

Creates or updates a route in the specified route filter.

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

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.

ruleName
String

The name of the route filter rule.

data
RouteFilterRuleData

Parameters supplied to the create or update route filter rule operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

ruleName or data is null.

Applies to