IGremlinDatabase インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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>) |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET