TopicSpaceCollection.CreateOrUpdateAsync Method

Definition

Create or update a topic space with the specified parameters.

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

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.

topicSpaceName
String

The topic space name.

data
TopicSpaceData

Topic space information.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

topicSpaceName or data is null.

Applies to