EventGridTopicCollection.CreateOrUpdateAsync Method

Definition

Asynchronously creates a new topic with the specified parameters.

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

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 topic.

data
EventGridTopicData

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