组织ID: |
com.microsoft.azure |
项目ID: |
azure-mgmt-sql |
版本: |
1.24.2 |
最后修改时间: |
2019-08-26 18:47:20 |
包类型: |
jar |
标题: |
Microsoft Azure SDK for Sql Management |
描述: |
This package contains Microsoft Azure Sql Management SDK. |
相关URL: |
https://github.com/Azure/azure-sdk-for-java |
大小: |
3.04MB |
|
Maven引入代码: |
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-sql</artifactId>
<version>1.24.2</version>
</dependency>
|
Gradle引入代码: |
com.microsoft.azure:azure-mgmt-sql:1.24.2
|
下载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.24.2</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.24.2</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.24.2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-mgmt-storage</artifactId>
<version>1.24.2</version>
</dependency>
<dependency>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-storage</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</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.24.2</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</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.CatalogCollationType.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.CompleteDatabaseRestoreDefinition.class
com.microsoft.azure.management.sql.CreateDatabaseRestorePointDefinition.class
com.microsoft.azure.management.sql.CreateMode.class
com.microsoft.azure.management.sql.DatabaseEdition.class
com.microsoft.azure.management.sql.DatabaseMetric.class
com.microsoft.azure.management.sql.DatabaseUpdate.class
com.microsoft.azure.management.sql.DatabaseVulnerabilityAssessmentRuleBaselineItem.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.ElasticPoolEdition.class
com.microsoft.azure.management.sql.ElasticPoolEditionCapability.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.ElasticPoolUpdate.class
com.microsoft.azure.management.sql.ExportRequest.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.FailoverGroupUpdate.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.BackupShortTermRetentionPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$10.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$11.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$12.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$13.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$14.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$15.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$16.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$17.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$18.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$19.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$20.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$21.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$22.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$23.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$24.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$25.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$26.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$27.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$28.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$29.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$30.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$31.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$32.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$33.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$34.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$35.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$8.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$9.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner$BackupShortTermRetentionPoliciesService.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPoliciesInner.class
com.microsoft.azure.management.sql.implementation.BackupShortTermRetentionPolicyInner.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$79.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$8.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$80.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$81.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$82.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$83.class
com.microsoft.azure.management.sql.implementation.DatabasesInner$84.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.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.DatabaseVulnerabilityAssessmentInner.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentRuleBaselineInner.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentRuleBaselinesInner$1.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentRuleBaselinesInner$2.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentRuleBaselinesInner$3.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentRuleBaselinesInner$4.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentRuleBaselinesInner$5.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentRuleBaselinesInner$6.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentRuleBaselinesInner$7.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentRuleBaselinesInner$8.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentRuleBaselinesInner$9.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentRuleBaselinesInner$DatabaseVulnerabilityAssessmentRuleBaselinesService.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentRuleBaselinesInner.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansExportInner.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$1.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$10.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$11.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$12.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$13.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$14.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$15.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$16.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$17.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$18.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$19.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$2.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$20.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$21.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$22.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$23.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$24.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$25.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$3.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$4.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$5.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$6.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$7.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$8.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$9.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner$DatabaseVulnerabilityAssessmentScansService.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentScansInner.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$1.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$10.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$11.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$12.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$13.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$14.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$15.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$16.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$17.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$18.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$19.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$2.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$20.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$21.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$22.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$3.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$4.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$5.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$6.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$7.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$8.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$9.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner$DatabaseVulnerabilityAssessmentsService.class
com.microsoft.azure.management.sql.implementation.DatabaseVulnerabilityAssessmentsInner.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.ElasticPoolOperationInner.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$1.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$10.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$11.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$12.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$13.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$14.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$15.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$2.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$3.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$4.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$5.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$6.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$7.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$8.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$9.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner$ElasticPoolOperationsService.class
com.microsoft.azure.management.sql.implementation.ElasticPoolOperationsInner.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$30.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$31.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$32.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$33.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$34.class
com.microsoft.azure.management.sql.implementation.ElasticPoolsInner$35.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.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.ExtendedDatabaseBlobAuditingPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.ExtendedDatabaseBlobAuditingPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.ExtendedDatabaseBlobAuditingPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.ExtendedDatabaseBlobAuditingPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.ExtendedDatabaseBlobAuditingPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.ExtendedDatabaseBlobAuditingPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.ExtendedDatabaseBlobAuditingPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.ExtendedDatabaseBlobAuditingPoliciesInner$ExtendedDatabaseBlobAuditingPoliciesService.class
com.microsoft.azure.management.sql.implementation.ExtendedDatabaseBlobAuditingPoliciesInner.class
com.microsoft.azure.management.sql.implementation.ExtendedDatabaseBlobAuditingPolicyInner.class
com.microsoft.azure.management.sql.implementation.ExtendedServerBlobAuditingPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.ExtendedServerBlobAuditingPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.ExtendedServerBlobAuditingPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.ExtendedServerBlobAuditingPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.ExtendedServerBlobAuditingPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.ExtendedServerBlobAuditingPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.ExtendedServerBlobAuditingPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.ExtendedServerBlobAuditingPoliciesInner$8.class
com.microsoft.azure.management.sql.implementation.ExtendedServerBlobAuditingPoliciesInner$9.class
com.microsoft.azure.management.sql.implementation.ExtendedServerBlobAuditingPoliciesInner$ExtendedServerBlobAuditingPoliciesService.class
com.microsoft.azure.management.sql.implementation.ExtendedServerBlobAuditingPoliciesInner.class
com.microsoft.azure.management.sql.implementation.ExtendedServerBlobAuditingPolicyInner.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.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.InstanceFailoverGroupInner.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$1.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$10.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$11.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$12.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$13.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$14.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$15.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$16.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$17.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$18.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$19.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$2.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$20.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$21.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$22.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$23.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$24.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$25.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$26.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$27.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$28.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$29.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$3.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$30.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$31.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$32.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$33.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$34.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$35.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$36.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$37.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$38.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$39.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$4.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$40.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$41.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$5.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$6.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$7.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$8.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$9.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner$InstanceFailoverGroupsService.class
com.microsoft.azure.management.sql.implementation.InstanceFailoverGroupsInner.class
com.microsoft.azure.management.sql.implementation.InstancePoolInner.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$1.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$10.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$11.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$12.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$13.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$14.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$15.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$16.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$17.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$18.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$19.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$2.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$20.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$21.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$22.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$23.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$24.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$25.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$26.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$27.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$28.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$29.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$3.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$30.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$31.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$32.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$33.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$34.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$35.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$36.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$37.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$38.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$39.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$4.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$40.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$41.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$42.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$43.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$44.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$45.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$46.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$47.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$48.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$49.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$5.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$50.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$51.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$6.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$7.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$8.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$9.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner$InstancePoolsService.class
com.microsoft.azure.management.sql.implementation.InstancePoolsInner.class
com.microsoft.azure.management.sql.implementation.JobAgentInner.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$1.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$10.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$11.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$12.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$13.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$14.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$15.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$16.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$17.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$18.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$19.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$2.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$20.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$21.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$22.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$23.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$24.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$25.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$26.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$27.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$28.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$29.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$3.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$30.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$31.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$32.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$33.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$34.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$35.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$36.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$37.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$38.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$39.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$4.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$5.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$6.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$7.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$8.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$9.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner$JobAgentsService.class
com.microsoft.azure.management.sql.implementation.JobAgentsInner.class
com.microsoft.azure.management.sql.implementation.JobCredentialInner.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$1.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$10.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$11.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$12.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$13.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$14.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$15.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$16.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$17.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$18.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$19.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$2.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$20.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$21.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$22.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$23.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$3.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$4.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$5.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$6.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$7.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$8.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$9.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner$JobCredentialsService.class
com.microsoft.azure.management.sql.implementation.JobCredentialsInner.class
com.microsoft.azure.management.sql.implementation.JobExecutionInner.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$1.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$10.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$11.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$12.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$13.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$14.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$15.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$16.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$17.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$18.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$19.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$2.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$20.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$21.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$22.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$23.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$24.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$25.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$26.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$27.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$28.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$29.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$3.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$30.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$31.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$32.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$33.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$34.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$35.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$36.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$37.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$38.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$39.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$4.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$40.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$41.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$42.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$43.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$44.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$45.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$46.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$47.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$48.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$49.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$5.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$50.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$51.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$52.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$53.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$6.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$7.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$8.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$9.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner$JobExecutionsService.class
com.microsoft.azure.management.sql.implementation.JobExecutionsInner.class
com.microsoft.azure.management.sql.implementation.JobInner.class
com.microsoft.azure.management.sql.implementation.JobsInner$1.class
com.microsoft.azure.management.sql.implementation.JobsInner$10.class
com.microsoft.azure.management.sql.implementation.JobsInner$11.class
com.microsoft.azure.management.sql.implementation.JobsInner$12.class
com.microsoft.azure.management.sql.implementation.JobsInner$13.class
com.microsoft.azure.management.sql.implementation.JobsInner$14.class
com.microsoft.azure.management.sql.implementation.JobsInner$15.class
com.microsoft.azure.management.sql.implementation.JobsInner$16.class
com.microsoft.azure.management.sql.implementation.JobsInner$17.class
com.microsoft.azure.management.sql.implementation.JobsInner$18.class
com.microsoft.azure.management.sql.implementation.JobsInner$19.class
com.microsoft.azure.management.sql.implementation.JobsInner$2.class
com.microsoft.azure.management.sql.implementation.JobsInner$20.class
com.microsoft.azure.management.sql.implementation.JobsInner$21.class
com.microsoft.azure.management.sql.implementation.JobsInner$22.class
com.microsoft.azure.management.sql.implementation.JobsInner$23.class
com.microsoft.azure.management.sql.implementation.JobsInner$3.class
com.microsoft.azure.management.sql.implementation.JobsInner$4.class
com.microsoft.azure.management.sql.implementation.JobsInner$5.class
com.microsoft.azure.management.sql.implementation.JobsInner$6.class
com.microsoft.azure.management.sql.implementation.JobsInner$7.class
com.microsoft.azure.management.sql.implementation.JobsInner$8.class
com.microsoft.azure.management.sql.implementation.JobsInner$9.class
com.microsoft.azure.management.sql.implementation.JobsInner$JobsService.class
com.microsoft.azure.management.sql.implementation.JobsInner.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$1.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$10.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$11.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$12.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$13.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$14.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$15.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$16.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$17.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$18.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$19.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$2.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$20.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$3.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$4.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$5.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$6.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$7.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$8.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$9.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner$JobStepExecutionsService.class
com.microsoft.azure.management.sql.implementation.JobStepExecutionsInner.class
com.microsoft.azure.management.sql.implementation.JobStepInner.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$1.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$10.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$11.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$12.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$13.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$14.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$15.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$16.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$17.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$18.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$19.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$2.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$20.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$21.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$22.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$23.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$24.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$25.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$26.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$27.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$28.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$29.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$3.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$30.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$31.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$32.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$33.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$34.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$35.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$36.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$37.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$38.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$4.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$5.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$6.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$7.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$8.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$9.class
com.microsoft.azure.management.sql.implementation.JobStepsInner$JobStepsService.class
com.microsoft.azure.management.sql.implementation.JobStepsInner.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$1.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$10.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$11.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$12.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$13.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$14.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$15.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$16.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$17.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$18.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$19.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$2.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$20.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$21.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$22.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$23.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$24.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$25.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$26.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$27.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$28.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$29.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$3.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$30.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$31.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$32.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$33.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$34.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$35.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$36.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$37.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$4.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$5.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$6.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$7.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$8.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$9.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner$JobTargetExecutionsService.class
com.microsoft.azure.management.sql.implementation.JobTargetExecutionsInner.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupInner.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$1.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$10.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$11.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$12.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$13.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$14.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$15.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$16.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$17.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$18.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$19.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$2.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$20.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$21.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$22.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$23.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$3.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$4.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$5.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$6.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$7.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$8.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$9.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner$JobTargetGroupsService.class
com.microsoft.azure.management.sql.implementation.JobTargetGroupsInner.class
com.microsoft.azure.management.sql.implementation.JobVersionInner.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$1.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$10.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$11.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$12.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$13.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$14.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$15.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$2.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$3.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$4.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$5.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$6.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$7.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$8.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$9.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner$JobVersionsService.class
com.microsoft.azure.management.sql.implementation.JobVersionsInner.class
com.microsoft.azure.management.sql.implementation.LocationCapabilitiesInner.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$10.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$11.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$12.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$13.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$14.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$15.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$16.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$17.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$18.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$19.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$20.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$21.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$22.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$23.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$24.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$25.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$26.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$27.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$28.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$29.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$30.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$31.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$32.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$33.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$34.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$35.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner$ManagedBackupShortTermRetentionPoliciesService.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPoliciesInner.class
com.microsoft.azure.management.sql.implementation.ManagedBackupShortTermRetentionPolicyInner.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseInner.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$10.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$11.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$12.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$13.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$14.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$15.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$16.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$17.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$18.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$19.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner$ManagedDatabaseSecurityAlertPoliciesService.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPoliciesInner.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSecurityAlertPolicyInner.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$10.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$11.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$12.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$13.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$14.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$15.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$16.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$17.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$18.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$19.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$20.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$21.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$22.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$23.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$24.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$25.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$26.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$27.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$28.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$29.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$30.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$31.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$32.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$33.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$34.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$35.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$36.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$37.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$38.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$39.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$40.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$41.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$42.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$43.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$44.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$45.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$46.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$47.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$48.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$49.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$50.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner$ManagedDatabaseSensitivityLabelsService.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseSensitivityLabelsInner.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$10.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$11.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$12.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$13.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$14.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$15.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$16.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$17.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$18.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$19.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$20.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$21.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$22.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$23.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$24.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$25.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$26.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$27.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$28.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$29.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$30.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$31.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$32.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$33.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$34.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$35.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$36.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$37.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$38.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$39.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$40.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$41.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner$ManagedDatabasesService.class
com.microsoft.azure.management.sql.implementation.ManagedDatabasesInner.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentRuleBaselinesInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentRuleBaselinesInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentRuleBaselinesInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentRuleBaselinesInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentRuleBaselinesInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentRuleBaselinesInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentRuleBaselinesInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentRuleBaselinesInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentRuleBaselinesInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentRuleBaselinesInner$ManagedDatabaseVulnerabilityAssessmentRuleBaselinesService.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentRuleBaselinesInner.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$10.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$11.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$12.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$13.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$14.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$15.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$16.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$17.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$18.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$19.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$20.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$21.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$22.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$23.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$24.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$25.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner$ManagedDatabaseVulnerabilityAssessmentScansService.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentScansInner.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$10.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$11.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$12.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$13.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$14.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$15.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$16.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$17.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$18.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$19.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$20.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$21.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$22.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner$ManagedDatabaseVulnerabilityAssessmentsService.class
com.microsoft.azure.management.sql.implementation.ManagedDatabaseVulnerabilityAssessmentsInner.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorInner.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$10.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$11.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$12.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$13.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$14.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$15.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$16.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$17.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$18.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$19.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$20.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$21.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner$ManagedInstanceEncryptionProtectorsService.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceEncryptionProtectorsInner.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceInner.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeyInner.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$10.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$11.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$12.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$13.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$14.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$15.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$16.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$17.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$18.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$19.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$20.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$21.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$22.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$23.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$24.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$25.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$26.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$27.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$28.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$29.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$30.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$31.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$32.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$33.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$34.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner$ManagedInstanceKeysService.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceKeysInner.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$10.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$11.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$12.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$13.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$14.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$15.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$16.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$17.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$18.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$19.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$20.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$21.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$22.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$23.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$24.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$25.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$26.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$27.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$28.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$29.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$30.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$31.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$32.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$33.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$34.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$35.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$36.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$37.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$38.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$39.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$40.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$41.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$42.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$43.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$44.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$45.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$46.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$47.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$48.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$49.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$50.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$51.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$52.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$53.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$54.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$55.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$56.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$57.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$58.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$59.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner$ManagedInstancesService.class
com.microsoft.azure.management.sql.implementation.ManagedInstancesInner.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceTdeCertificatesInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceTdeCertificatesInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceTdeCertificatesInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceTdeCertificatesInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceTdeCertificatesInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceTdeCertificatesInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceTdeCertificatesInner$ManagedInstanceTdeCertificatesService.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceTdeCertificatesInner.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentInner.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$10.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$11.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$12.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$13.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$14.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$15.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$16.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$17.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$18.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$19.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$20.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$21.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$22.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner$ManagedInstanceVulnerabilityAssessmentsService.class
com.microsoft.azure.management.sql.implementation.ManagedInstanceVulnerabilityAssessmentsInner.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$10.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$11.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$12.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$13.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$14.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$15.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$16.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$17.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$18.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$19.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$20.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$21.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$22.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$23.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$24.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$25.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$26.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$27.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$28.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$29.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$30.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$31.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$32.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$33.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$34.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$35.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner$ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesService.class
com.microsoft.azure.management.sql.implementation.ManagedRestorableDroppedDatabaseBackupShortTermRetentionPoliciesInner.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$10.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$11.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$12.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$13.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$14.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$15.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$16.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$17.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$18.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$19.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$20.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$21.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$8.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$9.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner$ManagedServerSecurityAlertPoliciesService.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPoliciesInner.class
com.microsoft.azure.management.sql.implementation.ManagedServerSecurityAlertPolicyInner.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.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.RecoverableManagedDatabaseInner.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$1.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$10.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$11.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$12.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$13.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$14.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$15.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$2.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$3.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$4.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$5.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$6.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$7.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$8.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$9.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner$RecoverableManagedDatabasesService.class
com.microsoft.azure.management.sql.implementation.RecoverableManagedDatabasesInner.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.RestorableDroppedManagedDatabaseInner.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$1.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$10.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$11.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$12.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$13.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$14.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$15.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$2.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$3.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$4.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$5.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$6.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$7.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$8.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$9.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner$RestorableDroppedManagedDatabasesService.class
com.microsoft.azure.management.sql.implementation.RestorableDroppedManagedDatabasesInner.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$14.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$15.class
com.microsoft.azure.management.sql.implementation.RestorePointsInner$16.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.SensitivityLabelInner.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$1.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$10.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$11.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$12.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$13.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$14.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$15.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$16.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$17.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$18.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$19.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$2.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$20.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$21.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$22.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$23.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$24.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$25.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$26.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$27.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$28.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$29.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$3.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$30.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$31.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$32.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$33.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$34.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$35.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$36.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$37.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$38.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$39.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$4.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$40.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$41.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$42.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$43.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$44.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$45.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$46.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$47.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$48.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$49.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$5.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$50.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$6.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$7.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$8.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$9.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner$SensitivityLabelsService.class
com.microsoft.azure.management.sql.implementation.SensitivityLabelsInner.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.ServerBlobAuditingPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.ServerBlobAuditingPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.ServerBlobAuditingPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.ServerBlobAuditingPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.ServerBlobAuditingPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.ServerBlobAuditingPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.ServerBlobAuditingPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.ServerBlobAuditingPoliciesInner$8.class
com.microsoft.azure.management.sql.implementation.ServerBlobAuditingPoliciesInner$9.class
com.microsoft.azure.management.sql.implementation.ServerBlobAuditingPoliciesInner$ServerBlobAuditingPoliciesService.class
com.microsoft.azure.management.sql.implementation.ServerBlobAuditingPoliciesInner.class
com.microsoft.azure.management.sql.implementation.ServerBlobAuditingPolicyInner.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.ServerSecurityAlertPoliciesInner$1.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$10.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$11.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$12.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$13.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$14.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$15.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$16.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$17.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$18.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$19.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$2.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$20.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$21.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$3.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$4.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$5.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$6.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$7.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$8.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$9.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner$ServerSecurityAlertPoliciesService.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPoliciesInner.class
com.microsoft.azure.management.sql.implementation.ServerSecurityAlertPolicyInner.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.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.ServerVulnerabilityAssessmentInner.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$1.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$10.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$11.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$12.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$13.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$14.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$15.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$16.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$17.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$18.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$19.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$2.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$20.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$21.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$22.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$3.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$4.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$5.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$6.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$7.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$8.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$9.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner$ServerVulnerabilityAssessmentsService.class
com.microsoft.azure.management.sql.implementation.ServerVulnerabilityAssessmentsInner.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.SqlServerSecurityAlertPolicyImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlServerSecurityAlertPolicyImpl.class
com.microsoft.azure.management.sql.implementation.SqlServerSecurityAlertPolicyOperationsImpl$1.class
com.microsoft.azure.management.sql.implementation.SqlServerSecurityAlertPolicyOperationsImpl$2.class
com.microsoft.azure.management.sql.implementation.SqlServerSecurityAlertPolicyOperationsImpl.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.TdeCertificateInner.class
com.microsoft.azure.management.sql.implementation.TdeCertificatesInner$1.class
com.microsoft.azure.management.sql.implementation.TdeCertificatesInner$2.class
com.microsoft.azure.management.sql.implementation.TdeCertificatesInner$3.class
com.microsoft.azure.management.sql.implementation.TdeCertificatesInner$4.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
azure-mgmt-resources-1.24.2.jar
/com.microsoft.azure/azure-mgmt-resources/1.24.2
查看azure-mgmt-resources所有版本文件
azure-mgmt-storage-1.24.2.jar
/com.microsoft.azure/azure-mgmt-storage/1.24.2
查看azure-mgmt-storage所有版本文件
azure-mgmt-resources-1.24.2.jar
/com.microsoft.azure/azure-mgmt-resources/1.24.2
查看azure-mgmt-resources所有版本文件
|