次の方法で共有


ISqlDatabase インターフェイス

定義

SQL データベース。

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

プロパティ

_colls

コレクション リソースのアドレス指定可能パスを指定したシステム生成プロパティを取得します。

_etag

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

_rid

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

_ts

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

_users

ユーザー リソースのアドレス指定可能パスを指定するシステム生成プロパティを取得します。

Id

SQL データベース。

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

SQL データベース。

(継承元 IHasInner<T>)
Key

SQL データベース。

(継承元 IIndexable)
Name

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

(継承元 IHasName)
Parent

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

(継承元 IHasParent<ParentT>)
SqlDatabaseId

Cosmos DB SQL データベースの名前を取得します。

メソッド

GetSqlContainer(String)

SQL データベース。

GetSqlContainerAsync(String, CancellationToken)

SQL データベース。

GetThroughputSettings()

SQL データベース。

GetThroughputSettingsAsync(CancellationToken)

SQL データベース。

ListSqlContainers()

SQL データベース。

ListSqlContainersAsync(CancellationToken)

SQL データベース。

Refresh()

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

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

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

(継承元 IRefreshable<T>)

適用対象