public interface ServiceTagsClient
| Modifier and Type | Method and Description |
|---|---|
ServiceTagsListResultInner |
list(String location)
Gets a list of service tag information resources.
|
Mono<ServiceTagsListResultInner> |
listAsync(String location)
Gets a list of service tag information resources.
|
com.azure.core.http.rest.Response<ServiceTagsListResultInner> |
listWithResponse(String location,
com.azure.core.util.Context context)
Gets a list of service tag information resources.
|
Mono<com.azure.core.http.rest.Response<ServiceTagsListResultInner>> |
listWithResponseAsync(String location)
Gets a list of service tag information resources.
|
Mono<com.azure.core.http.rest.Response<ServiceTagsListResultInner>> listWithResponseAsync(String location)
location - The location that will be used as a reference for version (not as a filter based on location, you
will get the list of service tags with prefix details across all regions but limited to the cloud that your
subscription belongs to).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.Mono<ServiceTagsListResultInner> listAsync(String location)
location - The location that will be used as a reference for version (not as a filter based on location, you
will get the list of service tags with prefix details across all regions but limited to the cloud that your
subscription belongs to).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.ServiceTagsListResultInner list(String location)
location - The location that will be used as a reference for version (not as a filter based on location, you
will get the list of service tags with prefix details across all regions but limited to the cloud that your
subscription belongs to).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.Response<ServiceTagsListResultInner> listWithResponse(String location, com.azure.core.util.Context context)
location - The location that will be used as a reference for version (not as a filter based on location, you
will get the list of service tags with prefix details across all regions but limited to the cloud that your
subscription belongs to).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.