次の方法で共有


RestorableCosmosDBAccountResource.GetRestorableMongoDBCollections メソッド

定義

オーバーロード

GetRestorableMongoDBCollections(String, CancellationToken)

特定のデータベースにあるすべての Azure Cosmos DB MongoDB コレクションで変更が実行されたすべてのイベント フィードを表示します。 これは、コンテナーが誤って削除された場合に役立ちます。 この API には、'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' アクセス許可要求パス: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableMongodbCollections 操作 ID: RestorableMongodbCollections_List

GetRestorableMongoDBCollections(String, String, String, CancellationToken)

特定のデータベースにあるすべての Azure Cosmos DB MongoDB コレクションで変更が実行されたすべてのイベント フィードを表示します。 これは、コンテナーが誤って削除された場合に役立ちます。 この API には、'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' アクセス許可が必要です

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableMongodbCollections
  • 操作IdRestorableMongodbCollections_List

GetRestorableMongoDBCollections(String, CancellationToken)

特定のデータベースにあるすべての Azure Cosmos DB MongoDB コレクションで変更が実行されたすべてのイベント フィードを表示します。 これは、コンテナーが誤って削除された場合に役立ちます。 この API には、'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' アクセス許可要求パス: /subscriptions/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableMongodbCollections 操作 ID: RestorableMongodbCollections_List

public virtual Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.RestorableMongoDBCollection> GetRestorableMongoDBCollections (string restorableMongoDBDatabaseRid, System.Threading.CancellationToken cancellationToken);
abstract member GetRestorableMongoDBCollections : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.RestorableMongoDBCollection>
override this.GetRestorableMongoDBCollections : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.RestorableMongoDBCollection>
Public Overridable Function GetRestorableMongoDBCollections (restorableMongoDBDatabaseRid As String, cancellationToken As CancellationToken) As Pageable(Of RestorableMongoDBCollection)

パラメーター

restorableMongoDBDatabaseRid
String

MongoDB データベースのリソース ID。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の RestorableMongoDBCollection サービス要求を受け取る可能性がある のコレクション。

適用対象

GetRestorableMongoDBCollections(String, String, String, CancellationToken)

特定のデータベースにあるすべての Azure Cosmos DB MongoDB コレクションで変更が実行されたすべてのイベント フィードを表示します。 これは、コンテナーが誤って削除された場合に役立ちます。 この API には、'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' アクセス許可が必要です

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableMongodbCollections
  • 操作IdRestorableMongodbCollections_List
public virtual Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.RestorableMongoDBCollection> GetRestorableMongoDBCollections (string restorableMongoDBDatabaseRid = default, string startTime = default, string endTime = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetRestorableMongoDBCollections : string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.RestorableMongoDBCollection>
override this.GetRestorableMongoDBCollections : string * string * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.RestorableMongoDBCollection>
Public Overridable Function GetRestorableMongoDBCollections (Optional restorableMongoDBDatabaseRid As String = Nothing, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RestorableMongoDBCollection)

パラメーター

restorableMongoDBDatabaseRid
String

MongoDB データベースのリソース ID。

startTime
String

復元可能な MongoDB コレクションイベント フィードの開始時刻。

endTime
String

復元可能な MongoDB コレクションイベント フィードの終了時刻。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の RestorableMongoDBCollection サービス要求を受け取る可能性がある のコレクション。

適用対象