Delen via


TopicEventSubscriptionCollection.CreateOrUpdate Method

Definition

Asynchronously creates a new event subscription or updates an existing event subscription.

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

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.

eventSubscriptionName
String

Name of the event subscription to be created. Event subscription names must be between 3 and 64 characters in length and use alphanumeric letters only.

data
EventGridSubscriptionData

Event subscription properties containing the destination and filter information.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

eventSubscriptionName or data is null.

Applies to