Condividi tramite


DeletedWebAppsClient Interface

public interface DeletedWebAppsClient

An instance of this class provides access to all the operations defined in DeletedWebAppsClient.

Method Summary

Modifier and Type Method and Description
abstract DeletedSiteInner getDeletedWebAppByLocation(String location, String deletedSiteId)

Get deleted app for a subscription at location.

abstract Mono<DeletedSiteInner> getDeletedWebAppByLocationAsync(String location, String deletedSiteId)

Get deleted app for a subscription at location.

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

Get deleted app for a subscription at location.

abstract Mono<Response<DeletedSiteInner>> getDeletedWebAppByLocationWithResponseAsync(String location, String deletedSiteId)

Get deleted app for a subscription at location.

abstract PagedIterable<DeletedSiteInner> list()

Get all deleted apps for a subscription.

abstract PagedIterable<DeletedSiteInner> list(Context context)

Get all deleted apps for a subscription.

abstract PagedFlux<DeletedSiteInner> listAsync()

Get all deleted apps for a subscription.

abstract PagedIterable<DeletedSiteInner> listByLocation(String location)

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

abstract PagedIterable<DeletedSiteInner> listByLocation(String location, Context context)

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

abstract PagedFlux<DeletedSiteInner> listByLocationAsync(String location)

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

Method Details

getDeletedWebAppByLocation

public abstract DeletedSiteInner getDeletedWebAppByLocation(String location, String deletedSiteId)

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

Parameters:

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

Returns:

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

getDeletedWebAppByLocationAsync

public abstract Mono<DeletedSiteInner> getDeletedWebAppByLocationAsync(String location, String deletedSiteId)

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

Parameters:

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

Returns:

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

getDeletedWebAppByLocationWithResponse

public abstract Response<DeletedSiteInner> getDeletedWebAppByLocationWithResponse(String location, String deletedSiteId, Context context)

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

Parameters:

location - The location name.
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 at location. Description for Get deleted app for a subscription at location along with Response<T>.

getDeletedWebAppByLocationWithResponseAsync

public abstract Mono<Response<DeletedSiteInner>> getDeletedWebAppByLocationWithResponseAsync(String location, String deletedSiteId)

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

Parameters:

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

Returns:

deleted app for a subscription at location. Description for Get deleted app for a subscription at location along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable<DeletedSiteInner> list()

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

Returns:

all deleted apps for a subscription. Description for Get all deleted apps for a subscription as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<DeletedSiteInner> list(Context context)

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

Parameters:

context - The context to associate with this operation.

Returns:

all deleted apps for a subscription. Description for Get all deleted apps for a subscription as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<DeletedSiteInner> listAsync()

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

Returns:

all deleted apps for a subscription. Description for Get all deleted apps for a subscription as paginated response with PagedFlux<T>.

listByLocation

public abstract PagedIterable<DeletedSiteInner> listByLocation(String location)

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

Parameters:

location - The location name.

Returns:

all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location as paginated response with PagedIterable<T>.

listByLocation

public abstract PagedIterable<DeletedSiteInner> listByLocation(String location, Context context)

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

Parameters:

location - The location name.
context - The context to associate with this operation.

Returns:

all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location as paginated response with PagedIterable<T>.

listByLocationAsync

public abstract PagedFlux<DeletedSiteInner> listByLocationAsync(String location)

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

Parameters:

location - The location name.

Returns:

all deleted apps for a subscription at location Description for Get all deleted apps for a subscription at location as paginated response with PagedFlux<T>.

Applies to