WorkspaceManagerAssignmentsOperations interface
Interface representing a WorkspaceManagerAssignments operations.
Properties
| create |
Creates or updates a workspace manager assignment. |
| delete | Deletes a workspace manager assignment |
| get | Gets a workspace manager assignment |
| list | Get all workspace manager assignments for the Sentinel workspace manager. |
Property Details
createOrUpdate
Creates or updates a workspace manager assignment.
createOrUpdate: (resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, workspaceManagerAssignment: WorkspaceManagerAssignment, options?: WorkspaceManagerAssignmentsCreateOrUpdateOptionalParams) => Promise<WorkspaceManagerAssignment>
Property Value
(resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, workspaceManagerAssignment: WorkspaceManagerAssignment, options?: WorkspaceManagerAssignmentsCreateOrUpdateOptionalParams) => Promise<WorkspaceManagerAssignment>
delete
Deletes a workspace manager assignment
delete: (resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, options?: WorkspaceManagerAssignmentsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, options?: WorkspaceManagerAssignmentsDeleteOptionalParams) => Promise<void>
get
Gets a workspace manager assignment
get: (resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, options?: WorkspaceManagerAssignmentsGetOptionalParams) => Promise<WorkspaceManagerAssignment>
Property Value
(resourceGroupName: string, workspaceName: string, workspaceManagerAssignmentName: string, options?: WorkspaceManagerAssignmentsGetOptionalParams) => Promise<WorkspaceManagerAssignment>
list
Get all workspace manager assignments for the Sentinel workspace manager.
list: (resourceGroupName: string, workspaceName: string, options?: WorkspaceManagerAssignmentsListOptionalParams) => PagedAsyncIterableIterator<WorkspaceManagerAssignment, WorkspaceManagerAssignment[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagerAssignmentsListOptionalParams) => PagedAsyncIterableIterator<WorkspaceManagerAssignment, WorkspaceManagerAssignment[], PageSettings>