Interface MaintenanceConfigurationsForResourceGroupsClient


public interface MaintenanceConfigurationsForResourceGroupsClient
An instance of this class provides access to all the operations defined in MaintenanceConfigurationsForResourceGroupsClient.
  • Method Details

    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<MaintenanceConfigurationInner> listByResourceGroup(String resourceGroupName)
      Get Configuration records within a subscription and resource group.
      Parameters:
      resourceGroupName - Resource Group Name.
      Returns:
      configuration records within a subscription and resource group as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<MaintenanceConfigurationInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
      Get Configuration records within a subscription and resource group.
      Parameters:
      resourceGroupName - Resource Group Name.
      context - The context to associate with this operation.
      Returns:
      configuration records within a subscription and resource group as paginated response with PagedIterable.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.