Udostępnij za pośrednictwem


WorkspaceManagerMemberCollection.CreateOrUpdateAsync Method

Definition

Creates or updates a workspace manager member

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

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.

workspaceManagerMemberName
String

The name of the workspace manager member.

data
WorkspaceManagerMemberData

The workspace manager member object.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

workspaceManagerMemberName or data is null.

Applies to