Interface MaintenanceConfigurationsForResourceGroups


public interface MaintenanceConfigurationsForResourceGroups
Resource collection API of MaintenanceConfigurationsForResourceGroups.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<MaintenanceConfiguration>
    listByResourceGroup(String resourceGroupName)
    Get Configuration records within a subscription and resource group.
    com.azure.core.http.rest.PagedIterable<MaintenanceConfiguration>
    listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
    Get Configuration records within a subscription and resource group.
  • Method Details

    • listByResourceGroup

      com.azure.core.http.rest.PagedIterable<MaintenanceConfiguration> 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<MaintenanceConfiguration> 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.