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 DeletedSiteInner getDeletedWebApp(String deletedSiteId)

Get deleted app for a subscription.

abstract Mono<DeletedSiteInner> getDeletedWebAppAsync(String deletedSiteId)

Get deleted app for a subscription.

abstract List<SnapshotInner> getDeletedWebAppSnapshots(String deletedSiteId)

Get all deleted apps for a subscription.

abstract Mono<List<SnapshotInner>> getDeletedWebAppSnapshotsAsync(String deletedSiteId)

Get all deleted apps for a subscription.

abstract Response<List<SnapshotInner>> getDeletedWebAppSnapshotsWithResponse(String deletedSiteId, Context context)

Get all deleted apps for a subscription.

abstract Mono<Response<List<SnapshotInner>>> getDeletedWebAppSnapshotsWithResponseAsync(String deletedSiteId)

Get all deleted apps for a subscription.

abstract Response<DeletedSiteInner> getDeletedWebAppWithResponse(String deletedSiteId, Context context)

Get deleted app for a subscription.

abstract Mono<Response<DeletedSiteInner>> 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 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 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:

deletedSiteId - The numeric ID of the deleted app, e.g. 12345.

Returns:

a deleted app.

getDeletedWebAppAsync

public abstract Mono getDeletedWebAppAsync(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 on successful completion of Mono.

getDeletedWebAppSnapshots

public abstract List getDeletedWebAppSnapshots(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.

getDeletedWebAppSnapshotsAsync

public abstract Mono> getDeletedWebAppSnapshotsAsync(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 on successful completion of Mono.

getDeletedWebAppSnapshotsWithResponse

public abstract Response> getDeletedWebAppSnapshotsWithResponse(String deletedSiteId, 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<T>.

getDeletedWebAppSnapshotsWithResponseAsync

public abstract Mono>> 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 Response<T> on successful completion of Mono.

getDeletedWebAppWithResponse

public abstract Response getDeletedWebAppWithResponse(String deletedSiteId, 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<T>.

getDeletedWebAppWithResponseAsync

public abstract Mono> 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 Response<T> on successful completion of Mono.

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:

location - Location name.
operationId - Operation Id.

getSubscriptionOperationWithAsyncResponseAsync

public abstract Mono 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:

location - Location name.
operationId - Operation Id.

Returns:

A Mono that completes when a successful response is received.

getSubscriptionOperationWithAsyncResponseWithResponse

public abstract Response 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:

location - Location name.
operationId - Operation Id.
context - The context to associate with this operation.

Returns:

getSubscriptionOperationWithAsyncResponseWithResponseAsync

public abstract Mono> 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 Response<T> on successful completion of Mono.

Applies to