WorkspaceSettingsOperations interface

Interface representing a WorkspaceSettings operations.

Properties

create

creating settings about where we should store your security data and logs

delete

Deletes the custom workspace settings for this subscription. new VMs will report to the default workspace

get

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

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

Settings about where we should store your security data and logs

Property Details

create

creating settings about where we should store your security data and logs

create: (workspaceSettingName: string, workspaceSetting: WorkspaceSetting, options?: WorkspaceSettingsCreateOptionalParams) => Promise<WorkspaceSetting>

Property Value

(workspaceSettingName: string, workspaceSetting: WorkspaceSetting, options?: WorkspaceSettingsCreateOptionalParams) => Promise<WorkspaceSetting>

delete

Deletes the custom workspace settings for this subscription. new VMs will report to the default workspace

delete: (workspaceSettingName: string, options?: WorkspaceSettingsDeleteOptionalParams) => Promise<void>

Property Value

(workspaceSettingName: string, options?: WorkspaceSettingsDeleteOptionalParams) => Promise<void>

get

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

get: (workspaceSettingName: string, options?: WorkspaceSettingsGetOptionalParams) => Promise<WorkspaceSetting>

Property Value

(workspaceSettingName: string, options?: WorkspaceSettingsGetOptionalParams) => Promise<WorkspaceSetting>

list

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: (options?: WorkspaceSettingsListOptionalParams) => PagedAsyncIterableIterator<WorkspaceSetting, WorkspaceSetting[], PageSettings>

Property Value

(options?: WorkspaceSettingsListOptionalParams) => PagedAsyncIterableIterator<WorkspaceSetting, WorkspaceSetting[], PageSettings>

update

Settings about where we should store your security data and logs

update: (workspaceSettingName: string, workspaceSetting: WorkspaceSetting, options?: WorkspaceSettingsUpdateOptionalParams) => Promise<WorkspaceSetting>

Property Value

(workspaceSettingName: string, workspaceSetting: WorkspaceSetting, options?: WorkspaceSettingsUpdateOptionalParams) => Promise<WorkspaceSetting>