Share via


RestorePointsCreate interface

Methods

delete(RestorePointsDeleteParameters)

The operation to delete the restore point.

get(RestorePointsGetParameters)

The operation to get the restore point.

put(RestorePointsCreateParameters)

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

Returns

get(RestorePointsGetParameters)

The operation to get the restore point.

function get(options: RestorePointsGetParameters): StreamableMethod<RestorePointsGet200Response | RestorePointsGetDefaultResponse>

Parameters

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

Returns