Monitoring class

فئة تمثل مراقبة.

المنشئون

Monitoring(SynapseClientContext)

إنشاء مراقبة.

الأساليب

getApplicationDetails(string, string, string, RequestOptionsBase)

احصل على تفاصيل تطبيق spark واحدة نظرا لاسم مساحة العمل واسم التجمع و livyid.

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

الحصول على بيانات خادم المحفوظات لمساحة عمل معينة، تجمع، livyid، appid و 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)

الحصول على بيانات تشخيصية لخادم المحفوظات لمساحة عمل معينة، وتجمع، و livyid، و appid، و 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)

الحصول على بيانات الرسم البياني لخادم المحفوظات لمساحة عمل معينة، وتجمع، و livyid، و appid، و attemptId

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

الحصول على خصائص خادم المحفوظات.

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

الحصول على قائمة تطبيقات spark لمساحة العمل.

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

تفاصيل المنشئ

Monitoring(SynapseClientContext)

إنشاء مراقبة.

new Monitoring(client: SynapseClientContext)

المعلمات

client
SynapseClientContext

الرجوع إلى عميل الخدمة.

تفاصيل الأسلوب

getApplicationDetails(string, string, string, RequestOptionsBase)

احصل على تفاصيل تطبيق spark واحدة نظرا لاسم مساحة العمل واسم التجمع و livyid.

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

poolName

string

اسم تجمع spark.

livyId

string

هوية livy.

options
RequestOptionsBase

المعلمات الاختيارية

المرتجعات

وعد<Models.MonitoringGetApplicationDetailsResponse>

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

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

poolName

string

اسم تجمع spark.

livyId

string

هوية livy.

options
RequestOptionsBase

المعلمات الاختيارية

callback

ServiceCallback<SparkJobListViewResponse>

رد الاتصال

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

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

poolName

string

اسم تجمع spark.

livyId

string

هوية livy.

callback

ServiceCallback<SparkJobListViewResponse>

رد الاتصال

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

الحصول على بيانات خادم المحفوظات لمساحة عمل معينة، تجمع، livyid، appid و attemptId

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

poolName

string

اسم تجمع spark.

livyId

string

هوية livy.

appId

string

معرف التطبيق.

attemptId

string

معرف المحاولة.

options
RequestOptionsBase

المعلمات الاختيارية

المرتجعات

وعد<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>)

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

poolName

string

اسم تجمع spark.

livyId

string

هوية livy.

appId

string

معرف التطبيق.

attemptId

string

معرف المحاولة.

options
RequestOptionsBase

المعلمات الاختيارية

callback

ServiceCallback<HistoryServerDataResponse>

رد الاتصال

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

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

poolName

string

اسم تجمع spark.

livyId

string

هوية livy.

appId

string

معرف التطبيق.

attemptId

string

معرف المحاولة.

callback

ServiceCallback<HistoryServerDataResponse>

رد الاتصال

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

الحصول على بيانات تشخيصية لخادم المحفوظات لمساحة عمل معينة، وتجمع، و livyid، و appid، و attemptId

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

poolName

string

اسم تجمع spark.

livyId

string

هوية livy.

appId

string

معرف التطبيق.

attemptId

string

معرف المحاولة.

options
RequestOptionsBase

المعلمات الاختيارية

المرتجعات

وعد<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>)

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

poolName

string

اسم تجمع spark.

livyId

string

هوية livy.

appId

string

معرف التطبيق.

attemptId

string

معرف المحاولة.

options
RequestOptionsBase

المعلمات الاختيارية

callback

ServiceCallback<HistoryServerDiagnosticResponse>

رد الاتصال

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

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

poolName

string

اسم تجمع spark.

livyId

string

هوية livy.

appId

string

معرف التطبيق.

attemptId

string

معرف المحاولة.

callback

ServiceCallback<HistoryServerDiagnosticResponse>

رد الاتصال

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

الحصول على بيانات الرسم البياني لخادم المحفوظات لمساحة عمل معينة، وتجمع، و livyid، و appid، و attemptId

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

poolName

string

اسم تجمع spark.

livyId

string

هوية livy.

appId

string

معرف التطبيق.

attemptId

string

معرف المحاولة.

options
RequestOptionsBase

المعلمات الاختيارية

المرتجعات

وعد<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>)

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

poolName

string

اسم تجمع spark.

livyId

string

هوية livy.

appId

string

معرف التطبيق.

attemptId

string

معرف المحاولة.

options
RequestOptionsBase

المعلمات الاختيارية

callback

ServiceCallback<HistoryServerGraphResponse>

رد الاتصال

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

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

poolName

string

اسم تجمع spark.

livyId

string

هوية livy.

appId

string

معرف التطبيق.

attemptId

string

معرف المحاولة.

callback

ServiceCallback<HistoryServerGraphResponse>

رد الاتصال

getHistoryServerProperties(string, RequestOptionsBase)

الحصول على خصائص خادم المحفوظات.

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

options
RequestOptionsBase

المعلمات الاختيارية

المرتجعات

وعد<Models.MonitoringGetHistoryServerPropertiesResponse>

getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

options
RequestOptionsBase

المعلمات الاختيارية

callback

ServiceCallback<HistoryServerPropertiesResponse>

رد الاتصال

getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

callback

ServiceCallback<HistoryServerPropertiesResponse>

رد الاتصال

getSparkJobList(string, RequestOptionsBase)

الحصول على قائمة تطبيقات spark لمساحة العمل.

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

options
RequestOptionsBase

المعلمات الاختيارية

المرتجعات

وعد<Models.MonitoringGetSparkJobListResponse>

getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

options
RequestOptionsBase

المعلمات الاختيارية

callback

ServiceCallback<SparkJobListViewResponse>

رد الاتصال

getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)

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

المعلمات

workspaceName

string

اسم مساحة العمل لتنفيذ العمليات عليها.

callback

ServiceCallback<SparkJobListViewResponse>

رد الاتصال