你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWorkspaceSettingsOperations Interface

Definition

WorkspaceSettingsOperations operations.

public interface IWorkspaceSettingsOperations
type IWorkspaceSettingsOperations = interface
Public Interface IWorkspaceSettingsOperations

Methods

CreateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, Dictionary<String,List<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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<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

ListWithHttpMessagesAsync(Dictionary<String,List<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

UpdateWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Settings about where we should store your security data and logs

Extension Methods

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

Applies to