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

MonitoringOperationsExtensions.GetHistoryServerDataAsync 方法

定义

public static System.Threading.Tasks.Task<Microsoft.Azure.Synapse.Models.HistoryServerDataResponse> GetHistoryServerDataAsync (this Microsoft.Azure.Synapse.IMonitoringOperations operations, string workspaceName, string poolName, string livyId, string appId, string attemptId, System.Threading.CancellationToken cancellationToken = default);
static member GetHistoryServerDataAsync : Microsoft.Azure.Synapse.IMonitoringOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Synapse.Models.HistoryServerDataResponse>
<Extension()>
Public Function GetHistoryServerDataAsync (operations As IMonitoringOperations, workspaceName As String, poolName As String, livyId As String, appId As String, attemptId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HistoryServerDataResponse)

参数

workspaceName
String
poolName
String
livyId
String
appId
String
attemptId
String
cancellationToken
CancellationToken

返回

适用于