WorkspaceManagerConfigurationsOperations interface
Schnittstelle repräsentiert die Operationen von WorkspaceManagerConfigurations.
Eigenschaften
| create |
Erstellt oder aktualisiert eine Arbeitsbereichs-Manager-Konfiguration. |
| delete | Löscht eine Arbeitsbereichs-Manager-Konfiguration |
| get | Ruft eine Arbeitsbereichs-Manager-Konfiguration ab |
| list | Ruft alle Arbeitsbereichs-Manager-Konfigurationen für einen Sentinel-Arbeitsbereich ab. |
Details zur Eigenschaft
createOrUpdate
Erstellt oder aktualisiert eine Arbeitsbereichs-Manager-Konfiguration.
createOrUpdate: (resourceGroupName: string, workspaceName: string, workspaceManagerConfigurationName: string, workspaceManagerConfiguration: WorkspaceManagerConfiguration, options?: WorkspaceManagerConfigurationsCreateOrUpdateOptionalParams) => Promise<WorkspaceManagerConfiguration>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, workspaceManagerConfigurationName: string, workspaceManagerConfiguration: WorkspaceManagerConfiguration, options?: WorkspaceManagerConfigurationsCreateOrUpdateOptionalParams) => Promise<WorkspaceManagerConfiguration>
delete
Löscht eine Arbeitsbereichs-Manager-Konfiguration
delete: (resourceGroupName: string, workspaceName: string, workspaceManagerConfigurationName: string, options?: WorkspaceManagerConfigurationsDeleteOptionalParams) => Promise<void>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, workspaceManagerConfigurationName: string, options?: WorkspaceManagerConfigurationsDeleteOptionalParams) => Promise<void>
get
Ruft eine Arbeitsbereichs-Manager-Konfiguration ab
get: (resourceGroupName: string, workspaceName: string, workspaceManagerConfigurationName: string, options?: WorkspaceManagerConfigurationsGetOptionalParams) => Promise<WorkspaceManagerConfiguration>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, workspaceManagerConfigurationName: string, options?: WorkspaceManagerConfigurationsGetOptionalParams) => Promise<WorkspaceManagerConfiguration>
list
Ruft alle Arbeitsbereichs-Manager-Konfigurationen für einen Sentinel-Arbeitsbereich ab.
list: (resourceGroupName: string, workspaceName: string, options?: WorkspaceManagerConfigurationsListOptionalParams) => PagedAsyncIterableIterator<WorkspaceManagerConfiguration, WorkspaceManagerConfiguration[], PageSettings>
Eigenschaftswert
(resourceGroupName: string, workspaceName: string, options?: WorkspaceManagerConfigurationsListOptionalParams) => PagedAsyncIterableIterator<WorkspaceManagerConfiguration, WorkspaceManagerConfiguration[], PageSettings>