Monitoring class
Klasse die een bewaking vertegenwoordigt.
Constructors
| Monitoring(Synapse |
Maak een monitoring. |
Methoden
Constructordetails
Monitoring(SynapseClientContext)
Maak een monitoring.
new Monitoring(client: SynapseClientContext)
Parameters
- client
- SynapseClientContext
Verwijzing naar de serviceclient.
Methodedetails
getApplicationDetails(string, string, string, RequestOptionsBase)
Haal de details van één Spark-toepassing op met de naam van de werkruimte, de naam van de pool en livyid.
function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, options?: RequestOptionsBase): Promise<MonitoringGetApplicationDetailsResponse>
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- poolName
-
string
De naam van het vonkenbad.
- livyId
-
string
De livy id.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Promise<Models.MonitoringGetApplicationDetailsResponse>
getApplicationDetails(string, string, string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)
function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, options: RequestOptionsBase, callback: ServiceCallback<SparkJobListViewResponse>)
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- poolName
-
string
De naam van het vonkenbad.
- livyId
-
string
De livy id.
- options
- RequestOptionsBase
De optionele parameters
- callback
De callback
getApplicationDetails(string, string, string, ServiceCallback<SparkJobListViewResponse>)
function getApplicationDetails(workspaceName: string, poolName: string, livyId: string, callback: ServiceCallback<SparkJobListViewResponse>)
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- poolName
-
string
De naam van het vonkenbad.
- livyId
-
string
De livy id.
- callback
De callback
getHistoryServerData(string, string, string, string, string, RequestOptionsBase)
Geschiedenis servergegevens ophalen voor een bepaalde werkruimte, pool, livyid, appid en attemptId
function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerDataResponse>
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- poolName
-
string
De naam van het vonkenbad.
- livyId
-
string
De livy id.
- appId
-
string
De toepassings-id.
- attemptId
-
string
De poging id.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Beloof<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>)
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- poolName
-
string
De naam van het vonkenbad.
- livyId
-
string
De livy id.
- appId
-
string
De toepassings-id.
- attemptId
-
string
De poging id.
- options
- RequestOptionsBase
De optionele parameters
- callback
De callback
getHistoryServerData(string, string, string, string, string, ServiceCallback<HistoryServerDataResponse>)
function getHistoryServerData(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerDataResponse>)
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- poolName
-
string
De naam van het vonkenbad.
- livyId
-
string
De livy id.
- appId
-
string
De toepassings-id.
- attemptId
-
string
De poging id.
- callback
De callback
getHistoryServerDiagnostic(string, string, string, string, string, RequestOptionsBase)
Diagnostische gegevens van History Server ophalen voor een bepaalde werkruimte, pool, livyid, appid en attemptId
function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerDiagnosticResponse>
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- poolName
-
string
De naam van het vonkenbad.
- livyId
-
string
De livy id.
- appId
-
string
De toepassings-id.
- attemptId
-
string
De poging id.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Beloof<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>)
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- poolName
-
string
De naam van het vonkenbad.
- livyId
-
string
De livy id.
- appId
-
string
De toepassings-id.
- attemptId
-
string
De poging id.
- options
- RequestOptionsBase
De optionele parameters
De callback
getHistoryServerDiagnostic(string, string, string, string, string, ServiceCallback<HistoryServerDiagnosticResponse>)
function getHistoryServerDiagnostic(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerDiagnosticResponse>)
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- poolName
-
string
De naam van het vonkenbad.
- livyId
-
string
De livy id.
- appId
-
string
De toepassings-id.
- attemptId
-
string
De poging id.
De callback
getHistoryServerGraph(string, string, string, string, string, RequestOptionsBase)
Geschiedenis servergrafiekgegevens ophalen voor een bepaalde werkruimte, pool, livyid, appid en attemptId
function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerGraphResponse>
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- poolName
-
string
De naam van het vonkenbad.
- livyId
-
string
De livy id.
- appId
-
string
De toepassings-id.
- attemptId
-
string
De poging id.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Beloof<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>)
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- poolName
-
string
De naam van het vonkenbad.
- livyId
-
string
De livy id.
- appId
-
string
De toepassings-id.
- attemptId
-
string
De poging id.
- options
- RequestOptionsBase
De optionele parameters
- callback
De callback
getHistoryServerGraph(string, string, string, string, string, ServiceCallback<HistoryServerGraphResponse>)
function getHistoryServerGraph(workspaceName: string, poolName: string, livyId: string, appId: string, attemptId: string, callback: ServiceCallback<HistoryServerGraphResponse>)
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- poolName
-
string
De naam van het vonkenbad.
- livyId
-
string
De livy id.
- appId
-
string
De toepassings-id.
- attemptId
-
string
De poging id.
- callback
De callback
getHistoryServerProperties(string, RequestOptionsBase)
Eigenschappen van de History-server ophalen.
function getHistoryServerProperties(workspaceName: string, options?: RequestOptionsBase): Promise<MonitoringGetHistoryServerPropertiesResponse>
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Promise<Models.MonitoringGetHistoryServerPropertiesResponse>
getHistoryServerProperties(string, RequestOptionsBase, ServiceCallback<HistoryServerPropertiesResponse>)
function getHistoryServerProperties(workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<HistoryServerPropertiesResponse>)
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- options
- RequestOptionsBase
De optionele parameters
De callback
getHistoryServerProperties(string, ServiceCallback<HistoryServerPropertiesResponse>)
function getHistoryServerProperties(workspaceName: string, callback: ServiceCallback<HistoryServerPropertiesResponse>)
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
De callback
getSparkJobList(string, RequestOptionsBase)
Lijst met Spark-toepassingen voor de werkruimte ophalen.
function getSparkJobList(workspaceName: string, options?: RequestOptionsBase): Promise<MonitoringGetSparkJobListResponse>
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Promise<MonitoringGetSparkJobListResponse>
Beloof<modellen.MonitoringGetSparkJobListResponse>
getSparkJobList(string, RequestOptionsBase, ServiceCallback<SparkJobListViewResponse>)
function getSparkJobList(workspaceName: string, options: RequestOptionsBase, callback: ServiceCallback<SparkJobListViewResponse>)
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- options
- RequestOptionsBase
De optionele parameters
- callback
De callback
getSparkJobList(string, ServiceCallback<SparkJobListViewResponse>)
function getSparkJobList(workspaceName: string, callback: ServiceCallback<SparkJobListViewResponse>)
Parameters
- workspaceName
-
string
De naam van de werkruimte waarop bewerkingen moeten worden uitgevoerd.
- callback
De callback