RestorableCosmosDBAccountResource.GetRestorableGremlinDatabases メソッド

定義

復元可能なアカウントのすべての Azure Cosmos DB Gremlin データベースで行われたすべての変更のイベント フィードを表示します。 これは、データベースが誤って削除された場合に、削除時刻を取得するために役立ちます。 この API には、'Microsoft.DocumentDB/locations/restorableDatabaseAccounts/.../read' アクセス許可が必要です

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.DocumentDB/locations/{location}/restorableDatabaseAccounts/{instanceId}/restorableGremlinDatabases
  • 操作IdRestorableGremlinDatabases_List
public virtual Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.RestorableGremlinDatabase> GetRestorableGremlinDatabases (System.Threading.CancellationToken cancellationToken = default);
abstract member GetRestorableGremlinDatabases : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.RestorableGremlinDatabase>
override this.GetRestorableGremlinDatabases : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.CosmosDB.Models.RestorableGremlinDatabase>
Public Overridable Function GetRestorableGremlinDatabases (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RestorableGremlinDatabase)

パラメーター

cancellationToken
CancellationToken

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

戻り値

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

適用対象