Share via


WorkspaceManagerAssignmentCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a workspace manager assignment.

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

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.

workspaceManagerAssignmentName
String

The name of the workspace manager assignment.

data
WorkspaceManagerAssignmentData

The workspace manager assignment.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

workspaceManagerAssignmentName or data is null.

Applies to