RestorableCosmosDBAccountResource.GetRestorableGremlinGraphsAsync メソッド

定義

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

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

パラメーター

restorableGremlinDatabaseRid
String

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

startTime
String

復元可能な Gremlin グラフイベント フィードの開始時刻。

endTime
String

復元可能な Gremlin グラフイベント フィードの終了時刻。

cancellationToken
CancellationToken

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

戻り値

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

適用対象