@azure/arm-mysql-flexible 4.0.0-beta.2 → 4.0.0-beta.4
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 +13 -1
- 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.js.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.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 +463 -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 +259 -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 +950 -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.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.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.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.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.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.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.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.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 +468 -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 +264 -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 +955 -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 +463 -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 +259 -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 +950 -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 +463 -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 +259 -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 +950 -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 +88 -72
- package/review/arm-mysql-flexible-node.api.md +1790 -0
- package/dist/index.js +0 -8639
- 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/advancedThreatProtectionSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsGetSample.js +0 -40
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsListSample.js +0 -55
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsListSample.js.map +0 -1
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdatePutSample.d.ts +0 -2
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdatePutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdatePutSample.js +0 -62
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdatePutSample.js.map +0 -1
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdateSample.js +0 -62
- package/dist-esm/samples-dev/advancedThreatProtectionSettingsUpdateSample.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 -55
- 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 -55
- 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 -58
- 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 -55
- 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 -55
- 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 -35
- 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 -54
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitySetGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationBasedCapabilitySetGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitySetGetSample.js +0 -39
- package/dist-esm/samples-dev/locationBasedCapabilitySetGetSample.js.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitySetListSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationBasedCapabilitySetListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitySetListSample.js +0 -54
- package/dist-esm/samples-dev/locationBasedCapabilitySetListSample.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 -55
- package/dist-esm/samples-dev/logFilesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/longRunningBackupCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/longRunningBackupCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/longRunningBackupCreateSample.js +0 -40
- package/dist-esm/samples-dev/longRunningBackupCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/longRunningBackupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/longRunningBackupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/longRunningBackupsGetSample.js +0 -40
- package/dist-esm/samples-dev/longRunningBackupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/longRunningBackupsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/longRunningBackupsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/longRunningBackupsListSample.js +0 -55
- package/dist-esm/samples-dev/longRunningBackupsListSample.js.map +0 -1
- package/dist-esm/samples-dev/maintenancesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/maintenancesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/maintenancesListSample.js +0 -55
- package/dist-esm/samples-dev/maintenancesListSample.js.map +0 -1
- package/dist-esm/samples-dev/maintenancesReadSample.d.ts +0 -2
- package/dist-esm/samples-dev/maintenancesReadSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/maintenancesReadSample.js +0 -40
- package/dist-esm/samples-dev/maintenancesReadSample.js.map +0 -1
- package/dist-esm/samples-dev/maintenancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/maintenancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/maintenancesUpdateSample.js +0 -44
- package/dist-esm/samples-dev/maintenancesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationProgressGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationProgressGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationProgressGetSample.js +0 -58
- package/dist-esm/samples-dev/operationProgressGetSample.js.map +0 -1
- package/dist-esm/samples-dev/operationResultsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationResultsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationResultsGetSample.js +0 -39
- package/dist-esm/samples-dev/operationResultsGetSample.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 -53
- 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 -55
- 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 -156
- 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 -54
- 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 -53
- package/dist-esm/samples-dev/serversListSample.js.map +0 -1
- package/dist-esm/samples-dev/serversMigrationCutoverMigrationSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversMigrationCutoverMigrationSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversMigrationCutoverMigrationSample.js +0 -39
- package/dist-esm/samples-dev/serversMigrationCutoverMigrationSample.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 -109
- package/dist-esm/samples-dev/serversUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/serversValidateEstimateHighAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/serversValidateEstimateHighAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversValidateEstimateHighAvailabilitySample.js +0 -42
- package/dist-esm/samples-dev/serversValidateEstimateHighAvailabilitySample.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.js.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -2802
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -357
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/mySQLManagementFlexibleServerClient.d.ts +0 -40
- package/dist-esm/src/mySQLManagementFlexibleServerClient.d.ts.map +0 -1
- package/dist-esm/src/mySQLManagementFlexibleServerClient.js +0 -93
- package/dist-esm/src/mySQLManagementFlexibleServerClient.js.map +0 -1
- package/dist-esm/src/operations/advancedThreatProtectionSettings.d.ts +0 -83
- package/dist-esm/src/operations/advancedThreatProtectionSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/advancedThreatProtectionSettings.js +0 -382
- package/dist-esm/src/operations/advancedThreatProtectionSettings.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 -363
- 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 -214
- 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 -476
- 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 -362
- 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 -362
- 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 -24
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -31
- 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 -145
- package/dist-esm/src/operations/locationBasedCapabilities.js.map +0 -1
- package/dist-esm/src/operations/locationBasedCapabilitySet.d.ts +0 -42
- package/dist-esm/src/operations/locationBasedCapabilitySet.d.ts.map +0 -1
- package/dist-esm/src/operations/locationBasedCapabilitySet.js +0 -175
- package/dist-esm/src/operations/locationBasedCapabilitySet.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 -150
- package/dist-esm/src/operations/logFiles.js.map +0 -1
- package/dist-esm/src/operations/longRunningBackup.d.ts +0 -30
- package/dist-esm/src/operations/longRunningBackup.d.ts.map +0 -1
- package/dist-esm/src/operations/longRunningBackup.js +0 -117
- package/dist-esm/src/operations/longRunningBackup.js.map +0 -1
- package/dist-esm/src/operations/longRunningBackups.d.ts +0 -46
- package/dist-esm/src/operations/longRunningBackups.d.ts.map +0 -1
- package/dist-esm/src/operations/longRunningBackups.js +0 -182
- package/dist-esm/src/operations/longRunningBackups.js.map +0 -1
- package/dist-esm/src/operations/maintenances.d.ts +0 -63
- package/dist-esm/src/operations/maintenances.d.ts.map +0 -1
- package/dist-esm/src/operations/maintenances.js +0 -274
- package/dist-esm/src/operations/maintenances.js.map +0 -1
- package/dist-esm/src/operations/operationProgress.d.ts +0 -20
- package/dist-esm/src/operations/operationProgress.d.ts.map +0 -1
- package/dist-esm/src/operations/operationProgress.js +0 -53
- package/dist-esm/src/operations/operationProgress.js.map +0 -1
- package/dist-esm/src/operations/operationResults.d.ts +0 -20
- package/dist-esm/src/operations/operationResults.d.ts.map +0 -1
- package/dist-esm/src/operations/operationResults.js +0 -53
- package/dist-esm/src/operations/operationResults.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 -133
- 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 -150
- package/dist-esm/src/operations/replicas.js.map +0 -1
- package/dist-esm/src/operations/servers.d.ts +0 -193
- package/dist-esm/src/operations/servers.d.ts.map +0 -1
- package/dist-esm/src/operations/servers.js +0 -975
- package/dist-esm/src/operations/servers.js.map +0 -1
- package/dist-esm/src/operations/serversMigration.d.ts +0 -28
- package/dist-esm/src/operations/serversMigration.d.ts.map +0 -1
- package/dist-esm/src/operations/serversMigration.js +0 -112
- package/dist-esm/src/operations/serversMigration.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/advancedThreatProtectionSettings.d.ts +0 -58
- package/dist-esm/src/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/advancedThreatProtectionSettings.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 -24
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -31
- 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/locationBasedCapabilitySet.d.ts +0 -19
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilitySet.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/longRunningBackup.d.ts +0 -22
- package/dist-esm/src/operationsInterfaces/longRunningBackup.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/longRunningBackup.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/longRunningBackups.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/longRunningBackups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/longRunningBackups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/maintenances.d.ts +0 -38
- package/dist-esm/src/operationsInterfaces/maintenances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/maintenances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationProgress.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/operationProgress.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationProgress.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/operationResults.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operationResults.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 -157
- 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/operationsInterfaces/serversMigration.d.ts +0 -20
- package/dist-esm/src/operationsInterfaces/serversMigration.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/serversMigration.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/mysql_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/mysql_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/mysql_operations_test.spec.js +0 -125
- package/dist-esm/test/mysql_operations_test.spec.js.map +0 -1
- package/review/arm-mysql-flexible.api.md +0 -1791
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -2520
- package/src/models/mappers.ts +0 -3051
- package/src/models/parameters.ts +0 -422
- package/src/mySQLManagementFlexibleServerClient.ts +0 -216
- package/src/operations/advancedThreatProtectionSettings.ts +0 -528
- package/src/operations/azureADAdministrators.ts +0 -498
- package/src/operations/backupAndExport.ts +0 -207
- package/src/operations/backups.ts +0 -283
- package/src/operations/checkNameAvailability.ts +0 -73
- package/src/operations/checkNameAvailabilityWithoutLocation.ts +0 -69
- package/src/operations/checkVirtualNetworkSubnetUsage.ts +0 -75
- package/src/operations/configurations.ts +0 -662
- package/src/operations/databases.ts +0 -496
- package/src/operations/firewallRules.ts +0 -496
- package/src/operations/getPrivateDnsZoneSuffix.ts +0 -59
- package/src/operations/index.ts +0 -31
- package/src/operations/locationBasedCapabilities.ts +0 -171
- package/src/operations/locationBasedCapabilitySet.ts +0 -211
- package/src/operations/logFiles.ts +0 -197
- package/src/operations/longRunningBackup.ts +0 -167
- package/src/operations/longRunningBackups.ts +0 -236
- package/src/operations/maintenances.ts +0 -371
- package/src/operations/operationProgress.ts +0 -71
- package/src/operations/operationResults.ts +0 -71
- package/src/operations/operations.ts +0 -149
- package/src/operations/replicas.ts +0 -197
- package/src/operations/servers.ts +0 -1289
- package/src/operations/serversMigration.ts +0 -159
- package/src/operationsInterfaces/advancedThreatProtectionSettings.ts +0 -121
- 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 -31
- package/src/operationsInterfaces/locationBasedCapabilities.ts +0 -27
- package/src/operationsInterfaces/locationBasedCapabilitySet.ts +0 -40
- package/src/operationsInterfaces/logFiles.ts +0 -26
- package/src/operationsInterfaces/longRunningBackup.ts +0 -48
- package/src/operationsInterfaces/longRunningBackups.ts +0 -44
- package/src/operationsInterfaces/maintenances.ts +0 -78
- package/src/operationsInterfaces/operationProgress.ts +0 -27
- package/src/operationsInterfaces/operationResults.ts +0 -27
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/replicas.ts +0 -26
- package/src/operationsInterfaces/servers.ts +0 -282
- package/src/operationsInterfaces/serversMigration.ts +0 -44
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-mysql-flexible.d.ts +0 -3240
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/advancedThreatProtectionSettings.js +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/locationBasedCapabilitySet.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/logFiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/longRunningBackup.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/longRunningBackups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/maintenances.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationProgress.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operationResults.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}/operationsInterfaces/serversMigration.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
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=logFiles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logFiles.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/logFiles.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { LogFile, LogFilesListByServerOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a LogFiles. */\nexport interface LogFiles {\n /**\n * List all the server log files in a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: LogFilesListByServerOptionalParams,\n ): PagedAsyncIterableIterator<LogFile>;\n}\n"]}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
|
+
import { LongRunningBackupCreateOptionalParams, LongRunningBackupCreateResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a LongRunningBackup. */
|
|
4
|
+
export interface LongRunningBackup {
|
|
5
|
+
/**
|
|
6
|
+
* Create backup for a given server with specified backup name.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param serverName The name of the server.
|
|
9
|
+
* @param backupName The name of the backup.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
beginCreate(resourceGroupName: string, serverName: string, backupName: string, options?: LongRunningBackupCreateOptionalParams): Promise<SimplePollerLike<OperationState<LongRunningBackupCreateResponse>, LongRunningBackupCreateResponse>>;
|
|
13
|
+
/**
|
|
14
|
+
* Create backup for a given server with specified backup name.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param serverName The name of the server.
|
|
17
|
+
* @param backupName The name of the backup.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
beginCreateAndWait(resourceGroupName: string, serverName: string, backupName: string, options?: LongRunningBackupCreateOptionalParams): Promise<LongRunningBackupCreateResponse>;
|
|
21
|
+
}
|
|
22
|
+
//# sourceMappingURL=longRunningBackup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"longRunningBackup.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/longRunningBackup.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAE5B,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,+BAA+B,CAAC,EAC/C,+BAA+B,CAChC,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC,CAAC;CAC7C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=longRunningBackup.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"longRunningBackup.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/longRunningBackup.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n LongRunningBackupCreateOptionalParams,\n LongRunningBackupCreateResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a LongRunningBackup. */\nexport interface LongRunningBackup {\n /**\n * Create backup for a given server with specified backup name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param backupName The name of the backup.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n serverName: string,\n backupName: string,\n options?: LongRunningBackupCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<LongRunningBackupCreateResponse>,\n LongRunningBackupCreateResponse\n >\n >;\n /**\n * Create backup for a given server with specified backup name.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param backupName The name of the backup.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n serverName: string,\n backupName: string,\n options?: LongRunningBackupCreateOptionalParams,\n ): Promise<LongRunningBackupCreateResponse>;\n}\n"]}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { ServerBackupV2, LongRunningBackupsListOptionalParams, LongRunningBackupsGetOptionalParams, LongRunningBackupsGetResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a LongRunningBackups. */
|
|
4
|
+
export interface LongRunningBackups {
|
|
5
|
+
/**
|
|
6
|
+
* List all the backups for a given server.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param serverName The name of the server.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
list(resourceGroupName: string, serverName: string, options?: LongRunningBackupsListOptionalParams): PagedAsyncIterableIterator<ServerBackupV2>;
|
|
12
|
+
/**
|
|
13
|
+
* Get backup for a given server.
|
|
14
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
+
* @param serverName The name of the server.
|
|
16
|
+
* @param backupName The name of the backup.
|
|
17
|
+
* @param options The options parameters.
|
|
18
|
+
*/
|
|
19
|
+
get(resourceGroupName: string, serverName: string, backupName: string, options?: LongRunningBackupsGetOptionalParams): Promise<LongRunningBackupsGetResponse>;
|
|
20
|
+
}
|
|
21
|
+
//# sourceMappingURL=longRunningBackups.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"longRunningBackups.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/longRunningBackups.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,cAAc,EACd,oCAAoC,EACpC,mCAAmC,EACnC,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;AAG5B,mDAAmD;AACnD,MAAM,WAAW,kBAAkB;IACjC;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,0BAA0B,CAAC,cAAc,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;CAC3C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=longRunningBackups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"longRunningBackups.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/longRunningBackups.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n ServerBackupV2,\n LongRunningBackupsListOptionalParams,\n LongRunningBackupsGetOptionalParams,\n LongRunningBackupsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a LongRunningBackups. */\nexport interface LongRunningBackups {\n /**\n * List all the backups for a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n serverName: string,\n options?: LongRunningBackupsListOptionalParams,\n ): PagedAsyncIterableIterator<ServerBackupV2>;\n /**\n * Get backup for a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param backupName The name of the backup.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serverName: string,\n backupName: string,\n options?: LongRunningBackupsGetOptionalParams,\n ): Promise<LongRunningBackupsGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Maintenance, MaintenancesListOptionalParams, MaintenancesReadOptionalParams, MaintenancesReadResponse, MaintenancesUpdateOptionalParams, MaintenancesUpdateResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Maintenances. */
|
|
5
|
+
export interface Maintenances {
|
|
6
|
+
/**
|
|
7
|
+
* List maintenances.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param serverName The name of the server.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
list(resourceGroupName: string, serverName: string, options?: MaintenancesListOptionalParams): PagedAsyncIterableIterator<Maintenance>;
|
|
13
|
+
/**
|
|
14
|
+
* Read maintenance.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param serverName The name of the server.
|
|
17
|
+
* @param maintenanceName The name of the maintenance.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
read(resourceGroupName: string, serverName: string, maintenanceName: string, options?: MaintenancesReadOptionalParams): Promise<MaintenancesReadResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Update maintenances.
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param serverName The name of the server.
|
|
25
|
+
* @param maintenanceName The name of the maintenance.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
beginUpdate(resourceGroupName: string, serverName: string, maintenanceName: string, options?: MaintenancesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<MaintenancesUpdateResponse>, MaintenancesUpdateResponse>>;
|
|
29
|
+
/**
|
|
30
|
+
* Update maintenances.
|
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
+
* @param serverName The name of the server.
|
|
33
|
+
* @param maintenanceName The name of the maintenance.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
beginUpdateAndWait(resourceGroupName: string, serverName: string, maintenanceName: string, options?: MaintenancesUpdateOptionalParams): Promise<MaintenancesUpdateResponse>;
|
|
37
|
+
}
|
|
38
|
+
//# sourceMappingURL=maintenances.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"maintenances.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/maintenances.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,WAAW,EACX,8BAA8B,EAC9B,8BAA8B,EAC9B,wBAAwB,EACxB,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF,CAAC;IACF;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACxC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=maintenances.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"maintenances.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/maintenances.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Maintenance,\n MaintenancesListOptionalParams,\n MaintenancesReadOptionalParams,\n MaintenancesReadResponse,\n MaintenancesUpdateOptionalParams,\n MaintenancesUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Maintenances. */\nexport interface Maintenances {\n /**\n * List maintenances.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n serverName: string,\n options?: MaintenancesListOptionalParams,\n ): PagedAsyncIterableIterator<Maintenance>;\n /**\n * Read maintenance.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param maintenanceName The name of the maintenance.\n * @param options The options parameters.\n */\n read(\n resourceGroupName: string,\n serverName: string,\n maintenanceName: string,\n options?: MaintenancesReadOptionalParams,\n ): Promise<MaintenancesReadResponse>;\n /**\n * Update maintenances.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param maintenanceName The name of the maintenance.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n serverName: string,\n maintenanceName: string,\n options?: MaintenancesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<MaintenancesUpdateResponse>,\n MaintenancesUpdateResponse\n >\n >;\n /**\n * Update maintenances.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param maintenanceName The name of the maintenance.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n serverName: string,\n maintenanceName: string,\n options?: MaintenancesUpdateOptionalParams,\n ): Promise<MaintenancesUpdateResponse>;\n}\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OperationProgressGetOptionalParams, OperationProgressGetResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a OperationProgress. */
|
|
3
|
+
export interface OperationProgress {
|
|
4
|
+
/**
|
|
5
|
+
* Get the operation result for a long running operation.
|
|
6
|
+
* @param locationName The name of the location.
|
|
7
|
+
* @param operationId The ID of an ongoing async operation.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
get(locationName: string, operationId: string, options?: OperationProgressGetOptionalParams): Promise<OperationProgressGetResponse>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=operationProgress.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operationProgress.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationProgress.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kCAAkC,EAClC,4BAA4B,EAC7B,MAAM,oBAAoB,CAAC;AAE5B,kDAAkD;AAClD,MAAM,WAAW,iBAAiB;IAChC;;;;;OAKG;IACH,GAAG,CACD,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=operationProgress.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operationProgress.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationProgress.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationProgressGetOptionalParams,\n OperationProgressGetResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a OperationProgress. */\nexport interface OperationProgress {\n /**\n * Get the operation result for a long running operation.\n * @param locationName The name of the location.\n * @param operationId The ID of an ongoing async operation.\n * @param options The options parameters.\n */\n get(\n locationName: string,\n operationId: string,\n options?: OperationProgressGetOptionalParams,\n ): Promise<OperationProgressGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { OperationResultsGetOptionalParams, OperationResultsGetResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a OperationResults. */
|
|
3
|
+
export interface OperationResults {
|
|
4
|
+
/**
|
|
5
|
+
* Get the operation result for a long running operation.
|
|
6
|
+
* @param locationName The name of the location.
|
|
7
|
+
* @param operationId The operation Id.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
get(locationName: string, operationId: string, options?: OperationResultsGetOptionalParams): Promise<OperationResultsGetResponse>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=operationResults.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operationResults.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationResults.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,iCAAiC,EACjC,2BAA2B,EAC5B,MAAM,oBAAoB,CAAC;AAE5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,GAAG,CACD,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,2BAA2B,CAAC,CAAC;CACzC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=operationResults.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operationResults.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operationResults.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationResultsGetOptionalParams,\n OperationResultsGetResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a OperationResults. */\nexport interface OperationResults {\n /**\n * Get the operation result for a long running operation.\n * @param locationName The name of the location.\n * @param operationId The operation Id.\n * @param options The options parameters.\n */\n get(\n locationName: string,\n operationId: string,\n options?: OperationResultsGetOptionalParams,\n ): Promise<OperationResultsGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Operations. */
|
|
4
|
+
export interface Operations {
|
|
5
|
+
/**
|
|
6
|
+
* Lists all of the available REST API operations.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAG7E,2CAA2C;AAC3C,MAAM,WAAW,UAAU;IACzB;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/operations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Operation, OperationsListOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Operations. */\nexport interface Operations {\n /**\n * Lists all of the available REST API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams,\n ): PagedAsyncIterableIterator<Operation>;\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { Server, ReplicasListByServerOptionalParams } from "../models/index.js";
|
|
3
|
+
/** Interface representing a Replicas. */
|
|
4
|
+
export interface Replicas {
|
|
5
|
+
/**
|
|
6
|
+
* List all the replicas for a given server.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param serverName The name of the server.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
listByServer(resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=replicas.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replicas.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/replicas.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,MAAM,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAGhF,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,0BAA0B,CAAC,MAAM,CAAC,CAAC;CACvC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=replicas.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replicas.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/replicas.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { Server, ReplicasListByServerOptionalParams } from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Replicas. */\nexport interface Replicas {\n /**\n * List all the replicas for a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: ReplicasListByServerOptionalParams,\n ): PagedAsyncIterableIterator<Server>;\n}\n"]}
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import { Server, ServersListByResourceGroupOptionalParams, ServersListOptionalParams, ServersCreateOptionalParams, ServersCreateResponse, ServerForUpdate, ServersUpdateOptionalParams, ServersUpdateResponse, ServersDeleteOptionalParams, ServersGetOptionalParams, ServersGetResponse, ServersFailoverOptionalParams, HighAvailabilityValidationEstimation, ServersValidateEstimateHighAvailabilityOptionalParams, ServersValidateEstimateHighAvailabilityResponse, ServerRestartParameter, ServersRestartOptionalParams, ServersStartOptionalParams, ServersStopOptionalParams, ServerGtidSetParameter, ServersResetGtidOptionalParams } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Servers. */
|
|
5
|
+
export interface Servers {
|
|
6
|
+
/**
|
|
7
|
+
* List all the servers in a given resource group.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
listByResourceGroup(resourceGroupName: string, options?: ServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
12
|
+
/**
|
|
13
|
+
* List all the servers in a given subscription.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
list(options?: ServersListOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
17
|
+
/**
|
|
18
|
+
* Creates a new server or updates an existing server. The update action will overwrite the existing
|
|
19
|
+
* server.
|
|
20
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
21
|
+
* @param serverName The name of the server.
|
|
22
|
+
* @param parameters The required parameters for creating or updating a server.
|
|
23
|
+
* @param options The options parameters.
|
|
24
|
+
*/
|
|
25
|
+
beginCreate(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOptionalParams): Promise<SimplePollerLike<OperationState<ServersCreateResponse>, ServersCreateResponse>>;
|
|
26
|
+
/**
|
|
27
|
+
* Creates a new server or updates an existing server. The update action will overwrite the existing
|
|
28
|
+
* server.
|
|
29
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
30
|
+
* @param serverName The name of the server.
|
|
31
|
+
* @param parameters The required parameters for creating or updating a server.
|
|
32
|
+
* @param options The options parameters.
|
|
33
|
+
*/
|
|
34
|
+
beginCreateAndWait(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOptionalParams): Promise<ServersCreateResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Updates an existing server. The request body can contain one to many of the properties present in
|
|
37
|
+
* the normal server definition.
|
|
38
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
39
|
+
* @param serverName The name of the server.
|
|
40
|
+
* @param parameters The required parameters for updating a server.
|
|
41
|
+
* @param options The options parameters.
|
|
42
|
+
*/
|
|
43
|
+
beginUpdate(resourceGroupName: string, serverName: string, parameters: ServerForUpdate, options?: ServersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServersUpdateResponse>, ServersUpdateResponse>>;
|
|
44
|
+
/**
|
|
45
|
+
* Updates an existing server. The request body can contain one to many of the properties present in
|
|
46
|
+
* the normal server definition.
|
|
47
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
|
+
* @param serverName The name of the server.
|
|
49
|
+
* @param parameters The required parameters for updating a server.
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
beginUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ServerForUpdate, options?: ServersUpdateOptionalParams): Promise<ServersUpdateResponse>;
|
|
53
|
+
/**
|
|
54
|
+
* Deletes a server.
|
|
55
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
56
|
+
* @param serverName The name of the server.
|
|
57
|
+
* @param options The options parameters.
|
|
58
|
+
*/
|
|
59
|
+
beginDelete(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
60
|
+
/**
|
|
61
|
+
* Deletes a server.
|
|
62
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
63
|
+
* @param serverName The name of the server.
|
|
64
|
+
* @param options The options parameters.
|
|
65
|
+
*/
|
|
66
|
+
beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<void>;
|
|
67
|
+
/**
|
|
68
|
+
* Gets information about a server.
|
|
69
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
70
|
+
* @param serverName The name of the server.
|
|
71
|
+
* @param options The options parameters.
|
|
72
|
+
*/
|
|
73
|
+
get(resourceGroupName: string, serverName: string, options?: ServersGetOptionalParams): Promise<ServersGetResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* Manual failover a server.
|
|
76
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
77
|
+
* @param serverName The name of the server.
|
|
78
|
+
* @param options The options parameters.
|
|
79
|
+
*/
|
|
80
|
+
beginFailover(resourceGroupName: string, serverName: string, options?: ServersFailoverOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
81
|
+
/**
|
|
82
|
+
* Manual failover a server.
|
|
83
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
84
|
+
* @param serverName The name of the server.
|
|
85
|
+
* @param options The options parameters.
|
|
86
|
+
*/
|
|
87
|
+
beginFailoverAndWait(resourceGroupName: string, serverName: string, options?: ServersFailoverOptionalParams): Promise<void>;
|
|
88
|
+
/**
|
|
89
|
+
* Validate a deployment of high availability.
|
|
90
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
91
|
+
* @param serverName The name of the server.
|
|
92
|
+
* @param parameters The required parameters for validation of high availability deployment.
|
|
93
|
+
* @param options The options parameters.
|
|
94
|
+
*/
|
|
95
|
+
validateEstimateHighAvailability(resourceGroupName: string, serverName: string, parameters: HighAvailabilityValidationEstimation, options?: ServersValidateEstimateHighAvailabilityOptionalParams): Promise<ServersValidateEstimateHighAvailabilityResponse>;
|
|
96
|
+
/**
|
|
97
|
+
* Restarts a server.
|
|
98
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
99
|
+
* @param serverName The name of the server.
|
|
100
|
+
* @param parameters The required parameters for restarting a server.
|
|
101
|
+
* @param options The options parameters.
|
|
102
|
+
*/
|
|
103
|
+
beginRestart(resourceGroupName: string, serverName: string, parameters: ServerRestartParameter, options?: ServersRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
104
|
+
/**
|
|
105
|
+
* Restarts a server.
|
|
106
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
107
|
+
* @param serverName The name of the server.
|
|
108
|
+
* @param parameters The required parameters for restarting a server.
|
|
109
|
+
* @param options The options parameters.
|
|
110
|
+
*/
|
|
111
|
+
beginRestartAndWait(resourceGroupName: string, serverName: string, parameters: ServerRestartParameter, options?: ServersRestartOptionalParams): Promise<void>;
|
|
112
|
+
/**
|
|
113
|
+
* Starts a server.
|
|
114
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
115
|
+
* @param serverName The name of the server.
|
|
116
|
+
* @param options The options parameters.
|
|
117
|
+
*/
|
|
118
|
+
beginStart(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
119
|
+
/**
|
|
120
|
+
* Starts a server.
|
|
121
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
122
|
+
* @param serverName The name of the server.
|
|
123
|
+
* @param options The options parameters.
|
|
124
|
+
*/
|
|
125
|
+
beginStartAndWait(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<void>;
|
|
126
|
+
/**
|
|
127
|
+
* Stops a server.
|
|
128
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
129
|
+
* @param serverName The name of the server.
|
|
130
|
+
* @param options The options parameters.
|
|
131
|
+
*/
|
|
132
|
+
beginStop(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
133
|
+
/**
|
|
134
|
+
* Stops a server.
|
|
135
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
136
|
+
* @param serverName The name of the server.
|
|
137
|
+
* @param options The options parameters.
|
|
138
|
+
*/
|
|
139
|
+
beginStopAndWait(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<void>;
|
|
140
|
+
/**
|
|
141
|
+
* Resets GTID on a server.
|
|
142
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
143
|
+
* @param serverName The name of the server.
|
|
144
|
+
* @param parameters The required parameters for resetting GTID on a server.
|
|
145
|
+
* @param options The options parameters.
|
|
146
|
+
*/
|
|
147
|
+
beginResetGtid(resourceGroupName: string, serverName: string, parameters: ServerGtidSetParameter, options?: ServersResetGtidOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
148
|
+
/**
|
|
149
|
+
* Resets GTID on a server.
|
|
150
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
151
|
+
* @param serverName The name of the server.
|
|
152
|
+
* @param parameters The required parameters for resetting GTID on a server.
|
|
153
|
+
* @param options The options parameters.
|
|
154
|
+
*/
|
|
155
|
+
beginResetGtidAndWait(resourceGroupName: string, serverName: string, parameters: ServerGtidSetParameter, options?: ServersResetGtidOptionalParams): Promise<void>;
|
|
156
|
+
}
|
|
157
|
+
//# sourceMappingURL=servers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"servers.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/servers.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,MAAM,EACN,wCAAwC,EACxC,yBAAyB,EACzB,2BAA2B,EAC3B,qBAAqB,EACrB,eAAe,EACf,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,wBAAwB,EACxB,kBAAkB,EAClB,6BAA6B,EAC7B,oCAAoC,EACpC,qDAAqD,EACrD,+CAA+C,EAC/C,sBAAsB,EACtB,4BAA4B,EAC5B,0BAA0B,EAC1B,yBAAyB,EACzB,sBAAsB,EACtB,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;OAIG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,MAAM,CAAC,CAAC;IACtC;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,yBAAyB,GAAG,0BAA0B,CAAC,MAAM,CAAC,CAAC;IAC9E;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qBAAqB,CAAC,EACrC,qBAAqB,CACtB,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,qBAAqB,CAAC,EACrC,qBAAqB,CACtB,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,eAAe,EAC3B,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;OAKG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;OAKG;IACH,aAAa,CACX,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,oBAAoB,CAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,gCAAgC,CAC9B,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,oCAAoC,EAChD,OAAO,CAAC,EAAE,qDAAqD,GAC9D,OAAO,CAAC,+CAA+C,CAAC,CAAC;IAC5D;;;;;;OAMG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,iBAAiB,CACf,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;OAKG;IACH,SAAS,CACP,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;OAKG;IACH,gBAAgB,CACd,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,cAAc,CACZ,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,qBAAqB,CACnB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=servers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"servers.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/servers.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Server,\n ServersListByResourceGroupOptionalParams,\n ServersListOptionalParams,\n ServersCreateOptionalParams,\n ServersCreateResponse,\n ServerForUpdate,\n ServersUpdateOptionalParams,\n ServersUpdateResponse,\n ServersDeleteOptionalParams,\n ServersGetOptionalParams,\n ServersGetResponse,\n ServersFailoverOptionalParams,\n HighAvailabilityValidationEstimation,\n ServersValidateEstimateHighAvailabilityOptionalParams,\n ServersValidateEstimateHighAvailabilityResponse,\n ServerRestartParameter,\n ServersRestartOptionalParams,\n ServersStartOptionalParams,\n ServersStopOptionalParams,\n ServerGtidSetParameter,\n ServersResetGtidOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Servers. */\nexport interface Servers {\n /**\n * List all the servers in a given resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: ServersListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Server>;\n /**\n * List all the servers in a given subscription.\n * @param options The options parameters.\n */\n list(options?: ServersListOptionalParams): PagedAsyncIterableIterator<Server>;\n /**\n * Creates a new server or updates an existing server. The update action will overwrite the existing\n * server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for creating or updating a server.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n serverName: string,\n parameters: Server,\n options?: ServersCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ServersCreateResponse>,\n ServersCreateResponse\n >\n >;\n /**\n * Creates a new server or updates an existing server. The update action will overwrite the existing\n * server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for creating or updating a server.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n serverName: string,\n parameters: Server,\n options?: ServersCreateOptionalParams,\n ): Promise<ServersCreateResponse>;\n /**\n * Updates an existing server. The request body can contain one to many of the properties present in\n * the normal server definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for updating a server.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n serverName: string,\n parameters: ServerForUpdate,\n options?: ServersUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ServersUpdateResponse>,\n ServersUpdateResponse\n >\n >;\n /**\n * Updates an existing server. The request body can contain one to many of the properties present in\n * the normal server definition.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for updating a server.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n serverName: string,\n parameters: ServerForUpdate,\n options?: ServersUpdateOptionalParams,\n ): Promise<ServersUpdateResponse>;\n /**\n * Deletes a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n serverName: string,\n options?: ServersDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n serverName: string,\n options?: ServersDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets information about a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serverName: string,\n options?: ServersGetOptionalParams,\n ): Promise<ServersGetResponse>;\n /**\n * Manual failover a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n beginFailover(\n resourceGroupName: string,\n serverName: string,\n options?: ServersFailoverOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Manual failover a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n beginFailoverAndWait(\n resourceGroupName: string,\n serverName: string,\n options?: ServersFailoverOptionalParams,\n ): Promise<void>;\n /**\n * Validate a deployment of high availability.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for validation of high availability deployment.\n * @param options The options parameters.\n */\n validateEstimateHighAvailability(\n resourceGroupName: string,\n serverName: string,\n parameters: HighAvailabilityValidationEstimation,\n options?: ServersValidateEstimateHighAvailabilityOptionalParams,\n ): Promise<ServersValidateEstimateHighAvailabilityResponse>;\n /**\n * Restarts a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for restarting a server.\n * @param options The options parameters.\n */\n beginRestart(\n resourceGroupName: string,\n serverName: string,\n parameters: ServerRestartParameter,\n options?: ServersRestartOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Restarts a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for restarting a server.\n * @param options The options parameters.\n */\n beginRestartAndWait(\n resourceGroupName: string,\n serverName: string,\n parameters: ServerRestartParameter,\n options?: ServersRestartOptionalParams,\n ): Promise<void>;\n /**\n * Starts a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n beginStart(\n resourceGroupName: string,\n serverName: string,\n options?: ServersStartOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Starts a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n beginStartAndWait(\n resourceGroupName: string,\n serverName: string,\n options?: ServersStartOptionalParams,\n ): Promise<void>;\n /**\n * Stops a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n beginStop(\n resourceGroupName: string,\n serverName: string,\n options?: ServersStopOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Stops a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n beginStopAndWait(\n resourceGroupName: string,\n serverName: string,\n options?: ServersStopOptionalParams,\n ): Promise<void>;\n /**\n * Resets GTID on a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for resetting GTID on a server.\n * @param options The options parameters.\n */\n beginResetGtid(\n resourceGroupName: string,\n serverName: string,\n parameters: ServerGtidSetParameter,\n options?: ServersResetGtidOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Resets GTID on a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param parameters The required parameters for resetting GTID on a server.\n * @param options The options parameters.\n */\n beginResetGtidAndWait(\n resourceGroupName: string,\n serverName: string,\n parameters: ServerGtidSetParameter,\n options?: ServersResetGtidOptionalParams,\n ): Promise<void>;\n}\n"]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
|
+
import { ServersMigrationCutoverMigrationOptionalParams, ServersMigrationCutoverMigrationResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a ServersMigration. */
|
|
4
|
+
export interface ServersMigration {
|
|
5
|
+
/**
|
|
6
|
+
* Cutover migration for MySQL import, it will switch source elastic server DNS to flexible server.
|
|
7
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
8
|
+
* @param serverName The name of the server.
|
|
9
|
+
* @param options The options parameters.
|
|
10
|
+
*/
|
|
11
|
+
beginCutoverMigration(resourceGroupName: string, serverName: string, options?: ServersMigrationCutoverMigrationOptionalParams): Promise<SimplePollerLike<OperationState<ServersMigrationCutoverMigrationResponse>, ServersMigrationCutoverMigrationResponse>>;
|
|
12
|
+
/**
|
|
13
|
+
* Cutover migration for MySQL import, it will switch source elastic server DNS to flexible server.
|
|
14
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
15
|
+
* @param serverName The name of the server.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
beginCutoverMigrationAndWait(resourceGroupName: string, serverName: string, options?: ServersMigrationCutoverMigrationOptionalParams): Promise<ServersMigrationCutoverMigrationResponse>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=serversMigration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serversMigration.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/serversMigration.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,8CAA8C,EAC9C,wCAAwC,EACzC,MAAM,oBAAoB,CAAC;AAE5B,iDAAiD;AACjD,MAAM,WAAW,gBAAgB;IAC/B;;;;;OAKG;IACH,qBAAqB,CACnB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,wCAAwC,CAAC,EACxD,wCAAwC,CACzC,CACF,CAAC;IACF;;;;;OAKG;IACH,4BAA4B,CAC1B,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC,CAAC;CACtD"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
//# sourceMappingURL=serversMigration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"serversMigration.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/serversMigration.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ServersMigrationCutoverMigrationOptionalParams,\n ServersMigrationCutoverMigrationResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a ServersMigration. */\nexport interface ServersMigration {\n /**\n * Cutover migration for MySQL import, it will switch source elastic server DNS to flexible server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n beginCutoverMigration(\n resourceGroupName: string,\n serverName: string,\n options?: ServersMigrationCutoverMigrationOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ServersMigrationCutoverMigrationResponse>,\n ServersMigrationCutoverMigrationResponse\n >\n >;\n /**\n * Cutover migration for MySQL import, it will switch source elastic server DNS to flexible server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n beginCutoverMigrationAndWait(\n resourceGroupName: string,\n serverName: string,\n options?: ServersMigrationCutoverMigrationOptionalParams,\n ): Promise<ServersMigrationCutoverMigrationResponse>;\n}\n"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface PageInfo {
|
|
2
|
+
continuationToken?: string;
|
|
3
|
+
}
|
|
4
|
+
/**
|
|
5
|
+
* Given the last `.value` produced by the `byPage` iterator,
|
|
6
|
+
* returns a continuation token that can be used to begin paging from
|
|
7
|
+
* that point later.
|
|
8
|
+
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
9
|
+
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
10
|
+
*/
|
|
11
|
+
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
12
|
+
export declare function setContinuationToken(page: unknown, continuationToken: string | undefined): void;
|
|
13
|
+
//# sourceMappingURL=pagingHelper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pagingHelper.d.ts","sourceRoot":"","sources":["../../src/pagingHelper.ts"],"names":[],"mappings":"AAQA,MAAM,WAAW,QAAQ;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAID;;;;;;GAMG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAKtE;AAED,wBAAgB,oBAAoB,CAClC,IAAI,EAAE,OAAO,EACb,iBAAiB,EAAE,MAAM,GAAG,SAAS,GACpC,IAAI,CAON"}
|