public interface SqlServers extends com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating<SqlServer.DefinitionStages.Blank>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing<SqlServer>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsListingByResourceGroup<SqlServer>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByResourceGroup<SqlServer>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById<SqlServer>, com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsDeletingByResourceGroup, com.microsoft.azure.management.resources.fluentcore.collection.SupportsBatchCreation<SqlServer>, com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsBatchDeletion, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.sql.implementation.SqlServerManager>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.sql.implementation.ServersInner>
| Modifier and Type | Method and Description |
|---|---|
CheckNameAvailabilityResult |
checkNameAvailability(String name)
Checks if the specified container registry name is valid and available.
|
rx.Observable<CheckNameAvailabilityResult> |
checkNameAvailabilityAsync(String name)
Checks if container registry name is valid and is not in use asynchronously.
|
SqlDatabaseOperations |
databases() |
SqlServerDnsAliasOperations |
dnsAliases() |
SqlElasticPoolOperations |
elasticPools() |
SqlEncryptionProtectorOperations |
encryptionProtectors() |
SqlFailoverGroupOperations |
failoverGroups() |
SqlFirewallRuleOperations |
firewallRules() |
RegionCapabilities |
getCapabilitiesByRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
Gets the Azure SQL server capabilities for a given Azure region.
|
rx.Observable<RegionCapabilities> |
getCapabilitiesByRegionAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
Gets the Azure SQL server capabilities for a given Azure region asynchronously.
|
List<SqlSubscriptionUsageMetric> |
listUsageByRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
Lists the Azure SQL server usages for a given Azure region.
|
rx.Observable<SqlSubscriptionUsageMetric> |
listUsageByRegionAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
Lists the Azure SQL server usages for a given Azure region asynchronously.
|
SqlServerKeyOperations |
serverKeys() |
SqlServerSecurityAlertPolicyOperations |
serverSecurityAlertPolicies() |
SqlSyncGroupOperations |
syncGroups() |
SqlSyncMemberOperations |
syncMembers() |
SqlVirtualNetworkRuleOperations |
virtualNetworkRules() |
definelist, listAsynclistByResourceGroup, listByResourceGroupAsyncgetByResourceGroup, getByResourceGroupAsync, getByResourceGroupAsyncgetById, getByIdAsync, getByIdAsyncdeleteById, deleteByIdAsync, deleteByIdAsyncdeleteByResourceGroup, deleteByResourceGroupAsync, deleteByResourceGroupAsynccreate, create, createAsync, createAsync, createAsync, createAsyncdeleteByIds, deleteByIds, deleteByIdsAsync, deleteByIdsAsync@Beta(value=V1_7_0) SqlFirewallRuleOperations firewallRules()
@Beta(value=V1_8_0) SqlVirtualNetworkRuleOperations virtualNetworkRules()
@Beta(value=V1_8_0) SqlServerDnsAliasOperations dnsAliases()
@Beta(value=V1_8_0) SqlFailoverGroupOperations failoverGroups()
@Beta(value=V1_8_0) SqlServerKeyOperations serverKeys()
@Beta(value=V1_9_0) SqlEncryptionProtectorOperations encryptionProtectors()
@Beta(value=V1_15_0) SqlServerSecurityAlertPolicyOperations serverSecurityAlertPolicies()
@Beta(value=V1_9_0) SqlSyncGroupOperations syncGroups()
@Beta(value=V1_9_0) SqlSyncMemberOperations syncMembers()
@Beta(value=V1_7_0) SqlElasticPoolOperations elasticPools()
@Beta(value=V1_7_0) SqlDatabaseOperations databases()
@Beta(value=V1_8_0) CheckNameAvailabilityResult checkNameAvailability(String name)
name - the container registry name to check@Beta(value=V1_8_0) rx.Observable<CheckNameAvailabilityResult> checkNameAvailabilityAsync(String name)
name - the container registry name to check@Beta(value=V1_8_0) RegionCapabilities getCapabilitiesByRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
region - the location to get the Azure SQL server capabilities for@Beta(value=V1_8_0) rx.Observable<RegionCapabilities> getCapabilitiesByRegionAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
region - the location to get the Azure SQL server capabilities for@Beta(value=V1_8_0) List<SqlSubscriptionUsageMetric> listUsageByRegion(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
region - the location to get the Azure SQL server usages for@Beta(value=V1_8_0) rx.Observable<SqlSubscriptionUsageMetric> listUsageByRegionAsync(com.microsoft.azure.management.resources.fluentcore.arm.Region region)
region - the location to get the Azure SQL server usages for/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/