Bagikan melalui


ServiceBusTopicCollection.CreateOrUpdate Method

Definition

Creates a topic in the specified namespace.

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

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.

topicName
String

The topic name.

data
ServiceBusTopicData

Parameters supplied to create a topic resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

topicName or data is null.

Applies to