public interface SqlServer extends com.microsoft.azure.management.resources.fluentcore.arm.models.GroupableResource<com.microsoft.azure.management.sql.implementation.SqlServerManager,com.microsoft.azure.management.sql.implementation.ServerInner>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<SqlServer>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<SqlServer.Update>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlServer.Databases
Entry point to databases from the SQL Server.
|
static interface |
SqlServer.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
SqlServer.DefinitionStages
Grouping of all the storage account definition stages.
|
static interface |
SqlServer.ElasticPools
Entry point to elastic pools from the SQL Server.
|
static interface |
SqlServer.FirewallRules
Entry point to firewall rules from the SQL Server.
|
static interface |
SqlServer.Update
The template for a SQLServer update operation, containing all the settings that can be modified.
|
static interface |
SqlServer.UpdateStages
Grouping of all the SQLServer update stages.
|
com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
String |
administratorLogin() |
SqlServer.Databases |
databases() |
SqlServer.ElasticPools |
elasticPools() |
SqlServer.FirewallRules |
firewallRules() |
String |
fullyQualifiedDomainName() |
ServiceObjective |
getServiceObjective(String serviceObjectiveName)
Gets the information on a particular Sql Server Service Objective.
|
Map<String,RecommendedElasticPool> |
listRecommendedElasticPools()
Returns all the recommended elastic pools for the server.
|
List<ServiceObjective> |
listServiceObjectives() |
List<ServerMetric> |
listUsages() |
ServerVersion |
version() |
region, regionName, tags, typekeyidnameresourceGroupNamemanagerinnerString fullyQualifiedDomainName()
ServerVersion version()
String administratorLogin()
SqlServer.FirewallRules firewallRules()
SqlServer.ElasticPools elasticPools()
SqlServer.Databases databases()
List<ServerMetric> listUsages()
List<ServiceObjective> listServiceObjectives()
ServiceObjective getServiceObjective(String serviceObjectiveName)
serviceObjectiveName - name of the service objective to be fetchedMap<String,RecommendedElasticPool> listRecommendedElasticPools()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/