Sdílet prostřednictvím


NamespaceTopicCollection.CreateOrUpdateAsync Method

Definition

Asynchronously creates a new namespace topic with the specified parameters.

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

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

Name of the namespace topic.

data
NamespaceTopicData

Namespace topic information.

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