RestorePointsClient Interface
public interface RestorePointsClient
An instance of this class provides access to all the operations defined in RestorePointsClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller
The operation to create the restore point. Updating properties of an existing restore point is not allowed.
Parameters:
Returns:
beginCreate
public abstract SyncPoller
The operation to create the restore point. Updating properties of an existing restore point is not allowed.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux
The operation to create the restore point. Updating properties of an existing restore point is not allowed.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
The operation to delete the restore point.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
The operation to delete the restore point.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
The operation to delete the restore point.
Parameters:
Returns:
create
public abstract RestorePointInner create(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters)
The operation to create the restore point. Updating properties of an existing restore point is not allowed.
Parameters:
Returns:
create
public abstract RestorePointInner create(String resourceGroupName, String restorePointCollectionName, String restorePointName, RestorePointInner parameters, Context context)
The operation to create the restore point. Updating properties of an existing restore point is not allowed.
Parameters:
Returns:
createAsync
public abstract Mono
The operation to create the restore point. Updating properties of an existing restore point is not allowed.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
The operation to create the restore point. Updating properties of an existing restore point is not allowed.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String restorePointCollectionName, String restorePointName)
The operation to delete the restore point.
Parameters:
delete
public abstract void delete(String resourceGroupName, String restorePointCollectionName, String restorePointName, Context context)
The operation to delete the restore point.
Parameters:
deleteAsync
public abstract Mono
The operation to delete the restore point.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
The operation to delete the restore point.
Parameters:
Returns:
get
public abstract RestorePointInner get(String resourceGroupName, String restorePointCollectionName, String restorePointName)
The operation to get the restore point.
Parameters:
Returns:
getAsync
public abstract Mono
The operation to get the restore point.
Parameters:
Returns:
getWithResponse
public abstract Response
The operation to get the restore point.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
The operation to get the restore point.
Parameters:
Returns:
Applies to
Azure SDK for Java