Monitoring class

Klasse, die eine Überwachung darstellt.

Konstruktoren

Monitoring(SynapseClientContext)

Erstellen Sie eine Überwachung.

Methoden

getApplicationDetails(string, string, string, RequestOptionsBase)

Rufen Sie anhand des Arbeitsbereichsnamens, des Poolnamens und der Livyid eine Spark-Anwendungsdetails ab.

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

Abrufen von Verlaufsserverdaten für einen bestimmten Arbeitsbereich, Pool, Livyid, appid und attemptId

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

Abrufen von Verlaufsserver-Diagnosedaten für einen bestimmten Arbeitsbereich, Pool, Livyid, appid und attemptId

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

Abrufen von Verlaufsserver-Graph-Daten für einen bestimmten Arbeitsbereich, Pool, Livyid, appid und attemptId

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

Dient zum Abrufen von Verlaufsservereigenschaften.

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

Liste der Spark-Anwendungen für den Arbeitsbereich abrufen.

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

Details zum Konstruktor

Monitoring(SynapseClientContext)

Erstellen Sie eine Überwachung.

new Monitoring(client: SynapseClientContext)

Parameter

client
SynapseClientContext

Verweisen auf den Dienstclient.

Details zur Methode

getApplicationDetails(string, string, string, RequestOptionsBase)

Rufen Sie anhand des Arbeitsbereichsnamens, des Poolnamens und der Livyid eine Spark-Anwendungsdetails ab.

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

poolName

string

Der Sparkpoolname.

livyId

string

Die Liv-ID.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.MonitoringGetApplicationDetailsResponse>

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

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

poolName

string

Der Sparkpoolname.

livyId

string

Die Liv-ID.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<SparkJobListViewResponse>

Der Rückruf

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

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

poolName

string

Der Sparkpoolname.

livyId

string

Die Liv-ID.

callback

ServiceCallback<SparkJobListViewResponse>

Der Rückruf

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

Abrufen von Verlaufsserverdaten für einen bestimmten Arbeitsbereich, Pool, Livyid, appid und attemptId

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

poolName

string

Der Sparkpoolname.

livyId

string

Die Liv-ID.

appId

string

Die Anwendungs-ID.

attemptId

string

Die Versuchs-ID.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

poolName

string

Der Sparkpoolname.

livyId

string

Die Liv-ID.

appId

string

Die Anwendungs-ID.

attemptId

string

Die Versuchs-ID.

options
RequestOptionsBase

Die optionalen Parameter

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

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

poolName

string

Der Sparkpoolname.

livyId

string

Die Liv-ID.

appId

string

Die Anwendungs-ID.

attemptId

string

Die Versuchs-ID.

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

Abrufen von Verlaufsserver-Diagnosedaten für einen bestimmten Arbeitsbereich, Pool, Livyid, appid und attemptId

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

poolName

string

Der Sparkpoolname.

livyId

string

Die Liv-ID.

appId

string

Die Anwendungs-ID.

attemptId

string

Die Versuchs-ID.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

poolName

string

Der Sparkpoolname.

livyId

string

Die Liv-ID.

appId

string

Die Anwendungs-ID.

attemptId

string

Die Versuchs-ID.

options
RequestOptionsBase

Die optionalen Parameter

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

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

poolName

string

Der Sparkpoolname.

livyId

string

Die Liv-ID.

appId

string

Die Anwendungs-ID.

attemptId

string

Die Versuchs-ID.

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

Abrufen von Verlaufsserver-Graph-Daten für einen bestimmten Arbeitsbereich, Pool, Livyid, appid und attemptId

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

poolName

string

Der Sparkpoolname.

livyId

string

Die Liv-ID.

appId

string

Die Anwendungs-ID.

attemptId

string

Die Versuchs-ID.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

poolName

string

Der Sparkpoolname.

livyId

string

Die Liv-ID.

appId

string

Die Anwendungs-ID.

attemptId

string

Die Versuchs-ID.

options
RequestOptionsBase

Die optionalen Parameter

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

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

poolName

string

Der Sparkpoolname.

livyId

string

Die Liv-ID.

appId

string

Die Anwendungs-ID.

attemptId

string

Die Versuchs-ID.

getHistoryServerProperties(string, RequestOptionsBase)

Dient zum Abrufen von Verlaufsservereigenschaften.

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.MonitoringGetHistoryServerPropertiesResponse>

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

options
RequestOptionsBase

Die optionalen Parameter

getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

getSparkJobList(string, RequestOptionsBase)

Liste der Spark-Anwendungen für den Arbeitsbereich abrufen.

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.MonitoringGetSparkJobListResponse>

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<SparkJobListViewResponse>

Der Rückruf

getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

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

Parameter

workspaceName

string

Der Name des Arbeitsbereichs zum Ausführen von Vorgängen.

callback

ServiceCallback<SparkJobListViewResponse>

Der Rückruf