GlobalsClient Interface
public interface GlobalsClient
An instance of this class provides access to all the operations defined in GlobalsClient.
Method Summary
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: