你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ISqlServers 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
SQL Server管理 API 的入口点。
public interface ISqlServers : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchDeletion, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Sql.Fluent.SqlServer.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.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByResourceGroup<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListingByResourceGroup<Microsoft.Azure.Management.Sql.Fluent.ISqlServer>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Sql.Fluent.IServersOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Sql.Fluent.ISqlManager>, Microsoft.Azure.Management.Sql.Fluent.ISqlServersBeta
type ISqlServers = interface
interface ISupportsCreating<IBlank>
interface ISupportsListing<ISqlServer>
interface ISupportsListingByResourceGroup<ISqlServer>
interface ISupportsGettingByResourceGroup<ISqlServer>
interface ISupportsGettingById<ISqlServer>
interface ISupportsDeletingById
interface ISupportsDeletingByResourceGroup
interface ISupportsBatchCreation<ISqlServer>
interface ISupportsBatchDeletion
interface IBeta
interface IHasManager<ISqlManager>
interface IHasInner<IServersOperations>
interface ISqlServersBeta
Public Interface ISqlServers
Implements IHasInner(Of IServersOperations), IHasManager(Of ISqlManager), ISqlServersBeta, ISupportsBatchCreation(Of ISqlServer), ISupportsBatchDeletion, ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByResourceGroup, ISupportsGettingById(Of ISqlServer), ISupportsGettingByResourceGroup(Of ISqlServer), ISupportsListing(Of ISqlServer), ISupportsListingByResourceGroup(Of ISqlServer)
- 实现
-
ISupportsBatchCreation<ISqlServer> ISupportsBatchDeletion ISupportsCreating<IBlank> ISupportsDeletingById ISupportsDeletingByResourceGroup ISupportsGettingById<ISqlServer> ISupportsGettingByResourceGroup<ISqlServer> ISupportsListing<ISqlServer> ISupportsListingByResourceGroup<ISqlServer> IBeta IHasInner<IServersOperations> IHasManager<ISqlManager> ISqlServersBeta
属性
Databases |
获取SQL Server数据库 API 入口点。 (继承自 ISqlServersBeta) |
DnsAliases |
获取SQL SERVER DNS 别名 API 入口点。 (继承自 ISqlServersBeta) |
ElasticPools |
获取SQL Server弹性池 API 入口点。 (继承自 ISqlServersBeta) |
EncryptionProtectors |
获取 SQL 加密保护程序入口点。 (继承自 ISqlServersBeta) |
FailoverGroups |
获取 SQL 故障转移组 API 入口点。 (继承自 ISqlServersBeta) |
FirewallRules |
获取SQL Server防火墙规则 API 入口点。 (继承自 ISqlServersBeta) |
Inner |
SQL Server管理 API 的入口点。 (继承自 IHasInner<T>) |
Manager |
获取此资源类型的管理器客户端类型。 (继承自 IHasManager<ManagerT>) |
ServerKeys |
获取SQL Server密钥入口点。 (继承自 ISqlServersBeta) |
SyncGroups |
获取 SQL 同步组入口点。 (继承自 ISqlServersBeta) |
SyncMembers |
获取 SQL 同步组入口点。 (继承自 ISqlServersBeta) |
VirtualNetworkRules |
获取SQL Server VirtualNetwork 规则 API 入口点。 (继承自 ISqlServersBeta) |