RestorePoints interface
表示 RestorePoints 的接口。
方法
方法详细信息
beginCreate(string, string, string, RestorePoint, RestorePointsCreateOptionalParams)
用于创建还原点的作。 不允许更新现有还原点的属性
function beginCreate(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, parameters: RestorePoint, options?: RestorePointsCreateOptionalParams): Promise<SimplePollerLike<OperationState<RestorePoint>, RestorePoint>>
参数
- resourceGroupName
-
string
资源组的名称。
- restorePointCollectionName
-
string
还原点集合的名称。
- restorePointName
-
string
还原点的名称。
- parameters
- RestorePoint
提供给“创建还原点”作的参数。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<RestorePoint>, RestorePoint>>
beginCreateAndWait(string, string, string, RestorePoint, RestorePointsCreateOptionalParams)
用于创建还原点的作。 不允许更新现有还原点的属性
function beginCreateAndWait(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, parameters: RestorePoint, options?: RestorePointsCreateOptionalParams): Promise<RestorePoint>
参数
- resourceGroupName
-
string
资源组的名称。
- restorePointCollectionName
-
string
还原点集合的名称。
- restorePointName
-
string
还原点的名称。
- parameters
- RestorePoint
提供给“创建还原点”作的参数。
选项参数。
返回
Promise<RestorePoint>
beginDelete(string, string, string, RestorePointsDeleteOptionalParams)
用于删除还原点的作。
function beginDelete(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
参数
- resourceGroupName
-
string
资源组的名称。
- restorePointCollectionName
-
string
还原点集合的名称。
- restorePointName
-
string
还原点的名称。
选项参数。
返回
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, RestorePointsDeleteOptionalParams)
用于删除还原点的作。
function beginDeleteAndWait(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组的名称。
- restorePointCollectionName
-
string
还原点集合的名称。
- restorePointName
-
string
还原点的名称。
选项参数。
返回
Promise<void>
get(string, string, string, RestorePointsGetOptionalParams)
用于获取还原点的作。
function get(resourceGroupName: string, restorePointCollectionName: string, restorePointName: string, options?: RestorePointsGetOptionalParams): Promise<RestorePoint>
参数
- resourceGroupName
-
string
资源组的名称。
- restorePointCollectionName
-
string
还原点集合的名称。
- restorePointName
-
string
还原点的名称。
- options
- RestorePointsGetOptionalParams
选项参数。
返回
Promise<RestorePoint>