다음을 통해 공유


EventGridNamespaceCollection.CreateOrUpdate Method

Definition

Asynchronously creates or updates a new namespace with the specified parameters.

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

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.

namespaceName
String

Name of the namespace.

data
EventGridNamespaceData

Namespace information.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

namespaceName or data is null.

Applies to