Interface NetAppResourceRegionInfos


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

    Modifier and Type
    Method
    Description
    get(String location)
    Describes region specific information.
    com.azure.core.http.rest.Response<RegionInfoResource>
    getWithResponse(String location, com.azure.core.util.Context context)
    Describes region specific information.
    com.azure.core.http.rest.PagedIterable<RegionInfoResource>
    list(String location)
    Describes region specific information.
    com.azure.core.http.rest.PagedIterable<RegionInfoResource>
    list(String location, com.azure.core.util.Context context)
    Describes region specific information.
  • Method Details

    • list

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

      RegionInfoResource get(String location)
      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.