Condividi tramite


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:

deleted app for a subscription. Description for Get deleted app for a subscription.

getDeletedWebAppAsync

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

deleted app for a subscription. Description for Get deleted app for a subscription on successful completion of Mono.

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:

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

Returns:

all deleted apps for a subscription. Description for Get all deleted apps for a subscription.

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:

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

Returns:

all deleted apps for a subscription. Description for Get all deleted apps for a subscription on successful completion of Mono.

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:

deletedSiteId - The numeric ID of the deleted app, e.g. 12345.
context - The context to associate with this operation.

Returns:

all deleted apps for a subscription. Description for Get all deleted apps for a subscription along with Response<T>.

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:

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

Returns:

all deleted apps for a subscription. Description for Get all deleted apps for a subscription along with Response<T> on successful completion of Mono.

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:

deletedSiteId - The numeric ID of the deleted app, e.g. 12345.
context - The context to associate with this operation.

Returns:

deleted app for a subscription. Description for Get deleted app for a subscription along with Response<T>.

getDeletedWebAppWithResponseAsync

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

deleted app for a subscription. Description for Get deleted app for a subscription 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 - The name of the Azure region.
operationId - Operation Id.

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:

location - The name of the Azure region.
operationId - Operation Id.

Returns:

an operation in a subscription and given region Description for Gets an operation in a subscription and given region on successful completion of Mono.

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:

location - The name of the Azure region.
operationId - Operation Id.
context - The context to associate with this operation.

Returns:

an operation in a subscription and given region Description for Gets an operation in a subscription and given region along with Response<T>.

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:

location - The name of the Azure region.
operationId - Operation Id.

Returns:

an operation in a subscription and given region Description for Gets an operation in a subscription and given region along with Response<T> on successful completion of Mono.

Applies to