RestorePointCollectionsClient Interface
Implements
public interface RestorePointCollectionsClient
extends InnerSupportsGet<RestorePointCollectionInner>, InnerSupportsListing<RestorePointCollectionInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in RestorePointCollectionsClient.
Method Summary
Method Details
beginDelete
public abstract SyncPoller
The operation to delete the restore point collection. This operation will also delete all the contained restore points.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
The operation to delete the restore point collection. This operation will also delete all the contained restore points.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
The operation to delete the restore point collection. This operation will also delete all the contained restore points.
Parameters:
Returns:
createOrUpdate
public abstract RestorePointCollectionInner createOrUpdate(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionInner parameters)
The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String restorePointCollectionName)
The operation to delete the restore point collection. This operation will also delete all the contained restore points.
Parameters:
delete
public abstract void delete(String resourceGroupName, String restorePointCollectionName, Context context)
The operation to delete the restore point collection. This operation will also delete all the contained restore points.
Parameters:
deleteAsync
public abstract Mono
The operation to delete the restore point collection. This operation will also delete all the contained restore points.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
The operation to delete the restore point collection. This operation will also delete all the contained restore points.
Parameters:
Returns:
getByResourceGroup
public abstract RestorePointCollectionInner getByResourceGroup(String resourceGroupName, String restorePointCollectionName)
The operation to get the restore point collection.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono
The operation to get the restore point collection.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
The operation to get the restore point collection.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
The operation to get the restore point collection.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections.
Returns:
list
public abstract PagedIterable
Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections.
Returns:
listByResourceGroup
public abstract PagedIterable
Gets the list of restore point collections in a resource group.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Gets the list of restore point collections in a resource group.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Gets the list of restore point collections in a resource group.
Parameters:
Returns:
update
public abstract RestorePointCollectionInner update(String resourceGroupName, String restorePointCollectionName, RestorePointCollectionUpdate parameters)
The operation to update the restore point collection.
Parameters:
Returns:
updateAsync
public abstract Mono
The operation to update the restore point collection.
Parameters:
Returns:
updateWithResponse
public abstract Response
The operation to update the restore point collection.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
The operation to update the restore point collection.
Parameters:
Returns:
Applies to
Azure SDK for Java