Dela via


Monitoring class

Klass som representerar en övervakning.

Konstruktorer

Monitoring(SynapseClientContext)

Skapa en övervakning.

Metoder

getApplicationDetails(string, string, string, RequestOptionsBase)

Få en spark-programinformation med tanke på arbetsytans namn, poolnamn och livyid.

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

Hämta historikserverdata för en viss arbetsyta, pool, livyid, appid och 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)

Hämta historikserverdiagnostikdata för en viss arbetsyta, pool, livyid, appid och 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)

Hämta historikserverdiagramdata för en viss arbetsyta, pool, livyid, appid och attemptId

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

Hämta egenskaper för historikservern.

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

Hämta en lista över Spark-program för arbetsytan.

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

Konstruktorinformation

Monitoring(SynapseClientContext)

Skapa en övervakning.

new Monitoring(client: SynapseClientContext)

Parametrar

client
SynapseClientContext

Referens till tjänstklienten.

Metodinformation

getApplicationDetails(string, string, string, RequestOptionsBase)

Få en spark-programinformation med tanke på arbetsytans namn, poolnamn och livyid.

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

poolName

string

Namnet på spark-poolen.

livyId

string

Det liviga ID:t.

options
RequestOptionsBase

De valfria parametrarna

Returer

Löfte<Modeller.ÖvervakningGetApplicationDetailsResponse>

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

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

poolName

string

Namnet på spark-poolen.

livyId

string

Det liviga ID:t.

options
RequestOptionsBase

De valfria parametrarna

callback

ServiceCallback<SparkJobListViewResponse>

Återanropet

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

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

poolName

string

Namnet på spark-poolen.

livyId

string

Det liviga ID:t.

callback

ServiceCallback<SparkJobListViewResponse>

Återanropet

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

Hämta historikserverdata för en viss arbetsyta, pool, livyid, appid och attemptId

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

poolName

string

Namnet på spark-poolen.

livyId

string

Det liviga ID:t.

appId

string

Program-ID:t.

attemptId

string

Försöks-ID.

options
RequestOptionsBase

De valfria parametrarna

Returer

Löfte<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>)

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

poolName

string

Namnet på spark-poolen.

livyId

string

Det liviga ID:t.

appId

string

Program-ID:t.

attemptId

string

Försöks-ID.

options
RequestOptionsBase

De valfria parametrarna

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

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

poolName

string

Namnet på spark-poolen.

livyId

string

Det liviga ID:t.

appId

string

Program-ID:t.

attemptId

string

Försöks-ID.

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

Hämta historikserverdiagnostikdata för en viss arbetsyta, pool, livyid, appid och attemptId

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

poolName

string

Namnet på spark-poolen.

livyId

string

Det liviga ID:t.

appId

string

Program-ID:t.

attemptId

string

Försöks-ID.

options
RequestOptionsBase

De valfria parametrarna

Returer

Löfte<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>)

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

poolName

string

Namnet på spark-poolen.

livyId

string

Det liviga ID:t.

appId

string

Program-ID:t.

attemptId

string

Försöks-ID.

options
RequestOptionsBase

De valfria parametrarna

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

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

poolName

string

Namnet på spark-poolen.

livyId

string

Det liviga ID:t.

appId

string

Program-ID:t.

attemptId

string

Försöks-ID.

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

Hämta historikserverdiagramdata för en viss arbetsyta, pool, livyid, appid och attemptId

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

poolName

string

Namnet på spark-poolen.

livyId

string

Det liviga ID:t.

appId

string

Program-ID:t.

attemptId

string

Försöks-ID.

options
RequestOptionsBase

De valfria parametrarna

Returer

Löfte<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>)

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

poolName

string

Namnet på spark-poolen.

livyId

string

Det liviga ID:t.

appId

string

Program-ID:t.

attemptId

string

Försöks-ID.

options
RequestOptionsBase

De valfria parametrarna

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

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

poolName

string

Namnet på spark-poolen.

livyId

string

Det liviga ID:t.

appId

string

Program-ID:t.

attemptId

string

Försöks-ID.

getHistoryServerProperties(string, RequestOptionsBase)

Hämta egenskaper för historikservern.

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

options
RequestOptionsBase

De valfria parametrarna

Returer

Löfte<Models.MonitoringGetHistoryServerPropertiesResponse>

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

options
RequestOptionsBase

De valfria parametrarna

getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

getSparkJobList(string, RequestOptionsBase)

Hämta en lista över Spark-program för arbetsytan.

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

options
RequestOptionsBase

De valfria parametrarna

Returer

Löfte<Models.MonitoringGetSparkJobListResponse>

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

options
RequestOptionsBase

De valfria parametrarna

callback

ServiceCallback<SparkJobListViewResponse>

Återanropet

getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

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

Parametrar

workspaceName

string

Namnet på arbetsytan som du vill köra åtgärder på.

callback

ServiceCallback<SparkJobListViewResponse>

Återanropet