Class MaintenanceManager

java.lang.Object
com.azure.resourcemanager.maintenance.MaintenanceManager

public final class MaintenanceManager extends Object
Entry point to MaintenanceManager. Azure Maintenance Management Client.
  • Method Details

    • authenticate

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

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

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

      public PublicMaintenanceConfigurations publicMaintenanceConfigurations()
      Gets the resource collection API of PublicMaintenanceConfigurations.
      Returns:
      Resource collection API of PublicMaintenanceConfigurations.
    • applyUpdates

      public ApplyUpdates applyUpdates()
      Gets the resource collection API of ApplyUpdates.
      Returns:
      Resource collection API of ApplyUpdates.
    • configurationAssignments

      public ConfigurationAssignments configurationAssignments()
      Gets the resource collection API of ConfigurationAssignments.
      Returns:
      Resource collection API of ConfigurationAssignments.
    • maintenanceConfigurations

      public MaintenanceConfigurations maintenanceConfigurations()
      Gets the resource collection API of MaintenanceConfigurations. It manages MaintenanceConfiguration.
      Returns:
      Resource collection API of MaintenanceConfigurations.
    • maintenanceConfigurationsForResourceGroups

      public MaintenanceConfigurationsForResourceGroups maintenanceConfigurationsForResourceGroups()
      Gets the resource collection API of MaintenanceConfigurationsForResourceGroups.
      Returns:
      Resource collection API of MaintenanceConfigurationsForResourceGroups.
    • applyUpdateForResourceGroups

      public ApplyUpdateForResourceGroups applyUpdateForResourceGroups()
      Gets the resource collection API of ApplyUpdateForResourceGroups.
      Returns:
      Resource collection API of ApplyUpdateForResourceGroups.
    • operations

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

      public Updates updates()
      Gets the resource collection API of Updates.
      Returns:
      Resource collection API of Updates.
    • serviceClient

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