public interface GlobalsClient
| Modifier and Type | Method and Description |
|---|---|
DeletedSiteInner |
getDeletedWebApp(String deletedSiteId)
Description for Get deleted app for a subscription.
|
Mono<DeletedSiteInner> |
getDeletedWebAppAsync(String deletedSiteId)
Description for Get deleted app for a subscription.
|
List<SnapshotInner> |
getDeletedWebAppSnapshots(String deletedSiteId)
Description for Get all deleted apps for a subscription.
|
Mono<List<SnapshotInner>> |
getDeletedWebAppSnapshotsAsync(String deletedSiteId)
Description for Get all deleted apps for a subscription.
|
com.azure.core.http.rest.Response<List<SnapshotInner>> |
getDeletedWebAppSnapshotsWithResponse(String deletedSiteId,
com.azure.core.util.Context context)
Description for Get all deleted apps for a subscription.
|
Mono<com.azure.core.http.rest.Response<List<SnapshotInner>>> |
getDeletedWebAppSnapshotsWithResponseAsync(String deletedSiteId)
Description for Get all deleted apps for a subscription.
|
com.azure.core.http.rest.Response<DeletedSiteInner> |
getDeletedWebAppWithResponse(String deletedSiteId,
com.azure.core.util.Context context)
Description for Get deleted app for a subscription.
|
Mono<com.azure.core.http.rest.Response<DeletedSiteInner>> |
getDeletedWebAppWithResponseAsync(String deletedSiteId)
Description for Get deleted app for a subscription.
|
void |
getSubscriptionOperationWithAsyncResponse(String location,
String operationId)
Description for Gets an operation in a subscription and given region.
|
Mono<Void> |
getSubscriptionOperationWithAsyncResponseAsync(String location,
String operationId)
Description for Gets an operation in a subscription and given region.
|
com.azure.core.http.rest.Response<Void> |
getSubscriptionOperationWithAsyncResponseWithResponse(String location,
String operationId,
com.azure.core.util.Context context)
Description for Gets an operation in a subscription and given region.
|
Mono<com.azure.core.http.rest.Response<Void>> |
getSubscriptionOperationWithAsyncResponseWithResponseAsync(String location,
String operationId)
Description for Gets an operation in a subscription and given region.
|
Mono<com.azure.core.http.rest.Response<DeletedSiteInner>> getDeletedWebAppWithResponseAsync(String deletedSiteId)
deletedSiteId - The numeric ID of the deleted app, e.g. 12345.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<DeletedSiteInner> getDeletedWebAppAsync(String deletedSiteId)
deletedSiteId - The numeric ID of the deleted app, e.g. 12345.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.DeletedSiteInner getDeletedWebApp(String deletedSiteId)
deletedSiteId - The numeric ID of the deleted app, e.g. 12345.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<DeletedSiteInner> getDeletedWebAppWithResponse(String deletedSiteId, com.azure.core.util.Context context)
deletedSiteId - The numeric ID of the deleted app, e.g. 12345.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<List<SnapshotInner>>> getDeletedWebAppSnapshotsWithResponseAsync(String deletedSiteId)
deletedSiteId - The numeric ID of the deleted app, e.g. 12345.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<List<SnapshotInner>> getDeletedWebAppSnapshotsAsync(String deletedSiteId)
deletedSiteId - The numeric ID of the deleted app, e.g. 12345.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.List<SnapshotInner> getDeletedWebAppSnapshots(String deletedSiteId)
deletedSiteId - The numeric ID of the deleted app, e.g. 12345.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<List<SnapshotInner>> getDeletedWebAppSnapshotsWithResponse(String deletedSiteId, com.azure.core.util.Context context)
deletedSiteId - The numeric ID of the deleted app, e.g. 12345.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<Void>> getSubscriptionOperationWithAsyncResponseWithResponseAsync(String location, String operationId)
location - Location name.operationId - Operation Id.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> getSubscriptionOperationWithAsyncResponseAsync(String location, String operationId)
location - Location name.operationId - Operation Id.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void getSubscriptionOperationWithAsyncResponse(String location, String operationId)
location - Location name.operationId - Operation Id.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - 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<Void> getSubscriptionOperationWithAsyncResponseWithResponse(String location, String operationId, com.azure.core.util.Context context)
location - Location name.operationId - Operation Id.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.DefaultErrorResponseErrorException - thrown if the request is
rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.