WorkspaceManagerAssignmentJobsOperations interface

Interface representing a WorkspaceManagerAssignmentJobs operations.

Properties

create

Create a job for the specified workspace manager assignment

delete

Deletes the specified job from the specified workspace manager assignment

get

Gets a job

list

Get all jobs for the specified workspace manager assignment

Property Details

create

Create a job for the specified workspace manager assignment

create: (resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, options?: WorkspaceManagerAssignmentJobsCreateOptionalParams) => Promise<Job>

Property Value

(resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, options?: WorkspaceManagerAssignmentJobsCreateOptionalParams) => Promise<Job>

delete

Deletes the specified job from the specified workspace manager assignment

delete: (resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, jobName: string, options?: WorkspaceManagerAssignmentJobsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, jobName: string, options?: WorkspaceManagerAssignmentJobsDeleteOptionalParams) => Promise<void>

get

Gets a job

get: (resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, jobName: string, options?: WorkspaceManagerAssignmentJobsGetOptionalParams) => Promise<Job>

Property Value

(resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, jobName: string, options?: WorkspaceManagerAssignmentJobsGetOptionalParams) => Promise<Job>

list

Get all jobs for the specified workspace manager assignment

list: (resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, options?: WorkspaceManagerAssignmentJobsListOptionalParams) => PagedAsyncIterableIterator<Job, Job[], PageSettings>

Property Value

(resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, options?: WorkspaceManagerAssignmentJobsListOptionalParams) => PagedAsyncIterableIterator<Job, Job[], PageSettings>