Uses of Interface
com.azure.resourcemanager.sql.models.SqlServer
Packages that use SqlServer
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of SqlServer in com.azure.resourcemanager.sql.models
Subinterfaces with type arguments of type SqlServer in com.azure.resourcemanager.sql.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure SQL Server Database.interfaceAn immutable client-side representation of an Azure SQL Elastic Pool.interfaceAn immutable client-side representation of an Azure SQL Server Firewall Rule.interfaceAn immutable client-side representation of an Azure SQL Server.static interfaceA SQL Server definition with sufficient inputs to create a new SQL Server in the cloud, but exposing additional optional inputs to specify.static interfaceThe template for a SQLServer update operation, containing all the settings that can be modified.interfaceEntry point to SQL Server management API.interfaceEntry point to SQL Server management API.interfaceEntry point to SQL Server management API.interfaceEntry point to SQL Server management API.interfaceEntry point to SQL Server management API.interfaceAn immutable client-side representation of an Azure SQL Server Virtual Network Rule.Methods in com.azure.resourcemanager.sql.models with parameters of type SqlServerModifier and TypeMethodDescriptionSqlChildrenOperations.getBySqlServer(SqlServer sqlServer, String name) Gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.SqlEncryptionProtectorOperations.getBySqlServer(SqlServer sqlServer) Gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.SqlServerSecurityAlertPolicyOperations.getBySqlServer(SqlServer sqlServer) Gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL Server.SqlChildrenOperations.getBySqlServerAsync(SqlServer sqlServer, String name) Asynchronously gets the information about a child resource from Azure SQL server, identifying it by its name and its resource group.SqlEncryptionProtectorOperations.getBySqlServerAsync(SqlServer sqlServer) Asynchronously gets the information about an Encryption Protector resource from Azure SQL server, identifying it by its resource group and parent.SqlServerSecurityAlertPolicyOperations.getBySqlServerAsync(SqlServer sqlServer) Asynchronously gets the information about a SQL Server Security Alert Policy resource from Azure SQL server, identifying it by its parent SQL server.SqlChildrenOperations.listBySqlServer(SqlServer sqlServer) Lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.SqlEncryptionProtectorOperations.listBySqlServer(SqlServer sqlServer) Lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.com.azure.core.http.rest.PagedFlux<T> SqlChildrenOperations.listBySqlServerAsync(SqlServer sqlServer) Asynchronously lists Azure SQL child resources of the specified Azure SQL server in the specified resource group.com.azure.core.http.rest.PagedFlux<SqlEncryptionProtector> SqlEncryptionProtectorOperations.listBySqlServerAsync(SqlServer sqlServer) Asynchronously lists Azure SQL the Encryption Protector resources of the specified Azure SQL server in the specified resource group.SqlDatabaseOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer) Sets the parent SQL server for the new SQL Database.SqlElasticPoolOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer) Sets the parent SQL server for the new Elastic Pool.SqlFailoverGroupOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer) Sets the parent SQL server for the new Failover Group.SqlFirewallRuleOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer) Sets the parent SQL server for the new Firewall rule.SqlServerDnsAliasOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer) Sets the parent SQL server for the new Server DNS alias.SqlServerKeyOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer) Sets the parent SQL server for the new Server Key.SqlServerSecurityAlertPolicyOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer) Sets the parent SQL server for the new Server Security Alert Policy.SqlVirtualNetworkRuleOperations.DefinitionStages.WithSqlServer.withExistingSqlServer(SqlServer sqlServer) Sets the parent SQL server for the new Virtual Network Rule.