Interface NetAppResourceRegionInfosClient


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

    • list

      com.azure.core.http.rest.PagedIterable<RegionInfoResourceInner> list(String location)
      Describes region specific information. Provides region specific information.
      Parameters:
      location - The name of the Azure region.
      Returns:
      list of regionInfo resources 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<RegionInfoResourceInner> list(String location, com.azure.core.util.Context context)
      Describes region specific information. Provides region specific information.
      Parameters:
      location - The name of the Azure region.
      context - The context to associate with this operation.
      Returns:
      list of regionInfo resources 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.
    • getWithResponse

      com.azure.core.http.rest.Response<RegionInfoResourceInner> getWithResponse(String location, com.azure.core.util.Context context)
      Describes region specific information. Provides storage to network proximity and logical zone mapping information.
      Parameters:
      location - The name of the Azure region.
      context - The context to associate with this operation.
      Returns:
      information regarding regionInfo Item along with Response.
      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.
    • get

      Describes region specific information. Provides storage to network proximity and logical zone mapping information.
      Parameters:
      location - The name of the Azure region.
      Returns:
      information regarding regionInfo Item.
      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.