Class AlertsManagementManager

java.lang.Object
com.azure.resourcemanager.alertsmanagement.AlertsManagementManager

public final class AlertsManagementManager extends Object
Entry point to AlertsManagementManager. AlertsManagement Client.
  • Method Details

    • authenticate

      public static AlertsManagementManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of AlertsManagement service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the AlertsManagement service API instance.
    • authenticate

      public static AlertsManagementManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of AlertsManagement service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the AlertsManagement service API instance.
    • configure

      public static AlertsManagementManager.Configurable configure()
      Gets a Configurable instance that can be used to create AlertsManagementManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • alertProcessingRules

      public AlertProcessingRules alertProcessingRules()
      Gets the resource collection API of AlertProcessingRules. It manages AlertProcessingRule.
      Returns:
      Resource collection API of AlertProcessingRules.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • alerts

      public Alerts alerts()
      Gets the resource collection API of Alerts.
      Returns:
      Resource collection API of Alerts.
    • smartGroups

      public SmartGroups smartGroups()
      Gets the resource collection API of SmartGroups.
      Returns:
      Resource collection API of SmartGroups.
    • serviceClient

      public AlertsManagementClient serviceClient()
      Returns:
      Wrapped service client AlertsManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.