다음을 통해 공유


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

옵션 매개 변수입니다.

반환