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
Get deleted app for a subscription. Description for Get deleted app for a subscription.
Parameters:
Returns:
getDeletedWebAppSnapshots
public abstract List
Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.
Parameters:
Returns:
getDeletedWebAppSnapshotsAsync
public abstract Mono> 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> 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
Get all deleted apps for a subscription. Description for Get all deleted apps for a subscription.
Parameters:
Returns:
getDeletedWebAppWithResponse
public abstract Response
Get deleted app for a subscription. Description for Get deleted app for a subscription.
Parameters:
Returns:
getDeletedWebAppWithResponseAsync
public abstract Mono
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
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
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
Gets an operation in a subscription and given region Description for Gets an operation in a subscription and given region.
Parameters:
Returns:
Applies to
Azure SDK for Java