你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RestorePoints interface

Interface representing a RestorePoints.

Methods

beginCreate(string, string, string, RestorePoint, RestorePointsCreateOptionalParams)

The operation to create the restore point. Updating properties of an existing restore point is not allowed

beginCreateAndWait(string, string, string, RestorePoint, RestorePointsCreateOptionalParams)

The operation to create the restore point. Updating properties of an existing restore point is not allowed

beginDelete(string, string, string, RestorePointsDeleteOptionalParams)

The operation to delete the restore point.

beginDeleteAndWait(string, string, string, RestorePointsDeleteOptionalParams)

The operation to delete the restore point.

get(string, string, string, RestorePointsGetOptionalParams)

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<RestorePoint>, RestorePoint>>

Parameters

resourceGroupName

string

The name of the resource group.

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.

options
RestorePointsCreateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<RestorePoint>, RestorePoint>>

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<RestorePoint>

Parameters

resourceGroupName

string

The name of the resource group.

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.

options
RestorePointsCreateOptionalParams

The options parameters.

Returns

Promise<RestorePoint>

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.

restorePointCollectionName

string

The name of the Restore Point Collection.

restorePointName

string

The name of the restore point.

options
RestorePointsDeleteOptionalParams

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.

restorePointCollectionName

string

The name of the Restore Point Collection.

restorePointName

string

The name of the restore point.

options
RestorePointsDeleteOptionalParams

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.

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>