Interface Maps


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

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<OperationDetail>
    List operations available for the Maps Resource Provider.
    com.azure.core.http.rest.PagedIterable<OperationDetail>
    list(com.azure.core.util.Context context)
    List operations available for the Maps Resource Provider.
    com.azure.core.http.rest.PagedIterable<OperationDetail>
    List operations available for the Maps Resource Provider.
    com.azure.core.http.rest.PagedIterable<OperationDetail>
    listOperations(com.azure.core.util.Context context)
    List operations available for the Maps Resource Provider.
  • Method Details

    • listOperations

      com.azure.core.http.rest.PagedIterable<OperationDetail> listOperations()
      List operations available for the Maps Resource Provider.
      Returns:
      the set of operations available for Maps as paginated response with PagedIterable.
      Throws:
      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.
    • listOperations

      com.azure.core.http.rest.PagedIterable<OperationDetail> listOperations(com.azure.core.util.Context context)
      List operations available for the Maps Resource Provider.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the set of operations available for Maps 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.
    • list

      com.azure.core.http.rest.PagedIterable<OperationDetail> list()
      List operations available for the Maps Resource Provider.
      Returns:
      the set of operations available for Maps as paginated response with PagedIterable.
      Throws:
      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.
    • list

      com.azure.core.http.rest.PagedIterable<OperationDetail> list(com.azure.core.util.Context context)
      List operations available for the Maps Resource Provider.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the set of operations available for Maps 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.