public interface DeletedAccountsClient
| Modifier and Type | Method and Description |
|---|---|
DeletedAccountInner |
get(String deletedAccountName,
String location)
Get properties of specified deleted account resource.
|
Mono<DeletedAccountInner> |
getAsync(String deletedAccountName,
String location)
Get properties of specified deleted account resource.
|
com.azure.core.http.rest.Response<DeletedAccountInner> |
getWithResponse(String deletedAccountName,
String location,
com.azure.core.util.Context context)
Get properties of specified deleted account resource.
|
Mono<com.azure.core.http.rest.Response<DeletedAccountInner>> |
getWithResponseAsync(String deletedAccountName,
String location)
Get properties of specified deleted account resource.
|
com.azure.core.http.rest.PagedIterable<DeletedAccountInner> |
list()
Lists deleted accounts under the subscription.
|
com.azure.core.http.rest.PagedIterable<DeletedAccountInner> |
list(com.azure.core.util.Context context)
Lists deleted accounts under the subscription.
|
com.azure.core.http.rest.PagedFlux<DeletedAccountInner> |
listAsync()
Lists deleted accounts under the subscription.
|
com.azure.core.http.rest.PagedFlux<DeletedAccountInner> listAsync()
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<DeletedAccountInner> list()
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<DeletedAccountInner> list(com.azure.core.util.Context context)
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.Mono<com.azure.core.http.rest.Response<DeletedAccountInner>> getWithResponseAsync(String deletedAccountName, String location)
deletedAccountName - Name of the deleted storage account.location - The location of the deleted storage account.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<DeletedAccountInner> getAsync(String deletedAccountName, String location)
deletedAccountName - Name of the deleted storage account.location - The location of the deleted storage account.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.DeletedAccountInner get(String deletedAccountName, String location)
deletedAccountName - Name of the deleted storage account.location - The location of the deleted storage account.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<DeletedAccountInner> getWithResponse(String deletedAccountName, String location, com.azure.core.util.Context context)
deletedAccountName - Name of the deleted storage account.location - The location of the deleted storage account.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.