RestorePointsCreate interface
Methods
| delete(Restore |
The operation to delete the restore point. |
| get(Restore |
The operation to get the restore point. |
| put(Restore |
The operation to create the restore point. Updating properties of an existing restore point is not allowed |
Method Details
delete(RestorePointsDeleteParameters)
The operation to delete the restore point.
function delete(options: RestorePointsDeleteParameters): StreamableMethod<RestorePointsDelete200Response | RestorePointsDelete202Response | RestorePointsDelete204Response | RestorePointsDeleteDefaultResponse>
Parameters
- options
- RestorePointsDeleteParameters
Returns
get(RestorePointsGetParameters)
The operation to get the restore point.
function get(options: RestorePointsGetParameters): StreamableMethod<RestorePointsGet200Response | RestorePointsGetDefaultResponse>
Parameters
- options
- RestorePointsGetParameters
Returns
put(RestorePointsCreateParameters)
The operation to create the restore point. Updating properties of an existing restore point is not allowed
function put(options: RestorePointsCreateParameters): StreamableMethod<RestorePointsCreate201Response | RestorePointsCreateDefaultResponse>
Parameters
- options
- RestorePointsCreateParameters