次の方法で共有


IMongoDB インターフェイス

定義

Mongo DB。

public interface IMongoDB : 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.IMongoDB,Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.Models.MongoDBDatabaseGetResultsInner>, 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.IMongoDB>
type IMongoDB = interface
    interface IBeta
    interface IHasInner<MongoDBDatabaseGetResultsInner>
    interface IExternalChildResource<IMongoDB, ICosmosDBAccount>
    interface IChildResource<ICosmosDBAccount>
    interface IHasName
    interface IIndexable
    interface IHasParent<ICosmosDBAccount>
    interface IRefreshable<IMongoDB>
Public Interface IMongoDB
Implements IBeta, IChildResource(Of ICosmosDBAccount), IExternalChildResource(Of IMongoDB, ICosmosDBAccount), IHasInner(Of MongoDBDatabaseGetResultsInner), IHasParent(Of ICosmosDBAccount), IRefreshable(Of IMongoDB)
実装

プロパティ

_etag

オプティミスティック コンカレンシー制御に必要なリソース etag を表すシステム生成プロパティを取得します。

_rid

システムで生成されたプロパティを取得します。 一意識別子。

_ts

リソースの最後に更新されたタイムスタンプを示すシステム生成プロパティを取得します。

Id

Mongo DB。

(継承元 IExternalChildResource<FluentModelT,IParentT>)
Inner

Mongo DB。

(継承元 IHasInner<T>)
Key

Mongo DB。

(継承元 IIndexable)
MongoDBId

Cosmos DB Mongo DB の名前を取得します。

Name

リソースの名前を取得します

(継承元 IHasName)
Parent

この子リソースの親を取得します。

(継承元 IHasParent<ParentT>)

メソッド

GetCollection(String)

Mongo DB。

GetCollectionAsync(String, CancellationToken)

Mongo DB。

GetThroughputSettings()

Mongo DB。

GetThroughputSettingsAsync(CancellationToken)

Mongo DB。

ListCollections()

Mongo DB。

ListCollectionsAsync(CancellationToken)

Mongo DB。

Refresh()

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)
RefreshAsync(CancellationToken)

Azure と同期するようにリソースを更新します。

(継承元 IRefreshable<T>)

適用対象