次の方法で共有


RestorableGremlinGraphs interface

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

メソッド

list(string, string, RestorableGremlinGraphsListOptionalParams)

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

メソッドの詳細

list(string, string, RestorableGremlinGraphsListOptionalParams)

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

function list(location: string, instanceId: string, options?: RestorableGremlinGraphsListOptionalParams): PagedAsyncIterableIterator<RestorableGremlinGraphGetResult, RestorableGremlinGraphGetResult[], PageSettings>

パラメーター

location

string

Cosmos DB リージョン。単語と各単語の間にスペースが大文字で表示されます。

instanceId

string

復元可能なデータベース アカウントの InstanceId GUID。

options
RestorableGremlinGraphsListOptionalParams

options パラメーター。

戻り値