GlobalsClient Interface
public interface GlobalsClient
An instance of this class provides access to all the operations defined in GlobalsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Deleted |
getDeletedWebApp(String deletedSiteId)
Get deleted app for a subscription. |
|
abstract
reactor.core.publisher.Mono<Deleted |
getDeletedWebAppAsync(String deletedSiteId)
Get deleted app for a subscription. |
|
abstract
List<Snapshot |
getDeletedWebAppSnapshots(String deletedSiteId)
Get all deleted apps for a subscription. |
|
abstract
reactor.core.publisher.Mono<List<Snapshot |
getDeletedWebAppSnapshotsAsync(String deletedSiteId)
Get all deleted apps for a subscription. |
|
abstract
Response<List<Snapshot |
getDeletedWebAppSnapshotsWithResponse(String deletedSiteId, Context context)
Get all deleted apps for a subscription. |
|
abstract
reactor.core.publisher.Mono<Response<List<Snapshot |
getDeletedWebAppSnapshotsWithResponseAsync(String deletedSiteId)
Get all deleted apps for a subscription. |
|
abstract
Response<Deleted |
getDeletedWebAppWithResponse(String deletedSiteId, Context context)
Get deleted app for a subscription. |
|
abstract
reactor.core.publisher.Mono<Response<Deleted |
getDeletedWebAppWithResponseAsync(String deletedSiteId)
Get deleted app for a subscription. |
| abstract void |
getSubscriptionOperationWithAsyncResponse(String location, String operationId)
Gets an operation in a subscription and given region Description for Gets an operation in a subscription and given region. |
| abstract reactor.core.publisher.Mono<Void> |
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. |
| abstract Response<Void> |
getSubscriptionOperationWithAsyncResponseWithResponse(String location, String operationId, Context context)
Gets an operation in a subscription and given region Description for Gets an operation in a subscription and given region. |
| abstract reactor.core.publisher.Mono<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. |
Method Details
getDeletedWebApp
public abstract DeletedSiteInner getDeletedWebApp(String deletedSiteId)
Get deleted app for a subscription. Description for Get deleted app for a subscription.
Parameters:
Returns:
getDeletedWebAppAsync
public abstract Mono<DeletedSiteInner> getDeletedWebAppAsync(String deletedSiteId)
Get deleted app for a subscription. Description for Get deleted app for a subscription.
Parameters:
Returns:
getDeletedWebAppSnapshots
public abstract List<SnapshotInner> getDeletedWebAppSnapshots(String deletedSiteId)
Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.
Parameters:
Returns:
getDeletedWebAppSnapshotsAsync
public abstract Mono<List<SnapshotInner>> getDeletedWebAppSnapshotsAsync(String deletedSiteId)
Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.
Parameters:
Returns:
getDeletedWebAppSnapshotsWithResponse
public abstract Response<List<SnapshotInner>> getDeletedWebAppSnapshotsWithResponse(String deletedSiteId, Context context)
Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.
Parameters:
Returns:
getDeletedWebAppSnapshotsWithResponseAsync
public abstract Mono<Response<List<SnapshotInner>>> getDeletedWebAppSnapshotsWithResponseAsync(String deletedSiteId)
Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.
Parameters:
Returns:
getDeletedWebAppWithResponse
public abstract Response<DeletedSiteInner> getDeletedWebAppWithResponse(String deletedSiteId, Context context)
Get deleted app for a subscription. Description for Get deleted app for a subscription.
Parameters:
Returns:
getDeletedWebAppWithResponseAsync
public abstract Mono<Response<DeletedSiteInner>> getDeletedWebAppWithResponseAsync(String deletedSiteId)
Get deleted app for a subscription. Description for Get deleted app for a subscription.
Parameters:
Returns:
getSubscriptionOperationWithAsyncResponse
public abstract void getSubscriptionOperationWithAsyncResponse(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:
getSubscriptionOperationWithAsyncResponseAsync
public abstract Mono<Void> 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.
Parameters:
Returns:
getSubscriptionOperationWithAsyncResponseWithResponse
public abstract Response<Void> getSubscriptionOperationWithAsyncResponseWithResponse(String location, String operationId, Context context)
Gets an operation in a subscription and given region Description for Gets an operation in a subscription and given region.
Parameters:
Returns:
getSubscriptionOperationWithAsyncResponseWithResponseAsync
public abstract Mono<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:
Returns: