EventGridTopicCollection.CreateOrUpdate 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 Azure.ResourceManager.ArmOperation<Azure.ResourceManager.EventGrid.EventGridTopicResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string topicName, Azure.ResourceManager.EventGrid.EventGridTopicData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.EventGrid.EventGridTopicData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.EventGrid.EventGridTopicResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.EventGrid.EventGridTopicData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.EventGrid.EventGridTopicResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, topicName As String, data As EventGridTopicData, Optional cancellationToken As CancellationToken = Nothing) As 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