你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ICosmosDBAccounts 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Cosmos DB 管理 API 的入口点。
public interface ICosmosDBAccounts : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.CosmosDB.Fluent.CosmosDBAccount.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByResourceGroup, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBAccount>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.CosmosDB.Fluent.IDatabaseAccountsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.CosmosDB.Fluent.ICosmosDBManager>
type ICosmosDBAccounts = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface IHasManager<ICosmosDBManager>
interface IHasInner<IDatabaseAccountsOperations>
interface ISupportsBatchCreation<ICosmosDBAccount>
interface ISupportsGettingById<ICosmosDBAccount>
interface ISupportsDeletingById
interface ISupportsDeletingByResourceGroup
interface ISupportsListing<ICosmosDBAccount>
interface ISupportsListingByResourceGroup<ICosmosDBAccount>
interface ISupportsGettingByResourceGroup<ICosmosDBAccount>
Public Interface ICosmosDBAccounts
Implements IBeta, IHasInner(Of IDatabaseAccountsOperations), IHasManager(Of ICosmosDBManager), ISupportsBatchCreation(Of ICosmosDBAccount), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of ICosmosDBAccount), ISupportsGettingByResourceGroup(Of ICosmosDBAccount), ISupportsListing(Of ICosmosDBAccount), ISupportsListingByResourceGroup(Of ICosmosDBAccount)
- 派生
- 实现
-
ISupportsBatchCreation<ICosmosDBAccount> ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<ICosmosDBAccount> ISupportsGettingByResourceGroup<ICosmosDBAccount> ISupportsListing<ICosmosDBAccount> ISupportsListingByResourceGroup<ICosmosDBAccount> IBeta IHasInner<IDatabaseAccountsOperations> IHasManager<ICosmosDBManager>
注解
(Beta 版:此功能处于预览状态,因此在未来版本中可能会以非向后兼容方式进行更改,包括删除,而不考虑包含库版本号.) 设置的任何兼容性预期。
属性
Inner |
Cosmos DB 管理 API 的入口点。 (继承自 IHasInner<T>) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |