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

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>)

适用于