EventGridNamespaceClientGroupCollection.CreateOrUpdate Method

Definition

Create or update a client group with the specified parameters.

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

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.

clientGroupName
String

The client group name.

data
EventGridNamespaceClientGroupData

Client group information.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

clientGroupName or data is null.

Applies to