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