Interface MaintenanceManagementClient


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

    • getSubscriptionId

      String getSubscriptionId()
      Gets Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
      Returns:
      the subscriptionId value.
    • getEndpoint

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

      String getApiVersion()
      Gets Api Version.
      Returns:
      the apiVersion 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.
    • getPublicMaintenanceConfigurations

      PublicMaintenanceConfigurationsClient getPublicMaintenanceConfigurations()
      Gets the PublicMaintenanceConfigurationsClient object to access its operations.
      Returns:
      the PublicMaintenanceConfigurationsClient object.
    • getApplyUpdates

      ApplyUpdatesClient getApplyUpdates()
      Gets the ApplyUpdatesClient object to access its operations.
      Returns:
      the ApplyUpdatesClient object.
    • getConfigurationAssignments

      ConfigurationAssignmentsClient getConfigurationAssignments()
      Gets the ConfigurationAssignmentsClient object to access its operations.
      Returns:
      the ConfigurationAssignmentsClient object.
    • getMaintenanceConfigurations

      MaintenanceConfigurationsClient getMaintenanceConfigurations()
      Gets the MaintenanceConfigurationsClient object to access its operations.
      Returns:
      the MaintenanceConfigurationsClient object.
    • getMaintenanceConfigurationsForResourceGroups

      MaintenanceConfigurationsForResourceGroupsClient getMaintenanceConfigurationsForResourceGroups()
      Gets the MaintenanceConfigurationsForResourceGroupsClient object to access its operations.
      Returns:
      the MaintenanceConfigurationsForResourceGroupsClient object.
    • getApplyUpdateForResourceGroups

      ApplyUpdateForResourceGroupsClient getApplyUpdateForResourceGroups()
      Gets the ApplyUpdateForResourceGroupsClient object to access its operations.
      Returns:
      the ApplyUpdateForResourceGroupsClient object.
    • getOperations

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

      UpdatesClient getUpdates()
      Gets the UpdatesClient object to access its operations.
      Returns:
      the UpdatesClient object.