次の方法で共有


CosmosDBAccountRestoreParameters クラス

定義

復元に関する情報を示すパラメーター。

public class CosmosDBAccountRestoreParameters
public class CosmosDBAccountRestoreParameters : Azure.ResourceManager.CosmosDB.Models.RestoreParametersBase
type CosmosDBAccountRestoreParameters = class
type CosmosDBAccountRestoreParameters = class
    inherit RestoreParametersBase
Public Class CosmosDBAccountRestoreParameters
Public Class CosmosDBAccountRestoreParameters
Inherits RestoreParametersBase
継承
CosmosDBAccountRestoreParameters
継承
CosmosDBAccountRestoreParameters

コンストラクター

CosmosDBAccountRestoreParameters()

CosmosDBAccountRestoreParameters の新しいインスタンスを初期化します。

プロパティ

DatabasesToRestore

復元に使用できる特定のデータベースの一覧。

GremlinDatabasesToRestore

復元に使用できる特定の gremlin データベースの一覧。

RestoreMode

復元のモードについて説明します。

RestoreSource

復元を開始する必要がある復元可能なデータベース アカウントの ID。 例: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}。

RestoreSource

復元を開始する必要がある復元可能なデータベース アカウントの ID。 例: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{restorableDatabaseAccountName}。

(継承元 RestoreParametersBase)
RestoreTimestampInUtc

アカウントを復元する必要がある時間 (ISO-8601 形式)。

RestoreTimestampInUtc

アカウントを復元する必要がある時間 (ISO-8601 形式)。

(継承元 RestoreParametersBase)
SourceBackupLocation

復元のソース バックアップの場所。

TablesToRestore

復元に使用できる特定のテーブルの一覧。

適用対象