MonitoringOperationsExtensions.GetHistoryServerData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Azure.Synapse.Models.HistoryServerDataResponse GetHistoryServerData (this Microsoft.Azure.Synapse.IMonitoringOperations operations, string workspaceName, string poolName, string livyId, string appId, string attemptId);
static member GetHistoryServerData : Microsoft.Azure.Synapse.IMonitoringOperations * string * string * string * string * string -> Microsoft.Azure.Synapse.Models.HistoryServerDataResponse
<Extension()>
Public Function GetHistoryServerData (operations As IMonitoringOperations, workspaceName As String, poolName As String, livyId As String, appId As String, attemptId As String) As HistoryServerDataResponse
Parameters
- operations
- IMonitoringOperations
- workspaceName
- String
- poolName
- String
- livyId
- String
- appId
- String
- attemptId
- String
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET