WorkspaceManagerAssignmentResource.CreateWorkspaceManagerAssignmentJob 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: WorkspaceManagerAssignmentJobs_Create
- Default Api Version: 2024-01-01-preview
- Resource: WorkspaceManagerAssignmentJobResource
public virtual Azure.Response<Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentJobResource> CreateWorkspaceManagerAssignmentJob(System.Threading.CancellationToken cancellationToken = default);
abstract member CreateWorkspaceManagerAssignmentJob : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentJobResource>
override this.CreateWorkspaceManagerAssignmentJob : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityInsights.WorkspaceManagerAssignmentJobResource>
Public Overridable Function CreateWorkspaceManagerAssignmentJob (Optional cancellationToken As CancellationToken = Nothing) As Response(Of WorkspaceManagerAssignmentJobResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET