你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IGremlinDatabase 接口

定义

Gremlin 数据库。

public interface IGremlinDatabase : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinDatabase,Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.Models.GremlinDatabaseGetResultsInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.CosmosDB.Fluent.IGremlinDatabase>
type IGremlinDatabase = interface
    interface IBeta
    interface IHasInner<GremlinDatabaseGetResultsInner>
    interface IExternalChildResource<IGremlinDatabase, ICosmosDBAccount>
    interface IChildResource<ICosmosDBAccount>
    interface IHasName
    interface IIndexable
    interface IHasParent<ICosmosDBAccount>
    interface IRefreshable<IGremlinDatabase>
Public Interface IGremlinDatabase
Implements IBeta, IChildResource(Of ICosmosDBAccount), IExternalChildResource(Of IGremlinDatabase, ICosmosDBAccount), IHasInner(Of GremlinDatabaseGetResultsInner), IHasParent(Of ICosmosDBAccount), IRefreshable(Of IGremlinDatabase)
实现

属性

_etag

获取系统生成的属性,该属性表示乐观并发控制所需的资源 etag。

_rid

获取系统生成的属性。 唯一标识符。

_ts

获取系统生成的属性,该属性表示资源的上次更新时间戳。

GremlinDatabaseId

获取 Cosmos DB Gremlin 数据库的名称。

Id

Gremlin 数据库。

(继承自 IExternalChildResource<FluentModelT,IParentT>)
Inner

Gremlin 数据库。

(继承自 IHasInner<T>)
Key

Gremlin 数据库。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)

方法

GetGremlinGraph(String)

Gremlin 数据库。

GetGremlinGraphAsync(String, CancellationToken)

Gremlin 数据库。

GetThroughputSettings()

Gremlin 数据库。

GetThroughputSettingsAsync(CancellationToken)

Gremlin 数据库。

ListGremlinGraphs()

Gremlin 数据库。

ListGremlinGraphsAsync(CancellationToken)

Gremlin 数据库。

Refresh()

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)
RefreshAsync(CancellationToken)

刷新资源以与 Azure 同步。

(继承自 IRefreshable<T>)

适用于