Monitoring class

Classe représentant une analyse.

Constructeurs

Monitoring(SynapseClientContext)

Créez une analyse.

Méthodes

getApplicationDetails(string, string, string, RequestOptionsBase)

Obtenez les détails d’une application Spark en fonction du nom de l’espace de travail, du nom du pool et de livyid.

getApplicationDetails(string, string, string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)
getApplicationDetails(string, string, string, ServiceCallback<SparkJobListViewResponse>)
getHistoryServerData(string, string, string, string, string, RequestOptionsBase)

Obtenir les données du serveur d’historique pour un espace de travail, un pool, livyid, un id d’application et un id de tentative donnés

getHistoryServerData(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerDataResponse>)
getHistoryServerData(string, string, string, string, string, ServiceCallback<HistoryServerDataResponse>)
getHistoryServerDiagnostic(string, string, string, string, string, RequestOptionsBase)

Obtenir les données de diagnostic du serveur d’historique pour un espace de travail, un pool, livyid, appid et attemptId donnés

getHistoryServerDiagnostic(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerDiagnosticResponse>)
getHistoryServerDiagnostic(string, string, string, string, string, ServiceCallback<HistoryServerDiagnosticResponse>)
getHistoryServerGraph(string, string, string, string, string, RequestOptionsBase)

Obtenir les données graphes du serveur d’historique pour un espace de travail, un pool, un livyid, un id d’application et un id de tentative donnés

getHistoryServerGraph(string, string, string, string, string, RequestOptionsBase, ServiceCallback<HistoryServerGraphResponse>)
getHistoryServerGraph(string, string, string, string, string, ServiceCallback<HistoryServerGraphResponse>)
getHistoryServerProperties(string, RequestOptionsBase)

Obtenir les propriétés du serveur d’historique.

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)
getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)
getSparkJobList(string, RequestOptionsBase)

Obtenir la liste des applications Spark pour l’espace de travail.

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)
getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

Détails du constructeur

Monitoring(SynapseClientContext)

Créez une analyse.

new Monitoring(client: SynapseClientContext)

Paramètres

client
SynapseClientContext

Référence au client de service.

Détails de la méthode

getApplicationDetails(string, string, string, RequestOptionsBase)

Obtenez les détails d’une application Spark en fonction du nom de l’espace de travail, du nom du pool et de livyid.

function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, options?: RequestOptionsBase): Promise<MonitoringGetApplicationDetailsResponse>

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

poolName

string

Nom du pool Spark.

livyId

string

ID livy.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.MonitoringGetApplicationDetailsResponse>

getApplicationDetails(string, string, string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, options: RequestOptionsBase, callback: ServiceCallback<SparkJobListViewResponse>)

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

poolName

string

Nom du pool Spark.

livyId

string

ID livy.

options
RequestOptionsBase

Paramètres facultatifs

getApplicationDetails(string, string, string, ServiceCallback<SparkJobListViewResponse>)

function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, callback: ServiceCallback<SparkJobListViewResponse>)

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

poolName

string

Nom du pool Spark.

livyId

string

ID livy.

getHistoryServerData(string, string, string, string, string, RequestOptionsBase)

Obtenir les données du serveur d’historique pour un espace de travail, un pool, livyid, un id d’application et un id de tentative donnés

function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerDataResponse>

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

poolName

string

Nom du pool Spark.

livyId

string

ID livy.

appId

string

ID d’application.

attemptId

string

ID de tentative.

options
RequestOptionsBase

Paramètres facultatifs

Retours

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>)

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

poolName

string

Nom du pool Spark.

livyId

string

ID livy.

appId

string

ID d’application.

attemptId

string

ID de tentative.

options
RequestOptionsBase

Paramètres facultatifs

getHistoryServerData(string, string, string, string, string, ServiceCallback<HistoryServerDataResponse>)

function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerDataResponse>)

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

poolName

string

Nom du pool Spark.

livyId

string

ID livy.

appId

string

ID d’application.

attemptId

string

ID de tentative.

getHistoryServerDiagnostic(string, string, string, string, string, RequestOptionsBase)

Obtenir les données de diagnostic du serveur d’historique pour un espace de travail, un pool, livyid, appid et attemptId donnés

function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerDiagnosticResponse>

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

poolName

string

Nom du pool Spark.

livyId

string

ID livy.

appId

string

ID d’application.

attemptId

string

ID de tentative.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Modèles de promesse.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>)

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

poolName

string

Nom du pool Spark.

livyId

string

ID livy.

appId

string

ID d’application.

attemptId

string

ID de tentative.

options
RequestOptionsBase

Paramètres facultatifs

getHistoryServerDiagnostic(string, string, string, string, string, ServiceCallback<HistoryServerDiagnosticResponse>)

function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerDiagnosticResponse>)

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

poolName

string

Nom du pool Spark.

livyId

string

ID livy.

appId

string

ID d’application.

attemptId

string

ID de tentative.

getHistoryServerGraph(string, string, string, string, string, RequestOptionsBase)

Obtenir les données graphes du serveur d’historique pour un espace de travail, un pool, un livyid, un id d’application et un id de tentative donnés

function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerGraphResponse>

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

poolName

string

Nom du pool Spark.

livyId

string

ID livy.

appId

string

ID d’application.

attemptId

string

ID de tentative.

options
RequestOptionsBase

Paramètres facultatifs

Retours

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>)

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

poolName

string

Nom du pool Spark.

livyId

string

ID livy.

appId

string

ID d’application.

attemptId

string

ID de tentative.

options
RequestOptionsBase

Paramètres facultatifs

getHistoryServerGraph(string, string, string, string, string, ServiceCallback<HistoryServerGraphResponse>)

function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerGraphResponse>)

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

poolName

string

Nom du pool Spark.

livyId

string

ID livy.

appId

string

ID d’application.

attemptId

string

ID de tentative.

getHistoryServerProperties(string, RequestOptionsBase)

Obtenir les propriétés du serveur d’historique.

function getHistoryServerProperties(workspaceName: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerPropertiesResponse>

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.MonitoringGetHistoryServerPropertiesResponse>

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)

function getHistoryServerProperties(workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerPropertiesResponse>)

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

options
RequestOptionsBase

Paramètres facultatifs

getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)

function getHistoryServerProperties(workspaceName: string, callback: ServiceCallback<HistoryServerPropertiesResponse>)

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

getSparkJobList(string, RequestOptionsBase)

Obtenir la liste des applications Spark pour l’espace de travail.

function getSparkJobList(workspaceName: string, options?: RequestOptionsBase): Promise<MonitoringGetSparkJobListResponse>

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

options
RequestOptionsBase

Paramètres facultatifs

Retours

Promise<Models.MonitoringGetSparkJobListResponse>

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

function getSparkJobList(workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<SparkJobListViewResponse>)

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.

options
RequestOptionsBase

Paramètres facultatifs

getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

function getSparkJobList(workspaceName: string, callback: ServiceCallback<SparkJobListViewResponse>)

Paramètres

workspaceName

string

Nom de l’espace de travail sur lequel exécuter des opérations.