Aracılığıyla paylaş


ServiceBusRuleCollection.CreateOrUpdateAsync Method

Definition

Creates a new rule and updates an existing rule

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceBus/namespaces/{namespaceName}/topics/{topicName}/subscriptions/{subscriptionName}/rules/{ruleName}
  • Operation Id: Rules_CreateOrUpdate
  • Default Api Version: 2022-10-01-preview
  • Resource: ServiceBusRuleResource
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceBus.ServiceBusRuleResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string ruleName, Azure.ResourceManager.ServiceBus.ServiceBusRuleData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.ServiceBus.ServiceBusRuleData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceBus.ServiceBusRuleResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.ServiceBus.ServiceBusRuleData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ServiceBus.ServiceBusRuleResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, ruleName As String, data As ServiceBusRuleData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ServiceBusRuleResource))

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 rule name.

data
ServiceBusRuleData

Parameters supplied to create a rule.

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