组织ID: |
com.microsoft.azure |
项目ID: |
azure-mgmt-sql |
版本: |
1.12.0 |
最后修改时间: |
2018-08-15 11:57:38 |
包类型: |
jar |
标题: |
Microsoft Azure SDK for Sql Management |
描述: |
This package contains Microsoft Azure Sql Management SDK. |
相关URL: |
https://github.com/Azure/azure-sdk-for-java |
大小: |
1.65MB |
|
Maven引入代码: |
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-sql</artifactId>
<version>1.12.0</version>
</dependency>
|
Gradle引入代码: |
com.microsoft.azure:azure-mgmt-sql:1.12.0
|
下载Jar包: |
|
POM文件内容: |
<!--
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License. See License.txt in the project root for
license information.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-parent</artifactId>
<version>1.12.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>azure-mgmt-sql</artifactId>
<packaging>jar</packaging>
<name>Microsoft Azure SDK for Sql Management</name>
<description>This package contains Microsoft Azure Sql Management SDK.</description>
<url>https://github.com/Azure/azure-sdk-for-java</url>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>scm:git:https://github.com/Azure/azure-sdk-for-java</url>
<connection>scm:git:git@github.com:Azure/azure-sdk-for-java.git</connection>
<tag>v1.12.0</tag>
</scm>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<legal><![CDATA[[INFO] Any downloads listed may be third party software. Microsoft grants you no rights for third party software.]]></legal>
</properties>
<developers>
<developer>
<id>microsoft</id>
<name>Microsoft</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-runtime</artifactId>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.12.0</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-client-authentication</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-resources</artifactId>
<version>1.12.0</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<annotationProcessors>
<annotationProcessor>
com.microsoft.azure.management.apigeneration.LangDefinitionProcessor</annotationProcessor>
</annotationProcessors>
<debug>true</debug>
<optimize>true</optimize>
<compilerArguments>
<AaddGeneratedAnnotation>true</AaddGeneratedAnnotation>
<Adebug>true</Adebug>
</compilerArguments>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<excludePackageNames>*.implementation.*;*.utils.*;com.microsoft.schemas._2003._10.serialization;*.blob.core.search</excludePackageNames>
<bottom><![CDATA[<code>/**
<br />* Copyright (c) Microsoft Corporation. All rights reserved.
<br />* Licensed under the MIT License. See License.txt in the project root for
<br />* license information.
<br />*/</code>]]></bottom>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/MSFTSIG.SF
META-INF/MSFTSIG.RSA
META-INF/maven/com.microsoft.azure/azure-mgmt-sql/pom.xml
META-INF/maven/com.microsoft.azure/azure-mgmt-sql/pom.properties
com.microsoft.azure.management.sql.AuthenticationType.class
com.microsoft.azure.management.sql.AutomaticTuningDisabledReason.class
com.microsoft.azure.management.sql.AutomaticTuningMode.class
com.microsoft.azure.management.sql.AutomaticTuningOptionModeActual.class
com.microsoft.azure.management.sql.AutomaticTuningOptionModeDesired.class
com.microsoft.azure.management.sql.AutomaticTuningOptions.class
com.microsoft.azure.management.sql.AutomaticTuningServerMode.class
com.microsoft.azure.management.sql.AutomaticTuningServerOptions.class
com.microsoft.azure.management.sql.AutomaticTuningServerReason.class
com.microsoft.azure.management.sql.BackupLongTermRetentionPolicyState.class
com.microsoft.azure.management.sql.BlobAuditingPolicyState.class
com.microsoft.azure.management.sql.CapabilityStatus.class
com.microsoft.azure.management.sql.CheckNameAvailabilityReason.class
com.microsoft.azure.management.sql.CheckNameAvailabilityRequest.class
com.microsoft.azure.management.sql.CheckNameAvailabilityResult.class
com.microsoft.azure.management.sql.CreateDatabaseRestorePointDefinition.class
com.microsoft.azure.management.sql.CreateMode.class
com.microsoft.azure.management.sql.DatabaseEditions.class
com.microsoft.azure.management.sql.DatabaseMetric.class
com.microsoft.azure.management.sql.DataMaskingFunction.class
com.microsoft.azure.management.sql.DataMaskingRuleState.class
com.microsoft.azure.management.sql.DataMaskingState.class
com.microsoft.azure.management.sql.EditionCapability.class
com.microsoft.azure.management.sql.ElasticPoolActivity.class
com.microsoft.azure.management.sql.ElasticPoolDatabaseActivity.class
com.microsoft.azure.management.sql.ElasticPoolDtuCapability.class
com.microsoft.azure.management.sql.ElasticPoolEditionCapability.class
com.microsoft.azure.management.sql.ElasticPoolEditions.class
com.microsoft.azure.management.sql.ElasticPoolPerDatabaseMaxDtuCapability.class
com.microsoft.azure.management.sql.ElasticPoolPerDatabaseMinDtuCapability.class
com.microsoft.azure.management.sql.ElasticPoolState.class
com.microsoft.azure.management.sql.FailoverGroupReadOnlyEndpoint.class
com.microsoft.azure.management.sql.FailoverGroupReadWriteEndpoint.class
com.microsoft.azure.management.sql.FailoverGroupReplicationRole.class
com.microsoft.azure.management.sql.GeoBackupPolicyState.class
com.microsoft.azure.management.sql.IdentityType.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$10.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$11.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$12.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$13.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$8.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$9.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner$BackupLongTermRetentionPoliciesService.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPoliciesInner.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionPolicyInner.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultInner.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$1.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$10.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$11.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$12.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$13.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$2.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$3.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$4.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$5.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$6.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$7.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$8.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$9.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner$BackupLongTermRetentionVaultsService.class
com.microsoft.azure.management.sql.implementation.BackupLongTermRetentionVaultsInner.class
com.microsoft.azure.management.sql.implementation.CapabilitiesInner$1.class
com.microsoft.azure.management.sql.implementation.CapabilitiesInner$2.class
com.microsoft.azure.management.sql.implementation.CapabilitiesInner$3.class
com.microsoft.azure.management.sql.implementation.CapabilitiesInner$CapabilitiesService.class
com.microsoft.azure.management.sql.implementation.CapabilitiesInner.class
com.microsoft.azure.management.sql.implementation.CheckNameAvailabilityResponseInner.class
com.microsoft.azure.management.sql.implementation.CheckNameAvailabilityResultImpl.class
com.microsoft.azure.management.sql.implementation.DatabaseAutomaticTuningInner.class
com.microsoft.azure.management.sql.implementation.DatabaseAutomaticTuningsInner$1.class
com.microsoft.azure.management.sql.implementation.DatabaseAutomaticTuningsInner$2.class
com.microsoft.azure.management.sql.implementation.DatabaseAutomaticTuningsInner$3.class
com.microsoft.azure.management.sql.implementation.DatabaseAutomaticTuningsInner$4.class
com.microsoft.azure.management.sql.implementation.DatabaseAutomaticTuningsInner$5.class
com.microsoft.azure.management.sql.implementation.DatabaseAutomaticTuningsInner$6.class
com.microsoft.azure.management.sql.implementation.DatabaseAutomaticTuningsInner$DatabaseAutomaticTuningsService.class
com.microsoft.azure.management.sql.implementation.DatabaseAutomaticTuningsInner.class
com.microsoft.azure.management.sql.implementation.DatabaseBlobAuditingPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.DatabaseBlobAuditingPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.DatabaseBlobAuditingPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.DatabaseBlobAuditingPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.DatabaseBlobAuditingPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.DatabaseBlobAuditingPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.DatabaseBlobAuditingPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.DatabaseBlobAuditingPoliciesInner$DatabaseBlobAuditingPoliciesService.class
com.microsoft.azure.management.sql.implementation.DatabaseBlobAuditingPoliciesInner.class
com.microsoft.azure.management.sql.implementation.DatabaseBlobAuditingPolicyInner.class
com.microsoft.azure.management.sql.implementation.DatabaseInner.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationInner.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$1.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$10.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$11.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$12.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$13.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$14.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$15.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$2.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$3.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$4.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$5.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$6.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$7.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$8.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$9.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner$DatabaseOperationsService.class
com.microsoft.azure.management.sql.implementation.DatabaseOperationsInner.class
com.microsoft.azure.management.sql.implementation.DatabaseSecurityAlertPolicyInner.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$1.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$10.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$11.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$12.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$13.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$14.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$15.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$16.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$17.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$18.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$19.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$2.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$20.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$21.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$22.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$23.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$24.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$25.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$26.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$27.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$28.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$29.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$3.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$30.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$31.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$32.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$33.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$34.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$35.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$36.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$37.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$38.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$39.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$4.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$40.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$41.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$42.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$43.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$44.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$45.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$46.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$47.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$48.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$49.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$5.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$50.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$51.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$52.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$53.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$54.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$55.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$56.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$57.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$58.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$59.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$6.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$60.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$61.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$62.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$63.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$64.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$65.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$66.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$67.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$68.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$69.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$7.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$70.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$71.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$72.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$73.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$74.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$75.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$76.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$77.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$78.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$8.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$9.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$DatabasesService.class
com.microsoft.azure.management.sql.implementation.DatabasesInner.class
com.microsoft.azure.management.sql.implementation.DatabaseThreatDetectionPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.DatabaseThreatDetectionPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.DatabaseThreatDetectionPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.DatabaseThreatDetectionPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.DatabaseThreatDetectionPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.DatabaseThreatDetectionPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.DatabaseThreatDetectionPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.DatabaseThreatDetectionPoliciesInner$DatabaseThreatDetectionPoliciesService.class
com.microsoft.azure.management.sql.implementation.DatabaseThreatDetectionPoliciesInner.class
com.microsoft.azure.management.sql.implementation.DatabaseUpdateInner.class
com.microsoft.azure.management.sql.implementation.DatabaseUsageInner.class
com.microsoft.azure.management.sql.implementation.DatabaseUsagesInner$1.class
com.microsoft.azure.management.sql.implementation.DatabaseUsagesInner$2.class
com.microsoft.azure.management.sql.implementation.DatabaseUsagesInner$3.class
com.microsoft.azure.management.sql.implementation.DatabaseUsagesInner$DatabaseUsagesService.class
com.microsoft.azure.management.sql.implementation.DatabaseUsagesInner.class
com.microsoft.azure.management.sql.implementation.DataMaskingPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.DataMaskingPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.DataMaskingPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.DataMaskingPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.DataMaskingPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.DataMaskingPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.DataMaskingPoliciesInner$DataMaskingPoliciesService.class
com.microsoft.azure.management.sql.implementation.DataMaskingPoliciesInner.class
com.microsoft.azure.management.sql.implementation.DataMaskingPolicyInner.class
com.microsoft.azure.management.sql.implementation.DataMaskingRuleInner.class
com.microsoft.azure.management.sql.implementation.DataMaskingRulesInner$1.class
com.microsoft.azure.management.sql.implementation.DataMaskingRulesInner$2.class
com.microsoft.azure.management.sql.implementation.DataMaskingRulesInner$3.class
com.microsoft.azure.management.sql.implementation.DataMaskingRulesInner$4.class
com.microsoft.azure.management.sql.implementation.DataMaskingRulesInner$5.class
com.microsoft.azure.management.sql.implementation.DataMaskingRulesInner$6.class
com.microsoft.azure.management.sql.implementation.DataMaskingRulesInner$7.class
com.microsoft.azure.management.sql.implementation.DataMaskingRulesInner$DataMaskingRulesService.class
com.microsoft.azure.management.sql.implementation.DataMaskingRulesInner.class
com.microsoft.azure.management.sql.implementation.ElasticPoolActivitiesInner$1.class
com.microsoft.azure.management.sql.implementation.ElasticPoolActivitiesInner$2.class
com.microsoft.azure.management.sql.implementation.ElasticPoolActivitiesInner$3.class
com.microsoft.azure.management.sql.implementation.ElasticPoolActivitiesInner$ElasticPoolActivitiesService.class
com.microsoft.azure.management.sql.implementation.ElasticPoolActivitiesInner.class
com.microsoft.azure.management.sql.implementation.ElasticPoolActivityImpl.class
com.microsoft.azure.management.sql.implementation.ElasticPoolActivityInner.class
com.microsoft.azure.management.sql.implementation.ElasticPoolDatabaseActivitiesInner$1.class
com.microsoft.azure.management.sql.implementation.ElasticPoolDatabaseActivitiesInner$2.class
com.microsoft.azure.management.sql.implementation.ElasticPoolDatabaseActivitiesInner$3.class
com.microsoft.azure.management.sql.implementation.ElasticPoolDatabaseActivitiesInner$ElasticPoolDatabaseActivitiesService.class
com.microsoft.azure.management.sql.implementation.ElasticPoolDatabaseActivitiesInner.class
com.microsoft.azure.management.sql.implementation.ElasticPoolDatabaseActivityImpl.class
com.microsoft.azure.management.sql.implementation.ElasticPoolDatabaseActivityInner.class
com.microsoft.azure.management.sql.implementation.ElasticPoolInner.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$1.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$10.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$11.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$12.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$13.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$14.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$15.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$16.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$17.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$18.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$19.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$2.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$20.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$21.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$22.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$23.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$24.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$25.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$26.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$27.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$28.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$29.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$3.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$4.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$5.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$6.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$7.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$8.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$9.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$ElasticPoolsService.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner.class
com.microsoft.azure.management.sql.implementation.ElasticPoolUpdateInner.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorInner.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$1.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$10.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$11.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$12.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$13.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$14.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$15.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$16.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$17.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$18.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$19.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$2.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$20.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$21.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$3.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$4.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$5.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$6.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$7.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$8.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$9.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner$EncryptionProtectorsService.class
com.microsoft.azure.management.sql.implementation.EncryptionProtectorsInner.class
com.microsoft.azure.management.sql.implementation.ExportRequestInner.class
com.microsoft.azure.management.sql.implementation.FailoverGroupInner.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$1.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$10.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$11.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$12.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$13.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$14.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$15.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$16.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$17.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$18.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$19.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$2.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$20.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$21.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$22.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$23.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$24.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$25.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$26.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$27.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$28.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$29.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$3.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$30.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$31.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$32.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$33.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$34.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$35.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$36.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$37.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$38.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$39.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$4.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$40.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$41.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$42.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$43.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$44.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$45.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$46.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$47.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$5.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$6.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$7.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$8.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$9.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner$FailoverGroupsService.class
com.microsoft.azure.management.sql.implementation.FailoverGroupsInner.class
com.microsoft.azure.management.sql.implementation.FailoverGroupUpdateInner.class
com.microsoft.azure.management.sql.implementation.FirewallRuleInner.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$1.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$10.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$11.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$12.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$13.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$14.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$2.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$3.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$4.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$5.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$6.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$7.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$8.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$9.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner$FirewallRulesService.class
com.microsoft.azure.management.sql.implementation.FirewallRulesInner.class
com.microsoft.azure.management.sql.implementation.GeoBackupPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.GeoBackupPoliciesInner$10.class
com.microsoft.azure.management.sql.implementation.GeoBackupPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.GeoBackupPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.GeoBackupPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.GeoBackupPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.GeoBackupPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.GeoBackupPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.GeoBackupPoliciesInner$8.class
com.microsoft.azure.management.sql.implementation.GeoBackupPoliciesInner$9.class
com.microsoft.azure.management.sql.implementation.GeoBackupPoliciesInner$GeoBackupPoliciesService.class
com.microsoft.azure.management.sql.implementation.GeoBackupPoliciesInner.class
com.microsoft.azure.management.sql.implementation.GeoBackupPolicyInner.class
com.microsoft.azure.management.sql.implementation.ImportExportResponseInner.class
com.microsoft.azure.management.sql.implementation.ImportExtensionRequestInner.class
com.microsoft.azure.management.sql.implementation.ImportRequestInner.class
com.microsoft.azure.management.sql.implementation.LocationCapabilitiesInner.class
com.microsoft.azure.management.sql.implementation.MetricDefinitionInner.class
com.microsoft.azure.management.sql.implementation.MetricInner.class
com.microsoft.azure.management.sql.implementation.OperationInner.class
com.microsoft.azure.management.sql.implementation.OperationsInner$1.class
com.microsoft.azure.management.sql.implementation.OperationsInner$10.class
com.microsoft.azure.management.sql.implementation.OperationsInner$11.class
com.microsoft.azure.management.sql.implementation.OperationsInner$12.class
com.microsoft.azure.management.sql.implementation.OperationsInner$2.class
com.microsoft.azure.management.sql.implementation.OperationsInner$3.class
com.microsoft.azure.management.sql.implementation.OperationsInner$4.class
com.microsoft.azure.management.sql.implementation.OperationsInner$5.class
com.microsoft.azure.management.sql.implementation.OperationsInner$6.class
com.microsoft.azure.management.sql.implementation.OperationsInner$7.class
com.microsoft.azure.management.sql.implementation.OperationsInner$8.class
com.microsoft.azure.management.sql.implementation.OperationsInner$9.class
com.microsoft.azure.management.sql.implementation.OperationsInner$OperationsService.class
com.microsoft.azure.management.sql.implementation.OperationsInner.class
com.microsoft.azure.management.sql.implementation.PageImpl.class
com.microsoft.azure.management.sql.implementation.PageImpl1.class
com.microsoft.azure.management.sql.implementation.ProxyResourceInner.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolImpl$1.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolImpl$2.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolImpl$3.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolImpl.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolInner.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolMetricImpl.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolMetricInner.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolsInner$1.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolsInner$2.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolsInner$3.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolsInner$4.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolsInner$5.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolsInner$6.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolsInner$7.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolsInner$8.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolsInner$9.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolsInner$RecommendedElasticPoolsService.class
com.microsoft.azure.management.sql.implementation.RecommendedElasticPoolsInner.class
com.microsoft.azure.management.sql.implementation.RecoverableDatabaseInner.class
com.microsoft.azure.management.sql.implementation.RecoverableDatabasesInner$1.class
com.microsoft.azure.management.sql.implementation.RecoverableDatabasesInner$2.class
com.microsoft.azure.management.sql.implementation.RecoverableDatabasesInner$3.class
com.microsoft.azure.management.sql.implementation.RecoverableDatabasesInner$4.class
com.microsoft.azure.management.sql.implementation.RecoverableDatabasesInner$5.class
com.microsoft.azure.management.sql.implementation.RecoverableDatabasesInner$6.class
com.microsoft.azure.management.sql.implementation.RecoverableDatabasesInner$RecoverableDatabasesService.class
com.microsoft.azure.management.sql.implementation.RecoverableDatabasesInner.class
com.microsoft.azure.management.sql.implementation.RegionCapabilitiesImpl.class
com.microsoft.azure.management.sql.implementation.ReplicationLinkImpl.class
com.microsoft.azure.management.sql.implementation.ReplicationLinkInner.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$1.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$10.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$11.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$12.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$13.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$14.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$15.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$16.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$17.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$18.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$19.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$2.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$20.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$21.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$22.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$3.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$4.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$5.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$6.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$7.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$8.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$9.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner$ReplicationLinksService.class
com.microsoft.azure.management.sql.implementation.ReplicationLinksInner.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabaseInner.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabasesInner$1.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabasesInner$2.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabasesInner$3.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabasesInner$4.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabasesInner$5.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabasesInner$6.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabasesInner$RestorableDroppedDatabasesService.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedDatabasesInner.class
com.microsoft.azure.management.sql.implementation.RestorePointImpl.class
com.microsoft.azure.management.sql.implementation.RestorePointInner.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$1.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$10.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$11.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$12.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$13.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$2.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$3.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$4.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$5.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$6.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$7.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$8.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$9.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$RestorePointsService.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner.class
com.microsoft.azure.management.sql.implementation.ServerAutomaticTuningInner.class
com.microsoft.azure.management.sql.implementation.ServerAutomaticTuningsInner$1.class
com.microsoft.azure.management.sql.implementation.ServerAutomaticTuningsInner$2.class
com.microsoft.azure.management.sql.implementation.ServerAutomaticTuningsInner$3.class
com.microsoft.azure.management.sql.implementation.ServerAutomaticTuningsInner$4.class
com.microsoft.azure.management.sql.implementation.ServerAutomaticTuningsInner$5.class
com.microsoft.azure.management.sql.implementation.ServerAutomaticTuningsInner$6.class
com.microsoft.azure.management.sql.implementation.ServerAutomaticTuningsInner$ServerAutomaticTuningsService.class
com.microsoft.azure.management.sql.implementation.ServerAutomaticTuningsInner.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorInner.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$1.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$10.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$11.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$12.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$13.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$14.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$15.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$16.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$17.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$18.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$19.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$2.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$20.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$3.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$4.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$5.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$6.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$7.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$8.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$9.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner$ServerAzureADAdministratorsService.class
com.microsoft.azure.management.sql.implementation.ServerAzureADAdministratorsInner.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinkInner.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$1.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$10.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$11.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$12.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$13.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$14.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$15.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$2.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$3.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$4.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$5.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$6.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$7.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$8.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$9.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner$ServerCommunicationLinksService.class
com.microsoft.azure.management.sql.implementation.ServerCommunicationLinksInner.class
com.microsoft.azure.management.sql.implementation.ServerConnectionPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.ServerConnectionPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.ServerConnectionPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.ServerConnectionPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.ServerConnectionPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.ServerConnectionPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.ServerConnectionPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.ServerConnectionPoliciesInner$ServerConnectionPoliciesService.class
com.microsoft.azure.management.sql.implementation.ServerConnectionPoliciesInner.class
com.microsoft.azure.management.sql.implementation.ServerConnectionPolicyInner.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$1.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$10.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$11.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$12.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$13.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$14.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$15.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$16.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$17.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$18.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$19.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$2.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$20.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$21.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$22.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$23.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$24.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$25.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$26.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$27.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$28.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$29.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$3.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$30.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$31.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$32.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$33.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$34.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$35.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$36.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$37.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$38.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$39.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$4.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$5.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$6.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$7.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$8.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$9.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner$ServerDnsAliasesService.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasesInner.class
com.microsoft.azure.management.sql.implementation.ServerDnsAliasInner.class
com.microsoft.azure.management.sql.implementation.ServerInner.class
com.microsoft.azure.management.sql.implementation.ServerKeyInner.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$1.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$10.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$11.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$12.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$13.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$14.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$15.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$16.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$17.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$18.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$19.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$2.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$20.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$21.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$22.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$23.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$24.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$25.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$26.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$27.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$28.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$29.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$3.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$4.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$5.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$6.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$7.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$8.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$9.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner$ServerKeysService.class
com.microsoft.azure.management.sql.implementation.ServerKeysInner.class
com.microsoft.azure.management.sql.implementation.ServerMetricImpl.class
com.microsoft.azure.management.sql.implementation.ServersInner$1.class
com.microsoft.azure.management.sql.implementation.ServersInner$10.class
com.microsoft.azure.management.sql.implementation.ServersInner$11.class
com.microsoft.azure.management.sql.implementation.ServersInner$12.class
com.microsoft.azure.management.sql.implementation.ServersInner$13.class
com.microsoft.azure.management.sql.implementation.ServersInner$14.class
com.microsoft.azure.management.sql.implementation.ServersInner$15.class
com.microsoft.azure.management.sql.implementation.ServersInner$16.class
com.microsoft.azure.management.sql.implementation.ServersInner$17.class
com.microsoft.azure.management.sql.implementation.ServersInner$18.class
com.microsoft.azure.management.sql.implementation.ServersInner$19.class
com.microsoft.azure.management.sql.implementation.ServersInner$2.class
com.microsoft.azure.management.sql.implementation.ServersInner$20.class
com.microsoft.azure.management.sql.implementation.ServersInner$21.class
com.microsoft.azure.management.sql.implementation.ServersInner$22.class
com.microsoft.azure.management.sql.implementation.ServersInner$23.class
com.microsoft.azure.management.sql.implementation.ServersInner$24.class
com.microsoft.azure.management.sql.implementation.ServersInner$25.class
com.microsoft.azure.management.sql.implementation.ServersInner$26.class
com.microsoft.azure.management.sql.implementation.ServersInner$27.class
com.microsoft.azure.management.sql.implementation.ServersInner$28.class
com.microsoft.azure.management.sql.implementation.ServersInner$29.class
com.microsoft.azure.management.sql.implementation.ServersInner$3.class
com.microsoft.azure.management.sql.implementation.ServersInner$30.class
com.microsoft.azure.management.sql.implementation.ServersInner$31.class
com.microsoft.azure.management.sql.implementation.ServersInner$32.class
com.microsoft.azure.management.sql.implementation.ServersInner$33.class
com.microsoft.azure.management.sql.implementation.ServersInner$34.class
com.microsoft.azure.management.sql.implementation.ServersInner$35.class
com.microsoft.azure.management.sql.implementation.ServersInner$36.class
com.microsoft.azure.management.sql.implementation.ServersInner$37.class
com.microsoft.azure.management.sql.implementation.ServersInner$38.class
com.microsoft.azure.management.sql.implementation.ServersInner$39.class
com.microsoft.azure.management.sql.implementation.ServersInner$4.class
com.microsoft.azure.management.sql.implementation.ServersInner$40.class
com.microsoft.azure.management.sql.implementation.ServersInner$41.class
com.microsoft.azure.management.sql.implementation.ServersInner$42.class
com.microsoft.azure.management.sql.implementation.ServersInner$43.class
com.microsoft.azure.management.sql.implementation.ServersInner$44.class
com.microsoft.azure.management.sql.implementation.ServersInner$45.class
com.microsoft.azure.management.sql.implementation.ServersInner$46.class
com.microsoft.azure.management.sql.implementation.ServersInner$47.class
com.microsoft.azure.management.sql.implementation.ServersInner$48.class
com.microsoft.azure.management.sql.implementation.ServersInner$49.class
com.microsoft.azure.management.sql.implementation.ServersInner$5.class
com.microsoft.azure.management.sql.implementation.ServersInner$50.class
com.microsoft.azure.management.sql.implementation.ServersInner$6.class
com.microsoft.azure.management.sql.implementation.ServersInner$7.class
com.microsoft.azure.management.sql.implementation.ServersInner$8.class
com.microsoft.azure.management.sql.implementation.ServersInner$9.class
com.microsoft.azure.management.sql.implementation.ServersInner$ServersService.class
com.microsoft.azure.management.sql.implementation.ServersInner.class
com.microsoft.azure.management.sql.implementation.ServerUpdateInner.class
com.microsoft.azure.management.sql.implementation.ServerUsageInner.class
com.microsoft.azure.management.sql.implementation.ServerUsagesInner$1.class
com.microsoft.azure.management.sql.implementation.ServerUsagesInner$2.class
com.microsoft.azure.management.sql.implementation.ServerUsagesInner$3.class
com.microsoft.azure.management.sql.implementation.ServerUsagesInner$ServerUsagesService.class
com.microsoft.azure.management.sql.implementation.ServerUsagesInner.class
com.microsoft.azure.management.sql.implementation.ServiceLevelObjectiveUsageMetricImpl.class
com.microsoft.azure.management.sql.implementation.ServiceObjectiveImpl.class
com.microsoft.azure.management.sql.implementation.ServiceObjectiveInner.class
com.microsoft.azure.management.sql.implementation.ServiceObjectivesInner$1.class
com.microsoft.azure.management.sql.implementation.ServiceObjectivesInner$2.class
com.microsoft.azure.management.sql.implementation.ServiceObjectivesInner$3.class
com.microsoft.azure.management.sql.implementation.ServiceObjectivesInner$4.class
com.microsoft.azure.management.sql.implementation.ServiceObjectivesInner$5.class
com.microsoft.azure.management.sql.implementation.ServiceObjectivesInner$6.class
com.microsoft.azure.management.sql.implementation.ServiceObjectivesInner$ServiceObjectivesService.class
com.microsoft.azure.management.sql.implementation.ServiceObjectivesInner.class
com.microsoft.azure.management.sql.implementation.ServiceTierAdvisorImpl.class
com.microsoft.azure.management.sql.implementation.ServiceTierAdvisorInner.class
com.microsoft.azure.management.sql.implementation.ServiceTierAdvisorsInner$1.class
com.microsoft.azure.management.sql.implementation.ServiceTierAdvisorsInner$2.class
com.microsoft.azure.management.sql.implementation.ServiceTierAdvisorsInner$3.class
com.microsoft.azure.management.sql.implementation.ServiceTierAdvisorsInner$4.class
com.microsoft.azure.management.sql.implementation.ServiceTierAdvisorsInner$5.class
com.microsoft.azure.management.sql.implementation.ServiceTierAdvisorsInner$6.class
com.microsoft.azure.management.sql.implementation.ServiceTierAdvisorsInner$ServiceTierAdvisorsService.class
com.microsoft.azure.management.sql.implementation.ServiceTierAdvisorsInner.class
com.microsoft.azure.management.sql.implementation.SloUsageMetricImpl.class
com.microsoft.azure.management.sql.implementation.SqlActiveDirectoryAdministratorImpl.class
com.microsoft.azure.management.sql.implementation.SqlChildrenOperationsImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseAutomaticTuningImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseAutomaticTuningImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseExportRequestImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseExportRequestImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseExportRequestImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseExportRequestImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseExportRequestImpl$5$1.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseExportRequestImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseExportRequestImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseForElasticPoolImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$10.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$11.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$12.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$13.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$14.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$15$1.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$15.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$16.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$17.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$18.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$19$1.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$19$2.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$19.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$6.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$7.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$8.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl$9.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImportExportResponseImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImportRequestImpl$1$1.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImportRequestImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImportRequestImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImportRequestImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImportRequestImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseImportRequestImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseMetricAvailabilityImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseMetricDefinitionImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseMetricImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseMetricValueImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseOperationsImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseOperationsImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseOperationsImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseOperationsImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseOperationsImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseOperationsImpl$6.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseOperationsImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabasesAsExternalChildResourcesImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseThreatDetectionPolicyImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseThreatDetectionPolicyImpl.class
com.microsoft.azure.management.sql.implementation.SqlDatabaseUsageMetricImpl.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolForDatabaseImpl.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl$10.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl$11.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl$12.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl$6.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl$7.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl$8.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl$9.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolImpl.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolOperationsImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolOperationsImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolOperationsImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolOperationsImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolOperationsImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolOperationsImpl$6.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolOperationsImpl.class
com.microsoft.azure.management.sql.implementation.SqlElasticPoolsAsExternalChildResourcesImpl.class
com.microsoft.azure.management.sql.implementation.SqlEncryptionProtectorImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlEncryptionProtectorImpl.class
com.microsoft.azure.management.sql.implementation.SqlEncryptionProtectorOperationsImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlEncryptionProtectorOperationsImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlEncryptionProtectorOperationsImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlEncryptionProtectorOperationsImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlEncryptionProtectorOperationsImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlEncryptionProtectorOperationsImpl$6.class
com.microsoft.azure.management.sql.implementation.SqlEncryptionProtectorOperationsImpl.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupImpl.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupOperationsImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupOperationsImpl$10.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupOperationsImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupOperationsImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupOperationsImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupOperationsImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupOperationsImpl$6.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupOperationsImpl$7.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupOperationsImpl$8.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupOperationsImpl$9.class
com.microsoft.azure.management.sql.implementation.SqlFailoverGroupOperationsImpl.class
com.microsoft.azure.management.sql.implementation.SqlFirewallRuleImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlFirewallRuleImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlFirewallRuleImpl.class
com.microsoft.azure.management.sql.implementation.SqlFirewallRuleOperationsImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlFirewallRuleOperationsImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlFirewallRuleOperationsImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlFirewallRuleOperationsImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlFirewallRuleOperationsImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlFirewallRuleOperationsImpl$6.class
com.microsoft.azure.management.sql.implementation.SqlFirewallRuleOperationsImpl.class
com.microsoft.azure.management.sql.implementation.SqlFirewallRulesAsExternalChildResourcesImpl.class
com.microsoft.azure.management.sql.implementation.SqlManagementClientImpl.class
com.microsoft.azure.management.sql.implementation.SqlRestorableDroppedDatabaseImpl.class
com.microsoft.azure.management.sql.implementation.SqlServerAutomaticTuningImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlServerAutomaticTuningImpl.class
com.microsoft.azure.management.sql.implementation.SqlServerDnsAliasImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlServerDnsAliasImpl.class
com.microsoft.azure.management.sql.implementation.SqlServerDnsAliasOperationsImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlServerDnsAliasOperationsImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlServerDnsAliasOperationsImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlServerDnsAliasOperationsImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlServerDnsAliasOperationsImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlServerDnsAliasOperationsImpl$6.class
com.microsoft.azure.management.sql.implementation.SqlServerDnsAliasOperationsImpl.class
com.microsoft.azure.management.sql.implementation.SqlServerImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlServerImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlServerImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlServerImpl$4$1.class
com.microsoft.azure.management.sql.implementation.SqlServerImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlServerImpl.class
com.microsoft.azure.management.sql.implementation.SqlServerKeyImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlServerKeyImpl.class
com.microsoft.azure.management.sql.implementation.SqlServerKeyOperationsImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlServerKeyOperationsImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlServerKeyOperationsImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlServerKeyOperationsImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlServerKeyOperationsImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlServerKeyOperationsImpl$6.class
com.microsoft.azure.management.sql.implementation.SqlServerKeyOperationsImpl.class
com.microsoft.azure.management.sql.implementation.SqlServerManager$1.class
com.microsoft.azure.management.sql.implementation.SqlServerManager$Configurable.class
com.microsoft.azure.management.sql.implementation.SqlServerManager$ConfigurableImpl.class
com.microsoft.azure.management.sql.implementation.SqlServerManager.class
com.microsoft.azure.management.sql.implementation.SqlServersImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlServersImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlServersImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlServersImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlServersImpl.class
com.microsoft.azure.management.sql.implementation.SqlSubscriptionUsageMetricImpl.class
com.microsoft.azure.management.sql.implementation.SqlSyncFullSchemaPropertyImpl.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupImpl$6.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupImpl$7.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupImpl.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupLogPropertyImpl.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupOperationsImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupOperationsImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupOperationsImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupOperationsImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupOperationsImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupOperationsImpl$6.class
com.microsoft.azure.management.sql.implementation.SqlSyncGroupOperationsImpl.class
com.microsoft.azure.management.sql.implementation.SqlSyncMemberImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlSyncMemberImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlSyncMemberImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlSyncMemberImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlSyncMemberImpl.class
com.microsoft.azure.management.sql.implementation.SqlSyncMemberOperationsImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlSyncMemberOperationsImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlSyncMemberOperationsImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlSyncMemberOperationsImpl.class
com.microsoft.azure.management.sql.implementation.SqlVirtualNetworkRuleImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlVirtualNetworkRuleImpl.class
com.microsoft.azure.management.sql.implementation.SqlVirtualNetworkRuleOperationsImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlVirtualNetworkRuleOperationsImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlVirtualNetworkRuleOperationsImpl$3.class
com.microsoft.azure.management.sql.implementation.SqlVirtualNetworkRuleOperationsImpl$4.class
com.microsoft.azure.management.sql.implementation.SqlVirtualNetworkRuleOperationsImpl$5.class
com.microsoft.azure.management.sql.implementation.SqlVirtualNetworkRuleOperationsImpl$6.class
com.microsoft.azure.management.sql.implementation.SqlVirtualNetworkRuleOperationsImpl.class
com.microsoft.azure.management.sql.implementation.SqlVirtualNetworkRulesAsExternalChildResourcesImpl.class
com.microsoft.azure.management.sql.implementation.SqlWarehouseImpl.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsageInner.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$1.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$10.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$11.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$12.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$13.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$14.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$15.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$2.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$3.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$4.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$5.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$6.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$7.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$8.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$9.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner$SubscriptionUsagesService.class
com.microsoft.azure.management.sql.implementation.SubscriptionUsagesInner.class
com.microsoft.azure.management.sql.implementation.SyncAgentInner.class
com.microsoft.azure.management.sql.implementation.SyncAgentKeyPropertiesInner.class
com.microsoft.azure.management.sql.implementation.SyncAgentLinkedDatabaseInner.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$1.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$10.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$11.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$12.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$13.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$14.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$15.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$16.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$17.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$18.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$19.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$2.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$20.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$21.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$22.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$23.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$24.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$25.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$26.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$27.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$28.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$29.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$3.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$30.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$31.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$32.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$33.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$34.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$35.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$36.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$37.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$38.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$39.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$4.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$40.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$41.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$42.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$43.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$44.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$45.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$46.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$47.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$48.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$5.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$6.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$7.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$8.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$9.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner$SyncAgentsService.class
com.microsoft.azure.management.sql.implementation.SyncAgentsInner.class
com.microsoft.azure.management.sql.implementation.SyncDatabaseIdPropertiesInner.class
com.microsoft.azure.management.sql.implementation.SyncFullSchemaPropertiesInner.class
com.microsoft.azure.management.sql.implementation.SyncGroupInner.class
com.microsoft.azure.management.sql.implementation.SyncGroupLogPropertiesInner.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$1.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$10.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$11.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$12.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$13.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$14.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$15.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$16.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$17.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$18.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$19.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$2.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$20.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$21.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$22.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$23.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$24.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$25.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$26.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$27.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$28.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$29.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$3.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$30.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$31.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$32.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$33.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$34.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$35.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$36.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$37.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$38.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$39.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$4.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$40.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$41.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$42.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$43.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$44.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$45.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$46.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$47.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$48.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$49.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$5.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$50.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$51.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$52.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$53.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$54.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$55.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$56.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$57.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$58.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$59.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$6.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$60.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$61.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$62.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$63.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$64.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$65.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$66.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$67.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$68.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$69.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$7.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$70.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$71.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$72.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$73.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$74.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$75.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$76.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$77.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$78.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$79.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$8.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$80.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$81.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$82.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$83.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$84.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$85.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$86.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$87.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$88.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$9.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner$SyncGroupsService.class
com.microsoft.azure.management.sql.implementation.SyncGroupsInner.class
com.microsoft.azure.management.sql.implementation.SyncMemberInner.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$1.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$10.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$11.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$12.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$13.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$14.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$15.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$16.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$17.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$18.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$19.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$2.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$20.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$21.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$22.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$23.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$24.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$25.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$26.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$27.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$28.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$29.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$3.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$30.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$31.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$32.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$33.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$34.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$35.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$36.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$37.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$38.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$39.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$4.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$40.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$41.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$42.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$43.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$44.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$45.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$46.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$47.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$48.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$49.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$5.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$50.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$51.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$52.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$53.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$6.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$7.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$8.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$9.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner$SyncMembersService.class
com.microsoft.azure.management.sql.implementation.SyncMembersInner.class
com.microsoft.azure.management.sql.implementation.TrackedResourceInner.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivitiesInner$1.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivitiesInner$2.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivitiesInner$3.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivitiesInner$TransparentDataEncryptionActivitiesService.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivitiesInner.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivityImpl.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionActivityInner.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionImpl$1.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionImpl$2.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionImpl$3.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionImpl.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionInner.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionsInner$1.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionsInner$2.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionsInner$3.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionsInner$4.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionsInner$5.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionsInner$6.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionsInner$7.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionsInner$8.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionsInner$9.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionsInner$TransparentDataEncryptionsService.class
com.microsoft.azure.management.sql.implementation.TransparentDataEncryptionsInner.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRuleInner.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$1.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$10.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$11.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$12.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$13.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$14.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$15.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$16.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$17.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$18.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$19.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$2.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$20.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$21.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$22.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$23.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$24.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$25.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$26.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$27.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$28.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$29.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$3.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$4.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$5.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$6.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$7.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$8.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$9.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner$VirtualNetworkRulesService.class
com.microsoft.azure.management.sql.implementation.VirtualNetworkRulesInner.class
com.microsoft.azure.management.sql.ManagementOperationState.class
com.microsoft.azure.management.sql.MaxSizeCapability.class
com.microsoft.azure.management.sql.MaxSizeUnits.class
com.microsoft.azure.management.sql.MetricAvailability.class
com.microsoft.azure.management.sql.MetricName.class
com.microsoft.azure.management.sql.MetricValue.class
com.microsoft.azure.management.sql.OperationDisplay.class
com.microsoft.azure.management.sql.OperationImpact.class
com.microsoft.azure.management.sql.OperationOrigin.class
com.microsoft.azure.management.sql.PartnerInfo.class
com.microsoft.azure.management.sql.PerformanceLevelUnit.class
com.microsoft.azure.management.sql.PrimaryAggregationType.class
com.microsoft.azure.management.sql.ReadOnlyEndpointFailoverPolicy.class
com.microsoft.azure.management.sql.ReadScale.class
com.microsoft.azure.management.sql.ReadWriteEndpointFailoverPolicy.class
com.microsoft.azure.management.sql.RecommendedElasticPool.class
com.microsoft.azure.management.sql.RecommendedElasticPoolMetric.class
com.microsoft.azure.management.sql.RecommendedIndex.class
com.microsoft.azure.management.sql.RecommendedIndexAction.class
com.microsoft.azure.management.sql.RecommendedIndexState.class
com.microsoft.azure.management.sql.RecommendedIndexType.class
com.microsoft.azure.management.sql.RegionCapabilities.class
com.microsoft.azure.management.sql.ReplicationLink.class
com.microsoft.azure.management.sql.ReplicationRole.class
com.microsoft.azure.management.sql.ReplicationState.class
com.microsoft.azure.management.sql.ResourceIdentity.class
com.microsoft.azure.management.sql.ResourceMoveDefinition.class
com.microsoft.azure.management.sql.RestorePoint.class
com.microsoft.azure.management.sql.RestorePointTypes.class
com.microsoft.azure.management.sql.SampleName.class
com.microsoft.azure.management.sql.SecurityAlertPolicyEmailAccountAdmins.class
com.microsoft.azure.management.sql.SecurityAlertPolicyState.class
com.microsoft.azure.management.sql.SecurityAlertPolicyUseServerDefault.class
com.microsoft.azure.management.sql.ServerConnectionType.class
com.microsoft.azure.management.sql.ServerDnsAliasAcquisition.class
com.microsoft.azure.management.sql.ServerKeyType.class
com.microsoft.azure.management.sql.ServerMetric.class
com.microsoft.azure.management.sql.ServerUsage.class
com.microsoft.azure.management.sql.ServerVersionCapability.class
com.microsoft.azure.management.sql.ServiceLevelObjectiveUsageMetric.class
com.microsoft.azure.management.sql.ServiceObjective.class
com.microsoft.azure.management.sql.ServiceObjectiveCapability.class
com.microsoft.azure.management.sql.ServiceObjectiveName.class
com.microsoft.azure.management.sql.ServiceTierAdvisor.class
com.microsoft.azure.management.sql.SloUsageMetric.class
com.microsoft.azure.management.sql.SloUsageMetricInterface.class
com.microsoft.azure.management.sql.SqlActiveDirectoryAdministrator.class
com.microsoft.azure.management.sql.SqlChildrenOperations$SqlChildrenActionsDefinition.class
com.microsoft.azure.management.sql.SqlChildrenOperations.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$Blank.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithAllDifferentOptions.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithAttachAfterElasticPoolOptions.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithAttachAllOptions.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithAttachFinal.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithAuthentication.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithAuthenticationAfterElasticPool.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithCollation.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithCollationAfterElasticPoolOptions.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithCreateMode.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithEdition.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithEditionDefaults$WithCollation.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithEditionDefaults.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithElasticPoolName.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithExistingDatabaseAfterElasticPool.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithImportFrom.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithImportFromAfterElasticPool.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithMaxSizeBytes.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithMaxSizeBytesAfterElasticPoolOptions.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithRestorableDroppedDatabase.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithRestorePointDatabase.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithRestorePointDatabaseAfterElasticPool.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithSampleDatabase.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithSampleDatabaseAfterElasticPool.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithServiceObjective.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithSourceDatabaseId.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithStorageKey.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages$WithStorageKeyAfterElasticPool.class
com.microsoft.azure.management.sql.SqlDatabase$DefinitionStages.class
com.microsoft.azure.management.sql.SqlDatabase$SqlDatabaseDefinition.class
com.microsoft.azure.management.sql.SqlDatabase$Update.class
com.microsoft.azure.management.sql.SqlDatabase$UpdateStages$WithEdition.class
com.microsoft.azure.management.sql.SqlDatabase$UpdateStages$WithElasticPoolName.class
com.microsoft.azure.management.sql.SqlDatabase$UpdateStages$WithMaxSizeBytes.class
com.microsoft.azure.management.sql.SqlDatabase$UpdateStages$WithServiceObjective.class
com.microsoft.azure.management.sql.SqlDatabase$UpdateStages.class
com.microsoft.azure.management.sql.SqlDatabase.class
com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning$Update.class
com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning$UpdateStages$WithAutomaticTuningMode.class
com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning$UpdateStages$WithAutomaticTuningOptions.class
com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning$UpdateStages.class
com.microsoft.azure.management.sql.SqlDatabaseAutomaticTuning.class
com.microsoft.azure.management.sql.SqlDatabaseBasicStorage.class
com.microsoft.azure.management.sql.SqlDatabaseExportRequest$DefinitionStages$ExportTo.class
com.microsoft.azure.management.sql.SqlDatabaseExportRequest$DefinitionStages$WithAuthenticationTypeAndLoginPassword.class
com.microsoft.azure.management.sql.SqlDatabaseExportRequest$DefinitionStages$WithExecute.class
com.microsoft.azure.management.sql.SqlDatabaseExportRequest$DefinitionStages$WithStorageTypeAndKey.class
com.microsoft.azure.management.sql.SqlDatabaseExportRequest$DefinitionStages.class
com.microsoft.azure.management.sql.SqlDatabaseExportRequest$SqlDatabaseExportRequestDefinition.class
com.microsoft.azure.management.sql.SqlDatabaseExportRequest.class
com.microsoft.azure.management.sql.SqlDatabaseImportExportResponse.class
com.microsoft.azure.management.sql.SqlDatabaseImportRequest$DefinitionStages$ImportFrom.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
azure-mgmt-resources-1.12.0.jar
/com.microsoft.azure/azure-mgmt-resources/1.12.0
查看azure-mgmt-resources所有版本文件
azure-mgmt-storage-1.12.0.jar
/com.microsoft.azure/azure-mgmt-storage/1.12.0
查看azure-mgmt-storage所有版本文件
azure-mgmt-resources-1.12.0.jar
/com.microsoft.azure/azure-mgmt-resources/1.12.0
查看azure-mgmt-resources所有版本文件
|