public interface AvailableServiceAliasesClient
| Modifier and Type | Method and 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.
|
com.azure.core.http.rest.PagedFlux<AvailableServiceAliasInner> listAsync(String location)
location - The location.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.com.azure.core.http.rest.PagedIterable<AvailableServiceAliasInner> list(String location)
location - The location.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.com.azure.core.http.rest.PagedIterable<AvailableServiceAliasInner> list(String location, com.azure.core.util.Context context)
location - The location.context - The context to associate with this operation.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.com.azure.core.http.rest.PagedFlux<AvailableServiceAliasInner> listByResourceGroupAsync(String resourceGroupName, String location)
resourceGroupName - The name of the resource group.location - The location.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.com.azure.core.http.rest.PagedIterable<AvailableServiceAliasInner> listByResourceGroup(String resourceGroupName, String location)
resourceGroupName - The name of the resource group.location - The location.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.com.azure.core.http.rest.PagedIterable<AvailableServiceAliasInner> listByResourceGroup(String resourceGroupName, String location, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.location - The location.context - The context to associate with this operation.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.Copyright © 2021 Microsoft Corporation. All rights reserved.