Share via


WorkspaceManagerGroupCollection.CreateOrUpdate Method

Definition

Creates or updates a workspace manager group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerGroups/{workspaceManagerGroupName}
  • Operation Id: WorkspaceManagerGroups_CreateOrUpdate
  • Default Api Version: 2024-01-01-preview
  • Resource: WorkspaceManagerGroupResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.WorkspaceManagerGroupResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string workspaceManagerGroupName, Azure.ResourceManager.SecurityInsights.WorkspaceManagerGroupData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.WorkspaceManagerGroupData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.WorkspaceManagerGroupResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.SecurityInsights.WorkspaceManagerGroupData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.SecurityInsights.WorkspaceManagerGroupResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, workspaceManagerGroupName As String, data As WorkspaceManagerGroupData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of WorkspaceManagerGroupResource)

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.

workspaceManagerGroupName
String

The name of the workspace manager group.

data
WorkspaceManagerGroupData

The workspace manager group object.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

workspaceManagerGroupName or data is null.

Applies to