WorkspaceManagerAssignmentResource.CreateAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a job for the specified workspace manager assignment
- Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/providers/Microsoft.SecurityInsights/workspaceManagerAssignments/{workspaceManagerAssignmentName}/jobs.
- Operation Id. : WorkspaceManagerAssignments_Create.
- Default Api Version. : 2025-07-01-preview.
- Resource. : WorkspaceManagerAssignmentResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentJobResource>> CreateAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentJobResource>>
override this.CreateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentJobResource>>
Public Overridable Function CreateAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WorkspaceManagerAssignmentJobResource))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.