WorkspaceManagerGroupsOperations interface

Schnittstelle, die eine WorkspaceManagerGroups-Operation darstellt.

Eigenschaften

createOrUpdate

Erstellt oder aktualisiert eine Arbeitsbereich-Manager-Gruppe.

delete

Löscht eine Arbeitsbereichs-Manager-Gruppe.

get

Ruft eine Arbeitsbereich-Manager-Gruppe ab

list

Ruft alle Arbeitsbereichs-Manager-Gruppen im Sentinel-Arbeitsbereichs-Manager ab.

Details zur Eigenschaft

createOrUpdate

Erstellt oder aktualisiert eine Arbeitsbereich-Manager-Gruppe.

createOrUpdate: (resourceGroupName: string, workspaceName: string, workspaceManagerGroupName: string, workspaceManagerGroup: WorkspaceManagerGroup, options?: WorkspaceManagerGroupsCreateOrUpdateOptionalParams) => Promise<WorkspaceManagerGroup>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, workspaceManagerGroupName: string, workspaceManagerGroup: WorkspaceManagerGroup, options?: WorkspaceManagerGroupsCreateOrUpdateOptionalParams) => Promise<WorkspaceManagerGroup>

delete

Löscht eine Arbeitsbereichs-Manager-Gruppe.

delete: (resourceGroupName: string, workspaceName: string, workspaceManagerGroupName: string, options?: WorkspaceManagerGroupsDeleteOptionalParams) => Promise<void>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, workspaceManagerGroupName: string, options?: WorkspaceManagerGroupsDeleteOptionalParams) => Promise<void>

get

Ruft eine Arbeitsbereich-Manager-Gruppe ab

get: (resourceGroupName: string, workspaceName: string, workspaceManagerGroupName: string, options?: WorkspaceManagerGroupsGetOptionalParams) => Promise<WorkspaceManagerGroup>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, workspaceManagerGroupName: string, options?: WorkspaceManagerGroupsGetOptionalParams) => Promise<WorkspaceManagerGroup>

list

Ruft alle Arbeitsbereichs-Manager-Gruppen im Sentinel-Arbeitsbereichs-Manager ab.

list: (resourceGroupName: string, workspaceName: string, options?: WorkspaceManagerGroupsListOptionalParams) => PagedAsyncIterableIterator<WorkspaceManagerGroup, WorkspaceManagerGroup[], PageSettings>

Eigenschaftswert

(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagerGroupsListOptionalParams) => PagedAsyncIterableIterator<WorkspaceManagerGroup, WorkspaceManagerGroup[], PageSettings>