Interface GlobalsClient
public interface GlobalsClient
An instance of this class provides access to all the operations defined in GlobalsClient.
-
Method Summary
Modifier and TypeMethodDescriptiongetDeletedWebApp(String deletedSiteId) Get deleted app for a subscription.getDeletedWebAppAsync(String deletedSiteId) Get deleted app for a subscription.getDeletedWebAppSnapshots(String deletedSiteId) Get all deleted apps for a subscription.getDeletedWebAppSnapshotsAsync(String deletedSiteId) Get all deleted apps for a subscription.com.azure.core.http.rest.Response<List<SnapshotInner>> getDeletedWebAppSnapshotsWithResponse(String deletedSiteId, com.azure.core.util.Context context) Get all deleted apps for a subscription.Mono<com.azure.core.http.rest.Response<List<SnapshotInner>>> getDeletedWebAppSnapshotsWithResponseAsync(String deletedSiteId) Get all deleted apps for a subscription.com.azure.core.http.rest.Response<DeletedSiteInner> getDeletedWebAppWithResponse(String deletedSiteId, com.azure.core.util.Context context) Get deleted app for a subscription.Mono<com.azure.core.http.rest.Response<DeletedSiteInner>> getDeletedWebAppWithResponseAsync(String deletedSiteId) Get deleted app for a subscription.voidgetSubscriptionOperationWithAsyncResponse(String location, String operationId) Gets an operation in a subscription and given region Description for Gets an operation in a subscription and given region.getSubscriptionOperationWithAsyncResponseAsync(String location, String operationId) Gets an operation in a subscription and given region 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) Gets an operation in a subscription and given region Description for Gets an operation in a subscription and given region.getSubscriptionOperationWithAsyncResponseWithResponseAsync(String location, String operationId) Gets an operation in a subscription and given region Description for Gets an operation in a subscription and given region.
-
Method Details
-
getDeletedWebAppWithResponseAsync
Mono<com.azure.core.http.rest.Response<DeletedSiteInner>> getDeletedWebAppWithResponseAsync(String deletedSiteId) Get deleted app for a subscription. Description for Get deleted app for a subscription.- Parameters:
deletedSiteId- The numeric ID of the deleted app, e.g. 12345.- Returns:
- a deleted app along with
Responseon successful completion ofMono. - Throws:
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.
-
getDeletedWebAppAsync
Get deleted app for a subscription. Description for Get deleted app for a subscription.- Parameters:
deletedSiteId- The numeric ID of the deleted app, e.g. 12345.- Returns:
- a deleted app on successful completion of
Mono. - Throws:
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.
-
getDeletedWebAppWithResponse
com.azure.core.http.rest.Response<DeletedSiteInner> getDeletedWebAppWithResponse(String deletedSiteId, com.azure.core.util.Context context) Get deleted app for a subscription. Description for Get deleted app for a subscription.- Parameters:
deletedSiteId- The numeric ID of the deleted app, e.g. 12345.context- The context to associate with this operation.- Returns:
- a deleted app along with
Response. - Throws:
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.
-
getDeletedWebApp
Get deleted app for a subscription. Description for Get deleted app for a subscription.- Parameters:
deletedSiteId- The numeric ID of the deleted app, e.g. 12345.- Returns:
- a deleted app.
- Throws:
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.
-
getDeletedWebAppSnapshotsWithResponseAsync
Mono<com.azure.core.http.rest.Response<List<SnapshotInner>>> getDeletedWebAppSnapshotsWithResponseAsync(String deletedSiteId) Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.- Parameters:
deletedSiteId- The numeric ID of the deleted app, e.g. 12345.- Returns:
- array of Snapshot along with
Responseon successful completion ofMono. - Throws:
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.
-
getDeletedWebAppSnapshotsAsync
Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.- Parameters:
deletedSiteId- The numeric ID of the deleted app, e.g. 12345.- Returns:
- array of Snapshot on successful completion of
Mono. - Throws:
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.
-
getDeletedWebAppSnapshotsWithResponse
com.azure.core.http.rest.Response<List<SnapshotInner>> getDeletedWebAppSnapshotsWithResponse(String deletedSiteId, com.azure.core.util.Context context) Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.- Parameters:
deletedSiteId- The numeric ID of the deleted app, e.g. 12345.context- The context to associate with this operation.- Returns:
- array of Snapshot along with
Response. - Throws:
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.
-
getDeletedWebAppSnapshots
Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.- Parameters:
deletedSiteId- The numeric ID of the deleted app, e.g. 12345.- Returns:
- array of Snapshot.
- Throws:
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.
-
getSubscriptionOperationWithAsyncResponseWithResponseAsync
Mono<com.azure.core.http.rest.Response<Void>> getSubscriptionOperationWithAsyncResponseWithResponseAsync(String location, String operationId) Gets an operation in a subscription and given region Description for Gets an operation in a subscription and given region.- Parameters:
location- Location name.operationId- Operation Id.- Returns:
- the
Responseon successful completion ofMono. - Throws:
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.
-
getSubscriptionOperationWithAsyncResponseAsync
Gets an operation in a subscription and given region Description for Gets an operation in a subscription and given region.- Parameters:
location- Location name.operationId- Operation Id.- Returns:
- A
Monothat completes when a successful response is received. - Throws:
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.
-
getSubscriptionOperationWithAsyncResponseWithResponse
com.azure.core.http.rest.Response<Void> getSubscriptionOperationWithAsyncResponseWithResponse(String location, String operationId, com.azure.core.util.Context context) Gets an operation in a subscription and given region Description for Gets an operation in a subscription and given region.- Parameters:
location- Location name.operationId- Operation Id.context- The context to associate with this operation.- Returns:
- the
Response. - Throws:
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.
-
getSubscriptionOperationWithAsyncResponse
Gets an operation in a subscription and given region Description for Gets an operation in a subscription and given region.- Parameters:
location- Location name.operationId- Operation Id.- Throws:
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.
-