@azure/arm-mysql-flexible 4.0.0-beta.1 → 4.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +244 -5
- package/LICENSE +4 -4
- package/README.md +29 -19
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +2186 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +298 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +106 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +2940 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +44 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +357 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/browser/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/browser/mySQLManagementFlexibleServerClient.js +123 -0
- package/dist/browser/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/browser/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/browser/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operations/advancedThreatProtectionSettings.js +367 -0
- package/dist/browser/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operations/azureADAdministrators.d.ts +81 -0
- package/dist/browser/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/browser/operations/azureADAdministrators.js +348 -0
- package/dist/browser/operations/azureADAdministrators.js.map +1 -0
- package/dist/browser/operations/backupAndExport.d.ts +37 -0
- package/dist/browser/operations/backupAndExport.d.ts.map +1 -0
- package/dist/browser/operations/backupAndExport.js +147 -0
- package/dist/browser/operations/backupAndExport.js.map +1 -0
- package/dist/browser/operations/backups.d.ts +54 -0
- package/dist/browser/operations/backups.d.ts.map +1 -0
- package/dist/browser/operations/backups.js +197 -0
- package/dist/browser/operations/backups.js.map +1 -0
- package/dist/browser/operations/checkNameAvailability.d.ts +20 -0
- package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operations/checkNameAvailability.js +55 -0
- package/dist/browser/operations/checkNameAvailability.js.map +1 -0
- package/dist/browser/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/browser/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/browser/operations/checkNameAvailabilityWithoutLocation.js +50 -0
- package/dist/browser/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/browser/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/browser/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/browser/operations/checkVirtualNetworkSubnetUsage.js +55 -0
- package/dist/browser/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/browser/operations/configurations.d.ts +99 -0
- package/dist/browser/operations/configurations.d.ts.map +1 -0
- package/dist/browser/operations/configurations.js +462 -0
- package/dist/browser/operations/configurations.js.map +1 -0
- package/dist/browser/operations/databases.d.ts +81 -0
- package/dist/browser/operations/databases.d.ts.map +1 -0
- package/dist/browser/operations/databases.js +347 -0
- package/dist/browser/operations/databases.js.map +1 -0
- package/dist/browser/operations/firewallRules.d.ts +81 -0
- package/dist/browser/operations/firewallRules.d.ts.map +1 -0
- package/dist/browser/operations/firewallRules.js +347 -0
- package/dist/browser/operations/firewallRules.js.map +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js +47 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operations/index.d.ts +24 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +31 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/browser/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/browser/operations/locationBasedCapabilities.js +128 -0
- package/dist/browser/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/browser/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/browser/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/browser/operations/locationBasedCapabilitySet.js +158 -0
- package/dist/browser/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/browser/operations/logFiles.d.ts +38 -0
- package/dist/browser/operations/logFiles.d.ts.map +1 -0
- package/dist/browser/operations/logFiles.js +133 -0
- package/dist/browser/operations/logFiles.js.map +1 -0
- package/dist/browser/operations/longRunningBackup.d.ts +30 -0
- package/dist/browser/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/browser/operations/longRunningBackup.js +118 -0
- package/dist/browser/operations/longRunningBackup.js.map +1 -0
- package/dist/browser/operations/longRunningBackups.d.ts +46 -0
- package/dist/browser/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/browser/operations/longRunningBackups.js +165 -0
- package/dist/browser/operations/longRunningBackups.js.map +1 -0
- package/dist/browser/operations/maintenances.d.ts +63 -0
- package/dist/browser/operations/maintenances.d.ts.map +1 -0
- package/dist/browser/operations/maintenances.js +258 -0
- package/dist/browser/operations/maintenances.js.map +1 -0
- package/dist/browser/operations/operationProgress.d.ts +20 -0
- package/dist/browser/operations/operationProgress.d.ts.map +1 -0
- package/dist/browser/operations/operationProgress.js +54 -0
- package/dist/browser/operations/operationProgress.js.map +1 -0
- package/dist/browser/operations/operationResults.d.ts +20 -0
- package/dist/browser/operations/operationResults.d.ts.map +1 -0
- package/dist/browser/operations/operationResults.js +54 -0
- package/dist/browser/operations/operationResults.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/replicas.d.ts +38 -0
- package/dist/browser/operations/replicas.d.ts.map +1 -0
- package/dist/browser/operations/replicas.js +133 -0
- package/dist/browser/operations/replicas.js.map +1 -0
- package/dist/browser/operations/servers.d.ts +193 -0
- package/dist/browser/operations/servers.d.ts.map +1 -0
- package/dist/browser/operations/servers.js +949 -0
- package/dist/browser/operations/servers.js.map +1 -0
- package/dist/browser/operations/serversMigration.d.ts +28 -0
- package/dist/browser/operations/serversMigration.d.ts.map +1 -0
- package/dist/browser/operations/serversMigration.js +113 -0
- package/dist/browser/operations/serversMigration.js.map +1 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/browser/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/browser/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/browser/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/browser/operationsInterfaces/backups.d.ts +29 -0
- package/dist/browser/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backups.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/databases.d.ts +56 -0
- package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databases.js.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +24 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +31 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/browser/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/browser/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/browser/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/longRunningBackup.js +9 -0
- package/dist/browser/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/browser/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/browser/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/longRunningBackups.js +9 -0
- package/dist/browser/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/browser/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/browser/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/maintenances.js +9 -0
- package/dist/browser/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/browser/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationProgress.js +9 -0
- package/dist/browser/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/browser/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationResults.js +9 -0
- package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicas.js.map +1 -0
- package/dist/browser/operationsInterfaces/servers.d.ts +157 -0
- package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/servers.js.map +1 -0
- package/dist/browser/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/browser/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serversMigration.js +9 -0
- package/dist/browser/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2186 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +301 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +106 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2944 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +44 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +360 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/commonjs/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/commonjs/mySQLManagementFlexibleServerClient.js +128 -0
- package/dist/commonjs/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/advancedThreatProtectionSettings.js +372 -0
- package/dist/commonjs/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operations/azureADAdministrators.d.ts +81 -0
- package/dist/commonjs/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/commonjs/operations/azureADAdministrators.js +353 -0
- package/dist/commonjs/operations/azureADAdministrators.js.map +1 -0
- package/dist/commonjs/operations/backupAndExport.d.ts +37 -0
- package/dist/commonjs/operations/backupAndExport.d.ts.map +1 -0
- package/dist/commonjs/operations/backupAndExport.js +152 -0
- package/dist/commonjs/operations/backupAndExport.js.map +1 -0
- package/dist/commonjs/operations/backups.d.ts +54 -0
- package/dist/commonjs/operations/backups.d.ts.map +1 -0
- package/dist/commonjs/operations/backups.js +202 -0
- package/dist/commonjs/operations/backups.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts +20 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.js +60 -0
- package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.js +55 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.js +60 -0
- package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/commonjs/operations/configurations.d.ts +99 -0
- package/dist/commonjs/operations/configurations.d.ts.map +1 -0
- package/dist/commonjs/operations/configurations.js +467 -0
- package/dist/commonjs/operations/configurations.js.map +1 -0
- package/dist/commonjs/operations/databases.d.ts +81 -0
- package/dist/commonjs/operations/databases.d.ts.map +1 -0
- package/dist/commonjs/operations/databases.js +352 -0
- package/dist/commonjs/operations/databases.js.map +1 -0
- package/dist/commonjs/operations/firewallRules.d.ts +81 -0
- package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operations/firewallRules.js +352 -0
- package/dist/commonjs/operations/firewallRules.js.map +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js +52 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +24 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +34 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilities.js +133 -0
- package/dist/commonjs/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.js +163 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/commonjs/operations/logFiles.d.ts +38 -0
- package/dist/commonjs/operations/logFiles.d.ts.map +1 -0
- package/dist/commonjs/operations/logFiles.js +138 -0
- package/dist/commonjs/operations/logFiles.js.map +1 -0
- package/dist/commonjs/operations/longRunningBackup.d.ts +30 -0
- package/dist/commonjs/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/commonjs/operations/longRunningBackup.js +123 -0
- package/dist/commonjs/operations/longRunningBackup.js.map +1 -0
- package/dist/commonjs/operations/longRunningBackups.d.ts +46 -0
- package/dist/commonjs/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/commonjs/operations/longRunningBackups.js +170 -0
- package/dist/commonjs/operations/longRunningBackups.js.map +1 -0
- package/dist/commonjs/operations/maintenances.d.ts +63 -0
- package/dist/commonjs/operations/maintenances.d.ts.map +1 -0
- package/dist/commonjs/operations/maintenances.js +263 -0
- package/dist/commonjs/operations/maintenances.js.map +1 -0
- package/dist/commonjs/operations/operationProgress.d.ts +20 -0
- package/dist/commonjs/operations/operationProgress.d.ts.map +1 -0
- package/dist/commonjs/operations/operationProgress.js +59 -0
- package/dist/commonjs/operations/operationProgress.js.map +1 -0
- package/dist/commonjs/operations/operationResults.d.ts +20 -0
- package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operations/operationResults.js +59 -0
- package/dist/commonjs/operations/operationResults.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/replicas.d.ts +38 -0
- package/dist/commonjs/operations/replicas.d.ts.map +1 -0
- package/dist/commonjs/operations/replicas.js +138 -0
- package/dist/commonjs/operations/replicas.js.map +1 -0
- package/dist/commonjs/operations/servers.d.ts +193 -0
- package/dist/commonjs/operations/servers.d.ts.map +1 -0
- package/dist/commonjs/operations/servers.js +954 -0
- package/dist/commonjs/operations/servers.js.map +1 -0
- package/dist/commonjs/operations/serversMigration.d.ts +28 -0
- package/dist/commonjs/operations/serversMigration.d.ts.map +1 -0
- package/dist/commonjs/operations/serversMigration.js +118 -0
- package/dist/commonjs/operations/serversMigration.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.js +10 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.js +10 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.js +10 -0
- package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.js +10 -0
- package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +10 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +34 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +10 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.js +10 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/logFiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.js +10 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.js +10 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenances.js +10 -0
- package/dist/commonjs/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicas.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts +157 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.js +10 -0
- package/dist/commonjs/operationsInterfaces/servers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.js +10 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2186 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +298 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +106 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2940 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +44 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +357 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.js +123 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.js +367 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operations/azureADAdministrators.d.ts +81 -0
- package/dist/esm/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/esm/operations/azureADAdministrators.js +348 -0
- package/dist/esm/operations/azureADAdministrators.js.map +1 -0
- package/dist/esm/operations/backupAndExport.d.ts +37 -0
- package/dist/esm/operations/backupAndExport.d.ts.map +1 -0
- package/dist/esm/operations/backupAndExport.js +147 -0
- package/dist/esm/operations/backupAndExport.js.map +1 -0
- package/dist/esm/operations/backups.d.ts +54 -0
- package/dist/esm/operations/backups.d.ts.map +1 -0
- package/dist/esm/operations/backups.js +197 -0
- package/dist/esm/operations/backups.js.map +1 -0
- package/dist/esm/operations/checkNameAvailability.d.ts +20 -0
- package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailability.js +55 -0
- package/dist/esm/operations/checkNameAvailability.js.map +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.js +50 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.js +55 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/esm/operations/configurations.d.ts +99 -0
- package/dist/esm/operations/configurations.d.ts.map +1 -0
- package/dist/esm/operations/configurations.js +462 -0
- package/dist/esm/operations/configurations.js.map +1 -0
- package/dist/esm/operations/databases.d.ts +81 -0
- package/dist/esm/operations/databases.d.ts.map +1 -0
- package/dist/esm/operations/databases.js +347 -0
- package/dist/esm/operations/databases.js.map +1 -0
- package/dist/esm/operations/firewallRules.d.ts +81 -0
- package/dist/esm/operations/firewallRules.d.ts.map +1 -0
- package/dist/esm/operations/firewallRules.js +347 -0
- package/dist/esm/operations/firewallRules.js.map +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js +47 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operations/index.d.ts +24 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +31 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/esm/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/esm/operations/locationBasedCapabilities.js +128 -0
- package/dist/esm/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/esm/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/esm/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/esm/operations/locationBasedCapabilitySet.js +158 -0
- package/dist/esm/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/esm/operations/logFiles.d.ts +38 -0
- package/dist/esm/operations/logFiles.d.ts.map +1 -0
- package/dist/esm/operations/logFiles.js +133 -0
- package/dist/esm/operations/logFiles.js.map +1 -0
- package/dist/esm/operations/longRunningBackup.d.ts +30 -0
- package/dist/esm/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/esm/operations/longRunningBackup.js +118 -0
- package/dist/esm/operations/longRunningBackup.js.map +1 -0
- package/dist/esm/operations/longRunningBackups.d.ts +46 -0
- package/dist/esm/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/esm/operations/longRunningBackups.js +165 -0
- package/dist/esm/operations/longRunningBackups.js.map +1 -0
- package/dist/esm/operations/maintenances.d.ts +63 -0
- package/dist/esm/operations/maintenances.d.ts.map +1 -0
- package/dist/esm/operations/maintenances.js +258 -0
- package/dist/esm/operations/maintenances.js.map +1 -0
- package/dist/esm/operations/operationProgress.d.ts +20 -0
- package/dist/esm/operations/operationProgress.d.ts.map +1 -0
- package/dist/esm/operations/operationProgress.js +54 -0
- package/dist/esm/operations/operationProgress.js.map +1 -0
- package/dist/esm/operations/operationResults.d.ts +20 -0
- package/dist/esm/operations/operationResults.d.ts.map +1 -0
- package/dist/esm/operations/operationResults.js +54 -0
- package/dist/esm/operations/operationResults.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/replicas.d.ts +38 -0
- package/dist/esm/operations/replicas.d.ts.map +1 -0
- package/dist/esm/operations/replicas.js +133 -0
- package/dist/esm/operations/replicas.js.map +1 -0
- package/dist/esm/operations/servers.d.ts +193 -0
- package/dist/esm/operations/servers.d.ts.map +1 -0
- package/dist/esm/operations/servers.js +949 -0
- package/dist/esm/operations/servers.js.map +1 -0
- package/dist/esm/operations/serversMigration.d.ts +28 -0
- package/dist/esm/operations/serversMigration.d.ts.map +1 -0
- package/dist/esm/operations/serversMigration.js +113 -0
- package/dist/esm/operations/serversMigration.js.map +1 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.js +9 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/esm/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/esm/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backupAndExport.js +9 -0
- package/dist/esm/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/esm/operationsInterfaces/backups.d.ts +29 -0
- package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backups.js +9 -0
- package/dist/esm/operationsInterfaces/backups.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +9 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.js +9 -0
- package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/databases.d.ts +56 -0
- package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databases.js +9 -0
- package/dist/esm/operationsInterfaces/databases.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
- package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +24 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +31 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/esm/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/esm/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/logFiles.js +9 -0
- package/dist/esm/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.js +9 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.js +9 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/esm/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/esm/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/maintenances.js +9 -0
- package/dist/esm/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationProgress.js +9 -0
- package/dist/esm/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.js +9 -0
- package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicas.js +9 -0
- package/dist/esm/operationsInterfaces/replicas.js.map +1 -0
- package/dist/esm/operationsInterfaces/servers.d.ts +157 -0
- package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/servers.js +9 -0
- package/dist/esm/operationsInterfaces/servers.js.map +1 -0
- package/dist/esm/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/esm/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serversMigration.js +9 -0
- package/dist/esm/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2186 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +298 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +106 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2940 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +44 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +357 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.js +123 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.js +367 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operations/azureADAdministrators.d.ts +81 -0
- package/dist/react-native/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/react-native/operations/azureADAdministrators.js +348 -0
- package/dist/react-native/operations/azureADAdministrators.js.map +1 -0
- package/dist/react-native/operations/backupAndExport.d.ts +37 -0
- package/dist/react-native/operations/backupAndExport.d.ts.map +1 -0
- package/dist/react-native/operations/backupAndExport.js +147 -0
- package/dist/react-native/operations/backupAndExport.js.map +1 -0
- package/dist/react-native/operations/backups.d.ts +54 -0
- package/dist/react-native/operations/backups.d.ts.map +1 -0
- package/dist/react-native/operations/backups.js +197 -0
- package/dist/react-native/operations/backups.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts +20 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.js +55 -0
- package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.js +50 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.js +55 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/react-native/operations/configurations.d.ts +99 -0
- package/dist/react-native/operations/configurations.d.ts.map +1 -0
- package/dist/react-native/operations/configurations.js +462 -0
- package/dist/react-native/operations/configurations.js.map +1 -0
- package/dist/react-native/operations/databases.d.ts +81 -0
- package/dist/react-native/operations/databases.d.ts.map +1 -0
- package/dist/react-native/operations/databases.js +347 -0
- package/dist/react-native/operations/databases.js.map +1 -0
- package/dist/react-native/operations/firewallRules.d.ts +81 -0
- package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operations/firewallRules.js +347 -0
- package/dist/react-native/operations/firewallRules.js.map +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js +47 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +24 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +31 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilities.js +128 -0
- package/dist/react-native/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.js +158 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/react-native/operations/logFiles.d.ts +38 -0
- package/dist/react-native/operations/logFiles.d.ts.map +1 -0
- package/dist/react-native/operations/logFiles.js +133 -0
- package/dist/react-native/operations/logFiles.js.map +1 -0
- package/dist/react-native/operations/longRunningBackup.d.ts +30 -0
- package/dist/react-native/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/react-native/operations/longRunningBackup.js +118 -0
- package/dist/react-native/operations/longRunningBackup.js.map +1 -0
- package/dist/react-native/operations/longRunningBackups.d.ts +46 -0
- package/dist/react-native/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/react-native/operations/longRunningBackups.js +165 -0
- package/dist/react-native/operations/longRunningBackups.js.map +1 -0
- package/dist/react-native/operations/maintenances.d.ts +63 -0
- package/dist/react-native/operations/maintenances.d.ts.map +1 -0
- package/dist/react-native/operations/maintenances.js +258 -0
- package/dist/react-native/operations/maintenances.js.map +1 -0
- package/dist/react-native/operations/operationProgress.d.ts +20 -0
- package/dist/react-native/operations/operationProgress.d.ts.map +1 -0
- package/dist/react-native/operations/operationProgress.js +54 -0
- package/dist/react-native/operations/operationProgress.js.map +1 -0
- package/dist/react-native/operations/operationResults.d.ts +20 -0
- package/dist/react-native/operations/operationResults.d.ts.map +1 -0
- package/dist/react-native/operations/operationResults.js +54 -0
- package/dist/react-native/operations/operationResults.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/replicas.d.ts +38 -0
- package/dist/react-native/operations/replicas.d.ts.map +1 -0
- package/dist/react-native/operations/replicas.js +133 -0
- package/dist/react-native/operations/replicas.js.map +1 -0
- package/dist/react-native/operations/servers.d.ts +193 -0
- package/dist/react-native/operations/servers.d.ts.map +1 -0
- package/dist/react-native/operations/servers.js +949 -0
- package/dist/react-native/operations/servers.js.map +1 -0
- package/dist/react-native/operations/serversMigration.d.ts +28 -0
- package/dist/react-native/operations/serversMigration.d.ts.map +1 -0
- package/dist/react-native/operations/serversMigration.js +113 -0
- package/dist/react-native/operations/serversMigration.js.map +1 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.js +9 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.js +9 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.js +9 -0
- package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +9 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.js +9 -0
- package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.js +9 -0
- package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +31 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/react-native/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/logFiles.js +9 -0
- package/dist/react-native/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.js +9 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.js +9 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenances.js +9 -0
- package/dist/react-native/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationProgress.js +9 -0
- package/dist/react-native/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
- package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicas.js +9 -0
- package/dist/react-native/operationsInterfaces/replicas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts +157 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.js +9 -0
- package/dist/react-native/operationsInterfaces/servers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serversMigration.js +9 -0
- package/dist/react-native/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +86 -77
- package/review/arm-mysql-flexible-node.api.md +1790 -0
- package/dist/index.js +0 -6252
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureAdAdministratorsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsGetSample.js +0 -40
- package/dist-esm/samples-dev/azureAdAdministratorsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.js +0 -60
- package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/backupAndExportCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupAndExportCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupAndExportCreateSample.js +0 -46
- package/dist-esm/samples-dev/backupAndExportCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/backupAndExportValidateBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupAndExportValidateBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupAndExportValidateBackupSample.js +0 -39
- package/dist-esm/samples-dev/backupAndExportValidateBackupSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsGetSample.js +0 -40
- package/dist-esm/samples-dev/backupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsListByServerSample.js +0 -60
- package/dist-esm/samples-dev/backupsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsPutSample.js +0 -40
- package/dist-esm/samples-dev/backupsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +0 -42
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.js +0 -41
- package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.js +0 -41
- package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsBatchUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsBatchUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsBatchUpdateSample.js +0 -46
- package/dist-esm/samples-dev/configurationsBatchUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.js +0 -40
- package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.js +0 -63
- package/dist-esm/samples-dev/configurationsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.js +0 -40
- package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesListByServerSample.js +0 -60
- package/dist-esm/samples-dev/databasesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -40
- package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js +0 -60
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js +0 -37
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.js +0 -59
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/logFilesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.js +0 -60
- package/dist-esm/samples-dev/logFilesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -58
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicasListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicasListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicasListByServerSample.js +0 -60
- package/dist-esm/samples-dev/replicasListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/serversCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversCreateSample.js +0 -148
- package/dist-esm/samples-dev/serversCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/serversDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversDeleteSample.js +0 -39
- package/dist-esm/samples-dev/serversDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/serversFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversFailoverSample.js +0 -39
- package/dist-esm/samples-dev/serversFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/serversGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversGetSample.js +0 -58
- package/dist-esm/samples-dev/serversGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js +0 -59
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/serversListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversListSample.js +0 -58
- package/dist-esm/samples-dev/serversListSample.js.map +0 -1
- package/dist-esm/samples-dev/serversResetGtidSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversResetGtidSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversResetGtidSample.js +0 -42
- package/dist-esm/samples-dev/serversResetGtidSample.js.map +0 -1
- package/dist-esm/samples-dev/serversRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversRestartSample.js +0 -43
- package/dist-esm/samples-dev/serversRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/serversStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversStartSample.js +0 -39
- package/dist-esm/samples-dev/serversStartSample.js.map +0 -1
- package/dist-esm/samples-dev/serversStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversStopSample.js +0 -39
- package/dist-esm/samples-dev/serversStopSample.js.map +0 -1
- package/dist-esm/samples-dev/serversUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversUpdateSample.js +0 -108
- package/dist-esm/samples-dev/serversUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1460
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -176
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -73
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1954
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -33
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -262
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/mySQLManagementFlexibleServerClient.d.ts +0 -31
- package/dist-esm/src/mySQLManagementFlexibleServerClient.d.ts.map +0 -1
- package/dist-esm/src/mySQLManagementFlexibleServerClient.js +0 -84
- package/dist-esm/src/mySQLManagementFlexibleServerClient.js.map +0 -1
- package/dist-esm/src/operations/azureADAdministrators.d.ts +0 -81
- package/dist-esm/src/operations/azureADAdministrators.d.ts.map +0 -1
- package/dist-esm/src/operations/azureADAdministrators.js +0 -368
- package/dist-esm/src/operations/azureADAdministrators.js.map +0 -1
- package/dist-esm/src/operations/backupAndExport.d.ts +0 -37
- package/dist-esm/src/operations/backupAndExport.d.ts.map +0 -1
- package/dist-esm/src/operations/backupAndExport.js +0 -146
- package/dist-esm/src/operations/backupAndExport.js.map +0 -1
- package/dist-esm/src/operations/backups.d.ts +0 -54
- package/dist-esm/src/operations/backups.d.ts.map +0 -1
- package/dist-esm/src/operations/backups.js +0 -219
- package/dist-esm/src/operations/backups.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -20
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.js +0 -54
- package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.d.ts +0 -19
- package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.js +0 -49
- package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.js.map +0 -1
- package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.d.ts +0 -20
- package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.d.ts.map +0 -1
- package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.js +0 -54
- package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.js.map +0 -1
- package/dist-esm/src/operations/configurations.d.ts +0 -99
- package/dist-esm/src/operations/configurations.d.ts.map +0 -1
- package/dist-esm/src/operations/configurations.js +0 -481
- package/dist-esm/src/operations/configurations.js.map +0 -1
- package/dist-esm/src/operations/databases.d.ts +0 -81
- package/dist-esm/src/operations/databases.d.ts.map +0 -1
- package/dist-esm/src/operations/databases.js +0 -367
- package/dist-esm/src/operations/databases.js.map +0 -1
- package/dist-esm/src/operations/firewallRules.d.ts +0 -81
- package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operations/firewallRules.js +0 -367
- package/dist-esm/src/operations/firewallRules.js.map +0 -1
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js +0 -46
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -16
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -23
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operations/locationBasedCapabilities.js +0 -150
- package/dist-esm/src/operations/locationBasedCapabilities.js.map +0 -1
- package/dist-esm/src/operations/logFiles.d.ts +0 -38
- package/dist-esm/src/operations/logFiles.d.ts.map +0 -1
- package/dist-esm/src/operations/logFiles.js +0 -155
- package/dist-esm/src/operations/logFiles.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -138
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/replicas.d.ts +0 -38
- package/dist-esm/src/operations/replicas.d.ts.map +0 -1
- package/dist-esm/src/operations/replicas.js +0 -155
- package/dist-esm/src/operations/replicas.js.map +0 -1
- package/dist-esm/src/operations/servers.d.ts +0 -185
- package/dist-esm/src/operations/servers.d.ts.map +0 -1
- package/dist-esm/src/operations/servers.js +0 -952
- package/dist-esm/src/operations/servers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/azureADAdministrators.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/azureADAdministrators.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/azureADAdministrators.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/backupAndExport.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/backupAndExport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/backupAndExport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/backups.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/backups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -16
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -23
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/logFiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicas.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/servers.d.ts +0 -149
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/servers.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/review/arm-mysql-flexible.api.md +0 -1235
- package/rollup.config.js +0 -122
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1682
- package/src/models/mappers.ts +0 -2117
- package/src/models/parameters.ts +0 -311
- package/src/mySQLManagementFlexibleServerClient.ts +0 -168
- package/src/operations/azureADAdministrators.ts +0 -504
- package/src/operations/backupAndExport.ts +0 -210
- package/src/operations/backups.ts +0 -286
- package/src/operations/checkNameAvailability.ts +0 -74
- package/src/operations/checkNameAvailabilityWithoutLocation.ts +0 -69
- package/src/operations/checkVirtualNetworkSubnetUsage.ts +0 -75
- package/src/operations/configurations.ts +0 -670
- package/src/operations/databases.ts +0 -502
- package/src/operations/firewallRules.ts +0 -502
- package/src/operations/getPrivateDnsZoneSuffix.ts +0 -59
- package/src/operations/index.ts +0 -23
- package/src/operations/locationBasedCapabilities.ts +0 -171
- package/src/operations/logFiles.ts +0 -198
- package/src/operations/operations.ts +0 -149
- package/src/operations/replicas.ts +0 -198
- package/src/operations/servers.ts +0 -1262
- package/src/operationsInterfaces/azureADAdministrators.ts +0 -110
- package/src/operationsInterfaces/backupAndExport.ts +0 -62
- package/src/operationsInterfaces/backups.ts +0 -59
- package/src/operationsInterfaces/checkNameAvailability.ts +0 -28
- package/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.ts +0 -26
- package/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.ts +0 -28
- package/src/operationsInterfaces/configurations.ts +0 -153
- package/src/operationsInterfaces/databases.ts +0 -109
- package/src/operationsInterfaces/firewallRules.ts +0 -109
- package/src/operationsInterfaces/getPrivateDnsZoneSuffix.ts +0 -23
- package/src/operationsInterfaces/index.ts +0 -23
- package/src/operationsInterfaces/locationBasedCapabilities.ts +0 -27
- package/src/operationsInterfaces/logFiles.ts +0 -26
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/replicas.ts +0 -26
- package/src/operationsInterfaces/servers.ts +0 -266
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-mysql-flexible.d.ts +0 -2216
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureADAdministrators.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupAndExport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/backups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedCapabilities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/logFiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/servers.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
|
@@ -1,1235 +0,0 @@
|
|
|
1
|
-
## API Report File for "@azure/arm-mysql-flexible"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import * as coreAuth from '@azure/core-auth';
|
|
8
|
-
import * as coreClient from '@azure/core-client';
|
|
9
|
-
import { OperationState } from '@azure/core-lro';
|
|
10
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
-
|
|
13
|
-
// @public
|
|
14
|
-
export interface AdministratorListResult {
|
|
15
|
-
nextLink?: string;
|
|
16
|
-
value?: AzureADAdministrator[];
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
// @public
|
|
20
|
-
export type AdministratorName = string;
|
|
21
|
-
|
|
22
|
-
// @public
|
|
23
|
-
export type AdministratorType = string;
|
|
24
|
-
|
|
25
|
-
// @public
|
|
26
|
-
export interface AzureADAdministrator extends ProxyResource {
|
|
27
|
-
administratorType?: AdministratorType;
|
|
28
|
-
identityResourceId?: string;
|
|
29
|
-
login?: string;
|
|
30
|
-
sid?: string;
|
|
31
|
-
readonly systemData?: SystemData;
|
|
32
|
-
tenantId?: string;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
// @public
|
|
36
|
-
export interface AzureADAdministrators {
|
|
37
|
-
beginCreateOrUpdate(resourceGroupName: string, serverName: string, administratorName: AdministratorName, parameters: AzureADAdministrator, options?: AzureADAdministratorsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AzureADAdministratorsCreateOrUpdateResponse>, AzureADAdministratorsCreateOrUpdateResponse>>;
|
|
38
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, administratorName: AdministratorName, parameters: AzureADAdministrator, options?: AzureADAdministratorsCreateOrUpdateOptionalParams): Promise<AzureADAdministratorsCreateOrUpdateResponse>;
|
|
39
|
-
beginDelete(resourceGroupName: string, serverName: string, administratorName: AdministratorName, options?: AzureADAdministratorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
40
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, administratorName: AdministratorName, options?: AzureADAdministratorsDeleteOptionalParams): Promise<void>;
|
|
41
|
-
get(resourceGroupName: string, serverName: string, administratorName: AdministratorName, options?: AzureADAdministratorsGetOptionalParams): Promise<AzureADAdministratorsGetResponse>;
|
|
42
|
-
listByServer(resourceGroupName: string, serverName: string, options?: AzureADAdministratorsListByServerOptionalParams): PagedAsyncIterableIterator<AzureADAdministrator>;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
// @public
|
|
46
|
-
export interface AzureADAdministratorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
47
|
-
resumeFrom?: string;
|
|
48
|
-
updateIntervalInMs?: number;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
// @public
|
|
52
|
-
export type AzureADAdministratorsCreateOrUpdateResponse = AzureADAdministrator;
|
|
53
|
-
|
|
54
|
-
// @public
|
|
55
|
-
export interface AzureADAdministratorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
56
|
-
resumeFrom?: string;
|
|
57
|
-
updateIntervalInMs?: number;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// @public
|
|
61
|
-
export interface AzureADAdministratorsGetOptionalParams extends coreClient.OperationOptions {
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
// @public
|
|
65
|
-
export type AzureADAdministratorsGetResponse = AzureADAdministrator;
|
|
66
|
-
|
|
67
|
-
// @public
|
|
68
|
-
export interface AzureADAdministratorsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
// @public
|
|
72
|
-
export type AzureADAdministratorsListByServerNextResponse = AdministratorListResult;
|
|
73
|
-
|
|
74
|
-
// @public
|
|
75
|
-
export interface AzureADAdministratorsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
// @public
|
|
79
|
-
export type AzureADAdministratorsListByServerResponse = AdministratorListResult;
|
|
80
|
-
|
|
81
|
-
// @public
|
|
82
|
-
export interface Backup {
|
|
83
|
-
backupRetentionDays?: number;
|
|
84
|
-
readonly earliestRestoreDate?: Date;
|
|
85
|
-
geoRedundantBackup?: EnableStatusEnum;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
// @public
|
|
89
|
-
export interface BackupAndExport {
|
|
90
|
-
beginCreate(resourceGroupName: string, serverName: string, parameters: BackupAndExportRequest, options?: BackupAndExportCreateOptionalParams): Promise<SimplePollerLike<OperationState<BackupAndExportCreateResponse>, BackupAndExportCreateResponse>>;
|
|
91
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, parameters: BackupAndExportRequest, options?: BackupAndExportCreateOptionalParams): Promise<BackupAndExportCreateResponse>;
|
|
92
|
-
validateBackup(resourceGroupName: string, serverName: string, options?: BackupAndExportValidateBackupOptionalParams): Promise<BackupAndExportValidateBackupResponse>;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// @public
|
|
96
|
-
export interface BackupAndExportCreateHeaders {
|
|
97
|
-
azureAsyncOperation?: string;
|
|
98
|
-
location?: string;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
// @public
|
|
102
|
-
export interface BackupAndExportCreateOptionalParams extends coreClient.OperationOptions {
|
|
103
|
-
resumeFrom?: string;
|
|
104
|
-
updateIntervalInMs?: number;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
// @public
|
|
108
|
-
export type BackupAndExportCreateResponse = BackupAndExportResponse;
|
|
109
|
-
|
|
110
|
-
// @public
|
|
111
|
-
export interface BackupAndExportRequest extends BackupRequestBase {
|
|
112
|
-
targetDetails: BackupStoreDetailsUnion;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
// @public
|
|
116
|
-
export interface BackupAndExportResponse extends ProxyResource {
|
|
117
|
-
backupMetadata?: string;
|
|
118
|
-
datasourceSizeInBytes?: number;
|
|
119
|
-
dataTransferredInBytes?: number;
|
|
120
|
-
endTime?: Date;
|
|
121
|
-
error?: ErrorResponse;
|
|
122
|
-
percentComplete?: number;
|
|
123
|
-
startTime?: Date;
|
|
124
|
-
status?: OperationStatus;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
// @public
|
|
128
|
-
export interface BackupAndExportValidateBackupOptionalParams extends coreClient.OperationOptions {
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
// @public
|
|
132
|
-
export type BackupAndExportValidateBackupResponse = ValidateBackupResponse;
|
|
133
|
-
|
|
134
|
-
// @public
|
|
135
|
-
export type BackupFormat = string;
|
|
136
|
-
|
|
137
|
-
// @public
|
|
138
|
-
export interface BackupRequestBase {
|
|
139
|
-
backupSettings: BackupSettings;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
// @public
|
|
143
|
-
export interface Backups {
|
|
144
|
-
get(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsGetOptionalParams): Promise<BackupsGetResponse>;
|
|
145
|
-
listByServer(resourceGroupName: string, serverName: string, options?: BackupsListByServerOptionalParams): PagedAsyncIterableIterator<ServerBackup>;
|
|
146
|
-
put(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsPutOptionalParams): Promise<BackupsPutResponse>;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
// @public
|
|
150
|
-
export interface BackupSettings {
|
|
151
|
-
backupFormat?: BackupFormat;
|
|
152
|
-
backupName: string;
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
// @public
|
|
156
|
-
export interface BackupsGetOptionalParams extends coreClient.OperationOptions {
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
// @public
|
|
160
|
-
export type BackupsGetResponse = ServerBackup;
|
|
161
|
-
|
|
162
|
-
// @public
|
|
163
|
-
export interface BackupsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
// @public
|
|
167
|
-
export type BackupsListByServerNextResponse = ServerBackupListResult;
|
|
168
|
-
|
|
169
|
-
// @public
|
|
170
|
-
export interface BackupsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
// @public
|
|
174
|
-
export type BackupsListByServerResponse = ServerBackupListResult;
|
|
175
|
-
|
|
176
|
-
// @public
|
|
177
|
-
export interface BackupsPutOptionalParams extends coreClient.OperationOptions {
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
// @public
|
|
181
|
-
export type BackupsPutResponse = ServerBackup;
|
|
182
|
-
|
|
183
|
-
// @public
|
|
184
|
-
export interface BackupStoreDetails {
|
|
185
|
-
objectType: "FullBackupStoreDetails";
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
// @public (undocumented)
|
|
189
|
-
export type BackupStoreDetailsUnion = BackupStoreDetails | FullBackupStoreDetails;
|
|
190
|
-
|
|
191
|
-
// @public
|
|
192
|
-
export interface CapabilitiesListResult {
|
|
193
|
-
readonly nextLink?: string;
|
|
194
|
-
readonly value?: CapabilityProperties[];
|
|
195
|
-
}
|
|
196
|
-
|
|
197
|
-
// @public
|
|
198
|
-
export interface CapabilityProperties {
|
|
199
|
-
readonly supportedFlexibleServerEditions?: ServerEditionCapability[];
|
|
200
|
-
readonly supportedGeoBackupRegions?: string[];
|
|
201
|
-
readonly supportedHAMode?: string[];
|
|
202
|
-
readonly zone?: string;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
// @public
|
|
206
|
-
export interface CheckNameAvailability {
|
|
207
|
-
execute(locationName: string, nameAvailabilityRequest: NameAvailabilityRequest, options?: CheckNameAvailabilityExecuteOptionalParams): Promise<CheckNameAvailabilityExecuteResponse>;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
// @public
|
|
211
|
-
export interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
// @public
|
|
215
|
-
export type CheckNameAvailabilityExecuteResponse = NameAvailability;
|
|
216
|
-
|
|
217
|
-
// @public
|
|
218
|
-
export interface CheckNameAvailabilityWithoutLocation {
|
|
219
|
-
execute(nameAvailabilityRequest: NameAvailabilityRequest, options?: CheckNameAvailabilityWithoutLocationExecuteOptionalParams): Promise<CheckNameAvailabilityWithoutLocationExecuteResponse>;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
// @public
|
|
223
|
-
export interface CheckNameAvailabilityWithoutLocationExecuteOptionalParams extends coreClient.OperationOptions {
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
// @public
|
|
227
|
-
export type CheckNameAvailabilityWithoutLocationExecuteResponse = NameAvailability;
|
|
228
|
-
|
|
229
|
-
// @public
|
|
230
|
-
export interface CheckVirtualNetworkSubnetUsage {
|
|
231
|
-
execute(locationName: string, parameters: VirtualNetworkSubnetUsageParameter, options?: CheckVirtualNetworkSubnetUsageExecuteOptionalParams): Promise<CheckVirtualNetworkSubnetUsageExecuteResponse>;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
// @public
|
|
235
|
-
export interface CheckVirtualNetworkSubnetUsageExecuteOptionalParams extends coreClient.OperationOptions {
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
// @public
|
|
239
|
-
export type CheckVirtualNetworkSubnetUsageExecuteResponse = VirtualNetworkSubnetUsageResult;
|
|
240
|
-
|
|
241
|
-
// @public
|
|
242
|
-
export interface CloudError {
|
|
243
|
-
error?: ErrorResponse;
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
// @public
|
|
247
|
-
export interface Configuration extends ProxyResource {
|
|
248
|
-
readonly allowedValues?: string;
|
|
249
|
-
currentValue?: string;
|
|
250
|
-
readonly dataType?: string;
|
|
251
|
-
readonly defaultValue?: string;
|
|
252
|
-
readonly description?: string;
|
|
253
|
-
readonly documentationLink?: string;
|
|
254
|
-
readonly isConfigPendingRestart?: IsConfigPendingRestart;
|
|
255
|
-
readonly isDynamicConfig?: IsDynamicConfig;
|
|
256
|
-
readonly isReadOnly?: IsReadOnly;
|
|
257
|
-
source?: ConfigurationSource;
|
|
258
|
-
readonly systemData?: SystemData;
|
|
259
|
-
value?: string;
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
// @public
|
|
263
|
-
export interface ConfigurationForBatchUpdate {
|
|
264
|
-
name?: string;
|
|
265
|
-
source?: string;
|
|
266
|
-
value?: string;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
// @public
|
|
270
|
-
export interface ConfigurationListForBatchUpdate {
|
|
271
|
-
resetAllToDefault?: ResetAllToDefault;
|
|
272
|
-
value?: ConfigurationForBatchUpdate[];
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
// @public
|
|
276
|
-
export interface ConfigurationListResult {
|
|
277
|
-
nextLink?: string;
|
|
278
|
-
value?: Configuration[];
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
// @public
|
|
282
|
-
export interface Configurations {
|
|
283
|
-
beginBatchUpdate(resourceGroupName: string, serverName: string, parameters: ConfigurationListForBatchUpdate, options?: ConfigurationsBatchUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsBatchUpdateResponse>, ConfigurationsBatchUpdateResponse>>;
|
|
284
|
-
beginBatchUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ConfigurationListForBatchUpdate, options?: ConfigurationsBatchUpdateOptionalParams): Promise<ConfigurationsBatchUpdateResponse>;
|
|
285
|
-
beginCreateOrUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsCreateOrUpdateResponse>, ConfigurationsCreateOrUpdateResponse>>;
|
|
286
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsCreateOrUpdateOptionalParams): Promise<ConfigurationsCreateOrUpdateResponse>;
|
|
287
|
-
beginUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsUpdateResponse>, ConfigurationsUpdateResponse>>;
|
|
288
|
-
beginUpdateAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsUpdateOptionalParams): Promise<ConfigurationsUpdateResponse>;
|
|
289
|
-
get(resourceGroupName: string, serverName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>;
|
|
290
|
-
listByServer(resourceGroupName: string, serverName: string, options?: ConfigurationsListByServerOptionalParams): PagedAsyncIterableIterator<Configuration>;
|
|
291
|
-
}
|
|
292
|
-
|
|
293
|
-
// @public
|
|
294
|
-
export interface ConfigurationsBatchUpdateOptionalParams extends coreClient.OperationOptions {
|
|
295
|
-
resumeFrom?: string;
|
|
296
|
-
updateIntervalInMs?: number;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
// @public
|
|
300
|
-
export type ConfigurationsBatchUpdateResponse = ConfigurationListResult;
|
|
301
|
-
|
|
302
|
-
// @public
|
|
303
|
-
export interface ConfigurationsCreateOrUpdateHeaders {
|
|
304
|
-
// (undocumented)
|
|
305
|
-
location?: string;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
// @public
|
|
309
|
-
export interface ConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
310
|
-
resumeFrom?: string;
|
|
311
|
-
updateIntervalInMs?: number;
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
// @public
|
|
315
|
-
export type ConfigurationsCreateOrUpdateResponse = Configuration;
|
|
316
|
-
|
|
317
|
-
// @public
|
|
318
|
-
export interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
// @public
|
|
322
|
-
export type ConfigurationsGetResponse = Configuration;
|
|
323
|
-
|
|
324
|
-
// @public
|
|
325
|
-
export interface ConfigurationsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
// @public
|
|
329
|
-
export type ConfigurationsListByServerNextResponse = ConfigurationListResult;
|
|
330
|
-
|
|
331
|
-
// @public
|
|
332
|
-
export interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
333
|
-
keyword?: string;
|
|
334
|
-
page?: number;
|
|
335
|
-
pageSize?: number;
|
|
336
|
-
tags?: string;
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
// @public
|
|
340
|
-
export type ConfigurationsListByServerResponse = ConfigurationListResult;
|
|
341
|
-
|
|
342
|
-
// @public
|
|
343
|
-
export type ConfigurationSource = string;
|
|
344
|
-
|
|
345
|
-
// @public
|
|
346
|
-
export interface ConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
347
|
-
resumeFrom?: string;
|
|
348
|
-
updateIntervalInMs?: number;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
// @public
|
|
352
|
-
export type ConfigurationsUpdateResponse = Configuration;
|
|
353
|
-
|
|
354
|
-
// @public
|
|
355
|
-
export type CreatedByType = string;
|
|
356
|
-
|
|
357
|
-
// @public
|
|
358
|
-
export type CreateMode = string;
|
|
359
|
-
|
|
360
|
-
// @public
|
|
361
|
-
export interface Database extends ProxyResource {
|
|
362
|
-
charset?: string;
|
|
363
|
-
collation?: string;
|
|
364
|
-
readonly systemData?: SystemData;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
// @public
|
|
368
|
-
export interface DatabaseListResult {
|
|
369
|
-
nextLink?: string;
|
|
370
|
-
value?: Database[];
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
// @public
|
|
374
|
-
export interface Databases {
|
|
375
|
-
beginCreateOrUpdate(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesCreateOrUpdateResponse>, DatabasesCreateOrUpdateResponse>>;
|
|
376
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOrUpdateOptionalParams): Promise<DatabasesCreateOrUpdateResponse>;
|
|
377
|
-
beginDelete(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
378
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
|
|
379
|
-
get(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
|
|
380
|
-
listByServer(resourceGroupName: string, serverName: string, options?: DatabasesListByServerOptionalParams): PagedAsyncIterableIterator<Database>;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
// @public
|
|
384
|
-
export interface DatabasesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
385
|
-
resumeFrom?: string;
|
|
386
|
-
updateIntervalInMs?: number;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
// @public
|
|
390
|
-
export type DatabasesCreateOrUpdateResponse = Database;
|
|
391
|
-
|
|
392
|
-
// @public
|
|
393
|
-
export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
394
|
-
resumeFrom?: string;
|
|
395
|
-
updateIntervalInMs?: number;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
// @public
|
|
399
|
-
export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
// @public
|
|
403
|
-
export type DatabasesGetResponse = Database;
|
|
404
|
-
|
|
405
|
-
// @public
|
|
406
|
-
export interface DatabasesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
// @public
|
|
410
|
-
export type DatabasesListByServerNextResponse = DatabaseListResult;
|
|
411
|
-
|
|
412
|
-
// @public
|
|
413
|
-
export interface DatabasesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
// @public
|
|
417
|
-
export type DatabasesListByServerResponse = DatabaseListResult;
|
|
418
|
-
|
|
419
|
-
// @public
|
|
420
|
-
export interface DataEncryption {
|
|
421
|
-
geoBackupKeyURI?: string;
|
|
422
|
-
geoBackupUserAssignedIdentityId?: string;
|
|
423
|
-
primaryKeyURI?: string;
|
|
424
|
-
primaryUserAssignedIdentityId?: string;
|
|
425
|
-
type?: DataEncryptionType;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
// @public
|
|
429
|
-
export type DataEncryptionType = "AzureKeyVault" | "SystemManaged";
|
|
430
|
-
|
|
431
|
-
// @public
|
|
432
|
-
export interface DelegatedSubnetUsage {
|
|
433
|
-
readonly subnetName?: string;
|
|
434
|
-
readonly usage?: number;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
// @public
|
|
438
|
-
export type EnableStatusEnum = string;
|
|
439
|
-
|
|
440
|
-
// @public
|
|
441
|
-
export interface ErrorAdditionalInfo {
|
|
442
|
-
readonly info?: Record<string, unknown>;
|
|
443
|
-
readonly type?: string;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
// @public
|
|
447
|
-
export interface ErrorResponse {
|
|
448
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
449
|
-
readonly code?: string;
|
|
450
|
-
readonly details?: ErrorResponse[];
|
|
451
|
-
readonly message?: string;
|
|
452
|
-
readonly target?: string;
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
// @public
|
|
456
|
-
export interface FirewallRule extends ProxyResource {
|
|
457
|
-
endIpAddress: string;
|
|
458
|
-
startIpAddress: string;
|
|
459
|
-
readonly systemData?: SystemData;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
// @public
|
|
463
|
-
export interface FirewallRuleListResult {
|
|
464
|
-
nextLink?: string;
|
|
465
|
-
value?: FirewallRule[];
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
// @public
|
|
469
|
-
export interface FirewallRules {
|
|
470
|
-
beginCreateOrUpdate(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FirewallRulesCreateOrUpdateResponse>, FirewallRulesCreateOrUpdateResponse>>;
|
|
471
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<FirewallRulesCreateOrUpdateResponse>;
|
|
472
|
-
beginDelete(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
473
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<void>;
|
|
474
|
-
get(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesGetOptionalParams): Promise<FirewallRulesGetResponse>;
|
|
475
|
-
listByServer(resourceGroupName: string, serverName: string, options?: FirewallRulesListByServerOptionalParams): PagedAsyncIterableIterator<FirewallRule>;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
// @public
|
|
479
|
-
export interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
480
|
-
resumeFrom?: string;
|
|
481
|
-
updateIntervalInMs?: number;
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
// @public
|
|
485
|
-
export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
|
|
486
|
-
|
|
487
|
-
// @public
|
|
488
|
-
export interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
489
|
-
resumeFrom?: string;
|
|
490
|
-
updateIntervalInMs?: number;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
// @public
|
|
494
|
-
export interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
495
|
-
}
|
|
496
|
-
|
|
497
|
-
// @public
|
|
498
|
-
export type FirewallRulesGetResponse = FirewallRule;
|
|
499
|
-
|
|
500
|
-
// @public
|
|
501
|
-
export interface FirewallRulesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
// @public
|
|
505
|
-
export type FirewallRulesListByServerNextResponse = FirewallRuleListResult;
|
|
506
|
-
|
|
507
|
-
// @public
|
|
508
|
-
export interface FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
509
|
-
}
|
|
510
|
-
|
|
511
|
-
// @public
|
|
512
|
-
export type FirewallRulesListByServerResponse = FirewallRuleListResult;
|
|
513
|
-
|
|
514
|
-
// @public
|
|
515
|
-
export interface FullBackupStoreDetails extends BackupStoreDetails {
|
|
516
|
-
objectType: "FullBackupStoreDetails";
|
|
517
|
-
sasUriList: string[];
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
// @public
|
|
521
|
-
export function getContinuationToken(page: unknown): string | undefined;
|
|
522
|
-
|
|
523
|
-
// @public
|
|
524
|
-
export interface GetPrivateDnsZoneSuffix {
|
|
525
|
-
execute(options?: GetPrivateDnsZoneSuffixExecuteOptionalParams): Promise<GetPrivateDnsZoneSuffixExecuteResponse>;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
// @public
|
|
529
|
-
export interface GetPrivateDnsZoneSuffixExecuteOptionalParams extends coreClient.OperationOptions {
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
// @public
|
|
533
|
-
export type GetPrivateDnsZoneSuffixExecuteResponse = GetPrivateDnsZoneSuffixResponse;
|
|
534
|
-
|
|
535
|
-
// @public
|
|
536
|
-
export interface GetPrivateDnsZoneSuffixResponse {
|
|
537
|
-
privateDnsZoneSuffix?: string;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
// @public
|
|
541
|
-
export interface HighAvailability {
|
|
542
|
-
mode?: HighAvailabilityMode;
|
|
543
|
-
standbyAvailabilityZone?: string;
|
|
544
|
-
readonly state?: HighAvailabilityState;
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
// @public
|
|
548
|
-
export type HighAvailabilityMode = string;
|
|
549
|
-
|
|
550
|
-
// @public
|
|
551
|
-
export type HighAvailabilityState = string;
|
|
552
|
-
|
|
553
|
-
// @public
|
|
554
|
-
export interface Identity {
|
|
555
|
-
readonly principalId?: string;
|
|
556
|
-
readonly tenantId?: string;
|
|
557
|
-
type?: ManagedServiceIdentityType;
|
|
558
|
-
userAssignedIdentities?: {
|
|
559
|
-
[propertyName: string]: Record<string, unknown>;
|
|
560
|
-
};
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
// @public
|
|
564
|
-
export type IsConfigPendingRestart = string;
|
|
565
|
-
|
|
566
|
-
// @public
|
|
567
|
-
export type IsDynamicConfig = string;
|
|
568
|
-
|
|
569
|
-
// @public
|
|
570
|
-
export type IsReadOnly = string;
|
|
571
|
-
|
|
572
|
-
// @public
|
|
573
|
-
export enum KnownAdministratorName {
|
|
574
|
-
ActiveDirectory = "ActiveDirectory"
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
// @public
|
|
578
|
-
export enum KnownAdministratorType {
|
|
579
|
-
ActiveDirectory = "ActiveDirectory"
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
// @public
|
|
583
|
-
export enum KnownBackupFormat {
|
|
584
|
-
CollatedFormat = "CollatedFormat",
|
|
585
|
-
None = "None"
|
|
586
|
-
}
|
|
587
|
-
|
|
588
|
-
// @public
|
|
589
|
-
export enum KnownConfigurationSource {
|
|
590
|
-
SystemDefault = "system-default",
|
|
591
|
-
UserOverride = "user-override"
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
// @public
|
|
595
|
-
export enum KnownCreatedByType {
|
|
596
|
-
Application = "Application",
|
|
597
|
-
Key = "Key",
|
|
598
|
-
ManagedIdentity = "ManagedIdentity",
|
|
599
|
-
User = "User"
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
// @public
|
|
603
|
-
export enum KnownCreateMode {
|
|
604
|
-
Default = "Default",
|
|
605
|
-
GeoRestore = "GeoRestore",
|
|
606
|
-
PointInTimeRestore = "PointInTimeRestore",
|
|
607
|
-
Replica = "Replica"
|
|
608
|
-
}
|
|
609
|
-
|
|
610
|
-
// @public
|
|
611
|
-
export enum KnownEnableStatusEnum {
|
|
612
|
-
Disabled = "Disabled",
|
|
613
|
-
Enabled = "Enabled"
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
// @public
|
|
617
|
-
export enum KnownHighAvailabilityMode {
|
|
618
|
-
Disabled = "Disabled",
|
|
619
|
-
SameZone = "SameZone",
|
|
620
|
-
ZoneRedundant = "ZoneRedundant"
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
// @public
|
|
624
|
-
export enum KnownHighAvailabilityState {
|
|
625
|
-
CreatingStandby = "CreatingStandby",
|
|
626
|
-
FailingOver = "FailingOver",
|
|
627
|
-
Healthy = "Healthy",
|
|
628
|
-
NotEnabled = "NotEnabled",
|
|
629
|
-
RemovingStandby = "RemovingStandby"
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
// @public
|
|
633
|
-
export enum KnownIsConfigPendingRestart {
|
|
634
|
-
False = "False",
|
|
635
|
-
True = "True"
|
|
636
|
-
}
|
|
637
|
-
|
|
638
|
-
// @public
|
|
639
|
-
export enum KnownIsDynamicConfig {
|
|
640
|
-
False = "False",
|
|
641
|
-
True = "True"
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
// @public
|
|
645
|
-
export enum KnownIsReadOnly {
|
|
646
|
-
False = "False",
|
|
647
|
-
True = "True"
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
// @public
|
|
651
|
-
export enum KnownManagedServiceIdentityType {
|
|
652
|
-
UserAssigned = "UserAssigned"
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
// @public
|
|
656
|
-
export enum KnownReplicationRole {
|
|
657
|
-
None = "None",
|
|
658
|
-
Replica = "Replica",
|
|
659
|
-
Source = "Source"
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
// @public
|
|
663
|
-
export enum KnownResetAllToDefault {
|
|
664
|
-
False = "False",
|
|
665
|
-
True = "True"
|
|
666
|
-
}
|
|
667
|
-
|
|
668
|
-
// @public
|
|
669
|
-
export enum KnownServerState {
|
|
670
|
-
Disabled = "Disabled",
|
|
671
|
-
Dropping = "Dropping",
|
|
672
|
-
Ready = "Ready",
|
|
673
|
-
Starting = "Starting",
|
|
674
|
-
Stopped = "Stopped",
|
|
675
|
-
Stopping = "Stopping",
|
|
676
|
-
Updating = "Updating"
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
// @public
|
|
680
|
-
export enum KnownServerVersion {
|
|
681
|
-
Eight021 = "8.0.21",
|
|
682
|
-
Five7 = "5.7"
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
// @public
|
|
686
|
-
export enum KnownSkuTier {
|
|
687
|
-
Burstable = "Burstable",
|
|
688
|
-
GeneralPurpose = "GeneralPurpose",
|
|
689
|
-
MemoryOptimized = "MemoryOptimized"
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
// @public
|
|
693
|
-
export interface LocationBasedCapabilities {
|
|
694
|
-
list(locationName: string, options?: LocationBasedCapabilitiesListOptionalParams): PagedAsyncIterableIterator<CapabilityProperties>;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
// @public
|
|
698
|
-
export interface LocationBasedCapabilitiesListNextOptionalParams extends coreClient.OperationOptions {
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
// @public
|
|
702
|
-
export type LocationBasedCapabilitiesListNextResponse = CapabilitiesListResult;
|
|
703
|
-
|
|
704
|
-
// @public
|
|
705
|
-
export interface LocationBasedCapabilitiesListOptionalParams extends coreClient.OperationOptions {
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
// @public
|
|
709
|
-
export type LocationBasedCapabilitiesListResponse = CapabilitiesListResult;
|
|
710
|
-
|
|
711
|
-
// @public
|
|
712
|
-
export interface LogFile extends ProxyResource {
|
|
713
|
-
createdTime?: Date;
|
|
714
|
-
lastModifiedTime?: Date;
|
|
715
|
-
sizeInKB?: number;
|
|
716
|
-
readonly systemData?: SystemData;
|
|
717
|
-
typePropertiesType?: string;
|
|
718
|
-
url?: string;
|
|
719
|
-
}
|
|
720
|
-
|
|
721
|
-
// @public
|
|
722
|
-
export interface LogFileListResult {
|
|
723
|
-
nextLink?: string;
|
|
724
|
-
value?: LogFile[];
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
// @public
|
|
728
|
-
export interface LogFiles {
|
|
729
|
-
listByServer(resourceGroupName: string, serverName: string, options?: LogFilesListByServerOptionalParams): PagedAsyncIterableIterator<LogFile>;
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
// @public
|
|
733
|
-
export interface LogFilesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
// @public
|
|
737
|
-
export type LogFilesListByServerNextResponse = LogFileListResult;
|
|
738
|
-
|
|
739
|
-
// @public
|
|
740
|
-
export interface LogFilesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
// @public
|
|
744
|
-
export type LogFilesListByServerResponse = LogFileListResult;
|
|
745
|
-
|
|
746
|
-
// @public
|
|
747
|
-
export interface MaintenanceWindow {
|
|
748
|
-
customWindow?: string;
|
|
749
|
-
dayOfWeek?: number;
|
|
750
|
-
startHour?: number;
|
|
751
|
-
startMinute?: number;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
// @public
|
|
755
|
-
export type ManagedServiceIdentityType = string;
|
|
756
|
-
|
|
757
|
-
// @public (undocumented)
|
|
758
|
-
export class MySQLManagementFlexibleServerClient extends coreClient.ServiceClient {
|
|
759
|
-
// (undocumented)
|
|
760
|
-
$host: string;
|
|
761
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: MySQLManagementFlexibleServerClientOptionalParams);
|
|
762
|
-
// (undocumented)
|
|
763
|
-
azureADAdministrators: AzureADAdministrators;
|
|
764
|
-
// (undocumented)
|
|
765
|
-
backupAndExport: BackupAndExport;
|
|
766
|
-
// (undocumented)
|
|
767
|
-
backups: Backups;
|
|
768
|
-
// (undocumented)
|
|
769
|
-
checkNameAvailability: CheckNameAvailability;
|
|
770
|
-
// (undocumented)
|
|
771
|
-
checkNameAvailabilityWithoutLocation: CheckNameAvailabilityWithoutLocation;
|
|
772
|
-
// (undocumented)
|
|
773
|
-
checkVirtualNetworkSubnetUsage: CheckVirtualNetworkSubnetUsage;
|
|
774
|
-
// (undocumented)
|
|
775
|
-
configurations: Configurations;
|
|
776
|
-
// (undocumented)
|
|
777
|
-
databases: Databases;
|
|
778
|
-
// (undocumented)
|
|
779
|
-
firewallRules: FirewallRules;
|
|
780
|
-
// (undocumented)
|
|
781
|
-
getPrivateDnsZoneSuffix: GetPrivateDnsZoneSuffix;
|
|
782
|
-
// (undocumented)
|
|
783
|
-
locationBasedCapabilities: LocationBasedCapabilities;
|
|
784
|
-
// (undocumented)
|
|
785
|
-
logFiles: LogFiles;
|
|
786
|
-
// (undocumented)
|
|
787
|
-
operations: Operations;
|
|
788
|
-
// (undocumented)
|
|
789
|
-
replicas: Replicas;
|
|
790
|
-
// (undocumented)
|
|
791
|
-
servers: Servers;
|
|
792
|
-
// (undocumented)
|
|
793
|
-
subscriptionId: string;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
// @public
|
|
797
|
-
export interface MySQLManagementFlexibleServerClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
798
|
-
$host?: string;
|
|
799
|
-
endpoint?: string;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
// @public
|
|
803
|
-
export interface NameAvailability {
|
|
804
|
-
message?: string;
|
|
805
|
-
nameAvailable?: boolean;
|
|
806
|
-
reason?: string;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
// @public
|
|
810
|
-
export interface NameAvailabilityRequest {
|
|
811
|
-
name: string;
|
|
812
|
-
type?: string;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
// @public
|
|
816
|
-
export interface Network {
|
|
817
|
-
delegatedSubnetResourceId?: string;
|
|
818
|
-
privateDnsZoneResourceId?: string;
|
|
819
|
-
publicNetworkAccess?: EnableStatusEnum;
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
// @public
|
|
823
|
-
export interface Operation {
|
|
824
|
-
display?: OperationDisplay;
|
|
825
|
-
name?: string;
|
|
826
|
-
origin?: string;
|
|
827
|
-
properties?: {
|
|
828
|
-
[propertyName: string]: Record<string, unknown>;
|
|
829
|
-
};
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
// @public
|
|
833
|
-
export interface OperationDisplay {
|
|
834
|
-
description?: string;
|
|
835
|
-
operation?: string;
|
|
836
|
-
provider?: string;
|
|
837
|
-
resource?: string;
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
// @public
|
|
841
|
-
export interface OperationListResult {
|
|
842
|
-
nextLink?: string;
|
|
843
|
-
value?: Operation[];
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
// @public
|
|
847
|
-
export interface Operations {
|
|
848
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
// @public
|
|
852
|
-
export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
// @public
|
|
856
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
857
|
-
|
|
858
|
-
// @public
|
|
859
|
-
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
// @public
|
|
863
|
-
export type OperationsListResponse = OperationListResult;
|
|
864
|
-
|
|
865
|
-
// @public
|
|
866
|
-
export type OperationStatus = "Pending" | "InProgress" | "Succeeded" | "Failed" | "CancelInProgress" | "Canceled";
|
|
867
|
-
|
|
868
|
-
// @public
|
|
869
|
-
export interface ProxyResource extends Resource {
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
// @public
|
|
873
|
-
export interface Replicas {
|
|
874
|
-
listByServer(resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
875
|
-
}
|
|
876
|
-
|
|
877
|
-
// @public
|
|
878
|
-
export interface ReplicasListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
// @public
|
|
882
|
-
export type ReplicasListByServerNextResponse = ServerListResult;
|
|
883
|
-
|
|
884
|
-
// @public
|
|
885
|
-
export interface ReplicasListByServerOptionalParams extends coreClient.OperationOptions {
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
// @public
|
|
889
|
-
export type ReplicasListByServerResponse = ServerListResult;
|
|
890
|
-
|
|
891
|
-
// @public
|
|
892
|
-
export type ReplicationRole = string;
|
|
893
|
-
|
|
894
|
-
// @public
|
|
895
|
-
export type ResetAllToDefault = string;
|
|
896
|
-
|
|
897
|
-
// @public
|
|
898
|
-
export interface Resource {
|
|
899
|
-
readonly id?: string;
|
|
900
|
-
readonly name?: string;
|
|
901
|
-
readonly type?: string;
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
// @public
|
|
905
|
-
export interface Server extends TrackedResource {
|
|
906
|
-
administratorLogin?: string;
|
|
907
|
-
administratorLoginPassword?: string;
|
|
908
|
-
availabilityZone?: string;
|
|
909
|
-
backup?: Backup;
|
|
910
|
-
createMode?: CreateMode;
|
|
911
|
-
dataEncryption?: DataEncryption;
|
|
912
|
-
readonly fullyQualifiedDomainName?: string;
|
|
913
|
-
highAvailability?: HighAvailability;
|
|
914
|
-
identity?: Identity;
|
|
915
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
916
|
-
network?: Network;
|
|
917
|
-
readonly replicaCapacity?: number;
|
|
918
|
-
replicationRole?: ReplicationRole;
|
|
919
|
-
restorePointInTime?: Date;
|
|
920
|
-
sku?: Sku;
|
|
921
|
-
sourceServerResourceId?: string;
|
|
922
|
-
readonly state?: ServerState;
|
|
923
|
-
storage?: Storage_2;
|
|
924
|
-
readonly systemData?: SystemData;
|
|
925
|
-
version?: ServerVersion;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
// @public
|
|
929
|
-
export interface ServerBackup extends ProxyResource {
|
|
930
|
-
backupType?: string;
|
|
931
|
-
completedTime?: Date;
|
|
932
|
-
source?: string;
|
|
933
|
-
readonly systemData?: SystemData;
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
// @public
|
|
937
|
-
export interface ServerBackupListResult {
|
|
938
|
-
nextLink?: string;
|
|
939
|
-
value?: ServerBackup[];
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
// @public
|
|
943
|
-
export interface ServerEditionCapability {
|
|
944
|
-
readonly name?: string;
|
|
945
|
-
readonly supportedServerVersions?: ServerVersionCapability[];
|
|
946
|
-
readonly supportedStorageEditions?: StorageEditionCapability[];
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
// @public
|
|
950
|
-
export interface ServerForUpdate {
|
|
951
|
-
administratorLoginPassword?: string;
|
|
952
|
-
backup?: Backup;
|
|
953
|
-
dataEncryption?: DataEncryption;
|
|
954
|
-
highAvailability?: HighAvailability;
|
|
955
|
-
identity?: Identity;
|
|
956
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
957
|
-
replicationRole?: ReplicationRole;
|
|
958
|
-
sku?: Sku;
|
|
959
|
-
storage?: Storage_2;
|
|
960
|
-
tags?: {
|
|
961
|
-
[propertyName: string]: string;
|
|
962
|
-
};
|
|
963
|
-
version?: ServerVersion;
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
// @public
|
|
967
|
-
export interface ServerGtidSetParameter {
|
|
968
|
-
gtidSet?: string;
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
// @public
|
|
972
|
-
export interface ServerListResult {
|
|
973
|
-
nextLink?: string;
|
|
974
|
-
value?: Server[];
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
// @public
|
|
978
|
-
export interface ServerRestartParameter {
|
|
979
|
-
maxFailoverSeconds?: number;
|
|
980
|
-
restartWithFailover?: EnableStatusEnum;
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
// @public
|
|
984
|
-
export interface Servers {
|
|
985
|
-
beginCreate(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOptionalParams): Promise<SimplePollerLike<OperationState<ServersCreateResponse>, ServersCreateResponse>>;
|
|
986
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOptionalParams): Promise<ServersCreateResponse>;
|
|
987
|
-
beginDelete(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
988
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<void>;
|
|
989
|
-
beginFailover(resourceGroupName: string, serverName: string, options?: ServersFailoverOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
990
|
-
beginFailoverAndWait(resourceGroupName: string, serverName: string, options?: ServersFailoverOptionalParams): Promise<void>;
|
|
991
|
-
beginResetGtid(resourceGroupName: string, serverName: string, parameters: ServerGtidSetParameter, options?: ServersResetGtidOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
992
|
-
beginResetGtidAndWait(resourceGroupName: string, serverName: string, parameters: ServerGtidSetParameter, options?: ServersResetGtidOptionalParams): Promise<void>;
|
|
993
|
-
beginRestart(resourceGroupName: string, serverName: string, parameters: ServerRestartParameter, options?: ServersRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
994
|
-
beginRestartAndWait(resourceGroupName: string, serverName: string, parameters: ServerRestartParameter, options?: ServersRestartOptionalParams): Promise<void>;
|
|
995
|
-
beginStart(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
996
|
-
beginStartAndWait(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<void>;
|
|
997
|
-
beginStop(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
998
|
-
beginStopAndWait(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<void>;
|
|
999
|
-
beginUpdate(resourceGroupName: string, serverName: string, parameters: ServerForUpdate, options?: ServersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServersUpdateResponse>, ServersUpdateResponse>>;
|
|
1000
|
-
beginUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ServerForUpdate, options?: ServersUpdateOptionalParams): Promise<ServersUpdateResponse>;
|
|
1001
|
-
get(resourceGroupName: string, serverName: string, options?: ServersGetOptionalParams): Promise<ServersGetResponse>;
|
|
1002
|
-
list(options?: ServersListOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
1003
|
-
listByResourceGroup(resourceGroupName: string, options?: ServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
// @public
|
|
1007
|
-
export interface ServersCreateHeaders {
|
|
1008
|
-
// (undocumented)
|
|
1009
|
-
location?: string;
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
// @public
|
|
1013
|
-
export interface ServersCreateOptionalParams extends coreClient.OperationOptions {
|
|
1014
|
-
resumeFrom?: string;
|
|
1015
|
-
updateIntervalInMs?: number;
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
// @public
|
|
1019
|
-
export type ServersCreateResponse = Server;
|
|
1020
|
-
|
|
1021
|
-
// @public
|
|
1022
|
-
export interface ServersDeleteHeaders {
|
|
1023
|
-
// (undocumented)
|
|
1024
|
-
location?: string;
|
|
1025
|
-
}
|
|
1026
|
-
|
|
1027
|
-
// @public
|
|
1028
|
-
export interface ServersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1029
|
-
resumeFrom?: string;
|
|
1030
|
-
updateIntervalInMs?: number;
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
// @public
|
|
1034
|
-
export interface ServersFailoverHeaders {
|
|
1035
|
-
// (undocumented)
|
|
1036
|
-
location?: string;
|
|
1037
|
-
}
|
|
1038
|
-
|
|
1039
|
-
// @public
|
|
1040
|
-
export interface ServersFailoverOptionalParams extends coreClient.OperationOptions {
|
|
1041
|
-
resumeFrom?: string;
|
|
1042
|
-
updateIntervalInMs?: number;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
// @public
|
|
1046
|
-
export interface ServersGetOptionalParams extends coreClient.OperationOptions {
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
// @public
|
|
1050
|
-
export type ServersGetResponse = Server;
|
|
1051
|
-
|
|
1052
|
-
// @public
|
|
1053
|
-
export interface ServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
// @public
|
|
1057
|
-
export type ServersListByResourceGroupNextResponse = ServerListResult;
|
|
1058
|
-
|
|
1059
|
-
// @public
|
|
1060
|
-
export interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
// @public
|
|
1064
|
-
export type ServersListByResourceGroupResponse = ServerListResult;
|
|
1065
|
-
|
|
1066
|
-
// @public
|
|
1067
|
-
export interface ServersListNextOptionalParams extends coreClient.OperationOptions {
|
|
1068
|
-
}
|
|
1069
|
-
|
|
1070
|
-
// @public
|
|
1071
|
-
export type ServersListNextResponse = ServerListResult;
|
|
1072
|
-
|
|
1073
|
-
// @public
|
|
1074
|
-
export interface ServersListOptionalParams extends coreClient.OperationOptions {
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
// @public
|
|
1078
|
-
export type ServersListResponse = ServerListResult;
|
|
1079
|
-
|
|
1080
|
-
// @public
|
|
1081
|
-
export interface ServersResetGtidHeaders {
|
|
1082
|
-
// (undocumented)
|
|
1083
|
-
location?: string;
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
|
-
// @public
|
|
1087
|
-
export interface ServersResetGtidOptionalParams extends coreClient.OperationOptions {
|
|
1088
|
-
resumeFrom?: string;
|
|
1089
|
-
updateIntervalInMs?: number;
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
|
-
// @public
|
|
1093
|
-
export interface ServersRestartHeaders {
|
|
1094
|
-
// (undocumented)
|
|
1095
|
-
location?: string;
|
|
1096
|
-
}
|
|
1097
|
-
|
|
1098
|
-
// @public
|
|
1099
|
-
export interface ServersRestartOptionalParams extends coreClient.OperationOptions {
|
|
1100
|
-
resumeFrom?: string;
|
|
1101
|
-
updateIntervalInMs?: number;
|
|
1102
|
-
}
|
|
1103
|
-
|
|
1104
|
-
// @public
|
|
1105
|
-
export interface ServersStartHeaders {
|
|
1106
|
-
// (undocumented)
|
|
1107
|
-
location?: string;
|
|
1108
|
-
}
|
|
1109
|
-
|
|
1110
|
-
// @public
|
|
1111
|
-
export interface ServersStartOptionalParams extends coreClient.OperationOptions {
|
|
1112
|
-
resumeFrom?: string;
|
|
1113
|
-
updateIntervalInMs?: number;
|
|
1114
|
-
}
|
|
1115
|
-
|
|
1116
|
-
// @public
|
|
1117
|
-
export interface ServersStopHeaders {
|
|
1118
|
-
// (undocumented)
|
|
1119
|
-
location?: string;
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
// @public
|
|
1123
|
-
export interface ServersStopOptionalParams extends coreClient.OperationOptions {
|
|
1124
|
-
resumeFrom?: string;
|
|
1125
|
-
updateIntervalInMs?: number;
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
// @public
|
|
1129
|
-
export type ServerState = string;
|
|
1130
|
-
|
|
1131
|
-
// @public
|
|
1132
|
-
export interface ServersUpdateHeaders {
|
|
1133
|
-
// (undocumented)
|
|
1134
|
-
location?: string;
|
|
1135
|
-
}
|
|
1136
|
-
|
|
1137
|
-
// @public
|
|
1138
|
-
export interface ServersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1139
|
-
resumeFrom?: string;
|
|
1140
|
-
updateIntervalInMs?: number;
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
// @public
|
|
1144
|
-
export type ServersUpdateResponse = Server;
|
|
1145
|
-
|
|
1146
|
-
// @public
|
|
1147
|
-
export type ServerVersion = string;
|
|
1148
|
-
|
|
1149
|
-
// @public
|
|
1150
|
-
export interface ServerVersionCapability {
|
|
1151
|
-
readonly name?: string;
|
|
1152
|
-
readonly supportedSkus?: SkuCapability[];
|
|
1153
|
-
}
|
|
1154
|
-
|
|
1155
|
-
// @public
|
|
1156
|
-
export interface Sku {
|
|
1157
|
-
name: string;
|
|
1158
|
-
tier: SkuTier;
|
|
1159
|
-
}
|
|
1160
|
-
|
|
1161
|
-
// @public
|
|
1162
|
-
export interface SkuCapability {
|
|
1163
|
-
readonly name?: string;
|
|
1164
|
-
readonly supportedIops?: number;
|
|
1165
|
-
readonly supportedMemoryPerVCoreMB?: number;
|
|
1166
|
-
readonly vCores?: number;
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
// @public
|
|
1170
|
-
export type SkuTier = string;
|
|
1171
|
-
|
|
1172
|
-
// @public
|
|
1173
|
-
interface Storage_2 {
|
|
1174
|
-
autoGrow?: EnableStatusEnum;
|
|
1175
|
-
autoIoScaling?: EnableStatusEnum;
|
|
1176
|
-
iops?: number;
|
|
1177
|
-
logOnDisk?: EnableStatusEnum;
|
|
1178
|
-
storageSizeGB?: number;
|
|
1179
|
-
readonly storageSku?: string;
|
|
1180
|
-
}
|
|
1181
|
-
export { Storage_2 as Storage }
|
|
1182
|
-
|
|
1183
|
-
// @public
|
|
1184
|
-
export interface StorageEditionCapability {
|
|
1185
|
-
readonly maxBackupRetentionDays?: number;
|
|
1186
|
-
readonly maxStorageSize?: number;
|
|
1187
|
-
readonly minBackupRetentionDays?: number;
|
|
1188
|
-
readonly minStorageSize?: number;
|
|
1189
|
-
readonly name?: string;
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
// @public
|
|
1193
|
-
export interface SystemData {
|
|
1194
|
-
createdAt?: Date;
|
|
1195
|
-
createdBy?: string;
|
|
1196
|
-
createdByType?: CreatedByType;
|
|
1197
|
-
lastModifiedAt?: Date;
|
|
1198
|
-
lastModifiedBy?: string;
|
|
1199
|
-
lastModifiedByType?: CreatedByType;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
// @public
|
|
1203
|
-
export interface TrackedResource extends Resource {
|
|
1204
|
-
location: string;
|
|
1205
|
-
tags?: {
|
|
1206
|
-
[propertyName: string]: string;
|
|
1207
|
-
};
|
|
1208
|
-
}
|
|
1209
|
-
|
|
1210
|
-
// @public
|
|
1211
|
-
export interface UserAssignedIdentity {
|
|
1212
|
-
readonly clientId?: string;
|
|
1213
|
-
readonly principalId?: string;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
// @public
|
|
1217
|
-
export interface ValidateBackupResponse {
|
|
1218
|
-
numberOfContainers?: number;
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
// @public
|
|
1222
|
-
export interface VirtualNetworkSubnetUsageParameter {
|
|
1223
|
-
virtualNetworkResourceId?: string;
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
// @public
|
|
1227
|
-
export interface VirtualNetworkSubnetUsageResult {
|
|
1228
|
-
readonly delegatedSubnetsUsage?: DelegatedSubnetUsage[];
|
|
1229
|
-
readonly location?: string;
|
|
1230
|
-
readonly subscriptionId?: string;
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
// (No @packageDocumentation comment for this package)
|
|
1234
|
-
|
|
1235
|
-
```
|