DomainTopicEventSubscriptionCollection.CreateOrUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously creates a new event subscription or updates an existing event subscription.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/domains/{domainName}/topics/{topicName}/eventSubscriptions/{eventSubscriptionName}
- Operation Id: DomainTopicEventSubscriptions_CreateOrUpdate
- Default Api Version: 2024-06-01-preview
- Resource: DomainTopicEventSubscriptionResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.EventGrid.DomainTopicEventSubscriptionResource> 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.DomainTopicEventSubscriptionResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.EventGrid.EventGridSubscriptionData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.EventGrid.DomainTopicEventSubscriptionResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, eventSubscriptionName As String, data As EventGridSubscriptionData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of DomainTopicEventSubscriptionResource)
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.
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
Azure SDK for .NET