RestorePoints interface
RestorePoints を表すインターフェイス。
メソッド
begin |
復元ポイントを作成する操作。 既存の復元ポイントのプロパティの更新は許可されていません |
begin |
復元ポイントを作成する操作。 既存の復元ポイントのプロパティの更新は許可されていません |
begin |
復元ポイントを削除する操作。 |
begin |
復元ポイントを削除する操作。 |
get(string, string, string, Restore |
復元ポイントを取得する操作。 |
メソッドの詳細
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>