WorkspaceSettingsOperationsExtensions Class
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.
Extension methods for WorkspaceSettingsOperations
public static class WorkspaceSettingsOperationsExtensions
type WorkspaceSettingsOperationsExtensions = class
Public Module WorkspaceSettingsOperationsExtensions
- Inheritance
-
WorkspaceSettingsOperationsExtensions
Methods
| Name | Description |
|---|---|
| Create(IWorkspaceSettingsOperations, String, String, String) |
creating settings about where we should store your security data and logs |
| CreateAsync(IWorkspaceSettingsOperations, String, String, String, CancellationToken) |
creating settings about where we should store your security data and logs |
| Delete(IWorkspaceSettingsOperations, String) |
Deletes the custom workspace settings for this subscription. new VMs will report to the default workspace |
| DeleteAsync(IWorkspaceSettingsOperations, String, CancellationToken) |
Deletes the custom workspace settings for this subscription. new VMs will report to the default workspace |
| Get(IWorkspaceSettingsOperations, String) |
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set |
| GetAsync(IWorkspaceSettingsOperations, String, CancellationToken) |
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set |
| List(IWorkspaceSettingsOperations) |
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set |
| ListAsync(IWorkspaceSettingsOperations, CancellationToken) |
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set |
| ListNext(IWorkspaceSettingsOperations, String) |
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set |
| ListNextAsync(IWorkspaceSettingsOperations, String, CancellationToken) |
Settings about where we should store your security data and logs. If the result is empty, it means that no custom-workspace configuration was set |
| Update(IWorkspaceSettingsOperations, String, String, String) |
Settings about where we should store your security data and logs |
| UpdateAsync(IWorkspaceSettingsOperations, String, String, String, CancellationToken) |
Settings about where we should store your security data and logs |