All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.resourcemanager.monitor.fluent.MonitorClient Maven / Gradle / Ivy

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.resourcemanager.monitor.fluent;

import com.azure.core.http.HttpPipeline;
import java.time.Duration;

/**
 * The interface for MonitorClient class.
 */
public interface MonitorClient {
    /**
     * Gets The ID of the target subscription.
     * 
     * @return the subscriptionId value.
     */
    String getSubscriptionId();

    /**
     * Gets server parameter.
     * 
     * @return the endpoint value.
     */
    String getEndpoint();

    /**
     * Gets The HTTP pipeline to send requests through.
     * 
     * @return the httpPipeline value.
     */
    HttpPipeline getHttpPipeline();

    /**
     * Gets The default poll interval for long-running operation.
     * 
     * @return the defaultPollInterval value.
     */
    Duration getDefaultPollInterval();

    /**
     * Gets the AutoscaleSettingsClient object to access its operations.
     * 
     * @return the AutoscaleSettingsClient object.
     */
    AutoscaleSettingsClient getAutoscaleSettings();

    /**
     * Gets the PredictiveMetricsClient object to access its operations.
     * 
     * @return the PredictiveMetricsClient object.
     */
    PredictiveMetricsClient getPredictiveMetrics();

    /**
     * Gets the OperationsClient object to access its operations.
     * 
     * @return the OperationsClient object.
     */
    OperationsClient getOperations();

    /**
     * Gets the AlertRuleIncidentsClient object to access its operations.
     * 
     * @return the AlertRuleIncidentsClient object.
     */
    AlertRuleIncidentsClient getAlertRuleIncidents();

    /**
     * Gets the AlertRulesClient object to access its operations.
     * 
     * @return the AlertRulesClient object.
     */
    AlertRulesClient getAlertRules();

    /**
     * Gets the LogProfilesClient object to access its operations.
     * 
     * @return the LogProfilesClient object.
     */
    LogProfilesClient getLogProfiles();

    /**
     * Gets the DiagnosticSettingsOperationsClient object to access its operations.
     * 
     * @return the DiagnosticSettingsOperationsClient object.
     */
    DiagnosticSettingsOperationsClient getDiagnosticSettingsOperations();

    /**
     * Gets the DiagnosticSettingsCategoriesClient object to access its operations.
     * 
     * @return the DiagnosticSettingsCategoriesClient object.
     */
    DiagnosticSettingsCategoriesClient getDiagnosticSettingsCategories();

    /**
     * Gets the ActionGroupsClient object to access its operations.
     * 
     * @return the ActionGroupsClient object.
     */
    ActionGroupsClient getActionGroups();

    /**
     * Gets the ActivityLogsClient object to access its operations.
     * 
     * @return the ActivityLogsClient object.
     */
    ActivityLogsClient getActivityLogs();

    /**
     * Gets the EventCategoriesClient object to access its operations.
     * 
     * @return the EventCategoriesClient object.
     */
    EventCategoriesClient getEventCategories();

    /**
     * Gets the TenantActivityLogsClient object to access its operations.
     * 
     * @return the TenantActivityLogsClient object.
     */
    TenantActivityLogsClient getTenantActivityLogs();

    /**
     * Gets the MetricDefinitionsClient object to access its operations.
     * 
     * @return the MetricDefinitionsClient object.
     */
    MetricDefinitionsClient getMetricDefinitions();

    /**
     * Gets the MetricsClient object to access its operations.
     * 
     * @return the MetricsClient object.
     */
    MetricsClient getMetrics();

    /**
     * Gets the BaselinesClient object to access its operations.
     * 
     * @return the BaselinesClient object.
     */
    BaselinesClient getBaselines();

    /**
     * Gets the MetricAlertsClient object to access its operations.
     * 
     * @return the MetricAlertsClient object.
     */
    MetricAlertsClient getMetricAlerts();

    /**
     * Gets the MetricAlertsStatusClient object to access its operations.
     * 
     * @return the MetricAlertsStatusClient object.
     */
    MetricAlertsStatusClient getMetricAlertsStatus();

    /**
     * Gets the ScheduledQueryRulesClient object to access its operations.
     * 
     * @return the ScheduledQueryRulesClient object.
     */
    ScheduledQueryRulesClient getScheduledQueryRules();

    /**
     * Gets the MetricNamespacesClient object to access its operations.
     * 
     * @return the MetricNamespacesClient object.
     */
    MetricNamespacesClient getMetricNamespaces();

    /**
     * Gets the VMInsightsClient object to access its operations.
     * 
     * @return the VMInsightsClient object.
     */
    VMInsightsClient getVMInsights();

    /**
     * Gets the PrivateLinkScopesClient object to access its operations.
     * 
     * @return the PrivateLinkScopesClient object.
     */
    PrivateLinkScopesClient getPrivateLinkScopes();

    /**
     * Gets the PrivateLinkScopeOperationStatusClient object to access its operations.
     * 
     * @return the PrivateLinkScopeOperationStatusClient object.
     */
    PrivateLinkScopeOperationStatusClient getPrivateLinkScopeOperationStatus();

    /**
     * Gets the PrivateLinkResourcesClient object to access its operations.
     * 
     * @return the PrivateLinkResourcesClient object.
     */
    PrivateLinkResourcesClient getPrivateLinkResources();

    /**
     * Gets the PrivateEndpointConnectionsClient object to access its operations.
     * 
     * @return the PrivateEndpointConnectionsClient object.
     */
    PrivateEndpointConnectionsClient getPrivateEndpointConnections();

    /**
     * Gets the PrivateLinkScopedResourcesClient object to access its operations.
     * 
     * @return the PrivateLinkScopedResourcesClient object.
     */
    PrivateLinkScopedResourcesClient getPrivateLinkScopedResources();

    /**
     * Gets the ActivityLogAlertsClient object to access its operations.
     * 
     * @return the ActivityLogAlertsClient object.
     */
    ActivityLogAlertsClient getActivityLogAlerts();

    /**
     * Gets the DataCollectionEndpointsClient object to access its operations.
     * 
     * @return the DataCollectionEndpointsClient object.
     */
    DataCollectionEndpointsClient getDataCollectionEndpoints();

    /**
     * Gets the DataCollectionRuleAssociationsClient object to access its operations.
     * 
     * @return the DataCollectionRuleAssociationsClient object.
     */
    DataCollectionRuleAssociationsClient getDataCollectionRuleAssociations();

    /**
     * Gets the DataCollectionRulesClient object to access its operations.
     * 
     * @return the DataCollectionRulesClient object.
     */
    DataCollectionRulesClient getDataCollectionRules();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy