RestorePointCollectionsCreateOrUpdate interface
Methods
| delete(Restore |
The operation to delete the restore point collection. This operation will also delete all the contained restore points. |
| get(Restore |
The operation to get the restore point collection. |
| patch(Restore |
The operation to update the restore point collection. |
| put(Restore |
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. |
Method Details
delete(RestorePointCollectionsDeleteParameters)
The operation to delete the restore point collection. This operation will also delete all the contained restore points.
function delete(options: RestorePointCollectionsDeleteParameters): StreamableMethod<RestorePointCollectionsDelete200Response | RestorePointCollectionsDelete202Response | RestorePointCollectionsDelete204Response | RestorePointCollectionsDeleteDefaultResponse>
Parameters
Returns
get(RestorePointCollectionsGetParameters)
The operation to get the restore point collection.
function get(options: RestorePointCollectionsGetParameters): StreamableMethod<RestorePointCollectionsGet200Response | RestorePointCollectionsGetDefaultResponse>
Parameters
Returns
patch(RestorePointCollectionsUpdateParameters)
The operation to update the restore point collection.
function patch(options: RestorePointCollectionsUpdateParameters): StreamableMethod<RestorePointCollectionsUpdate200Response | RestorePointCollectionsUpdateDefaultResponse>
Parameters
Returns
put(RestorePointCollectionsCreateOrUpdateParameters)
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.
function put(options: RestorePointCollectionsCreateOrUpdateParameters): StreamableMethod<RestorePointCollectionsCreateOrUpdate200Response | RestorePointCollectionsCreateOrUpdate201Response | RestorePointCollectionsCreateOrUpdateDefaultResponse>