MonitoringClient Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Monitoring service client.
public class MonitoringClient
type MonitoringClient = class
Public Class MonitoringClient
- Inheritance
-
MonitoringClient
Constructors
MonitoringClient() |
Initializes a new instance of MonitoringClient for mocking. |
MonitoringClient(Uri, TokenCredential, MonitoringClientOptions) |
Initializes a new instance of MonitoringClient. |
Methods
GetSparkJobList(CancellationToken) |
Get list of spark applications for the workspace. |
GetSparkJobListAsync(CancellationToken) |
Get list of spark applications for the workspace. |
GetSqlJobQueryString(String, String, String, CancellationToken) |
Get SQL OD/DW Query for the workspace. |
GetSqlJobQueryStringAsync(String, String, String, CancellationToken) |
Get SQL OD/DW Query for the workspace. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET