RestorePoints interface 
Interface representing a RestorePoints.
Methods
| begin | 
	The operation to create the restore point. Updating properties of an existing restore point is not allowed  | 
| begin | 
	The operation to create the restore point. Updating properties of an existing restore point is not allowed  | 
| begin | 
	The operation to delete the restore point.  | 
| begin | 
	The operation to delete the restore point.  | 
| get(string, string, string, Restore | 
	The operation to get the restore point.  | 
Method Details
		beginCreate(string, string, string, RestorePoint, RestorePointsCreateOptionalParams)
	      
	The operation to create the restore point. Updating properties of an existing restore point is not allowed
function beginCreate(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, parameters: RestorePoint, options?: RestorePointsCreateOptionalParams): Promise<SimplePollerLike<OperationState<RestorePointsCreateResponse>, RestorePointsCreateResponse>>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- restorePointCollectionName
 - 
				
string
 
The name of the restore point collection.
- restorePointName
 - 
				
string
 
The name of the restore point.
- parameters
 - RestorePoint
 
Parameters supplied to the Create restore point operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<RestorePointsCreateResponse>, RestorePointsCreateResponse>>
		beginCreateAndWait(string, string, string, RestorePoint, RestorePointsCreateOptionalParams)
	        
	The operation to create the restore point. Updating properties of an existing restore point is not allowed
function beginCreateAndWait(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, parameters: RestorePoint, options?: RestorePointsCreateOptionalParams): Promise<RestorePointsCreateResponse>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- restorePointCollectionName
 - 
				
string
 
The name of the restore point collection.
- restorePointName
 - 
				
string
 
The name of the restore point.
- parameters
 - RestorePoint
 
Parameters supplied to the Create restore point operation.
The options parameters.
Returns
Promise<RestorePointsCreateResponse>
		beginDelete(string, string, string, RestorePointsDeleteOptionalParams)
	     
	The operation to delete the restore point.
function beginDelete(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- restorePointCollectionName
 - 
				
string
 
The name of the restore point collection.
- restorePointName
 - 
				
string
 
The name of the restore point.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
		beginDeleteAndWait(string, string, string, RestorePointsDeleteOptionalParams)
	       
	The operation to delete the restore point.
function beginDeleteAndWait(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsDeleteOptionalParams): Promise<void>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- restorePointCollectionName
 - 
				
string
 
The name of the restore point collection.
- restorePointName
 - 
				
string
 
The name of the restore point.
The options parameters.
Returns
Promise<void>
		get(string, string, string, RestorePointsGetOptionalParams)
	    
	The operation to get the restore point.
function get(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsGetOptionalParams): Promise<RestorePoint>
				Parameters
- resourceGroupName
 - 
				
string
 
The name of the resource group. The name is case insensitive.
- restorePointCollectionName
 - 
				
string
 
The name of the restore point collection.
- restorePointName
 - 
				
string
 
The name of the restore point.
- options
 - RestorePointsGetOptionalParams
 
The options parameters.
Returns
Promise<RestorePoint>