MonitoringOperationsExtensions.GetHistoryServerDiagnosticAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public static System.Threading.Tasks.Task<Microsoft.Azure.Synapse.Models.HistoryServerDiagnosticResponse> GetHistoryServerDiagnosticAsync (this Microsoft.Azure.Synapse.IMonitoringOperations operations, string workspaceName, string poolName, string livyId, string appId, string attemptId, System.Threading.CancellationToken cancellationToken = default);
static member GetHistoryServerDiagnosticAsync : Microsoft.Azure.Synapse.IMonitoringOperations * string * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Synapse.Models.HistoryServerDiagnosticResponse>
<Extension()>
Public Function GetHistoryServerDiagnosticAsync (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 HistoryServerDiagnosticResponse)
Parameter
- operations
- IMonitoringOperations
- workspaceName
- String
- poolName
- String
- livyId
- String
- appId
- String
- attemptId
- String
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET