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

IWorkspaceInfoOperations 接口

定义

public interface IWorkspaceInfoOperations
type IWorkspaceInfoOperations = interface
Public Interface IWorkspaceInfoOperations
派生

方法

GetModifiedWorkspacesWithHttpMessagesAsync(Nullable<DateTime>, Dictionary<String,List<String>>, CancellationToken)
GetScanResultWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
GetScanStatusWithHttpMessagesAsync(Guid, Dictionary<String,List<String>>, CancellationToken)
PostWorkspaceInfoWithHttpMessagesAsync(RequiredWorkspaces, Nullable<Boolean>, Nullable<Boolean>, Dictionary<String,List<String>>, CancellationToken)

扩展方法

GetModifiedWorkspaces(IWorkspaceInfoOperations, Nullable<DateTime>)
GetModifiedWorkspacesAsync(IWorkspaceInfoOperations, Nullable<DateTime>, CancellationToken)
GetScanResult(IWorkspaceInfoOperations, Guid)
GetScanResultAsync(IWorkspaceInfoOperations, Guid, CancellationToken)
GetScanStatus(IWorkspaceInfoOperations, Guid)
GetScanStatusAsync(IWorkspaceInfoOperations, Guid, CancellationToken)
PostWorkspaceInfo(IWorkspaceInfoOperations, RequiredWorkspaces, Nullable<Boolean>, Nullable<Boolean>)
PostWorkspaceInfoAsync(IWorkspaceInfoOperations, RequiredWorkspaces, Nullable<Boolean>, Nullable<Boolean>, CancellationToken)

适用于