Monitoring class
Classe che rappresenta un oggetto Monitoring.
Costruttori
| Monitoring(Synapse |
Creare un monitoraggio. |
Metodi
Dettagli costruttore
Monitoring(SynapseClientContext)
Creare un monitoraggio.
new Monitoring(client: SynapseClientContext)
Parametri
- client
- SynapseClientContext
Riferimento al client del servizio.
Dettagli metodo
getApplicationDetails(string, string, string, RequestOptionsBase)
Ottenere i dettagli di un'applicazione Spark in base al nome dell'area di lavoro, al nome del pool e al livyid.
function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, options?: RequestOptionsBase): Promise<MonitoringGetApplicationDetailsResponse>
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- poolName
-
string
Nome del pool di Spark.
- livyId
-
string
ID livy.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<Models.MonitoringGetApplicationDetailsResponse>
getApplicationDetails(string, string, string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)
function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, options: RequestOptionsBase, callback: ServiceCallback<SparkJobListViewResponse>)
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- poolName
-
string
Nome del pool di Spark.
- livyId
-
string
ID livy.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
getApplicationDetails(string, string, string, ServiceCallback<SparkJobListViewResponse>)
function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, callback: ServiceCallback<SparkJobListViewResponse>)
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- poolName
-
string
Nome del pool di Spark.
- livyId
-
string
ID livy.
- callback
Callback
getHistoryServerData(string, string, string, string, string, RequestOptionsBase)
Ottenere i dati del server cronologia per una determinata area di lavoro, pool, livyid, appid e attemptId
function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerDataResponse>
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- poolName
-
string
Nome del pool di Spark.
- livyId
-
string
ID livy.
- appId
-
string
ID applicazione.
- attemptId
-
string
ID tentativo.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<Models.MonitoringGetHistoryServerDataResponse>
getHistoryServerData(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerDataResponse>)
function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerDataResponse>)
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- poolName
-
string
Nome del pool di Spark.
- livyId
-
string
ID livy.
- appId
-
string
ID applicazione.
- attemptId
-
string
ID tentativo.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
getHistoryServerData(string, string, string, string, string, ServiceCallback<HistoryServerDataResponse>)
function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerDataResponse>)
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- poolName
-
string
Nome del pool di Spark.
- livyId
-
string
ID livy.
- appId
-
string
ID applicazione.
- attemptId
-
string
ID tentativo.
- callback
Callback
getHistoryServerDiagnostic(string, string, string, string, string, RequestOptionsBase)
Ottenere i dati di diagnostica del server cronologia per una determinata area di lavoro, pool, livyid, appid e attemptId
function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerDiagnosticResponse>
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- poolName
-
string
Nome del pool di Spark.
- livyId
-
string
ID livy.
- appId
-
string
ID applicazione.
- attemptId
-
string
ID tentativo.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<Models.MonitoringGetHistoryServerDiagnosticResponse>
getHistoryServerDiagnostic(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerDiagnosticResponse>)
function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerDiagnosticResponse>)
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- poolName
-
string
Nome del pool di Spark.
- livyId
-
string
ID livy.
- appId
-
string
ID applicazione.
- attemptId
-
string
ID tentativo.
- options
- RequestOptionsBase
Parametri facoltativi
Callback
getHistoryServerDiagnostic(string, string, string, string, string, ServiceCallback<HistoryServerDiagnosticResponse>)
function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerDiagnosticResponse>)
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- poolName
-
string
Nome del pool di Spark.
- livyId
-
string
ID livy.
- appId
-
string
ID applicazione.
- attemptId
-
string
ID tentativo.
Callback
getHistoryServerGraph(string, string, string, string, string, RequestOptionsBase)
Ottenere i dati del grafico del server cronologia per una determinata area di lavoro, pool, livyid, appid e attemptId
function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerGraphResponse>
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- poolName
-
string
Nome del pool di Spark.
- livyId
-
string
ID livy.
- appId
-
string
ID applicazione.
- attemptId
-
string
ID tentativo.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<Models.MonitoringGetHistoryServerGraphResponse>
getHistoryServerGraph(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerGraphResponse>)
function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerGraphResponse>)
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- poolName
-
string
Nome del pool di Spark.
- livyId
-
string
ID livy.
- appId
-
string
ID applicazione.
- attemptId
-
string
ID tentativo.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
getHistoryServerGraph(string, string, string, string, string, ServiceCallback<HistoryServerGraphResponse>)
function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerGraphResponse>)
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- poolName
-
string
Nome del pool di Spark.
- livyId
-
string
ID livy.
- appId
-
string
ID applicazione.
- attemptId
-
string
ID tentativo.
- callback
Callback
getHistoryServerProperties(string, RequestOptionsBase)
Ottiene le proprietà del server cronologia.
function getHistoryServerProperties(workspaceName: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerPropertiesResponse>
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<Models.MonitoringGetHistoryServerPropertiesResponse>
getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)
function getHistoryServerProperties(workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerPropertiesResponse>)
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- options
- RequestOptionsBase
Parametri facoltativi
Callback
getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)
function getHistoryServerProperties(workspaceName: string, callback: ServiceCallback<HistoryServerPropertiesResponse>)
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
Callback
getSparkJobList(string, RequestOptionsBase)
Ottenere l'elenco delle applicazioni Spark per l'area di lavoro.
function getSparkJobList(workspaceName: string, options?: RequestOptionsBase): Promise<MonitoringGetSparkJobListResponse>
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<MonitoringGetSparkJobListResponse>
Promise<Models.MonitoringGetSparkJobListResponse>
getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)
function getSparkJobList(workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<SparkJobListViewResponse>)
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)
function getSparkJobList(workspaceName: string, callback: ServiceCallback<SparkJobListViewResponse>)
Parametri
- workspaceName
-
string
Nome dell'area di lavoro in cui eseguire operazioni.
- callback
Callback