次の方法で共有


RestorePointCollections interface

RestorePointCollections を表すインターフェイス。

メソッド

beginDelete(string, string, RestorePointCollectionsDeleteOptionalParams)

復元ポイント コレクションを削除する操作。 この操作により、含まれるすべての復元ポイントも削除されます。

beginDeleteAndWait(string, string, RestorePointCollectionsDeleteOptionalParams)

復元ポイント コレクションを削除する操作。 この操作により、含まれるすべての復元ポイントも削除されます。

createOrUpdate(string, string, RestorePointCollection, RestorePointCollectionsCreateOrUpdateOptionalParams)

復元ポイント コレクションを作成または更新する操作。 詳細については、 を https://aka.ms/RestorePoints 参照してください。 復元ポイント コレクションを更新する場合、タグのみを変更できます。

get(string, string, RestorePointCollectionsGetOptionalParams)

復元ポイント コレクションを取得する操作。

list(string, RestorePointCollectionsListOptionalParams)

リソース グループ内の復元ポイント コレクションの一覧を取得します。

listAll(RestorePointCollectionsListAllOptionalParams)

サブスクリプション内の復元ポイント コレクションの一覧を取得します。 復元ポイント コレクションの次のページを取得するには、応答で nextLink プロパティを使用します。 nextLink が null でないまで、すべての復元ポイント コレクションをフェッチするには、これを行います。

update(string, string, RestorePointCollectionUpdate, RestorePointCollectionsUpdateOptionalParams)

復元ポイント コレクションを更新する操作。

メソッドの詳細

beginDelete(string, string, RestorePointCollectionsDeleteOptionalParams)

復元ポイント コレクションを削除する操作。 この操作により、含まれるすべての復元ポイントも削除されます。

function beginDelete(resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

リソース グループの名前。

restorePointCollectionName

string

復元ポイント コレクションの名前。

options
RestorePointCollectionsDeleteOptionalParams

options パラメーター。

戻り値

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

beginDeleteAndWait(string, string, RestorePointCollectionsDeleteOptionalParams)

復元ポイント コレクションを削除する操作。 この操作により、含まれるすべての復元ポイントも削除されます。

function beginDeleteAndWait(resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。

restorePointCollectionName

string

復元ポイント コレクションの名前。

options
RestorePointCollectionsDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

createOrUpdate(string, string, RestorePointCollection, RestorePointCollectionsCreateOrUpdateOptionalParams)

復元ポイント コレクションを作成または更新する操作。 詳細については、 を https://aka.ms/RestorePoints 参照してください。 復元ポイント コレクションを更新する場合、タグのみを変更できます。

function createOrUpdate(resourceGroupName: string, restorePointCollectionName: string, parameters: RestorePointCollection, options?: RestorePointCollectionsCreateOrUpdateOptionalParams): Promise<RestorePointCollection>

パラメーター

resourceGroupName

string

リソース グループの名前。

restorePointCollectionName

string

復元ポイント コレクションの名前。

parameters
RestorePointCollection

復元ポイントコレクションの作成または更新操作に指定されたパラメーター。

options
RestorePointCollectionsCreateOrUpdateOptionalParams

options パラメーター。

戻り値

get(string, string, RestorePointCollectionsGetOptionalParams)

復元ポイント コレクションを取得する操作。

function get(resourceGroupName: string, restorePointCollectionName: string, options?: RestorePointCollectionsGetOptionalParams): Promise<RestorePointCollection>

パラメーター

resourceGroupName

string

リソース グループの名前。

restorePointCollectionName

string

復元ポイント コレクションの名前。

options
RestorePointCollectionsGetOptionalParams

options パラメーター。

戻り値

list(string, RestorePointCollectionsListOptionalParams)

リソース グループ内の復元ポイント コレクションの一覧を取得します。

function list(resourceGroupName: string, options?: RestorePointCollectionsListOptionalParams): PagedAsyncIterableIterator<RestorePointCollection, RestorePointCollection[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。

options
RestorePointCollectionsListOptionalParams

options パラメーター。

戻り値

listAll(RestorePointCollectionsListAllOptionalParams)

サブスクリプション内の復元ポイント コレクションの一覧を取得します。 復元ポイント コレクションの次のページを取得するには、応答で nextLink プロパティを使用します。 nextLink が null でないまで、すべての復元ポイント コレクションをフェッチするには、これを行います。

function listAll(options?: RestorePointCollectionsListAllOptionalParams): PagedAsyncIterableIterator<RestorePointCollection, RestorePointCollection[], PageSettings>

パラメーター

options
RestorePointCollectionsListAllOptionalParams

options パラメーター。

戻り値

update(string, string, RestorePointCollectionUpdate, RestorePointCollectionsUpdateOptionalParams)

復元ポイント コレクションを更新する操作。

function update(resourceGroupName: string, restorePointCollectionName: string, parameters: RestorePointCollectionUpdate, options?: RestorePointCollectionsUpdateOptionalParams): Promise<RestorePointCollection>

パラメーター

resourceGroupName

string

リソース グループの名前。

restorePointCollectionName

string

復元ポイント コレクションの名前。

parameters
RestorePointCollectionUpdate

復元ポイントコレクションの更新操作に指定されたパラメーター。

options
RestorePointCollectionsUpdateOptionalParams

options パラメーター。

戻り値