MonitorClient Interface
public interface MonitorClient
The interface for MonitorClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Action |
getActionGroups()
Gets the Action |
abstract
Activity |
getActivityLogAlerts()
Gets the Activity |
abstract
Activity |
getActivityLogs()
Gets the Activity |
abstract
Alert |
getAlertRuleIncidents()
Gets the Alert |
abstract
Alert |
getAlertRules()
Gets the Alert |
abstract
Autoscale |
getAutoscaleSettings()
Gets the Autoscale |
abstract
Baselines |
getBaselines()
Gets the Baselines |
abstract
Data |
getDataCollectionEndpoints()
Gets the Data |
abstract
Data |
getDataCollectionRuleAssociations()
Gets the Data |
abstract
Data |
getDataCollectionRules()
Gets the Data |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract
Diagnostic |
getDiagnosticSettingsCategories()
Gets the Diagnostic |
abstract
Diagnostic |
getDiagnosticSettingsOperations()
Gets the Diagnostic |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Event |
getEventCategories()
Gets the Event |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Log |
getLogProfiles()
Gets the Log |
abstract
Metric |
getMetricAlerts()
Gets the Metric |
abstract
Metric |
getMetricAlertsStatus()
Gets the Metric |
abstract
Metric |
getMetricDefinitions()
Gets the Metric |
abstract
Metric |
getMetricNamespaces()
Gets the Metric |
abstract
Metrics |
getMetrics()
Gets the Metrics |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Predictive |
getPredictiveMetrics()
Gets the Predictive |
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
abstract
Private |
getPrivateLinkResources()
Gets the Private |
abstract
Private |
getPrivateLinkScopeOperationStatus()
Gets the Private |
abstract
Private |
getPrivateLinkScopedResources()
Gets the Private |
abstract
Private |
getPrivateLinkScopes()
Gets the Private |
abstract
Scheduled |
getScheduledQueryRules()
Gets the Scheduled |
abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
abstract
Tenant |
getTenantActivityLogs()
Gets the Tenant |
abstract
VMInsights |
getVMInsights()
Gets the VMInsights |
Method Details
getActionGroups
public abstract ActionGroupsClient getActionGroups()
Gets the ActionGroupsClient object to access its operations.
Returns:
getActivityLogAlerts
public abstract ActivityLogAlertsClient getActivityLogAlerts()
Gets the ActivityLogAlertsClient object to access its operations.
Returns:
getActivityLogs
public abstract ActivityLogsClient getActivityLogs()
Gets the ActivityLogsClient object to access its operations.
Returns:
getAlertRuleIncidents
public abstract AlertRuleIncidentsClient getAlertRuleIncidents()
Gets the AlertRuleIncidentsClient object to access its operations.
Returns:
getAlertRules
public abstract AlertRulesClient getAlertRules()
Gets the AlertRulesClient object to access its operations.
Returns:
getAutoscaleSettings
public abstract AutoscaleSettingsClient getAutoscaleSettings()
Gets the AutoscaleSettingsClient object to access its operations.
Returns:
getBaselines
public abstract BaselinesClient getBaselines()
Gets the BaselinesClient object to access its operations.
Returns:
getDataCollectionEndpoints
public abstract DataCollectionEndpointsClient getDataCollectionEndpoints()
Gets the DataCollectionEndpointsClient object to access its operations.
Returns:
getDataCollectionRuleAssociations
public abstract DataCollectionRuleAssociationsClient getDataCollectionRuleAssociations()
Gets the DataCollectionRuleAssociationsClient object to access its operations.
Returns:
getDataCollectionRules
public abstract DataCollectionRulesClient getDataCollectionRules()
Gets the DataCollectionRulesClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDiagnosticSettingsCategories
public abstract DiagnosticSettingsCategoriesClient getDiagnosticSettingsCategories()
Gets the DiagnosticSettingsCategoriesClient object to access its operations.
Returns:
getDiagnosticSettingsOperations
public abstract DiagnosticSettingsOperationsClient getDiagnosticSettingsOperations()
Gets the DiagnosticSettingsOperationsClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getEventCategories
public abstract EventCategoriesClient getEventCategories()
Gets the EventCategoriesClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getLogProfiles
public abstract LogProfilesClient getLogProfiles()
Gets the LogProfilesClient object to access its operations.
Returns:
getMetricAlerts
public abstract MetricAlertsClient getMetricAlerts()
Gets the MetricAlertsClient object to access its operations.
Returns:
getMetricAlertsStatus
public abstract MetricAlertsStatusClient getMetricAlertsStatus()
Gets the MetricAlertsStatusClient object to access its operations.
Returns:
getMetricDefinitions
public abstract MetricDefinitionsClient getMetricDefinitions()
Gets the MetricDefinitionsClient object to access its operations.
Returns:
getMetricNamespaces
public abstract MetricNamespacesClient getMetricNamespaces()
Gets the MetricNamespacesClient object to access its operations.
Returns:
getMetrics
public abstract MetricsClient getMetrics()
Gets the MetricsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPredictiveMetrics
public abstract PredictiveMetricsClient getPredictiveMetrics()
Gets the PredictiveMetricsClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getPrivateLinkScopeOperationStatus
public abstract PrivateLinkScopeOperationStatusClient getPrivateLinkScopeOperationStatus()
Gets the PrivateLinkScopeOperationStatusClient object to access its operations.
Returns:
getPrivateLinkScopedResources
public abstract PrivateLinkScopedResourcesClient getPrivateLinkScopedResources()
Gets the PrivateLinkScopedResourcesClient object to access its operations.
Returns:
getPrivateLinkScopes
public abstract PrivateLinkScopesClient getPrivateLinkScopes()
Gets the PrivateLinkScopesClient object to access its operations.
Returns:
getScheduledQueryRules
public abstract ScheduledQueryRulesClient getScheduledQueryRules()
Gets the ScheduledQueryRulesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
getTenantActivityLogs
public abstract TenantActivityLogsClient getTenantActivityLogs()
Gets the TenantActivityLogsClient object to access its operations.
Returns:
getVMInsights
public abstract VMInsightsClient getVMInsights()
Gets the VMInsightsClient object to access its operations.
Returns:
Applies to
Azure SDK for Java