Interface AlertsManagementClient


public interface AlertsManagementClient
The interface for AlertsManagementClient class.
  • Method Details

    • getSubscriptionId

      String getSubscriptionId()
      Gets The ID of the target subscription.
      Returns:
      the subscriptionId value.
    • getEndpoint

      String getEndpoint()
      Gets server parameter.
      Returns:
      the endpoint value.
    • getHttpPipeline

      com.azure.core.http.HttpPipeline getHttpPipeline()
      Gets The HTTP pipeline to send requests through.
      Returns:
      the httpPipeline value.
    • getDefaultPollInterval

      Duration getDefaultPollInterval()
      Gets The default poll interval for long-running operation.
      Returns:
      the defaultPollInterval value.
    • getAlertProcessingRules

      AlertProcessingRulesClient getAlertProcessingRules()
      Gets the AlertProcessingRulesClient object to access its operations.
      Returns:
      the AlertProcessingRulesClient object.
    • getOperations

      OperationsClient getOperations()
      Gets the OperationsClient object to access its operations.
      Returns:
      the OperationsClient object.
    • getAlerts

      AlertsClient getAlerts()
      Gets the AlertsClient object to access its operations.
      Returns:
      the AlertsClient object.
    • getSmartGroups

      SmartGroupsClient getSmartGroups()
      Gets the SmartGroupsClient object to access its operations.
      Returns:
      the SmartGroupsClient object.