Interface AvailableServiceAliasesClient
-
public interface AvailableServiceAliasesClientAn instance of this class provides access to all the operations defined in AvailableServiceAliasesClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<AvailableServiceAliasInner>list(String location)Gets all available service aliases for this subscription in this region.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.com.azure.core.http.rest.PagedFlux<AvailableServiceAliasInner>listAsync(String location)Gets all available service aliases for this subscription in this region.com.azure.core.http.rest.PagedIterable<AvailableServiceAliasInner>listByResourceGroup(String resourceGroupName, String location)Gets all available service aliases for this resource group in this region.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.com.azure.core.http.rest.PagedFlux<AvailableServiceAliasInner>listByResourceGroupAsync(String resourceGroupName, String location)Gets all available service aliases for this resource group in this region.
-
-
-
Method Detail
-
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.
-
-