Interface AvailableServiceAliasesClient


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

    • listAsync

      com.azure.core.http.rest.PagedFlux<AvailableServiceAliasInner> listAsync(String location)
      Gets all available service aliases for this subscription in this region.
      Parameters:
      location - The location.
      Returns:
      all available service aliases for this subscription in this region as paginated response with PagedFlux.
      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<AvailableServiceAliasInner> list(String location)
      Gets all available service aliases for this subscription in this region.
      Parameters:
      location - The location.
      Returns:
      all available service aliases for this subscription in this region 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<AvailableServiceAliasInner> list(String location, com.azure.core.util.Context context)
      Gets all available service aliases for this subscription in this region.
      Parameters:
      location - The location.
      context - The context to associate with this operation.
      Returns:
      all available service aliases for this subscription in this region 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.
    • listByResourceGroupAsync

      com.azure.core.http.rest.PagedFlux<AvailableServiceAliasInner> listByResourceGroupAsync(String resourceGroupName, String location)
      Gets all available service aliases for this resource group in this region.
      Parameters:
      resourceGroupName - The name of the resource group.
      location - The location.
      Returns:
      all available service aliases for this resource group in this region as paginated response with PagedFlux.
      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<AvailableServiceAliasInner> listByResourceGroup(String resourceGroupName, String location)
      Gets all available service aliases for this resource group in this region.
      Parameters:
      resourceGroupName - The name of the resource group.
      location - The location.
      Returns:
      all available service aliases for this resource group in this region 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<AvailableServiceAliasInner> listByResourceGroup(String resourceGroupName, String location, com.azure.core.util.Context context)
      Gets all available service aliases for this resource group in this region.
      Parameters:
      resourceGroupName - The name of the resource group.
      location - The location.
      context - The context to associate with this operation.
      Returns:
      all available service aliases for this resource group in this region 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.