@azure/arm-mysql-flexible 4.0.0-beta.2 → 4.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -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 +462 -0
- package/dist/browser/operations/configurations.js.map +1 -0
- package/dist/browser/operations/databases.d.ts +81 -0
- package/dist/browser/operations/databases.d.ts.map +1 -0
- package/dist/browser/operations/databases.js +347 -0
- package/dist/browser/operations/databases.js.map +1 -0
- package/dist/browser/operations/firewallRules.d.ts +81 -0
- package/dist/browser/operations/firewallRules.d.ts.map +1 -0
- package/dist/browser/operations/firewallRules.js +347 -0
- package/dist/browser/operations/firewallRules.js.map +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js +47 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operations/index.d.ts +24 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +31 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/browser/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/browser/operations/locationBasedCapabilities.js +128 -0
- package/dist/browser/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/browser/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/browser/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/browser/operations/locationBasedCapabilitySet.js +158 -0
- package/dist/browser/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/browser/operations/logFiles.d.ts +38 -0
- package/dist/browser/operations/logFiles.d.ts.map +1 -0
- package/dist/browser/operations/logFiles.js +133 -0
- package/dist/browser/operations/logFiles.js.map +1 -0
- package/dist/browser/operations/longRunningBackup.d.ts +30 -0
- package/dist/browser/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/browser/operations/longRunningBackup.js +118 -0
- package/dist/browser/operations/longRunningBackup.js.map +1 -0
- package/dist/browser/operations/longRunningBackups.d.ts +46 -0
- package/dist/browser/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/browser/operations/longRunningBackups.js +165 -0
- package/dist/browser/operations/longRunningBackups.js.map +1 -0
- package/dist/browser/operations/maintenances.d.ts +63 -0
- package/dist/browser/operations/maintenances.d.ts.map +1 -0
- package/dist/browser/operations/maintenances.js +258 -0
- package/dist/browser/operations/maintenances.js.map +1 -0
- package/dist/browser/operations/operationProgress.d.ts +20 -0
- package/dist/browser/operations/operationProgress.d.ts.map +1 -0
- package/dist/browser/operations/operationProgress.js +54 -0
- package/dist/browser/operations/operationProgress.js.map +1 -0
- package/dist/browser/operations/operationResults.d.ts +20 -0
- package/dist/browser/operations/operationResults.d.ts.map +1 -0
- package/dist/browser/operations/operationResults.js +54 -0
- package/dist/browser/operations/operationResults.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/replicas.d.ts +38 -0
- package/dist/browser/operations/replicas.d.ts.map +1 -0
- package/dist/browser/operations/replicas.js +133 -0
- package/dist/browser/operations/replicas.js.map +1 -0
- package/dist/browser/operations/servers.d.ts +193 -0
- package/dist/browser/operations/servers.d.ts.map +1 -0
- package/dist/browser/operations/servers.js +949 -0
- package/dist/browser/operations/servers.js.map +1 -0
- package/dist/browser/operations/serversMigration.d.ts +28 -0
- package/dist/browser/operations/serversMigration.d.ts.map +1 -0
- package/dist/browser/operations/serversMigration.js +113 -0
- package/dist/browser/operations/serversMigration.js.map +1 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js.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 +467 -0
- package/dist/commonjs/operations/configurations.js.map +1 -0
- package/dist/commonjs/operations/databases.d.ts +81 -0
- package/dist/commonjs/operations/databases.d.ts.map +1 -0
- package/dist/commonjs/operations/databases.js +352 -0
- package/dist/commonjs/operations/databases.js.map +1 -0
- package/dist/commonjs/operations/firewallRules.d.ts +81 -0
- package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operations/firewallRules.js +352 -0
- package/dist/commonjs/operations/firewallRules.js.map +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js +52 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +24 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +34 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilities.js +133 -0
- package/dist/commonjs/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.js +163 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/commonjs/operations/logFiles.d.ts +38 -0
- package/dist/commonjs/operations/logFiles.d.ts.map +1 -0
- package/dist/commonjs/operations/logFiles.js +138 -0
- package/dist/commonjs/operations/logFiles.js.map +1 -0
- package/dist/commonjs/operations/longRunningBackup.d.ts +30 -0
- package/dist/commonjs/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/commonjs/operations/longRunningBackup.js +123 -0
- package/dist/commonjs/operations/longRunningBackup.js.map +1 -0
- package/dist/commonjs/operations/longRunningBackups.d.ts +46 -0
- package/dist/commonjs/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/commonjs/operations/longRunningBackups.js +170 -0
- package/dist/commonjs/operations/longRunningBackups.js.map +1 -0
- package/dist/commonjs/operations/maintenances.d.ts +63 -0
- package/dist/commonjs/operations/maintenances.d.ts.map +1 -0
- package/dist/commonjs/operations/maintenances.js +263 -0
- package/dist/commonjs/operations/maintenances.js.map +1 -0
- package/dist/commonjs/operations/operationProgress.d.ts +20 -0
- package/dist/commonjs/operations/operationProgress.d.ts.map +1 -0
- package/dist/commonjs/operations/operationProgress.js +59 -0
- package/dist/commonjs/operations/operationProgress.js.map +1 -0
- package/dist/commonjs/operations/operationResults.d.ts +20 -0
- package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operations/operationResults.js +59 -0
- package/dist/commonjs/operations/operationResults.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/replicas.d.ts +38 -0
- package/dist/commonjs/operations/replicas.d.ts.map +1 -0
- package/dist/commonjs/operations/replicas.js +138 -0
- package/dist/commonjs/operations/replicas.js.map +1 -0
- package/dist/commonjs/operations/servers.d.ts +193 -0
- package/dist/commonjs/operations/servers.d.ts.map +1 -0
- package/dist/commonjs/operations/servers.js +954 -0
- package/dist/commonjs/operations/servers.js.map +1 -0
- package/dist/commonjs/operations/serversMigration.d.ts +28 -0
- package/dist/commonjs/operations/serversMigration.d.ts.map +1 -0
- package/dist/commonjs/operations/serversMigration.js +118 -0
- package/dist/commonjs/operations/serversMigration.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.js +10 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.js +10 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.js +10 -0
- package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.js +10 -0
- package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +10 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +34 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +10 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.js +10 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/logFiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.js +10 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.js +10 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenances.js +10 -0
- package/dist/commonjs/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicas.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts +157 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.js +10 -0
- package/dist/commonjs/operationsInterfaces/servers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.js +10 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2186 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +298 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +106 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2940 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +44 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +357 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.js +123 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.js +367 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operations/azureADAdministrators.d.ts +81 -0
- package/dist/esm/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/esm/operations/azureADAdministrators.js +348 -0
- package/dist/esm/operations/azureADAdministrators.js.map +1 -0
- package/dist/esm/operations/backupAndExport.d.ts +37 -0
- package/dist/esm/operations/backupAndExport.d.ts.map +1 -0
- package/dist/esm/operations/backupAndExport.js +147 -0
- package/dist/esm/operations/backupAndExport.js.map +1 -0
- package/dist/esm/operations/backups.d.ts +54 -0
- package/dist/esm/operations/backups.d.ts.map +1 -0
- package/dist/esm/operations/backups.js +197 -0
- package/dist/esm/operations/backups.js.map +1 -0
- package/dist/esm/operations/checkNameAvailability.d.ts +20 -0
- package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailability.js +55 -0
- package/dist/esm/operations/checkNameAvailability.js.map +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.js +50 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.js +55 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/esm/operations/configurations.d.ts +99 -0
- package/dist/esm/operations/configurations.d.ts.map +1 -0
- package/dist/esm/operations/configurations.js +462 -0
- package/dist/esm/operations/configurations.js.map +1 -0
- package/dist/esm/operations/databases.d.ts +81 -0
- package/dist/esm/operations/databases.d.ts.map +1 -0
- package/dist/esm/operations/databases.js +347 -0
- package/dist/esm/operations/databases.js.map +1 -0
- package/dist/esm/operations/firewallRules.d.ts +81 -0
- package/dist/esm/operations/firewallRules.d.ts.map +1 -0
- package/dist/esm/operations/firewallRules.js +347 -0
- package/dist/esm/operations/firewallRules.js.map +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js +47 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operations/index.d.ts +24 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +31 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/esm/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/esm/operations/locationBasedCapabilities.js +128 -0
- package/dist/esm/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/esm/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/esm/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/esm/operations/locationBasedCapabilitySet.js +158 -0
- package/dist/esm/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/esm/operations/logFiles.d.ts +38 -0
- package/dist/esm/operations/logFiles.d.ts.map +1 -0
- package/dist/esm/operations/logFiles.js +133 -0
- package/dist/esm/operations/logFiles.js.map +1 -0
- package/dist/esm/operations/longRunningBackup.d.ts +30 -0
- package/dist/esm/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/esm/operations/longRunningBackup.js +118 -0
- package/dist/esm/operations/longRunningBackup.js.map +1 -0
- package/dist/esm/operations/longRunningBackups.d.ts +46 -0
- package/dist/esm/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/esm/operations/longRunningBackups.js +165 -0
- package/dist/esm/operations/longRunningBackups.js.map +1 -0
- package/dist/esm/operations/maintenances.d.ts +63 -0
- package/dist/esm/operations/maintenances.d.ts.map +1 -0
- package/dist/esm/operations/maintenances.js +258 -0
- package/dist/esm/operations/maintenances.js.map +1 -0
- package/dist/esm/operations/operationProgress.d.ts +20 -0
- package/dist/esm/operations/operationProgress.d.ts.map +1 -0
- package/dist/esm/operations/operationProgress.js +54 -0
- package/dist/esm/operations/operationProgress.js.map +1 -0
- package/dist/esm/operations/operationResults.d.ts +20 -0
- package/dist/esm/operations/operationResults.d.ts.map +1 -0
- package/dist/esm/operations/operationResults.js +54 -0
- package/dist/esm/operations/operationResults.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/replicas.d.ts +38 -0
- package/dist/esm/operations/replicas.d.ts.map +1 -0
- package/dist/esm/operations/replicas.js +133 -0
- package/dist/esm/operations/replicas.js.map +1 -0
- package/dist/esm/operations/servers.d.ts +193 -0
- package/dist/esm/operations/servers.d.ts.map +1 -0
- package/dist/esm/operations/servers.js +949 -0
- package/dist/esm/operations/servers.js.map +1 -0
- package/dist/esm/operations/serversMigration.d.ts +28 -0
- package/dist/esm/operations/serversMigration.d.ts.map +1 -0
- package/dist/esm/operations/serversMigration.js +113 -0
- package/dist/esm/operations/serversMigration.js.map +1 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.js +9 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/esm/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/esm/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backupAndExport.js +9 -0
- package/dist/esm/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/esm/operationsInterfaces/backups.d.ts +29 -0
- package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backups.js +9 -0
- package/dist/esm/operationsInterfaces/backups.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +9 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.js +9 -0
- package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/databases.d.ts +56 -0
- package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databases.js +9 -0
- package/dist/esm/operationsInterfaces/databases.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
- package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +24 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +31 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/esm/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/esm/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/logFiles.js +9 -0
- package/dist/esm/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.js +9 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.js +9 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/esm/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/esm/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/maintenances.js +9 -0
- package/dist/esm/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationProgress.js +9 -0
- package/dist/esm/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.js +9 -0
- package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicas.js +9 -0
- package/dist/esm/operationsInterfaces/replicas.js.map +1 -0
- package/dist/esm/operationsInterfaces/servers.d.ts +157 -0
- package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/servers.js +9 -0
- package/dist/esm/operationsInterfaces/servers.js.map +1 -0
- package/dist/esm/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/esm/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serversMigration.js +9 -0
- package/dist/esm/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2186 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +298 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +106 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2940 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +44 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +357 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.js +123 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.js +367 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operations/azureADAdministrators.d.ts +81 -0
- package/dist/react-native/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/react-native/operations/azureADAdministrators.js +348 -0
- package/dist/react-native/operations/azureADAdministrators.js.map +1 -0
- package/dist/react-native/operations/backupAndExport.d.ts +37 -0
- package/dist/react-native/operations/backupAndExport.d.ts.map +1 -0
- package/dist/react-native/operations/backupAndExport.js +147 -0
- package/dist/react-native/operations/backupAndExport.js.map +1 -0
- package/dist/react-native/operations/backups.d.ts +54 -0
- package/dist/react-native/operations/backups.d.ts.map +1 -0
- package/dist/react-native/operations/backups.js +197 -0
- package/dist/react-native/operations/backups.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts +20 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.js +55 -0
- package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.js +50 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.js +55 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/react-native/operations/configurations.d.ts +99 -0
- package/dist/react-native/operations/configurations.d.ts.map +1 -0
- package/dist/react-native/operations/configurations.js +462 -0
- package/dist/react-native/operations/configurations.js.map +1 -0
- package/dist/react-native/operations/databases.d.ts +81 -0
- package/dist/react-native/operations/databases.d.ts.map +1 -0
- package/dist/react-native/operations/databases.js +347 -0
- package/dist/react-native/operations/databases.js.map +1 -0
- package/dist/react-native/operations/firewallRules.d.ts +81 -0
- package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operations/firewallRules.js +347 -0
- package/dist/react-native/operations/firewallRules.js.map +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js +47 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +24 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +31 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilities.js +128 -0
- package/dist/react-native/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.js +158 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/react-native/operations/logFiles.d.ts +38 -0
- package/dist/react-native/operations/logFiles.d.ts.map +1 -0
- package/dist/react-native/operations/logFiles.js +133 -0
- package/dist/react-native/operations/logFiles.js.map +1 -0
- package/dist/react-native/operations/longRunningBackup.d.ts +30 -0
- package/dist/react-native/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/react-native/operations/longRunningBackup.js +118 -0
- package/dist/react-native/operations/longRunningBackup.js.map +1 -0
- package/dist/react-native/operations/longRunningBackups.d.ts +46 -0
- package/dist/react-native/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/react-native/operations/longRunningBackups.js +165 -0
- package/dist/react-native/operations/longRunningBackups.js.map +1 -0
- package/dist/react-native/operations/maintenances.d.ts +63 -0
- package/dist/react-native/operations/maintenances.d.ts.map +1 -0
- package/dist/react-native/operations/maintenances.js +258 -0
- package/dist/react-native/operations/maintenances.js.map +1 -0
- package/dist/react-native/operations/operationProgress.d.ts +20 -0
- package/dist/react-native/operations/operationProgress.d.ts.map +1 -0
- package/dist/react-native/operations/operationProgress.js +54 -0
- package/dist/react-native/operations/operationProgress.js.map +1 -0
- package/dist/react-native/operations/operationResults.d.ts +20 -0
- package/dist/react-native/operations/operationResults.d.ts.map +1 -0
- package/dist/react-native/operations/operationResults.js +54 -0
- package/dist/react-native/operations/operationResults.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/replicas.d.ts +38 -0
- package/dist/react-native/operations/replicas.d.ts.map +1 -0
- package/dist/react-native/operations/replicas.js +133 -0
- package/dist/react-native/operations/replicas.js.map +1 -0
- package/dist/react-native/operations/servers.d.ts +193 -0
- package/dist/react-native/operations/servers.d.ts.map +1 -0
- package/dist/react-native/operations/servers.js +949 -0
- package/dist/react-native/operations/servers.js.map +1 -0
- package/dist/react-native/operations/serversMigration.d.ts +28 -0
- package/dist/react-native/operations/serversMigration.d.ts.map +1 -0
- package/dist/react-native/operations/serversMigration.js +113 -0
- package/dist/react-native/operations/serversMigration.js.map +1 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.js +9 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.js +9 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.js +9 -0
- package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +9 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.js +9 -0
- package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.js +9 -0
- package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +31 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/react-native/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/logFiles.js +9 -0
- package/dist/react-native/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.js +9 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.js +9 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenances.js +9 -0
- package/dist/react-native/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationProgress.js +9 -0
- package/dist/react-native/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
- package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicas.js +9 -0
- package/dist/react-native/operationsInterfaces/replicas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts +157 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.js +9 -0
- package/dist/react-native/operationsInterfaces/servers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serversMigration.js +9 -0
- package/dist/react-native/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +86 -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
package/src/models/index.ts
DELETED
|
@@ -1,2520 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
|
|
11
|
-
export type BackupStoreDetailsUnion =
|
|
12
|
-
| BackupStoreDetails
|
|
13
|
-
| FullBackupStoreDetails;
|
|
14
|
-
export type OperationProgressResponseTypeUnion =
|
|
15
|
-
| OperationProgressResponseType
|
|
16
|
-
| BackupAndExportResponseType
|
|
17
|
-
| ImportFromStorageResponseType;
|
|
18
|
-
|
|
19
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
20
|
-
export interface Resource {
|
|
21
|
-
/**
|
|
22
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
23
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
24
|
-
*/
|
|
25
|
-
readonly id?: string;
|
|
26
|
-
/**
|
|
27
|
-
* The name of the resource
|
|
28
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
29
|
-
*/
|
|
30
|
-
readonly name?: string;
|
|
31
|
-
/**
|
|
32
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
33
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
34
|
-
*/
|
|
35
|
-
readonly type?: string;
|
|
36
|
-
/**
|
|
37
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
38
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
39
|
-
*/
|
|
40
|
-
readonly systemData?: SystemData;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
44
|
-
export interface SystemData {
|
|
45
|
-
/** The identity that created the resource. */
|
|
46
|
-
createdBy?: string;
|
|
47
|
-
/** The type of identity that created the resource. */
|
|
48
|
-
createdByType?: CreatedByType;
|
|
49
|
-
/** The timestamp of resource creation (UTC). */
|
|
50
|
-
createdAt?: Date;
|
|
51
|
-
/** The identity that last modified the resource. */
|
|
52
|
-
lastModifiedBy?: string;
|
|
53
|
-
/** The type of identity that last modified the resource. */
|
|
54
|
-
lastModifiedByType?: CreatedByType;
|
|
55
|
-
/** The timestamp of resource last modification (UTC) */
|
|
56
|
-
lastModifiedAt?: Date;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
60
|
-
export interface ErrorResponse {
|
|
61
|
-
/** The error object. */
|
|
62
|
-
error?: ErrorDetail;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
/** The error detail. */
|
|
66
|
-
export interface ErrorDetail {
|
|
67
|
-
/**
|
|
68
|
-
* The error code.
|
|
69
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
70
|
-
*/
|
|
71
|
-
readonly code?: string;
|
|
72
|
-
/**
|
|
73
|
-
* The error message.
|
|
74
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
75
|
-
*/
|
|
76
|
-
readonly message?: string;
|
|
77
|
-
/**
|
|
78
|
-
* The error target.
|
|
79
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
80
|
-
*/
|
|
81
|
-
readonly target?: string;
|
|
82
|
-
/**
|
|
83
|
-
* The error details.
|
|
84
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
85
|
-
*/
|
|
86
|
-
readonly details?: ErrorDetail[];
|
|
87
|
-
/**
|
|
88
|
-
* The error additional info.
|
|
89
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
90
|
-
*/
|
|
91
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
/** The resource management error additional info. */
|
|
95
|
-
export interface ErrorAdditionalInfo {
|
|
96
|
-
/**
|
|
97
|
-
* The additional info type.
|
|
98
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
99
|
-
*/
|
|
100
|
-
readonly type?: string;
|
|
101
|
-
/**
|
|
102
|
-
* The additional info.
|
|
103
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
104
|
-
*/
|
|
105
|
-
readonly info?: Record<string, unknown>;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
/** A List of azure ad administrators. */
|
|
109
|
-
export interface AdministratorListResult {
|
|
110
|
-
/** The list of azure ad administrator of a server */
|
|
111
|
-
value?: AzureADAdministrator[];
|
|
112
|
-
/** The link used to get the next page of operations. */
|
|
113
|
-
nextLink?: string;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
/** A list of server backups. */
|
|
117
|
-
export interface ServerBackupListResult {
|
|
118
|
-
/** The list of backups of a server. */
|
|
119
|
-
value?: ServerBackup[];
|
|
120
|
-
/** The link used to get the next page of operations. */
|
|
121
|
-
nextLink?: string;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
/** Details about the target where the backup content will be stored. */
|
|
125
|
-
export interface BackupStoreDetails {
|
|
126
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
127
|
-
objectType: "FullBackupStoreDetails";
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
/** BackupRequestBase is the base for all backup request. */
|
|
131
|
-
export interface BackupRequestBase {
|
|
132
|
-
/** Backup Settings */
|
|
133
|
-
backupSettings: BackupSettings;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
/** Backup Settings */
|
|
137
|
-
export interface BackupSettings {
|
|
138
|
-
/** The name of the backup. */
|
|
139
|
-
backupName: string;
|
|
140
|
-
/** Backup Format for the current backup. (CollatedFormat is INTERNAL – DO NOT USE) */
|
|
141
|
-
backupFormat?: BackupFormat;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
/** Represents ValidateBackup API Response */
|
|
145
|
-
export interface ValidateBackupResponse {
|
|
146
|
-
/** Estimated no of storage containers required for resource data to be backed up. */
|
|
147
|
-
numberOfContainers?: number;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
/** A list of server backups. */
|
|
151
|
-
export interface ServerBackupV2ListResult {
|
|
152
|
-
/** The list of backups of a server. */
|
|
153
|
-
value?: ServerBackupV2[];
|
|
154
|
-
/** The link used to get the next page of operations. */
|
|
155
|
-
nextLink?: string;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
/** A list of server configurations to update. */
|
|
159
|
-
export interface ConfigurationListForBatchUpdate {
|
|
160
|
-
/** The list of server configurations. */
|
|
161
|
-
value?: ConfigurationForBatchUpdate[];
|
|
162
|
-
/** Whether to reset all server parameters to default. */
|
|
163
|
-
resetAllToDefault?: ResetAllToDefault;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
/** Represents a Configuration. */
|
|
167
|
-
export interface ConfigurationForBatchUpdate {
|
|
168
|
-
/** Name of the configuration. */
|
|
169
|
-
name?: string;
|
|
170
|
-
/** Value of the configuration. */
|
|
171
|
-
value?: string;
|
|
172
|
-
/** Source of the configuration. */
|
|
173
|
-
source?: string;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
/** A list of server configurations. */
|
|
177
|
-
export interface ConfigurationListResult {
|
|
178
|
-
/** The list of server configurations. */
|
|
179
|
-
value?: Configuration[];
|
|
180
|
-
/** The link used to get the next page of operations. */
|
|
181
|
-
nextLink?: string;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
/** A List of databases. */
|
|
185
|
-
export interface DatabaseListResult {
|
|
186
|
-
/** The list of databases housed in a server */
|
|
187
|
-
value?: Database[];
|
|
188
|
-
/** The link used to get the next page of operations. */
|
|
189
|
-
nextLink?: string;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
/** A list of firewall rules. */
|
|
193
|
-
export interface FirewallRuleListResult {
|
|
194
|
-
/** The list of firewall rules in a server. */
|
|
195
|
-
value?: FirewallRule[];
|
|
196
|
-
/** The link used to get the next page of operations. */
|
|
197
|
-
nextLink?: string;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
/** Properties to configure Identity for Bring your Own Keys */
|
|
201
|
-
export interface MySQLServerIdentity {
|
|
202
|
-
/**
|
|
203
|
-
* ObjectId from the KeyVault
|
|
204
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
205
|
-
*/
|
|
206
|
-
readonly principalId?: string;
|
|
207
|
-
/**
|
|
208
|
-
* TenantId from the KeyVault
|
|
209
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
210
|
-
*/
|
|
211
|
-
readonly tenantId?: string;
|
|
212
|
-
/** Type of managed service identity. */
|
|
213
|
-
type?: ManagedServiceIdentityType;
|
|
214
|
-
/** Metadata of user assigned identity. */
|
|
215
|
-
userAssignedIdentities?: { [propertyName: string]: Record<string, unknown> };
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
/** Billing information related properties of a server. */
|
|
219
|
-
export interface MySQLServerSku {
|
|
220
|
-
/** The name of the sku, e.g. Standard_D32s_v3. */
|
|
221
|
-
name: string;
|
|
222
|
-
/** The tier of the particular SKU, e.g. GeneralPurpose. */
|
|
223
|
-
tier: ServerSkuTier;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
/** The date encryption for cmk. */
|
|
227
|
-
export interface DataEncryption {
|
|
228
|
-
/** Primary user identity resource id */
|
|
229
|
-
primaryUserAssignedIdentityId?: string;
|
|
230
|
-
/** Primary key uri */
|
|
231
|
-
primaryKeyURI?: string;
|
|
232
|
-
/** Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup */
|
|
233
|
-
geoBackupUserAssignedIdentityId?: string;
|
|
234
|
-
/** Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup */
|
|
235
|
-
geoBackupKeyURI?: string;
|
|
236
|
-
/** The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk. */
|
|
237
|
-
type?: DataEncryptionType;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
/** Storage Profile properties of a server */
|
|
241
|
-
export interface Storage {
|
|
242
|
-
/** Max storage size allowed for a server. */
|
|
243
|
-
storageSizeGB?: number;
|
|
244
|
-
/** Storage IOPS for a server. */
|
|
245
|
-
iops?: number;
|
|
246
|
-
/** Enable Storage Auto Grow or not. */
|
|
247
|
-
autoGrow?: EnableStatusEnum;
|
|
248
|
-
/** Enable Log On Disk or not. */
|
|
249
|
-
logOnDisk?: EnableStatusEnum;
|
|
250
|
-
/**
|
|
251
|
-
* The sku name of the server storage.
|
|
252
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
253
|
-
*/
|
|
254
|
-
readonly storageSku?: string;
|
|
255
|
-
/** Enable IO Auto Scaling or not. */
|
|
256
|
-
autoIoScaling?: EnableStatusEnum;
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
/** Storage Profile properties of a server */
|
|
260
|
-
export interface Backup {
|
|
261
|
-
/** Backup retention days for the server. */
|
|
262
|
-
backupRetentionDays?: number;
|
|
263
|
-
/** Backup interval hours for the server. */
|
|
264
|
-
backupIntervalHours?: number;
|
|
265
|
-
/** Whether or not geo redundant backup is enabled. */
|
|
266
|
-
geoRedundantBackup?: EnableStatusEnum;
|
|
267
|
-
/**
|
|
268
|
-
* Earliest restore point creation time (ISO8601 format)
|
|
269
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
270
|
-
*/
|
|
271
|
-
readonly earliestRestoreDate?: Date;
|
|
272
|
-
}
|
|
273
|
-
|
|
274
|
-
/** High availability properties of a server */
|
|
275
|
-
export interface HighAvailability {
|
|
276
|
-
/** High availability mode for a server. */
|
|
277
|
-
mode?: HighAvailabilityMode;
|
|
278
|
-
/**
|
|
279
|
-
* The state of server high availability.
|
|
280
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
281
|
-
*/
|
|
282
|
-
readonly state?: HighAvailabilityState;
|
|
283
|
-
/** Availability zone of the standby server. */
|
|
284
|
-
standbyAvailabilityZone?: string;
|
|
285
|
-
}
|
|
286
|
-
|
|
287
|
-
/** Network related properties of a server */
|
|
288
|
-
export interface Network {
|
|
289
|
-
/** Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration. */
|
|
290
|
-
publicNetworkAccess?: EnableStatusEnum;
|
|
291
|
-
/** Delegated subnet resource id used to setup vnet for a server. */
|
|
292
|
-
delegatedSubnetResourceId?: string;
|
|
293
|
-
/** Private DNS zone resource id. */
|
|
294
|
-
privateDnsZoneResourceId?: string;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
/** The private endpoint resource. */
|
|
298
|
-
export interface PrivateEndpoint {
|
|
299
|
-
/**
|
|
300
|
-
* The ARM identifier for private endpoint.
|
|
301
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
302
|
-
*/
|
|
303
|
-
readonly id?: string;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
307
|
-
export interface PrivateLinkServiceConnectionState {
|
|
308
|
-
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
309
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
310
|
-
/** The reason for approval/rejection of the connection. */
|
|
311
|
-
description?: string;
|
|
312
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
313
|
-
actionsRequired?: string;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
/** Maintenance window of a server. */
|
|
317
|
-
export interface MaintenanceWindow {
|
|
318
|
-
/** indicates whether custom window is enabled or disabled */
|
|
319
|
-
customWindow?: string;
|
|
320
|
-
/** start hour for maintenance window */
|
|
321
|
-
startHour?: number;
|
|
322
|
-
/** start minute for maintenance window */
|
|
323
|
-
startMinute?: number;
|
|
324
|
-
/** day of week for maintenance window */
|
|
325
|
-
dayOfWeek?: number;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
/** Import source related properties. */
|
|
329
|
-
export interface ImportSourceProperties {
|
|
330
|
-
/** Storage type of import source. */
|
|
331
|
-
storageType?: ImportSourceStorageType;
|
|
332
|
-
/** Uri of the import source storage. */
|
|
333
|
-
storageUrl?: string;
|
|
334
|
-
/** Sas token for accessing source storage. Read and list permissions are required for sas token. */
|
|
335
|
-
sasToken?: string;
|
|
336
|
-
/** Relative path of data directory in storage. */
|
|
337
|
-
dataDirPath?: string;
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
/** Parameters allowed to update for a server. */
|
|
341
|
-
export interface ServerForUpdate {
|
|
342
|
-
/** The cmk identity for the server. */
|
|
343
|
-
identity?: MySQLServerIdentity;
|
|
344
|
-
/** The SKU (pricing tier) of the server. */
|
|
345
|
-
sku?: MySQLServerSku;
|
|
346
|
-
/** Application-specific metadata in the form of key-value pairs. */
|
|
347
|
-
tags?: { [propertyName: string]: string };
|
|
348
|
-
/**
|
|
349
|
-
* The password of the administrator login.
|
|
350
|
-
* This value contains a credential. Consider obscuring before showing to users
|
|
351
|
-
*/
|
|
352
|
-
administratorLoginPassword?: string;
|
|
353
|
-
/** Server version. */
|
|
354
|
-
version?: ServerVersion;
|
|
355
|
-
/** Storage related properties of a server. */
|
|
356
|
-
storage?: Storage;
|
|
357
|
-
/** Backup related properties of a server. */
|
|
358
|
-
backup?: Backup;
|
|
359
|
-
/** High availability related properties of a server. */
|
|
360
|
-
highAvailability?: HighAvailability;
|
|
361
|
-
/** Maintenance window of a server. */
|
|
362
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
363
|
-
/** The replication role of the server. */
|
|
364
|
-
replicationRole?: ReplicationRole;
|
|
365
|
-
/** The Data Encryption for CMK. */
|
|
366
|
-
dataEncryption?: DataEncryption;
|
|
367
|
-
/** Network related properties of a server */
|
|
368
|
-
network?: Network;
|
|
369
|
-
}
|
|
370
|
-
|
|
371
|
-
/** A list of servers. */
|
|
372
|
-
export interface ServerListResult {
|
|
373
|
-
/** The list of servers */
|
|
374
|
-
value?: Server[];
|
|
375
|
-
/** The link used to get the next page of operations. */
|
|
376
|
-
nextLink?: string;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
/** High availability validation properties of a server */
|
|
380
|
-
export interface HighAvailabilityValidationEstimation {
|
|
381
|
-
/**
|
|
382
|
-
* Estimated seconds of downtime for the deployment.
|
|
383
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
384
|
-
*/
|
|
385
|
-
readonly estimatedDowntime?: number;
|
|
386
|
-
/**
|
|
387
|
-
* Scheduled Availability zone of the standby server.
|
|
388
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
389
|
-
*/
|
|
390
|
-
readonly scheduledStandbyAvailabilityZone?: string;
|
|
391
|
-
/** Expected Availability zone of the standby server. */
|
|
392
|
-
expectedStandbyAvailabilityZone?: string;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
/** Server restart parameters. */
|
|
396
|
-
export interface ServerRestartParameter {
|
|
397
|
-
/** Whether or not failover to standby server when restarting a server with high availability enabled. */
|
|
398
|
-
restartWithFailover?: EnableStatusEnum;
|
|
399
|
-
/** The maximum allowed failover time in seconds. */
|
|
400
|
-
maxFailoverSeconds?: number;
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
/** Server Gtid set parameters. */
|
|
404
|
-
export interface ServerGtidSetParameter {
|
|
405
|
-
/** The Gtid set of server. */
|
|
406
|
-
gtidSet?: string;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
/** Parameters allowed to update advanced threat protection for a server. */
|
|
410
|
-
export interface AdvancedThreatProtectionForUpdate {
|
|
411
|
-
/** Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server. */
|
|
412
|
-
state?: AdvancedThreatProtectionState;
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
/** A list of the server's Advanced Threat Protection configurations. */
|
|
416
|
-
export interface AdvancedThreatProtectionListResult {
|
|
417
|
-
/**
|
|
418
|
-
* Array of results.
|
|
419
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
420
|
-
*/
|
|
421
|
-
readonly value?: AdvancedThreatProtection[];
|
|
422
|
-
/**
|
|
423
|
-
* Link to retrieve next page of results.
|
|
424
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
425
|
-
*/
|
|
426
|
-
readonly nextLink?: string;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
/** A List of logFiles. */
|
|
430
|
-
export interface LogFileListResult {
|
|
431
|
-
/** The list of logFiles in a server */
|
|
432
|
-
value?: LogFile[];
|
|
433
|
-
/** The link used to get the next page of operations. */
|
|
434
|
-
nextLink?: string;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
/** location capability */
|
|
438
|
-
export interface CapabilitiesListResult {
|
|
439
|
-
/**
|
|
440
|
-
* A list of supported capabilities.
|
|
441
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
442
|
-
*/
|
|
443
|
-
readonly value?: CapabilityProperties[];
|
|
444
|
-
/**
|
|
445
|
-
* Link to retrieve next page of results.
|
|
446
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
447
|
-
*/
|
|
448
|
-
readonly nextLink?: string;
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
/** Location capabilities. */
|
|
452
|
-
export interface CapabilityProperties {
|
|
453
|
-
/**
|
|
454
|
-
* zone name
|
|
455
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
456
|
-
*/
|
|
457
|
-
readonly zone?: string;
|
|
458
|
-
/**
|
|
459
|
-
* Supported high availability mode
|
|
460
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
461
|
-
*/
|
|
462
|
-
readonly supportedHAMode?: string[];
|
|
463
|
-
/**
|
|
464
|
-
* supported geo backup regions
|
|
465
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
466
|
-
*/
|
|
467
|
-
readonly supportedGeoBackupRegions?: string[];
|
|
468
|
-
/**
|
|
469
|
-
* A list of supported flexible server editions.
|
|
470
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
471
|
-
*/
|
|
472
|
-
readonly supportedFlexibleServerEditions?: ServerEditionCapability[];
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
/** Server edition capabilities. */
|
|
476
|
-
export interface ServerEditionCapability {
|
|
477
|
-
/**
|
|
478
|
-
* Server edition name
|
|
479
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
480
|
-
*/
|
|
481
|
-
readonly name?: string;
|
|
482
|
-
/**
|
|
483
|
-
* A list of supported storage editions
|
|
484
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
485
|
-
*/
|
|
486
|
-
readonly supportedStorageEditions?: StorageEditionCapability[];
|
|
487
|
-
/**
|
|
488
|
-
* A list of supported server versions.
|
|
489
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
490
|
-
*/
|
|
491
|
-
readonly supportedServerVersions?: ServerVersionCapability[];
|
|
492
|
-
}
|
|
493
|
-
|
|
494
|
-
/** storage edition capability */
|
|
495
|
-
export interface StorageEditionCapability {
|
|
496
|
-
/**
|
|
497
|
-
* storage edition name
|
|
498
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
499
|
-
*/
|
|
500
|
-
readonly name?: string;
|
|
501
|
-
/**
|
|
502
|
-
* The minimal supported storage size.
|
|
503
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
504
|
-
*/
|
|
505
|
-
readonly minStorageSize?: number;
|
|
506
|
-
/**
|
|
507
|
-
* The maximum supported storage size.
|
|
508
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
509
|
-
*/
|
|
510
|
-
readonly maxStorageSize?: number;
|
|
511
|
-
/**
|
|
512
|
-
* Minimal backup retention days
|
|
513
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
514
|
-
*/
|
|
515
|
-
readonly minBackupRetentionDays?: number;
|
|
516
|
-
/**
|
|
517
|
-
* Maximum backup retention days
|
|
518
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
519
|
-
*/
|
|
520
|
-
readonly maxBackupRetentionDays?: number;
|
|
521
|
-
/**
|
|
522
|
-
* Minimal backup interval hours
|
|
523
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
524
|
-
*/
|
|
525
|
-
readonly minBackupIntervalHours?: number;
|
|
526
|
-
/**
|
|
527
|
-
* Maximum backup interval hours
|
|
528
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
529
|
-
*/
|
|
530
|
-
readonly maxBackupIntervalHours?: number;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
/** Server version capabilities. */
|
|
534
|
-
export interface ServerVersionCapability {
|
|
535
|
-
/**
|
|
536
|
-
* server version
|
|
537
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
538
|
-
*/
|
|
539
|
-
readonly name?: string;
|
|
540
|
-
/**
|
|
541
|
-
* A list of supported Skus
|
|
542
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
543
|
-
*/
|
|
544
|
-
readonly supportedSkus?: SkuCapability[];
|
|
545
|
-
}
|
|
546
|
-
|
|
547
|
-
/** Sku capability */
|
|
548
|
-
export interface SkuCapability {
|
|
549
|
-
/**
|
|
550
|
-
* vCore name
|
|
551
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
552
|
-
*/
|
|
553
|
-
readonly name?: string;
|
|
554
|
-
/**
|
|
555
|
-
* supported vCores
|
|
556
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
557
|
-
*/
|
|
558
|
-
readonly vCores?: number;
|
|
559
|
-
/**
|
|
560
|
-
* supported IOPS
|
|
561
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
562
|
-
*/
|
|
563
|
-
readonly supportedIops?: number;
|
|
564
|
-
/**
|
|
565
|
-
* supported memory per vCore in MB
|
|
566
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
567
|
-
*/
|
|
568
|
-
readonly supportedMemoryPerVCoreMB?: number;
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
/** location capability set */
|
|
572
|
-
export interface CapabilitySetsList {
|
|
573
|
-
/**
|
|
574
|
-
* A list of supported capability sets.
|
|
575
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
576
|
-
*/
|
|
577
|
-
readonly value?: Capability[];
|
|
578
|
-
/**
|
|
579
|
-
* Link to retrieve next page of results.
|
|
580
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
581
|
-
*/
|
|
582
|
-
readonly nextLink?: string;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
/** Server edition capabilities. */
|
|
586
|
-
export interface ServerEditionCapabilityV2 {
|
|
587
|
-
/**
|
|
588
|
-
* Server edition name
|
|
589
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
590
|
-
*/
|
|
591
|
-
readonly name?: string;
|
|
592
|
-
/**
|
|
593
|
-
* Default Sku name
|
|
594
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
595
|
-
*/
|
|
596
|
-
readonly defaultSku?: string;
|
|
597
|
-
/**
|
|
598
|
-
* Default storage size
|
|
599
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
600
|
-
*/
|
|
601
|
-
readonly defaultStorageSize?: number;
|
|
602
|
-
/**
|
|
603
|
-
* A list of supported storage editions
|
|
604
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
605
|
-
*/
|
|
606
|
-
readonly supportedStorageEditions?: StorageEditionCapability[];
|
|
607
|
-
/**
|
|
608
|
-
* A list of supported Skus
|
|
609
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
610
|
-
*/
|
|
611
|
-
readonly supportedSkus?: SkuCapabilityV2[];
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
/** Sku capability */
|
|
615
|
-
export interface SkuCapabilityV2 {
|
|
616
|
-
/**
|
|
617
|
-
* vCore name
|
|
618
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
619
|
-
*/
|
|
620
|
-
readonly name?: string;
|
|
621
|
-
/**
|
|
622
|
-
* supported vCores
|
|
623
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
624
|
-
*/
|
|
625
|
-
readonly vCores?: number;
|
|
626
|
-
/**
|
|
627
|
-
* supported IOPS
|
|
628
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
629
|
-
*/
|
|
630
|
-
readonly supportedIops?: number;
|
|
631
|
-
/**
|
|
632
|
-
* supported memory per vCore in MB
|
|
633
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
634
|
-
*/
|
|
635
|
-
readonly supportedMemoryPerVCoreMB?: number;
|
|
636
|
-
/**
|
|
637
|
-
* Supported zones
|
|
638
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
639
|
-
*/
|
|
640
|
-
readonly supportedZones?: string[];
|
|
641
|
-
/**
|
|
642
|
-
* Supported high availability mode
|
|
643
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
644
|
-
*/
|
|
645
|
-
readonly supportedHAMode?: string[];
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
/** Server version capabilities. */
|
|
649
|
-
export interface ServerVersionCapabilityV2 {
|
|
650
|
-
/**
|
|
651
|
-
* server version
|
|
652
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
653
|
-
*/
|
|
654
|
-
readonly name?: string;
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
/** Virtual network subnet usage parameter */
|
|
658
|
-
export interface VirtualNetworkSubnetUsageParameter {
|
|
659
|
-
/** Virtual network resource id. */
|
|
660
|
-
virtualNetworkResourceId?: string;
|
|
661
|
-
}
|
|
662
|
-
|
|
663
|
-
/** Virtual network subnet usage data. */
|
|
664
|
-
export interface VirtualNetworkSubnetUsageResult {
|
|
665
|
-
/**
|
|
666
|
-
* The location name.
|
|
667
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
668
|
-
*/
|
|
669
|
-
readonly location?: string;
|
|
670
|
-
/**
|
|
671
|
-
* The subscription id.
|
|
672
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
673
|
-
*/
|
|
674
|
-
readonly subscriptionId?: string;
|
|
675
|
-
/**
|
|
676
|
-
* A list of delegated subnet usage
|
|
677
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
678
|
-
*/
|
|
679
|
-
readonly delegatedSubnetsUsage?: DelegatedSubnetUsage[];
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
/** Delegated subnet usage data. */
|
|
683
|
-
export interface DelegatedSubnetUsage {
|
|
684
|
-
/**
|
|
685
|
-
* name of the subnet
|
|
686
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
687
|
-
*/
|
|
688
|
-
readonly subnetName?: string;
|
|
689
|
-
/**
|
|
690
|
-
* Number of used delegated subnets
|
|
691
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
692
|
-
*/
|
|
693
|
-
readonly usage?: number;
|
|
694
|
-
}
|
|
695
|
-
|
|
696
|
-
/** Request from client to check resource name availability. */
|
|
697
|
-
export interface NameAvailabilityRequest {
|
|
698
|
-
/** Resource name to verify. */
|
|
699
|
-
name: string;
|
|
700
|
-
/** Resource type used for verification. */
|
|
701
|
-
type?: string;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
/** Represents a resource name availability. */
|
|
705
|
-
export interface NameAvailability {
|
|
706
|
-
/** Error Message. */
|
|
707
|
-
message?: string;
|
|
708
|
-
/** Indicates whether the resource name is available. */
|
|
709
|
-
nameAvailable?: boolean;
|
|
710
|
-
/** Reason for name being unavailable. */
|
|
711
|
-
reason?: string;
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
/** The current status of an async operation. */
|
|
715
|
-
export interface OperationStatusResult {
|
|
716
|
-
/** Fully qualified ID for the async operation. */
|
|
717
|
-
id?: string;
|
|
718
|
-
/**
|
|
719
|
-
* Fully qualified ID of the resource against which the original async operation was started.
|
|
720
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
721
|
-
*/
|
|
722
|
-
readonly resourceId?: string;
|
|
723
|
-
/** Name of the async operation. */
|
|
724
|
-
name?: string;
|
|
725
|
-
/** Operation status. */
|
|
726
|
-
status: string;
|
|
727
|
-
/** Percent of the operation that is complete. */
|
|
728
|
-
percentComplete?: number;
|
|
729
|
-
/** The start time of the operation. */
|
|
730
|
-
startTime?: Date;
|
|
731
|
-
/** The end time of the operation. */
|
|
732
|
-
endTime?: Date;
|
|
733
|
-
/** The operations list. */
|
|
734
|
-
operations?: OperationStatusResult[];
|
|
735
|
-
/** If present, details of the operation error. */
|
|
736
|
-
error?: ErrorDetail;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
/** Represents the response properties specific to the operation */
|
|
740
|
-
export interface OperationProgressResponseType {
|
|
741
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
742
|
-
objectType: "BackupAndExportResponse" | "ImportFromStorageResponse";
|
|
743
|
-
}
|
|
744
|
-
|
|
745
|
-
/** The response of get private dns zone suffix. */
|
|
746
|
-
export interface GetPrivateDnsZoneSuffixResponse {
|
|
747
|
-
/** Represents the private DNS zone suffix. */
|
|
748
|
-
privateDnsZoneSuffix?: string;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
/** A list of resource provider operations. */
|
|
752
|
-
export interface OperationListResult {
|
|
753
|
-
/** Collection of available operation details */
|
|
754
|
-
value?: Operation[];
|
|
755
|
-
/** URL client should use to fetch the next page (per server side paging). */
|
|
756
|
-
nextLink?: string;
|
|
757
|
-
}
|
|
758
|
-
|
|
759
|
-
/** REST API operation definition. */
|
|
760
|
-
export interface Operation {
|
|
761
|
-
/** The name of the operation being performed on this particular object. */
|
|
762
|
-
name?: string;
|
|
763
|
-
/** The localized display information for this particular operation or action. */
|
|
764
|
-
display?: OperationDisplay;
|
|
765
|
-
/** The intended executor of the operation. */
|
|
766
|
-
origin?: string;
|
|
767
|
-
/** Additional descriptions for the operation. */
|
|
768
|
-
properties?: { [propertyName: string]: Record<string, unknown> };
|
|
769
|
-
}
|
|
770
|
-
|
|
771
|
-
/** Display metadata associated with the operation. */
|
|
772
|
-
export interface OperationDisplay {
|
|
773
|
-
/** Operation resource provider name. */
|
|
774
|
-
provider?: string;
|
|
775
|
-
/** Resource on which the operation is performed. */
|
|
776
|
-
resource?: string;
|
|
777
|
-
/** Localized friendly name for the operation. */
|
|
778
|
-
operation?: string;
|
|
779
|
-
/** Operation description. */
|
|
780
|
-
description?: string;
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
/** Represents a maintenance update parameter. */
|
|
784
|
-
export interface MaintenanceUpdate {
|
|
785
|
-
/** The start time for a maintenance. */
|
|
786
|
-
maintenanceStartTime?: Date;
|
|
787
|
-
}
|
|
788
|
-
|
|
789
|
-
/** A list of maintenances. */
|
|
790
|
-
export interface MaintenanceListResult {
|
|
791
|
-
/** The list of maintenances in a server. */
|
|
792
|
-
value?: Maintenance[];
|
|
793
|
-
/** The link used to get the next page of operations. */
|
|
794
|
-
nextLink?: string;
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
/** Metadata of user assigned identity. */
|
|
798
|
-
export interface UserAssignedIdentity {
|
|
799
|
-
/**
|
|
800
|
-
* Principal Id of user assigned identity
|
|
801
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
802
|
-
*/
|
|
803
|
-
readonly principalId?: string;
|
|
804
|
-
/**
|
|
805
|
-
* Client Id of user assigned identity
|
|
806
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
807
|
-
*/
|
|
808
|
-
readonly clientId?: string;
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
812
|
-
export interface ProxyResource extends Resource {}
|
|
813
|
-
|
|
814
|
-
/** The private endpoint connection resource. */
|
|
815
|
-
export interface PrivateEndpointConnection extends Resource {
|
|
816
|
-
/**
|
|
817
|
-
* The group ids for the private endpoint resource.
|
|
818
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
819
|
-
*/
|
|
820
|
-
readonly groupIds?: string[];
|
|
821
|
-
/** The private endpoint resource. */
|
|
822
|
-
privateEndpoint?: PrivateEndpoint;
|
|
823
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
824
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
825
|
-
/**
|
|
826
|
-
* The provisioning state of the private endpoint connection resource.
|
|
827
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
828
|
-
*/
|
|
829
|
-
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
833
|
-
export interface TrackedResource extends Resource {
|
|
834
|
-
/** Resource tags. */
|
|
835
|
-
tags?: { [propertyName: string]: string };
|
|
836
|
-
/** The geo-location where the resource lives */
|
|
837
|
-
location: string;
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
/** Represents BackupAndExport API Response */
|
|
841
|
-
export interface BackupAndExportResponse extends ProxyResource, ErrorResponse {
|
|
842
|
-
/** The operation status */
|
|
843
|
-
status?: OperationStatus;
|
|
844
|
-
/** Start time */
|
|
845
|
-
startTime?: Date;
|
|
846
|
-
/** End time */
|
|
847
|
-
endTime?: Date;
|
|
848
|
-
/** Operation progress (0-100). */
|
|
849
|
-
percentComplete?: number;
|
|
850
|
-
/** Size of datasource in bytes */
|
|
851
|
-
datasourceSizeInBytes?: number;
|
|
852
|
-
/** Data transferred in bytes */
|
|
853
|
-
dataTransferredInBytes?: number;
|
|
854
|
-
/** Metadata related to backup to be stored for restoring resource in key-value pairs. */
|
|
855
|
-
backupMetadata?: string;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
/** FullBackupStoreDetails is used for scenarios where backup data is streamed/copied over to a storage destination. */
|
|
859
|
-
export interface FullBackupStoreDetails extends BackupStoreDetails {
|
|
860
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
861
|
-
objectType: "FullBackupStoreDetails";
|
|
862
|
-
/** SASUriList of storage containers where backup data is to be streamed/copied. */
|
|
863
|
-
sasUriList: string[];
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
/** BackupAndExport API Request */
|
|
867
|
-
export interface BackupAndExportRequest extends BackupRequestBase {
|
|
868
|
-
/** Backup Target Store Details */
|
|
869
|
-
targetDetails: BackupStoreDetailsUnion;
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
/** Represents Operation Results API Response */
|
|
873
|
-
export interface OperationStatusExtendedResult extends OperationStatusResult {
|
|
874
|
-
/** The extended properties of Operation Results */
|
|
875
|
-
properties?: { [propertyName: string]: any };
|
|
876
|
-
}
|
|
877
|
-
|
|
878
|
-
/** Represents Operation Results API Response */
|
|
879
|
-
export interface OperationProgressResult extends OperationStatusResult {
|
|
880
|
-
/** Identifies the type of source operation */
|
|
881
|
-
objectType?: ObjectType;
|
|
882
|
-
}
|
|
883
|
-
|
|
884
|
-
/** BackupAndExport Response Properties */
|
|
885
|
-
export interface BackupAndExportResponseType
|
|
886
|
-
extends OperationProgressResponseType {
|
|
887
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
888
|
-
objectType: "BackupAndExportResponse";
|
|
889
|
-
/** Size of datasource in bytes */
|
|
890
|
-
datasourceSizeInBytes?: number;
|
|
891
|
-
/** Data transferred in bytes */
|
|
892
|
-
dataTransferredInBytes?: number;
|
|
893
|
-
/** Metadata related to backup to be stored for restoring resource in key-value pairs. */
|
|
894
|
-
backupMetadata?: string;
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
/** ImportFromStorage Response Properties */
|
|
898
|
-
export interface ImportFromStorageResponseType
|
|
899
|
-
extends OperationProgressResponseType {
|
|
900
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
901
|
-
objectType: "ImportFromStorageResponse";
|
|
902
|
-
/** The estimated time of operation completion. */
|
|
903
|
-
estimatedCompletionTime?: Date;
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
/** Represents a Administrator. */
|
|
907
|
-
export interface AzureADAdministrator extends ProxyResource {
|
|
908
|
-
/** Type of the sever administrator. */
|
|
909
|
-
administratorType?: AdministratorType;
|
|
910
|
-
/** Login name of the server administrator. */
|
|
911
|
-
login?: string;
|
|
912
|
-
/** SID (object ID) of the server administrator. */
|
|
913
|
-
sid?: string;
|
|
914
|
-
/** Tenant ID of the administrator. */
|
|
915
|
-
tenantId?: string;
|
|
916
|
-
/** The resource id of the identity used for AAD Authentication. */
|
|
917
|
-
identityResourceId?: string;
|
|
918
|
-
}
|
|
919
|
-
|
|
920
|
-
/** Server backup properties */
|
|
921
|
-
export interface ServerBackup extends ProxyResource {
|
|
922
|
-
/** Backup type. */
|
|
923
|
-
backupType?: string;
|
|
924
|
-
/** Backup completed time (ISO8601 format). */
|
|
925
|
-
completedTime?: Date;
|
|
926
|
-
/** Backup source */
|
|
927
|
-
source?: string;
|
|
928
|
-
}
|
|
929
|
-
|
|
930
|
-
/** Server backup properties */
|
|
931
|
-
export interface ServerBackupV2 extends ProxyResource {
|
|
932
|
-
/** Backup name */
|
|
933
|
-
backupNameV2?: string;
|
|
934
|
-
backupType?: BackupType;
|
|
935
|
-
/** Backup completed time (ISO8601 format). */
|
|
936
|
-
completedTime?: Date;
|
|
937
|
-
/** Backup source */
|
|
938
|
-
source?: string;
|
|
939
|
-
/**
|
|
940
|
-
* The provisioning state of backup resource.
|
|
941
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
942
|
-
*/
|
|
943
|
-
readonly provisioningState?: ProvisioningState;
|
|
944
|
-
}
|
|
945
|
-
|
|
946
|
-
/** Represents a Configuration. */
|
|
947
|
-
export interface Configuration extends ProxyResource {
|
|
948
|
-
/** Value of the configuration. */
|
|
949
|
-
value?: string;
|
|
950
|
-
/** Current value of the configuration. */
|
|
951
|
-
currentValue?: string;
|
|
952
|
-
/**
|
|
953
|
-
* Description of the configuration.
|
|
954
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
955
|
-
*/
|
|
956
|
-
readonly description?: string;
|
|
957
|
-
/**
|
|
958
|
-
* The link used to get the document from community or Azure site.
|
|
959
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
960
|
-
*/
|
|
961
|
-
readonly documentationLink?: string;
|
|
962
|
-
/**
|
|
963
|
-
* Default value of the configuration.
|
|
964
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
965
|
-
*/
|
|
966
|
-
readonly defaultValue?: string;
|
|
967
|
-
/**
|
|
968
|
-
* Data type of the configuration.
|
|
969
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
970
|
-
*/
|
|
971
|
-
readonly dataType?: string;
|
|
972
|
-
/**
|
|
973
|
-
* Allowed values of the configuration.
|
|
974
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
975
|
-
*/
|
|
976
|
-
readonly allowedValues?: string;
|
|
977
|
-
/** Source of the configuration. */
|
|
978
|
-
source?: ConfigurationSource;
|
|
979
|
-
/**
|
|
980
|
-
* If is the configuration read only.
|
|
981
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
982
|
-
*/
|
|
983
|
-
readonly isReadOnly?: IsReadOnly;
|
|
984
|
-
/**
|
|
985
|
-
* If is the configuration pending restart or not.
|
|
986
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
987
|
-
*/
|
|
988
|
-
readonly isConfigPendingRestart?: IsConfigPendingRestart;
|
|
989
|
-
/**
|
|
990
|
-
* If is the configuration dynamic.
|
|
991
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
992
|
-
*/
|
|
993
|
-
readonly isDynamicConfig?: IsDynamicConfig;
|
|
994
|
-
}
|
|
995
|
-
|
|
996
|
-
/** Represents a Database. */
|
|
997
|
-
export interface Database extends ProxyResource {
|
|
998
|
-
/** The charset of the database. */
|
|
999
|
-
charset?: string;
|
|
1000
|
-
/** The collation of the database. */
|
|
1001
|
-
collation?: string;
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
/** Represents a server firewall rule. */
|
|
1005
|
-
export interface FirewallRule extends ProxyResource {
|
|
1006
|
-
/** The start IP address of the server firewall rule. Must be IPv4 format. */
|
|
1007
|
-
startIpAddress: string;
|
|
1008
|
-
/** The end IP address of the server firewall rule. Must be IPv4 format. */
|
|
1009
|
-
endIpAddress: string;
|
|
1010
|
-
}
|
|
1011
|
-
|
|
1012
|
-
/** A server's Advanced Threat Protection. */
|
|
1013
|
-
export interface AdvancedThreatProtection extends ProxyResource {
|
|
1014
|
-
/**
|
|
1015
|
-
* Specifies the UTC creation time of the policy.
|
|
1016
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1017
|
-
*/
|
|
1018
|
-
readonly creationTime?: Date;
|
|
1019
|
-
/** Specifies the state of the Advanced Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific database or server. */
|
|
1020
|
-
state?: AdvancedThreatProtectionState;
|
|
1021
|
-
/**
|
|
1022
|
-
* Provisioning state of the Threat Protection.
|
|
1023
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1024
|
-
*/
|
|
1025
|
-
readonly provisioningState?: AdvancedThreatProtectionProvisioningState;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
/** Represents a logFile. */
|
|
1029
|
-
export interface LogFile extends ProxyResource {
|
|
1030
|
-
/** The size in kb of the logFile. */
|
|
1031
|
-
sizeInKB?: number;
|
|
1032
|
-
/** Creation timestamp of the log file. */
|
|
1033
|
-
createdTime?: Date;
|
|
1034
|
-
/** Type of the log file. */
|
|
1035
|
-
typePropertiesType?: string;
|
|
1036
|
-
/** Last modified timestamp of the log file. */
|
|
1037
|
-
lastModifiedTime?: Date;
|
|
1038
|
-
/** The url to download the log file from. */
|
|
1039
|
-
url?: string;
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
/** Represents a location capability set. */
|
|
1043
|
-
export interface Capability extends ProxyResource {
|
|
1044
|
-
/**
|
|
1045
|
-
* supported geo backup regions
|
|
1046
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1047
|
-
*/
|
|
1048
|
-
readonly supportedGeoBackupRegions?: string[];
|
|
1049
|
-
/**
|
|
1050
|
-
* A list of supported flexible server editions.
|
|
1051
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1052
|
-
*/
|
|
1053
|
-
readonly supportedFlexibleServerEditions?: ServerEditionCapabilityV2[];
|
|
1054
|
-
/**
|
|
1055
|
-
* A list of supported server versions.
|
|
1056
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1057
|
-
*/
|
|
1058
|
-
readonly supportedServerVersions?: ServerVersionCapabilityV2[];
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
/** Represents a maintenance. */
|
|
1062
|
-
export interface Maintenance extends ProxyResource {
|
|
1063
|
-
/**
|
|
1064
|
-
* A string defines maintenance type.
|
|
1065
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1066
|
-
*/
|
|
1067
|
-
readonly maintenanceType?: MaintenanceType;
|
|
1068
|
-
/**
|
|
1069
|
-
* A string describes the maintenance status
|
|
1070
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1071
|
-
*/
|
|
1072
|
-
readonly maintenanceState?: MaintenanceState;
|
|
1073
|
-
/** The start time for a maintenance. */
|
|
1074
|
-
maintenanceStartTime?: Date;
|
|
1075
|
-
/**
|
|
1076
|
-
* The end time for a maintenance.
|
|
1077
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1078
|
-
*/
|
|
1079
|
-
readonly maintenanceEndTime?: Date;
|
|
1080
|
-
/**
|
|
1081
|
-
* The start time for a maintenance execution.
|
|
1082
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1083
|
-
*/
|
|
1084
|
-
readonly maintenanceExecutionStartTime?: Date;
|
|
1085
|
-
/**
|
|
1086
|
-
* The end time for a maintenance execution.
|
|
1087
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1088
|
-
*/
|
|
1089
|
-
readonly maintenanceExecutionEndTime?: Date;
|
|
1090
|
-
/**
|
|
1091
|
-
* The min time the maintenance can be rescheduled.
|
|
1092
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1093
|
-
*/
|
|
1094
|
-
readonly maintenanceAvailableScheduleMinTime?: Date;
|
|
1095
|
-
/**
|
|
1096
|
-
* The max time the maintenance can be rescheduled.
|
|
1097
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1098
|
-
*/
|
|
1099
|
-
readonly maintenanceAvailableScheduleMaxTime?: Date;
|
|
1100
|
-
/**
|
|
1101
|
-
* The maintenance title.
|
|
1102
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1103
|
-
*/
|
|
1104
|
-
readonly maintenanceTitle?: string;
|
|
1105
|
-
/**
|
|
1106
|
-
* The maintenance description.
|
|
1107
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1108
|
-
*/
|
|
1109
|
-
readonly maintenanceDescription?: string;
|
|
1110
|
-
/**
|
|
1111
|
-
* Provisioning state of the Maintenance.
|
|
1112
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1113
|
-
*/
|
|
1114
|
-
readonly provisioningState?: MaintenanceProvisioningState;
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
/** Server backup properties */
|
|
1118
|
-
export interface Provisioning extends ProxyResource {
|
|
1119
|
-
/**
|
|
1120
|
-
* The provisioning state of backup resource.
|
|
1121
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1122
|
-
*/
|
|
1123
|
-
readonly provisioningState?: ProvisioningState;
|
|
1124
|
-
}
|
|
1125
|
-
|
|
1126
|
-
/** Represents a server. */
|
|
1127
|
-
export interface Server extends TrackedResource {
|
|
1128
|
-
/** The cmk identity for the server. */
|
|
1129
|
-
identity?: MySQLServerIdentity;
|
|
1130
|
-
/** The SKU (pricing tier) of the server. */
|
|
1131
|
-
sku?: MySQLServerSku;
|
|
1132
|
-
/** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). */
|
|
1133
|
-
administratorLogin?: string;
|
|
1134
|
-
/**
|
|
1135
|
-
* The password of the administrator login (required for server creation).
|
|
1136
|
-
* This value contains a credential. Consider obscuring before showing to users
|
|
1137
|
-
*/
|
|
1138
|
-
administratorLoginPassword?: string;
|
|
1139
|
-
/** Server version. */
|
|
1140
|
-
version?: ServerVersion;
|
|
1141
|
-
/** availability Zone information of the server. */
|
|
1142
|
-
availabilityZone?: string;
|
|
1143
|
-
/** The mode to create a new MySQL server. */
|
|
1144
|
-
createMode?: CreateMode;
|
|
1145
|
-
/** The source MySQL server id. */
|
|
1146
|
-
sourceServerResourceId?: string;
|
|
1147
|
-
/** Restore point creation time (ISO8601 format), specifying the time to restore from. */
|
|
1148
|
-
restorePointInTime?: Date;
|
|
1149
|
-
/** The replication role. */
|
|
1150
|
-
replicationRole?: ReplicationRole;
|
|
1151
|
-
/**
|
|
1152
|
-
* The maximum number of replicas that a primary server can have.
|
|
1153
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1154
|
-
*/
|
|
1155
|
-
readonly replicaCapacity?: number;
|
|
1156
|
-
/** The Data Encryption for CMK. */
|
|
1157
|
-
dataEncryption?: DataEncryption;
|
|
1158
|
-
/**
|
|
1159
|
-
* The state of a server.
|
|
1160
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1161
|
-
*/
|
|
1162
|
-
readonly state?: ServerState;
|
|
1163
|
-
/**
|
|
1164
|
-
* The fully qualified domain name of a server.
|
|
1165
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1166
|
-
*/
|
|
1167
|
-
readonly fullyQualifiedDomainName?: string;
|
|
1168
|
-
/** Storage related properties of a server. */
|
|
1169
|
-
storage?: Storage;
|
|
1170
|
-
/** Backup related properties of a server. */
|
|
1171
|
-
backup?: Backup;
|
|
1172
|
-
/** High availability related properties of a server. */
|
|
1173
|
-
highAvailability?: HighAvailability;
|
|
1174
|
-
/** Network related properties of a server. */
|
|
1175
|
-
network?: Network;
|
|
1176
|
-
/**
|
|
1177
|
-
* PrivateEndpointConnections related properties of a server.
|
|
1178
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1179
|
-
*/
|
|
1180
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
1181
|
-
/** Maintenance window of a server. */
|
|
1182
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
1183
|
-
/** Source properties for import from storage. */
|
|
1184
|
-
importSourceProperties?: ImportSourceProperties;
|
|
1185
|
-
}
|
|
1186
|
-
|
|
1187
|
-
/** Defines headers for BackupAndExport_create operation. */
|
|
1188
|
-
export interface BackupAndExportCreateHeaders {
|
|
1189
|
-
/** URL to retrieve the final result after operation completes. */
|
|
1190
|
-
location?: string;
|
|
1191
|
-
/** URL to query for status of the operation. */
|
|
1192
|
-
azureAsyncOperation?: string;
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
/** Defines headers for LongRunningBackup_create operation. */
|
|
1196
|
-
export interface LongRunningBackupCreateHeaders {
|
|
1197
|
-
/** URL to retrieve the final result after operation completes. */
|
|
1198
|
-
location?: string;
|
|
1199
|
-
/** URL to query for status of the operation. */
|
|
1200
|
-
azureAsyncOperation?: string;
|
|
1201
|
-
}
|
|
1202
|
-
|
|
1203
|
-
/** Defines headers for Configurations_createOrUpdate operation. */
|
|
1204
|
-
export interface ConfigurationsCreateOrUpdateHeaders {
|
|
1205
|
-
location?: string;
|
|
1206
|
-
}
|
|
1207
|
-
|
|
1208
|
-
/** Defines headers for Servers_create operation. */
|
|
1209
|
-
export interface ServersCreateHeaders {
|
|
1210
|
-
location?: string;
|
|
1211
|
-
}
|
|
1212
|
-
|
|
1213
|
-
/** Defines headers for Servers_update operation. */
|
|
1214
|
-
export interface ServersUpdateHeaders {
|
|
1215
|
-
location?: string;
|
|
1216
|
-
}
|
|
1217
|
-
|
|
1218
|
-
/** Defines headers for Servers_delete operation. */
|
|
1219
|
-
export interface ServersDeleteHeaders {
|
|
1220
|
-
location?: string;
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
/** Defines headers for Servers_failover operation. */
|
|
1224
|
-
export interface ServersFailoverHeaders {
|
|
1225
|
-
location?: string;
|
|
1226
|
-
}
|
|
1227
|
-
|
|
1228
|
-
/** Defines headers for Servers_restart operation. */
|
|
1229
|
-
export interface ServersRestartHeaders {
|
|
1230
|
-
location?: string;
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
/** Defines headers for Servers_start operation. */
|
|
1234
|
-
export interface ServersStartHeaders {
|
|
1235
|
-
location?: string;
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
/** Defines headers for Servers_stop operation. */
|
|
1239
|
-
export interface ServersStopHeaders {
|
|
1240
|
-
location?: string;
|
|
1241
|
-
}
|
|
1242
|
-
|
|
1243
|
-
/** Defines headers for Servers_resetGtid operation. */
|
|
1244
|
-
export interface ServersResetGtidHeaders {
|
|
1245
|
-
location?: string;
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
/** Defines headers for ServersMigration_cutoverMigration operation. */
|
|
1249
|
-
export interface ServersMigrationCutoverMigrationHeaders {
|
|
1250
|
-
/** URL to retrieve the final result after operation completes. */
|
|
1251
|
-
location?: string;
|
|
1252
|
-
/** URL to query for status of the operation. */
|
|
1253
|
-
azureAsyncOperation?: string;
|
|
1254
|
-
}
|
|
1255
|
-
|
|
1256
|
-
/** Defines headers for AdvancedThreatProtectionSettings_update operation. */
|
|
1257
|
-
export interface AdvancedThreatProtectionSettingsUpdateHeaders {
|
|
1258
|
-
/** URL to retrieve the final result after operation completes. */
|
|
1259
|
-
location?: string;
|
|
1260
|
-
/** URL to query for status of the operation. */
|
|
1261
|
-
azureAsyncOperation?: string;
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
/** Defines headers for AdvancedThreatProtectionSettings_updatePut operation. */
|
|
1265
|
-
export interface AdvancedThreatProtectionSettingsUpdatePutHeaders {
|
|
1266
|
-
/** URL to retrieve the final result after operation completes. */
|
|
1267
|
-
location?: string;
|
|
1268
|
-
/** URL to query for status of the operation. */
|
|
1269
|
-
azureAsyncOperation?: string;
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
/** Defines headers for Maintenances_update operation. */
|
|
1273
|
-
export interface MaintenancesUpdateHeaders {
|
|
1274
|
-
location?: string;
|
|
1275
|
-
}
|
|
1276
|
-
|
|
1277
|
-
/** Known values of {@link AdministratorName} that the service accepts. */
|
|
1278
|
-
export enum KnownAdministratorName {
|
|
1279
|
-
/** ActiveDirectory */
|
|
1280
|
-
ActiveDirectory = "ActiveDirectory",
|
|
1281
|
-
}
|
|
1282
|
-
|
|
1283
|
-
/**
|
|
1284
|
-
* Defines values for AdministratorName. \
|
|
1285
|
-
* {@link KnownAdministratorName} can be used interchangeably with AdministratorName,
|
|
1286
|
-
* this enum contains the known values that the service supports.
|
|
1287
|
-
* ### Known values supported by the service
|
|
1288
|
-
* **ActiveDirectory**
|
|
1289
|
-
*/
|
|
1290
|
-
export type AdministratorName = string;
|
|
1291
|
-
|
|
1292
|
-
/** Known values of {@link AdministratorType} that the service accepts. */
|
|
1293
|
-
export enum KnownAdministratorType {
|
|
1294
|
-
/** ActiveDirectory */
|
|
1295
|
-
ActiveDirectory = "ActiveDirectory",
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
/**
|
|
1299
|
-
* Defines values for AdministratorType. \
|
|
1300
|
-
* {@link KnownAdministratorType} can be used interchangeably with AdministratorType,
|
|
1301
|
-
* this enum contains the known values that the service supports.
|
|
1302
|
-
* ### Known values supported by the service
|
|
1303
|
-
* **ActiveDirectory**
|
|
1304
|
-
*/
|
|
1305
|
-
export type AdministratorType = string;
|
|
1306
|
-
|
|
1307
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1308
|
-
export enum KnownCreatedByType {
|
|
1309
|
-
/** User */
|
|
1310
|
-
User = "User",
|
|
1311
|
-
/** Application */
|
|
1312
|
-
Application = "Application",
|
|
1313
|
-
/** ManagedIdentity */
|
|
1314
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1315
|
-
/** Key */
|
|
1316
|
-
Key = "Key",
|
|
1317
|
-
}
|
|
1318
|
-
|
|
1319
|
-
/**
|
|
1320
|
-
* Defines values for CreatedByType. \
|
|
1321
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1322
|
-
* this enum contains the known values that the service supports.
|
|
1323
|
-
* ### Known values supported by the service
|
|
1324
|
-
* **User** \
|
|
1325
|
-
* **Application** \
|
|
1326
|
-
* **ManagedIdentity** \
|
|
1327
|
-
* **Key**
|
|
1328
|
-
*/
|
|
1329
|
-
export type CreatedByType = string;
|
|
1330
|
-
|
|
1331
|
-
/** Known values of {@link BackupFormat} that the service accepts. */
|
|
1332
|
-
export enum KnownBackupFormat {
|
|
1333
|
-
/** CollatedFormat */
|
|
1334
|
-
CollatedFormat = "CollatedFormat",
|
|
1335
|
-
/** Raw */
|
|
1336
|
-
Raw = "Raw",
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
/**
|
|
1340
|
-
* Defines values for BackupFormat. \
|
|
1341
|
-
* {@link KnownBackupFormat} can be used interchangeably with BackupFormat,
|
|
1342
|
-
* this enum contains the known values that the service supports.
|
|
1343
|
-
* ### Known values supported by the service
|
|
1344
|
-
* **CollatedFormat** \
|
|
1345
|
-
* **Raw**
|
|
1346
|
-
*/
|
|
1347
|
-
export type BackupFormat = string;
|
|
1348
|
-
|
|
1349
|
-
/** Known values of {@link BackupType} that the service accepts. */
|
|
1350
|
-
export enum KnownBackupType {
|
|
1351
|
-
/** Full */
|
|
1352
|
-
Full = "FULL",
|
|
1353
|
-
}
|
|
1354
|
-
|
|
1355
|
-
/**
|
|
1356
|
-
* Defines values for BackupType. \
|
|
1357
|
-
* {@link KnownBackupType} can be used interchangeably with BackupType,
|
|
1358
|
-
* this enum contains the known values that the service supports.
|
|
1359
|
-
* ### Known values supported by the service
|
|
1360
|
-
* **FULL**
|
|
1361
|
-
*/
|
|
1362
|
-
export type BackupType = string;
|
|
1363
|
-
|
|
1364
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
1365
|
-
export enum KnownProvisioningState {
|
|
1366
|
-
/** Succeeded */
|
|
1367
|
-
Succeeded = "Succeeded",
|
|
1368
|
-
/** Creating */
|
|
1369
|
-
Creating = "Creating",
|
|
1370
|
-
/** Deleting */
|
|
1371
|
-
Deleting = "Deleting",
|
|
1372
|
-
/** Failed */
|
|
1373
|
-
Failed = "Failed",
|
|
1374
|
-
/** Canceled */
|
|
1375
|
-
Canceled = "Canceled",
|
|
1376
|
-
}
|
|
1377
|
-
|
|
1378
|
-
/**
|
|
1379
|
-
* Defines values for ProvisioningState. \
|
|
1380
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
1381
|
-
* this enum contains the known values that the service supports.
|
|
1382
|
-
* ### Known values supported by the service
|
|
1383
|
-
* **Succeeded** \
|
|
1384
|
-
* **Creating** \
|
|
1385
|
-
* **Deleting** \
|
|
1386
|
-
* **Failed** \
|
|
1387
|
-
* **Canceled**
|
|
1388
|
-
*/
|
|
1389
|
-
export type ProvisioningState = string;
|
|
1390
|
-
|
|
1391
|
-
/** Known values of {@link ConfigurationSource} that the service accepts. */
|
|
1392
|
-
export enum KnownConfigurationSource {
|
|
1393
|
-
/** SystemDefault */
|
|
1394
|
-
SystemDefault = "system-default",
|
|
1395
|
-
/** UserOverride */
|
|
1396
|
-
UserOverride = "user-override",
|
|
1397
|
-
}
|
|
1398
|
-
|
|
1399
|
-
/**
|
|
1400
|
-
* Defines values for ConfigurationSource. \
|
|
1401
|
-
* {@link KnownConfigurationSource} can be used interchangeably with ConfigurationSource,
|
|
1402
|
-
* this enum contains the known values that the service supports.
|
|
1403
|
-
* ### Known values supported by the service
|
|
1404
|
-
* **system-default** \
|
|
1405
|
-
* **user-override**
|
|
1406
|
-
*/
|
|
1407
|
-
export type ConfigurationSource = string;
|
|
1408
|
-
|
|
1409
|
-
/** Known values of {@link IsReadOnly} that the service accepts. */
|
|
1410
|
-
export enum KnownIsReadOnly {
|
|
1411
|
-
/** True */
|
|
1412
|
-
True = "True",
|
|
1413
|
-
/** False */
|
|
1414
|
-
False = "False",
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1417
|
-
/**
|
|
1418
|
-
* Defines values for IsReadOnly. \
|
|
1419
|
-
* {@link KnownIsReadOnly} can be used interchangeably with IsReadOnly,
|
|
1420
|
-
* this enum contains the known values that the service supports.
|
|
1421
|
-
* ### Known values supported by the service
|
|
1422
|
-
* **True** \
|
|
1423
|
-
* **False**
|
|
1424
|
-
*/
|
|
1425
|
-
export type IsReadOnly = string;
|
|
1426
|
-
|
|
1427
|
-
/** Known values of {@link IsConfigPendingRestart} that the service accepts. */
|
|
1428
|
-
export enum KnownIsConfigPendingRestart {
|
|
1429
|
-
/** True */
|
|
1430
|
-
True = "True",
|
|
1431
|
-
/** False */
|
|
1432
|
-
False = "False",
|
|
1433
|
-
}
|
|
1434
|
-
|
|
1435
|
-
/**
|
|
1436
|
-
* Defines values for IsConfigPendingRestart. \
|
|
1437
|
-
* {@link KnownIsConfigPendingRestart} can be used interchangeably with IsConfigPendingRestart,
|
|
1438
|
-
* this enum contains the known values that the service supports.
|
|
1439
|
-
* ### Known values supported by the service
|
|
1440
|
-
* **True** \
|
|
1441
|
-
* **False**
|
|
1442
|
-
*/
|
|
1443
|
-
export type IsConfigPendingRestart = string;
|
|
1444
|
-
|
|
1445
|
-
/** Known values of {@link IsDynamicConfig} that the service accepts. */
|
|
1446
|
-
export enum KnownIsDynamicConfig {
|
|
1447
|
-
/** True */
|
|
1448
|
-
True = "True",
|
|
1449
|
-
/** False */
|
|
1450
|
-
False = "False",
|
|
1451
|
-
}
|
|
1452
|
-
|
|
1453
|
-
/**
|
|
1454
|
-
* Defines values for IsDynamicConfig. \
|
|
1455
|
-
* {@link KnownIsDynamicConfig} can be used interchangeably with IsDynamicConfig,
|
|
1456
|
-
* this enum contains the known values that the service supports.
|
|
1457
|
-
* ### Known values supported by the service
|
|
1458
|
-
* **True** \
|
|
1459
|
-
* **False**
|
|
1460
|
-
*/
|
|
1461
|
-
export type IsDynamicConfig = string;
|
|
1462
|
-
|
|
1463
|
-
/** Known values of {@link ResetAllToDefault} that the service accepts. */
|
|
1464
|
-
export enum KnownResetAllToDefault {
|
|
1465
|
-
/** True */
|
|
1466
|
-
True = "True",
|
|
1467
|
-
/** False */
|
|
1468
|
-
False = "False",
|
|
1469
|
-
}
|
|
1470
|
-
|
|
1471
|
-
/**
|
|
1472
|
-
* Defines values for ResetAllToDefault. \
|
|
1473
|
-
* {@link KnownResetAllToDefault} can be used interchangeably with ResetAllToDefault,
|
|
1474
|
-
* this enum contains the known values that the service supports.
|
|
1475
|
-
* ### Known values supported by the service
|
|
1476
|
-
* **True** \
|
|
1477
|
-
* **False**
|
|
1478
|
-
*/
|
|
1479
|
-
export type ResetAllToDefault = string;
|
|
1480
|
-
|
|
1481
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1482
|
-
export enum KnownManagedServiceIdentityType {
|
|
1483
|
-
/** UserAssigned */
|
|
1484
|
-
UserAssigned = "UserAssigned",
|
|
1485
|
-
}
|
|
1486
|
-
|
|
1487
|
-
/**
|
|
1488
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
1489
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1490
|
-
* this enum contains the known values that the service supports.
|
|
1491
|
-
* ### Known values supported by the service
|
|
1492
|
-
* **UserAssigned**
|
|
1493
|
-
*/
|
|
1494
|
-
export type ManagedServiceIdentityType = string;
|
|
1495
|
-
|
|
1496
|
-
/** Known values of {@link ServerSkuTier} that the service accepts. */
|
|
1497
|
-
export enum KnownServerSkuTier {
|
|
1498
|
-
/** Burstable */
|
|
1499
|
-
Burstable = "Burstable",
|
|
1500
|
-
/** GeneralPurpose */
|
|
1501
|
-
GeneralPurpose = "GeneralPurpose",
|
|
1502
|
-
/** MemoryOptimized */
|
|
1503
|
-
MemoryOptimized = "MemoryOptimized",
|
|
1504
|
-
}
|
|
1505
|
-
|
|
1506
|
-
/**
|
|
1507
|
-
* Defines values for ServerSkuTier. \
|
|
1508
|
-
* {@link KnownServerSkuTier} can be used interchangeably with ServerSkuTier,
|
|
1509
|
-
* this enum contains the known values that the service supports.
|
|
1510
|
-
* ### Known values supported by the service
|
|
1511
|
-
* **Burstable** \
|
|
1512
|
-
* **GeneralPurpose** \
|
|
1513
|
-
* **MemoryOptimized**
|
|
1514
|
-
*/
|
|
1515
|
-
export type ServerSkuTier = string;
|
|
1516
|
-
|
|
1517
|
-
/** Known values of {@link ServerVersion} that the service accepts. */
|
|
1518
|
-
export enum KnownServerVersion {
|
|
1519
|
-
/** Five7 */
|
|
1520
|
-
Five7 = "5.7",
|
|
1521
|
-
/** Eight021 */
|
|
1522
|
-
Eight021 = "8.0.21",
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
/**
|
|
1526
|
-
* Defines values for ServerVersion. \
|
|
1527
|
-
* {@link KnownServerVersion} can be used interchangeably with ServerVersion,
|
|
1528
|
-
* this enum contains the known values that the service supports.
|
|
1529
|
-
* ### Known values supported by the service
|
|
1530
|
-
* **5.7** \
|
|
1531
|
-
* **8.0.21**
|
|
1532
|
-
*/
|
|
1533
|
-
export type ServerVersion = string;
|
|
1534
|
-
|
|
1535
|
-
/** Known values of {@link CreateMode} that the service accepts. */
|
|
1536
|
-
export enum KnownCreateMode {
|
|
1537
|
-
/** Default */
|
|
1538
|
-
Default = "Default",
|
|
1539
|
-
/** PointInTimeRestore */
|
|
1540
|
-
PointInTimeRestore = "PointInTimeRestore",
|
|
1541
|
-
/** Replica */
|
|
1542
|
-
Replica = "Replica",
|
|
1543
|
-
/** GeoRestore */
|
|
1544
|
-
GeoRestore = "GeoRestore",
|
|
1545
|
-
}
|
|
1546
|
-
|
|
1547
|
-
/**
|
|
1548
|
-
* Defines values for CreateMode. \
|
|
1549
|
-
* {@link KnownCreateMode} can be used interchangeably with CreateMode,
|
|
1550
|
-
* this enum contains the known values that the service supports.
|
|
1551
|
-
* ### Known values supported by the service
|
|
1552
|
-
* **Default** \
|
|
1553
|
-
* **PointInTimeRestore** \
|
|
1554
|
-
* **Replica** \
|
|
1555
|
-
* **GeoRestore**
|
|
1556
|
-
*/
|
|
1557
|
-
export type CreateMode = string;
|
|
1558
|
-
|
|
1559
|
-
/** Known values of {@link ReplicationRole} that the service accepts. */
|
|
1560
|
-
export enum KnownReplicationRole {
|
|
1561
|
-
/** None */
|
|
1562
|
-
None = "None",
|
|
1563
|
-
/** Source */
|
|
1564
|
-
Source = "Source",
|
|
1565
|
-
/** Replica */
|
|
1566
|
-
Replica = "Replica",
|
|
1567
|
-
}
|
|
1568
|
-
|
|
1569
|
-
/**
|
|
1570
|
-
* Defines values for ReplicationRole. \
|
|
1571
|
-
* {@link KnownReplicationRole} can be used interchangeably with ReplicationRole,
|
|
1572
|
-
* this enum contains the known values that the service supports.
|
|
1573
|
-
* ### Known values supported by the service
|
|
1574
|
-
* **None** \
|
|
1575
|
-
* **Source** \
|
|
1576
|
-
* **Replica**
|
|
1577
|
-
*/
|
|
1578
|
-
export type ReplicationRole = string;
|
|
1579
|
-
|
|
1580
|
-
/** Known values of {@link ServerState} that the service accepts. */
|
|
1581
|
-
export enum KnownServerState {
|
|
1582
|
-
/** Ready */
|
|
1583
|
-
Ready = "Ready",
|
|
1584
|
-
/** Dropping */
|
|
1585
|
-
Dropping = "Dropping",
|
|
1586
|
-
/** Disabled */
|
|
1587
|
-
Disabled = "Disabled",
|
|
1588
|
-
/** Starting */
|
|
1589
|
-
Starting = "Starting",
|
|
1590
|
-
/** Stopping */
|
|
1591
|
-
Stopping = "Stopping",
|
|
1592
|
-
/** Stopped */
|
|
1593
|
-
Stopped = "Stopped",
|
|
1594
|
-
/** Updating */
|
|
1595
|
-
Updating = "Updating",
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
/**
|
|
1599
|
-
* Defines values for ServerState. \
|
|
1600
|
-
* {@link KnownServerState} can be used interchangeably with ServerState,
|
|
1601
|
-
* this enum contains the known values that the service supports.
|
|
1602
|
-
* ### Known values supported by the service
|
|
1603
|
-
* **Ready** \
|
|
1604
|
-
* **Dropping** \
|
|
1605
|
-
* **Disabled** \
|
|
1606
|
-
* **Starting** \
|
|
1607
|
-
* **Stopping** \
|
|
1608
|
-
* **Stopped** \
|
|
1609
|
-
* **Updating**
|
|
1610
|
-
*/
|
|
1611
|
-
export type ServerState = string;
|
|
1612
|
-
|
|
1613
|
-
/** Known values of {@link EnableStatusEnum} that the service accepts. */
|
|
1614
|
-
export enum KnownEnableStatusEnum {
|
|
1615
|
-
/** Enabled */
|
|
1616
|
-
Enabled = "Enabled",
|
|
1617
|
-
/** Disabled */
|
|
1618
|
-
Disabled = "Disabled",
|
|
1619
|
-
}
|
|
1620
|
-
|
|
1621
|
-
/**
|
|
1622
|
-
* Defines values for EnableStatusEnum. \
|
|
1623
|
-
* {@link KnownEnableStatusEnum} can be used interchangeably with EnableStatusEnum,
|
|
1624
|
-
* this enum contains the known values that the service supports.
|
|
1625
|
-
* ### Known values supported by the service
|
|
1626
|
-
* **Enabled** \
|
|
1627
|
-
* **Disabled**
|
|
1628
|
-
*/
|
|
1629
|
-
export type EnableStatusEnum = string;
|
|
1630
|
-
|
|
1631
|
-
/** Known values of {@link HighAvailabilityMode} that the service accepts. */
|
|
1632
|
-
export enum KnownHighAvailabilityMode {
|
|
1633
|
-
/** Disabled */
|
|
1634
|
-
Disabled = "Disabled",
|
|
1635
|
-
/** ZoneRedundant */
|
|
1636
|
-
ZoneRedundant = "ZoneRedundant",
|
|
1637
|
-
/** SameZone */
|
|
1638
|
-
SameZone = "SameZone",
|
|
1639
|
-
}
|
|
1640
|
-
|
|
1641
|
-
/**
|
|
1642
|
-
* Defines values for HighAvailabilityMode. \
|
|
1643
|
-
* {@link KnownHighAvailabilityMode} can be used interchangeably with HighAvailabilityMode,
|
|
1644
|
-
* this enum contains the known values that the service supports.
|
|
1645
|
-
* ### Known values supported by the service
|
|
1646
|
-
* **Disabled** \
|
|
1647
|
-
* **ZoneRedundant** \
|
|
1648
|
-
* **SameZone**
|
|
1649
|
-
*/
|
|
1650
|
-
export type HighAvailabilityMode = string;
|
|
1651
|
-
|
|
1652
|
-
/** Known values of {@link HighAvailabilityState} that the service accepts. */
|
|
1653
|
-
export enum KnownHighAvailabilityState {
|
|
1654
|
-
/** NotEnabled */
|
|
1655
|
-
NotEnabled = "NotEnabled",
|
|
1656
|
-
/** CreatingStandby */
|
|
1657
|
-
CreatingStandby = "CreatingStandby",
|
|
1658
|
-
/** Healthy */
|
|
1659
|
-
Healthy = "Healthy",
|
|
1660
|
-
/** FailingOver */
|
|
1661
|
-
FailingOver = "FailingOver",
|
|
1662
|
-
/** RemovingStandby */
|
|
1663
|
-
RemovingStandby = "RemovingStandby",
|
|
1664
|
-
}
|
|
1665
|
-
|
|
1666
|
-
/**
|
|
1667
|
-
* Defines values for HighAvailabilityState. \
|
|
1668
|
-
* {@link KnownHighAvailabilityState} can be used interchangeably with HighAvailabilityState,
|
|
1669
|
-
* this enum contains the known values that the service supports.
|
|
1670
|
-
* ### Known values supported by the service
|
|
1671
|
-
* **NotEnabled** \
|
|
1672
|
-
* **CreatingStandby** \
|
|
1673
|
-
* **Healthy** \
|
|
1674
|
-
* **FailingOver** \
|
|
1675
|
-
* **RemovingStandby**
|
|
1676
|
-
*/
|
|
1677
|
-
export type HighAvailabilityState = string;
|
|
1678
|
-
|
|
1679
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
1680
|
-
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
1681
|
-
/** Pending */
|
|
1682
|
-
Pending = "Pending",
|
|
1683
|
-
/** Approved */
|
|
1684
|
-
Approved = "Approved",
|
|
1685
|
-
/** Rejected */
|
|
1686
|
-
Rejected = "Rejected",
|
|
1687
|
-
}
|
|
1688
|
-
|
|
1689
|
-
/**
|
|
1690
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
1691
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
1692
|
-
* this enum contains the known values that the service supports.
|
|
1693
|
-
* ### Known values supported by the service
|
|
1694
|
-
* **Pending** \
|
|
1695
|
-
* **Approved** \
|
|
1696
|
-
* **Rejected**
|
|
1697
|
-
*/
|
|
1698
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
|
1699
|
-
|
|
1700
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
1701
|
-
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1702
|
-
/** Succeeded */
|
|
1703
|
-
Succeeded = "Succeeded",
|
|
1704
|
-
/** Creating */
|
|
1705
|
-
Creating = "Creating",
|
|
1706
|
-
/** Deleting */
|
|
1707
|
-
Deleting = "Deleting",
|
|
1708
|
-
/** Failed */
|
|
1709
|
-
Failed = "Failed",
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
/**
|
|
1713
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
1714
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
1715
|
-
* this enum contains the known values that the service supports.
|
|
1716
|
-
* ### Known values supported by the service
|
|
1717
|
-
* **Succeeded** \
|
|
1718
|
-
* **Creating** \
|
|
1719
|
-
* **Deleting** \
|
|
1720
|
-
* **Failed**
|
|
1721
|
-
*/
|
|
1722
|
-
export type PrivateEndpointConnectionProvisioningState = string;
|
|
1723
|
-
|
|
1724
|
-
/** Known values of {@link ImportSourceStorageType} that the service accepts. */
|
|
1725
|
-
export enum KnownImportSourceStorageType {
|
|
1726
|
-
/** AzureBlob */
|
|
1727
|
-
AzureBlob = "AzureBlob",
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
/**
|
|
1731
|
-
* Defines values for ImportSourceStorageType. \
|
|
1732
|
-
* {@link KnownImportSourceStorageType} can be used interchangeably with ImportSourceStorageType,
|
|
1733
|
-
* this enum contains the known values that the service supports.
|
|
1734
|
-
* ### Known values supported by the service
|
|
1735
|
-
* **AzureBlob**
|
|
1736
|
-
*/
|
|
1737
|
-
export type ImportSourceStorageType = string;
|
|
1738
|
-
|
|
1739
|
-
/** Known values of {@link AdvancedThreatProtectionName} that the service accepts. */
|
|
1740
|
-
export enum KnownAdvancedThreatProtectionName {
|
|
1741
|
-
/** Default */
|
|
1742
|
-
Default = "Default",
|
|
1743
|
-
}
|
|
1744
|
-
|
|
1745
|
-
/**
|
|
1746
|
-
* Defines values for AdvancedThreatProtectionName. \
|
|
1747
|
-
* {@link KnownAdvancedThreatProtectionName} can be used interchangeably with AdvancedThreatProtectionName,
|
|
1748
|
-
* this enum contains the known values that the service supports.
|
|
1749
|
-
* ### Known values supported by the service
|
|
1750
|
-
* **Default**
|
|
1751
|
-
*/
|
|
1752
|
-
export type AdvancedThreatProtectionName = string;
|
|
1753
|
-
|
|
1754
|
-
/** Known values of {@link AdvancedThreatProtectionState} that the service accepts. */
|
|
1755
|
-
export enum KnownAdvancedThreatProtectionState {
|
|
1756
|
-
/** Enabled */
|
|
1757
|
-
Enabled = "Enabled",
|
|
1758
|
-
/** Disabled */
|
|
1759
|
-
Disabled = "Disabled",
|
|
1760
|
-
}
|
|
1761
|
-
|
|
1762
|
-
/**
|
|
1763
|
-
* Defines values for AdvancedThreatProtectionState. \
|
|
1764
|
-
* {@link KnownAdvancedThreatProtectionState} can be used interchangeably with AdvancedThreatProtectionState,
|
|
1765
|
-
* this enum contains the known values that the service supports.
|
|
1766
|
-
* ### Known values supported by the service
|
|
1767
|
-
* **Enabled** \
|
|
1768
|
-
* **Disabled**
|
|
1769
|
-
*/
|
|
1770
|
-
export type AdvancedThreatProtectionState = string;
|
|
1771
|
-
|
|
1772
|
-
/** Known values of {@link AdvancedThreatProtectionProvisioningState} that the service accepts. */
|
|
1773
|
-
export enum KnownAdvancedThreatProtectionProvisioningState {
|
|
1774
|
-
/** Succeeded */
|
|
1775
|
-
Succeeded = "Succeeded",
|
|
1776
|
-
/** Updating */
|
|
1777
|
-
Updating = "Updating",
|
|
1778
|
-
/** Canceled */
|
|
1779
|
-
Canceled = "Canceled",
|
|
1780
|
-
/** Failed */
|
|
1781
|
-
Failed = "Failed",
|
|
1782
|
-
}
|
|
1783
|
-
|
|
1784
|
-
/**
|
|
1785
|
-
* Defines values for AdvancedThreatProtectionProvisioningState. \
|
|
1786
|
-
* {@link KnownAdvancedThreatProtectionProvisioningState} can be used interchangeably with AdvancedThreatProtectionProvisioningState,
|
|
1787
|
-
* this enum contains the known values that the service supports.
|
|
1788
|
-
* ### Known values supported by the service
|
|
1789
|
-
* **Succeeded** \
|
|
1790
|
-
* **Updating** \
|
|
1791
|
-
* **Canceled** \
|
|
1792
|
-
* **Failed**
|
|
1793
|
-
*/
|
|
1794
|
-
export type AdvancedThreatProtectionProvisioningState = string;
|
|
1795
|
-
|
|
1796
|
-
/** Known values of {@link ObjectType} that the service accepts. */
|
|
1797
|
-
export enum KnownObjectType {
|
|
1798
|
-
/** BackupAndExportResponse */
|
|
1799
|
-
BackupAndExportResponse = "BackupAndExportResponse",
|
|
1800
|
-
/** ImportFromStorageResponse */
|
|
1801
|
-
ImportFromStorageResponse = "ImportFromStorageResponse",
|
|
1802
|
-
}
|
|
1803
|
-
|
|
1804
|
-
/**
|
|
1805
|
-
* Defines values for ObjectType. \
|
|
1806
|
-
* {@link KnownObjectType} can be used interchangeably with ObjectType,
|
|
1807
|
-
* this enum contains the known values that the service supports.
|
|
1808
|
-
* ### Known values supported by the service
|
|
1809
|
-
* **BackupAndExportResponse** \
|
|
1810
|
-
* **ImportFromStorageResponse**
|
|
1811
|
-
*/
|
|
1812
|
-
export type ObjectType = string;
|
|
1813
|
-
|
|
1814
|
-
/** Known values of {@link MaintenanceType} that the service accepts. */
|
|
1815
|
-
export enum KnownMaintenanceType {
|
|
1816
|
-
/** RoutineMaintenance */
|
|
1817
|
-
RoutineMaintenance = "RoutineMaintenance",
|
|
1818
|
-
/** MinorVersionUpgrade */
|
|
1819
|
-
MinorVersionUpgrade = "MinorVersionUpgrade",
|
|
1820
|
-
/** SecurityPatches */
|
|
1821
|
-
SecurityPatches = "SecurityPatches",
|
|
1822
|
-
/** HotFixes */
|
|
1823
|
-
HotFixes = "HotFixes",
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
/**
|
|
1827
|
-
* Defines values for MaintenanceType. \
|
|
1828
|
-
* {@link KnownMaintenanceType} can be used interchangeably with MaintenanceType,
|
|
1829
|
-
* this enum contains the known values that the service supports.
|
|
1830
|
-
* ### Known values supported by the service
|
|
1831
|
-
* **RoutineMaintenance** \
|
|
1832
|
-
* **MinorVersionUpgrade** \
|
|
1833
|
-
* **SecurityPatches** \
|
|
1834
|
-
* **HotFixes**
|
|
1835
|
-
*/
|
|
1836
|
-
export type MaintenanceType = string;
|
|
1837
|
-
|
|
1838
|
-
/** Known values of {@link MaintenanceState} that the service accepts. */
|
|
1839
|
-
export enum KnownMaintenanceState {
|
|
1840
|
-
/** Scheduled */
|
|
1841
|
-
Scheduled = "Scheduled",
|
|
1842
|
-
/** ReScheduled */
|
|
1843
|
-
ReScheduled = "ReScheduled",
|
|
1844
|
-
/** InPreparation */
|
|
1845
|
-
InPreparation = "InPreparation",
|
|
1846
|
-
/** Processing */
|
|
1847
|
-
Processing = "Processing",
|
|
1848
|
-
/** Completed */
|
|
1849
|
-
Completed = "Completed",
|
|
1850
|
-
/** Canceled */
|
|
1851
|
-
Canceled = "Canceled",
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
/**
|
|
1855
|
-
* Defines values for MaintenanceState. \
|
|
1856
|
-
* {@link KnownMaintenanceState} can be used interchangeably with MaintenanceState,
|
|
1857
|
-
* this enum contains the known values that the service supports.
|
|
1858
|
-
* ### Known values supported by the service
|
|
1859
|
-
* **Scheduled** \
|
|
1860
|
-
* **ReScheduled** \
|
|
1861
|
-
* **InPreparation** \
|
|
1862
|
-
* **Processing** \
|
|
1863
|
-
* **Completed** \
|
|
1864
|
-
* **Canceled**
|
|
1865
|
-
*/
|
|
1866
|
-
export type MaintenanceState = string;
|
|
1867
|
-
|
|
1868
|
-
/** Known values of {@link MaintenanceProvisioningState} that the service accepts. */
|
|
1869
|
-
export enum KnownMaintenanceProvisioningState {
|
|
1870
|
-
/** Succeeded */
|
|
1871
|
-
Succeeded = "Succeeded",
|
|
1872
|
-
/** Creating */
|
|
1873
|
-
Creating = "Creating",
|
|
1874
|
-
/** Deleting */
|
|
1875
|
-
Deleting = "Deleting",
|
|
1876
|
-
/** Failed */
|
|
1877
|
-
Failed = "Failed",
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
/**
|
|
1881
|
-
* Defines values for MaintenanceProvisioningState. \
|
|
1882
|
-
* {@link KnownMaintenanceProvisioningState} can be used interchangeably with MaintenanceProvisioningState,
|
|
1883
|
-
* this enum contains the known values that the service supports.
|
|
1884
|
-
* ### Known values supported by the service
|
|
1885
|
-
* **Succeeded** \
|
|
1886
|
-
* **Creating** \
|
|
1887
|
-
* **Deleting** \
|
|
1888
|
-
* **Failed**
|
|
1889
|
-
*/
|
|
1890
|
-
export type MaintenanceProvisioningState = string;
|
|
1891
|
-
/** Defines values for OperationStatus. */
|
|
1892
|
-
export type OperationStatus =
|
|
1893
|
-
| "Pending"
|
|
1894
|
-
| "InProgress"
|
|
1895
|
-
| "Succeeded"
|
|
1896
|
-
| "Failed"
|
|
1897
|
-
| "CancelInProgress"
|
|
1898
|
-
| "Canceled";
|
|
1899
|
-
/** Defines values for DataEncryptionType. */
|
|
1900
|
-
export type DataEncryptionType = "AzureKeyVault" | "SystemManaged";
|
|
1901
|
-
|
|
1902
|
-
/** Optional parameters. */
|
|
1903
|
-
export interface AzureADAdministratorsCreateOrUpdateOptionalParams
|
|
1904
|
-
extends coreClient.OperationOptions {
|
|
1905
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1906
|
-
updateIntervalInMs?: number;
|
|
1907
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1908
|
-
resumeFrom?: string;
|
|
1909
|
-
}
|
|
1910
|
-
|
|
1911
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1912
|
-
export type AzureADAdministratorsCreateOrUpdateResponse = AzureADAdministrator;
|
|
1913
|
-
|
|
1914
|
-
/** Optional parameters. */
|
|
1915
|
-
export interface AzureADAdministratorsDeleteOptionalParams
|
|
1916
|
-
extends coreClient.OperationOptions {
|
|
1917
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1918
|
-
updateIntervalInMs?: number;
|
|
1919
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1920
|
-
resumeFrom?: string;
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
/** Optional parameters. */
|
|
1924
|
-
export interface AzureADAdministratorsGetOptionalParams
|
|
1925
|
-
extends coreClient.OperationOptions {}
|
|
1926
|
-
|
|
1927
|
-
/** Contains response data for the get operation. */
|
|
1928
|
-
export type AzureADAdministratorsGetResponse = AzureADAdministrator;
|
|
1929
|
-
|
|
1930
|
-
/** Optional parameters. */
|
|
1931
|
-
export interface AzureADAdministratorsListByServerOptionalParams
|
|
1932
|
-
extends coreClient.OperationOptions {}
|
|
1933
|
-
|
|
1934
|
-
/** Contains response data for the listByServer operation. */
|
|
1935
|
-
export type AzureADAdministratorsListByServerResponse = AdministratorListResult;
|
|
1936
|
-
|
|
1937
|
-
/** Optional parameters. */
|
|
1938
|
-
export interface AzureADAdministratorsListByServerNextOptionalParams
|
|
1939
|
-
extends coreClient.OperationOptions {}
|
|
1940
|
-
|
|
1941
|
-
/** Contains response data for the listByServerNext operation. */
|
|
1942
|
-
export type AzureADAdministratorsListByServerNextResponse =
|
|
1943
|
-
AdministratorListResult;
|
|
1944
|
-
|
|
1945
|
-
/** Optional parameters. */
|
|
1946
|
-
export interface BackupsPutOptionalParams extends coreClient.OperationOptions {}
|
|
1947
|
-
|
|
1948
|
-
/** Contains response data for the put operation. */
|
|
1949
|
-
export type BackupsPutResponse = ServerBackup;
|
|
1950
|
-
|
|
1951
|
-
/** Optional parameters. */
|
|
1952
|
-
export interface BackupsGetOptionalParams extends coreClient.OperationOptions {}
|
|
1953
|
-
|
|
1954
|
-
/** Contains response data for the get operation. */
|
|
1955
|
-
export type BackupsGetResponse = ServerBackup;
|
|
1956
|
-
|
|
1957
|
-
/** Optional parameters. */
|
|
1958
|
-
export interface BackupsListByServerOptionalParams
|
|
1959
|
-
extends coreClient.OperationOptions {}
|
|
1960
|
-
|
|
1961
|
-
/** Contains response data for the listByServer operation. */
|
|
1962
|
-
export type BackupsListByServerResponse = ServerBackupListResult;
|
|
1963
|
-
|
|
1964
|
-
/** Optional parameters. */
|
|
1965
|
-
export interface BackupsListByServerNextOptionalParams
|
|
1966
|
-
extends coreClient.OperationOptions {}
|
|
1967
|
-
|
|
1968
|
-
/** Contains response data for the listByServerNext operation. */
|
|
1969
|
-
export type BackupsListByServerNextResponse = ServerBackupListResult;
|
|
1970
|
-
|
|
1971
|
-
/** Optional parameters. */
|
|
1972
|
-
export interface BackupAndExportCreateOptionalParams
|
|
1973
|
-
extends coreClient.OperationOptions {
|
|
1974
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1975
|
-
updateIntervalInMs?: number;
|
|
1976
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1977
|
-
resumeFrom?: string;
|
|
1978
|
-
}
|
|
1979
|
-
|
|
1980
|
-
/** Contains response data for the create operation. */
|
|
1981
|
-
export type BackupAndExportCreateResponse = BackupAndExportResponse;
|
|
1982
|
-
|
|
1983
|
-
/** Optional parameters. */
|
|
1984
|
-
export interface BackupAndExportValidateBackupOptionalParams
|
|
1985
|
-
extends coreClient.OperationOptions {}
|
|
1986
|
-
|
|
1987
|
-
/** Contains response data for the validateBackup operation. */
|
|
1988
|
-
export type BackupAndExportValidateBackupResponse = ValidateBackupResponse;
|
|
1989
|
-
|
|
1990
|
-
/** Optional parameters. */
|
|
1991
|
-
export interface LongRunningBackupCreateOptionalParams
|
|
1992
|
-
extends coreClient.OperationOptions {
|
|
1993
|
-
/** The required parameters for creating and exporting backup of the given server. */
|
|
1994
|
-
parameters?: ServerBackupV2;
|
|
1995
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1996
|
-
updateIntervalInMs?: number;
|
|
1997
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1998
|
-
resumeFrom?: string;
|
|
1999
|
-
}
|
|
2000
|
-
|
|
2001
|
-
/** Contains response data for the create operation. */
|
|
2002
|
-
export type LongRunningBackupCreateResponse = ServerBackupV2;
|
|
2003
|
-
|
|
2004
|
-
/** Optional parameters. */
|
|
2005
|
-
export interface LongRunningBackupsGetOptionalParams
|
|
2006
|
-
extends coreClient.OperationOptions {}
|
|
2007
|
-
|
|
2008
|
-
/** Contains response data for the get operation. */
|
|
2009
|
-
export type LongRunningBackupsGetResponse = ServerBackupV2;
|
|
2010
|
-
|
|
2011
|
-
/** Optional parameters. */
|
|
2012
|
-
export interface LongRunningBackupsListOptionalParams
|
|
2013
|
-
extends coreClient.OperationOptions {}
|
|
2014
|
-
|
|
2015
|
-
/** Contains response data for the list operation. */
|
|
2016
|
-
export type LongRunningBackupsListResponse = ServerBackupV2ListResult;
|
|
2017
|
-
|
|
2018
|
-
/** Optional parameters. */
|
|
2019
|
-
export interface LongRunningBackupsListNextOptionalParams
|
|
2020
|
-
extends coreClient.OperationOptions {}
|
|
2021
|
-
|
|
2022
|
-
/** Contains response data for the listNext operation. */
|
|
2023
|
-
export type LongRunningBackupsListNextResponse = ServerBackupV2ListResult;
|
|
2024
|
-
|
|
2025
|
-
/** Optional parameters. */
|
|
2026
|
-
export interface ConfigurationsCreateOrUpdateOptionalParams
|
|
2027
|
-
extends coreClient.OperationOptions {
|
|
2028
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2029
|
-
updateIntervalInMs?: number;
|
|
2030
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2031
|
-
resumeFrom?: string;
|
|
2032
|
-
}
|
|
2033
|
-
|
|
2034
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2035
|
-
export type ConfigurationsCreateOrUpdateResponse = Configuration;
|
|
2036
|
-
|
|
2037
|
-
/** Optional parameters. */
|
|
2038
|
-
export interface ConfigurationsUpdateOptionalParams
|
|
2039
|
-
extends coreClient.OperationOptions {
|
|
2040
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2041
|
-
updateIntervalInMs?: number;
|
|
2042
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2043
|
-
resumeFrom?: string;
|
|
2044
|
-
}
|
|
2045
|
-
|
|
2046
|
-
/** Contains response data for the update operation. */
|
|
2047
|
-
export type ConfigurationsUpdateResponse = Configuration;
|
|
2048
|
-
|
|
2049
|
-
/** Optional parameters. */
|
|
2050
|
-
export interface ConfigurationsGetOptionalParams
|
|
2051
|
-
extends coreClient.OperationOptions {}
|
|
2052
|
-
|
|
2053
|
-
/** Contains response data for the get operation. */
|
|
2054
|
-
export type ConfigurationsGetResponse = Configuration;
|
|
2055
|
-
|
|
2056
|
-
/** Optional parameters. */
|
|
2057
|
-
export interface ConfigurationsBatchUpdateOptionalParams
|
|
2058
|
-
extends coreClient.OperationOptions {
|
|
2059
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2060
|
-
updateIntervalInMs?: number;
|
|
2061
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2062
|
-
resumeFrom?: string;
|
|
2063
|
-
}
|
|
2064
|
-
|
|
2065
|
-
/** Contains response data for the batchUpdate operation. */
|
|
2066
|
-
export type ConfigurationsBatchUpdateResponse = ConfigurationListResult;
|
|
2067
|
-
|
|
2068
|
-
/** Optional parameters. */
|
|
2069
|
-
export interface ConfigurationsListByServerOptionalParams
|
|
2070
|
-
extends coreClient.OperationOptions {
|
|
2071
|
-
/** The tags of the server configuration. */
|
|
2072
|
-
tags?: string;
|
|
2073
|
-
/** The keyword of the server configuration. */
|
|
2074
|
-
keyword?: string;
|
|
2075
|
-
/** The page of the server configuration. */
|
|
2076
|
-
page?: number;
|
|
2077
|
-
/** The pageSize of the server configuration. */
|
|
2078
|
-
pageSize?: number;
|
|
2079
|
-
}
|
|
2080
|
-
|
|
2081
|
-
/** Contains response data for the listByServer operation. */
|
|
2082
|
-
export type ConfigurationsListByServerResponse = ConfigurationListResult;
|
|
2083
|
-
|
|
2084
|
-
/** Optional parameters. */
|
|
2085
|
-
export interface ConfigurationsListByServerNextOptionalParams
|
|
2086
|
-
extends coreClient.OperationOptions {}
|
|
2087
|
-
|
|
2088
|
-
/** Contains response data for the listByServerNext operation. */
|
|
2089
|
-
export type ConfigurationsListByServerNextResponse = ConfigurationListResult;
|
|
2090
|
-
|
|
2091
|
-
/** Optional parameters. */
|
|
2092
|
-
export interface DatabasesCreateOrUpdateOptionalParams
|
|
2093
|
-
extends coreClient.OperationOptions {
|
|
2094
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2095
|
-
updateIntervalInMs?: number;
|
|
2096
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2097
|
-
resumeFrom?: string;
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2101
|
-
export type DatabasesCreateOrUpdateResponse = Database;
|
|
2102
|
-
|
|
2103
|
-
/** Optional parameters. */
|
|
2104
|
-
export interface DatabasesDeleteOptionalParams
|
|
2105
|
-
extends coreClient.OperationOptions {
|
|
2106
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2107
|
-
updateIntervalInMs?: number;
|
|
2108
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2109
|
-
resumeFrom?: string;
|
|
2110
|
-
}
|
|
2111
|
-
|
|
2112
|
-
/** Optional parameters. */
|
|
2113
|
-
export interface DatabasesGetOptionalParams
|
|
2114
|
-
extends coreClient.OperationOptions {}
|
|
2115
|
-
|
|
2116
|
-
/** Contains response data for the get operation. */
|
|
2117
|
-
export type DatabasesGetResponse = Database;
|
|
2118
|
-
|
|
2119
|
-
/** Optional parameters. */
|
|
2120
|
-
export interface DatabasesListByServerOptionalParams
|
|
2121
|
-
extends coreClient.OperationOptions {}
|
|
2122
|
-
|
|
2123
|
-
/** Contains response data for the listByServer operation. */
|
|
2124
|
-
export type DatabasesListByServerResponse = DatabaseListResult;
|
|
2125
|
-
|
|
2126
|
-
/** Optional parameters. */
|
|
2127
|
-
export interface DatabasesListByServerNextOptionalParams
|
|
2128
|
-
extends coreClient.OperationOptions {}
|
|
2129
|
-
|
|
2130
|
-
/** Contains response data for the listByServerNext operation. */
|
|
2131
|
-
export type DatabasesListByServerNextResponse = DatabaseListResult;
|
|
2132
|
-
|
|
2133
|
-
/** Optional parameters. */
|
|
2134
|
-
export interface FirewallRulesCreateOrUpdateOptionalParams
|
|
2135
|
-
extends coreClient.OperationOptions {
|
|
2136
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2137
|
-
updateIntervalInMs?: number;
|
|
2138
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2139
|
-
resumeFrom?: string;
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
2143
|
-
export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
|
|
2144
|
-
|
|
2145
|
-
/** Optional parameters. */
|
|
2146
|
-
export interface FirewallRulesDeleteOptionalParams
|
|
2147
|
-
extends coreClient.OperationOptions {
|
|
2148
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2149
|
-
updateIntervalInMs?: number;
|
|
2150
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2151
|
-
resumeFrom?: string;
|
|
2152
|
-
}
|
|
2153
|
-
|
|
2154
|
-
/** Optional parameters. */
|
|
2155
|
-
export interface FirewallRulesGetOptionalParams
|
|
2156
|
-
extends coreClient.OperationOptions {}
|
|
2157
|
-
|
|
2158
|
-
/** Contains response data for the get operation. */
|
|
2159
|
-
export type FirewallRulesGetResponse = FirewallRule;
|
|
2160
|
-
|
|
2161
|
-
/** Optional parameters. */
|
|
2162
|
-
export interface FirewallRulesListByServerOptionalParams
|
|
2163
|
-
extends coreClient.OperationOptions {}
|
|
2164
|
-
|
|
2165
|
-
/** Contains response data for the listByServer operation. */
|
|
2166
|
-
export type FirewallRulesListByServerResponse = FirewallRuleListResult;
|
|
2167
|
-
|
|
2168
|
-
/** Optional parameters. */
|
|
2169
|
-
export interface FirewallRulesListByServerNextOptionalParams
|
|
2170
|
-
extends coreClient.OperationOptions {}
|
|
2171
|
-
|
|
2172
|
-
/** Contains response data for the listByServerNext operation. */
|
|
2173
|
-
export type FirewallRulesListByServerNextResponse = FirewallRuleListResult;
|
|
2174
|
-
|
|
2175
|
-
/** Optional parameters. */
|
|
2176
|
-
export interface ServersCreateOptionalParams
|
|
2177
|
-
extends coreClient.OperationOptions {
|
|
2178
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2179
|
-
updateIntervalInMs?: number;
|
|
2180
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2181
|
-
resumeFrom?: string;
|
|
2182
|
-
}
|
|
2183
|
-
|
|
2184
|
-
/** Contains response data for the create operation. */
|
|
2185
|
-
export type ServersCreateResponse = Server;
|
|
2186
|
-
|
|
2187
|
-
/** Optional parameters. */
|
|
2188
|
-
export interface ServersUpdateOptionalParams
|
|
2189
|
-
extends coreClient.OperationOptions {
|
|
2190
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2191
|
-
updateIntervalInMs?: number;
|
|
2192
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2193
|
-
resumeFrom?: string;
|
|
2194
|
-
}
|
|
2195
|
-
|
|
2196
|
-
/** Contains response data for the update operation. */
|
|
2197
|
-
export type ServersUpdateResponse = Server;
|
|
2198
|
-
|
|
2199
|
-
/** Optional parameters. */
|
|
2200
|
-
export interface ServersDeleteOptionalParams
|
|
2201
|
-
extends coreClient.OperationOptions {
|
|
2202
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2203
|
-
updateIntervalInMs?: number;
|
|
2204
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2205
|
-
resumeFrom?: string;
|
|
2206
|
-
}
|
|
2207
|
-
|
|
2208
|
-
/** Optional parameters. */
|
|
2209
|
-
export interface ServersGetOptionalParams extends coreClient.OperationOptions {}
|
|
2210
|
-
|
|
2211
|
-
/** Contains response data for the get operation. */
|
|
2212
|
-
export type ServersGetResponse = Server;
|
|
2213
|
-
|
|
2214
|
-
/** Optional parameters. */
|
|
2215
|
-
export interface ServersListByResourceGroupOptionalParams
|
|
2216
|
-
extends coreClient.OperationOptions {}
|
|
2217
|
-
|
|
2218
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
2219
|
-
export type ServersListByResourceGroupResponse = ServerListResult;
|
|
2220
|
-
|
|
2221
|
-
/** Optional parameters. */
|
|
2222
|
-
export interface ServersListOptionalParams
|
|
2223
|
-
extends coreClient.OperationOptions {}
|
|
2224
|
-
|
|
2225
|
-
/** Contains response data for the list operation. */
|
|
2226
|
-
export type ServersListResponse = ServerListResult;
|
|
2227
|
-
|
|
2228
|
-
/** Optional parameters. */
|
|
2229
|
-
export interface ServersFailoverOptionalParams
|
|
2230
|
-
extends coreClient.OperationOptions {
|
|
2231
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2232
|
-
updateIntervalInMs?: number;
|
|
2233
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2234
|
-
resumeFrom?: string;
|
|
2235
|
-
}
|
|
2236
|
-
|
|
2237
|
-
/** Optional parameters. */
|
|
2238
|
-
export interface ServersValidateEstimateHighAvailabilityOptionalParams
|
|
2239
|
-
extends coreClient.OperationOptions {}
|
|
2240
|
-
|
|
2241
|
-
/** Contains response data for the validateEstimateHighAvailability operation. */
|
|
2242
|
-
export type ServersValidateEstimateHighAvailabilityResponse =
|
|
2243
|
-
HighAvailabilityValidationEstimation;
|
|
2244
|
-
|
|
2245
|
-
/** Optional parameters. */
|
|
2246
|
-
export interface ServersRestartOptionalParams
|
|
2247
|
-
extends coreClient.OperationOptions {
|
|
2248
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2249
|
-
updateIntervalInMs?: number;
|
|
2250
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2251
|
-
resumeFrom?: string;
|
|
2252
|
-
}
|
|
2253
|
-
|
|
2254
|
-
/** Optional parameters. */
|
|
2255
|
-
export interface ServersStartOptionalParams
|
|
2256
|
-
extends coreClient.OperationOptions {
|
|
2257
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2258
|
-
updateIntervalInMs?: number;
|
|
2259
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2260
|
-
resumeFrom?: string;
|
|
2261
|
-
}
|
|
2262
|
-
|
|
2263
|
-
/** Optional parameters. */
|
|
2264
|
-
export interface ServersStopOptionalParams extends coreClient.OperationOptions {
|
|
2265
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2266
|
-
updateIntervalInMs?: number;
|
|
2267
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2268
|
-
resumeFrom?: string;
|
|
2269
|
-
}
|
|
2270
|
-
|
|
2271
|
-
/** Optional parameters. */
|
|
2272
|
-
export interface ServersResetGtidOptionalParams
|
|
2273
|
-
extends coreClient.OperationOptions {
|
|
2274
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2275
|
-
updateIntervalInMs?: number;
|
|
2276
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2277
|
-
resumeFrom?: string;
|
|
2278
|
-
}
|
|
2279
|
-
|
|
2280
|
-
/** Optional parameters. */
|
|
2281
|
-
export interface ServersListByResourceGroupNextOptionalParams
|
|
2282
|
-
extends coreClient.OperationOptions {}
|
|
2283
|
-
|
|
2284
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
2285
|
-
export type ServersListByResourceGroupNextResponse = ServerListResult;
|
|
2286
|
-
|
|
2287
|
-
/** Optional parameters. */
|
|
2288
|
-
export interface ServersListNextOptionalParams
|
|
2289
|
-
extends coreClient.OperationOptions {}
|
|
2290
|
-
|
|
2291
|
-
/** Contains response data for the listNext operation. */
|
|
2292
|
-
export type ServersListNextResponse = ServerListResult;
|
|
2293
|
-
|
|
2294
|
-
/** Optional parameters. */
|
|
2295
|
-
export interface ReplicasListByServerOptionalParams
|
|
2296
|
-
extends coreClient.OperationOptions {}
|
|
2297
|
-
|
|
2298
|
-
/** Contains response data for the listByServer operation. */
|
|
2299
|
-
export type ReplicasListByServerResponse = ServerListResult;
|
|
2300
|
-
|
|
2301
|
-
/** Optional parameters. */
|
|
2302
|
-
export interface ReplicasListByServerNextOptionalParams
|
|
2303
|
-
extends coreClient.OperationOptions {}
|
|
2304
|
-
|
|
2305
|
-
/** Contains response data for the listByServerNext operation. */
|
|
2306
|
-
export type ReplicasListByServerNextResponse = ServerListResult;
|
|
2307
|
-
|
|
2308
|
-
/** Optional parameters. */
|
|
2309
|
-
export interface ServersMigrationCutoverMigrationOptionalParams
|
|
2310
|
-
extends coreClient.OperationOptions {
|
|
2311
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2312
|
-
updateIntervalInMs?: number;
|
|
2313
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2314
|
-
resumeFrom?: string;
|
|
2315
|
-
}
|
|
2316
|
-
|
|
2317
|
-
/** Contains response data for the cutoverMigration operation. */
|
|
2318
|
-
export type ServersMigrationCutoverMigrationResponse = Server;
|
|
2319
|
-
|
|
2320
|
-
/** Optional parameters. */
|
|
2321
|
-
export interface AdvancedThreatProtectionSettingsGetOptionalParams
|
|
2322
|
-
extends coreClient.OperationOptions {}
|
|
2323
|
-
|
|
2324
|
-
/** Contains response data for the get operation. */
|
|
2325
|
-
export type AdvancedThreatProtectionSettingsGetResponse =
|
|
2326
|
-
AdvancedThreatProtection;
|
|
2327
|
-
|
|
2328
|
-
/** Optional parameters. */
|
|
2329
|
-
export interface AdvancedThreatProtectionSettingsUpdateOptionalParams
|
|
2330
|
-
extends coreClient.OperationOptions {
|
|
2331
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2332
|
-
updateIntervalInMs?: number;
|
|
2333
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2334
|
-
resumeFrom?: string;
|
|
2335
|
-
}
|
|
2336
|
-
|
|
2337
|
-
/** Contains response data for the update operation. */
|
|
2338
|
-
export type AdvancedThreatProtectionSettingsUpdateResponse =
|
|
2339
|
-
AdvancedThreatProtection;
|
|
2340
|
-
|
|
2341
|
-
/** Optional parameters. */
|
|
2342
|
-
export interface AdvancedThreatProtectionSettingsUpdatePutOptionalParams
|
|
2343
|
-
extends coreClient.OperationOptions {
|
|
2344
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2345
|
-
updateIntervalInMs?: number;
|
|
2346
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2347
|
-
resumeFrom?: string;
|
|
2348
|
-
}
|
|
2349
|
-
|
|
2350
|
-
/** Contains response data for the updatePut operation. */
|
|
2351
|
-
export type AdvancedThreatProtectionSettingsUpdatePutResponse =
|
|
2352
|
-
AdvancedThreatProtection;
|
|
2353
|
-
|
|
2354
|
-
/** Optional parameters. */
|
|
2355
|
-
export interface AdvancedThreatProtectionSettingsListOptionalParams
|
|
2356
|
-
extends coreClient.OperationOptions {}
|
|
2357
|
-
|
|
2358
|
-
/** Contains response data for the list operation. */
|
|
2359
|
-
export type AdvancedThreatProtectionSettingsListResponse =
|
|
2360
|
-
AdvancedThreatProtectionListResult;
|
|
2361
|
-
|
|
2362
|
-
/** Optional parameters. */
|
|
2363
|
-
export interface AdvancedThreatProtectionSettingsListNextOptionalParams
|
|
2364
|
-
extends coreClient.OperationOptions {}
|
|
2365
|
-
|
|
2366
|
-
/** Contains response data for the listNext operation. */
|
|
2367
|
-
export type AdvancedThreatProtectionSettingsListNextResponse =
|
|
2368
|
-
AdvancedThreatProtectionListResult;
|
|
2369
|
-
|
|
2370
|
-
/** Optional parameters. */
|
|
2371
|
-
export interface LogFilesListByServerOptionalParams
|
|
2372
|
-
extends coreClient.OperationOptions {}
|
|
2373
|
-
|
|
2374
|
-
/** Contains response data for the listByServer operation. */
|
|
2375
|
-
export type LogFilesListByServerResponse = LogFileListResult;
|
|
2376
|
-
|
|
2377
|
-
/** Optional parameters. */
|
|
2378
|
-
export interface LogFilesListByServerNextOptionalParams
|
|
2379
|
-
extends coreClient.OperationOptions {}
|
|
2380
|
-
|
|
2381
|
-
/** Contains response data for the listByServerNext operation. */
|
|
2382
|
-
export type LogFilesListByServerNextResponse = LogFileListResult;
|
|
2383
|
-
|
|
2384
|
-
/** Optional parameters. */
|
|
2385
|
-
export interface LocationBasedCapabilitiesListOptionalParams
|
|
2386
|
-
extends coreClient.OperationOptions {}
|
|
2387
|
-
|
|
2388
|
-
/** Contains response data for the list operation. */
|
|
2389
|
-
export type LocationBasedCapabilitiesListResponse = CapabilitiesListResult;
|
|
2390
|
-
|
|
2391
|
-
/** Optional parameters. */
|
|
2392
|
-
export interface LocationBasedCapabilitiesListNextOptionalParams
|
|
2393
|
-
extends coreClient.OperationOptions {}
|
|
2394
|
-
|
|
2395
|
-
/** Contains response data for the listNext operation. */
|
|
2396
|
-
export type LocationBasedCapabilitiesListNextResponse = CapabilitiesListResult;
|
|
2397
|
-
|
|
2398
|
-
/** Optional parameters. */
|
|
2399
|
-
export interface LocationBasedCapabilitySetListOptionalParams
|
|
2400
|
-
extends coreClient.OperationOptions {}
|
|
2401
|
-
|
|
2402
|
-
/** Contains response data for the list operation. */
|
|
2403
|
-
export type LocationBasedCapabilitySetListResponse = CapabilitySetsList;
|
|
2404
|
-
|
|
2405
|
-
/** Optional parameters. */
|
|
2406
|
-
export interface LocationBasedCapabilitySetGetOptionalParams
|
|
2407
|
-
extends coreClient.OperationOptions {}
|
|
2408
|
-
|
|
2409
|
-
/** Contains response data for the get operation. */
|
|
2410
|
-
export type LocationBasedCapabilitySetGetResponse = Capability;
|
|
2411
|
-
|
|
2412
|
-
/** Optional parameters. */
|
|
2413
|
-
export interface LocationBasedCapabilitySetListNextOptionalParams
|
|
2414
|
-
extends coreClient.OperationOptions {}
|
|
2415
|
-
|
|
2416
|
-
/** Contains response data for the listNext operation. */
|
|
2417
|
-
export type LocationBasedCapabilitySetListNextResponse = CapabilitySetsList;
|
|
2418
|
-
|
|
2419
|
-
/** Optional parameters. */
|
|
2420
|
-
export interface CheckVirtualNetworkSubnetUsageExecuteOptionalParams
|
|
2421
|
-
extends coreClient.OperationOptions {}
|
|
2422
|
-
|
|
2423
|
-
/** Contains response data for the execute operation. */
|
|
2424
|
-
export type CheckVirtualNetworkSubnetUsageExecuteResponse =
|
|
2425
|
-
VirtualNetworkSubnetUsageResult;
|
|
2426
|
-
|
|
2427
|
-
/** Optional parameters. */
|
|
2428
|
-
export interface CheckNameAvailabilityExecuteOptionalParams
|
|
2429
|
-
extends coreClient.OperationOptions {}
|
|
2430
|
-
|
|
2431
|
-
/** Contains response data for the execute operation. */
|
|
2432
|
-
export type CheckNameAvailabilityExecuteResponse = NameAvailability;
|
|
2433
|
-
|
|
2434
|
-
/** Optional parameters. */
|
|
2435
|
-
export interface CheckNameAvailabilityWithoutLocationExecuteOptionalParams
|
|
2436
|
-
extends coreClient.OperationOptions {}
|
|
2437
|
-
|
|
2438
|
-
/** Contains response data for the execute operation. */
|
|
2439
|
-
export type CheckNameAvailabilityWithoutLocationExecuteResponse =
|
|
2440
|
-
NameAvailability;
|
|
2441
|
-
|
|
2442
|
-
/** Optional parameters. */
|
|
2443
|
-
export interface OperationResultsGetOptionalParams
|
|
2444
|
-
extends coreClient.OperationOptions {}
|
|
2445
|
-
|
|
2446
|
-
/** Contains response data for the get operation. */
|
|
2447
|
-
export type OperationResultsGetResponse = OperationStatusExtendedResult;
|
|
2448
|
-
|
|
2449
|
-
/** Optional parameters. */
|
|
2450
|
-
export interface OperationProgressGetOptionalParams
|
|
2451
|
-
extends coreClient.OperationOptions {}
|
|
2452
|
-
|
|
2453
|
-
/** Contains response data for the get operation. */
|
|
2454
|
-
export type OperationProgressGetResponse = OperationProgressResult;
|
|
2455
|
-
|
|
2456
|
-
/** Optional parameters. */
|
|
2457
|
-
export interface GetPrivateDnsZoneSuffixExecuteOptionalParams
|
|
2458
|
-
extends coreClient.OperationOptions {}
|
|
2459
|
-
|
|
2460
|
-
/** Contains response data for the execute operation. */
|
|
2461
|
-
export type GetPrivateDnsZoneSuffixExecuteResponse =
|
|
2462
|
-
GetPrivateDnsZoneSuffixResponse;
|
|
2463
|
-
|
|
2464
|
-
/** Optional parameters. */
|
|
2465
|
-
export interface OperationsListOptionalParams
|
|
2466
|
-
extends coreClient.OperationOptions {}
|
|
2467
|
-
|
|
2468
|
-
/** Contains response data for the list operation. */
|
|
2469
|
-
export type OperationsListResponse = OperationListResult;
|
|
2470
|
-
|
|
2471
|
-
/** Optional parameters. */
|
|
2472
|
-
export interface OperationsListNextOptionalParams
|
|
2473
|
-
extends coreClient.OperationOptions {}
|
|
2474
|
-
|
|
2475
|
-
/** Contains response data for the listNext operation. */
|
|
2476
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
2477
|
-
|
|
2478
|
-
/** Optional parameters. */
|
|
2479
|
-
export interface MaintenancesReadOptionalParams
|
|
2480
|
-
extends coreClient.OperationOptions {}
|
|
2481
|
-
|
|
2482
|
-
/** Contains response data for the read operation. */
|
|
2483
|
-
export type MaintenancesReadResponse = Maintenance;
|
|
2484
|
-
|
|
2485
|
-
/** Optional parameters. */
|
|
2486
|
-
export interface MaintenancesUpdateOptionalParams
|
|
2487
|
-
extends coreClient.OperationOptions {
|
|
2488
|
-
/** The required parameters for update maintenance on a server. */
|
|
2489
|
-
parameters?: MaintenanceUpdate;
|
|
2490
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2491
|
-
updateIntervalInMs?: number;
|
|
2492
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2493
|
-
resumeFrom?: string;
|
|
2494
|
-
}
|
|
2495
|
-
|
|
2496
|
-
/** Contains response data for the update operation. */
|
|
2497
|
-
export type MaintenancesUpdateResponse = Maintenance;
|
|
2498
|
-
|
|
2499
|
-
/** Optional parameters. */
|
|
2500
|
-
export interface MaintenancesListOptionalParams
|
|
2501
|
-
extends coreClient.OperationOptions {}
|
|
2502
|
-
|
|
2503
|
-
/** Contains response data for the list operation. */
|
|
2504
|
-
export type MaintenancesListResponse = MaintenanceListResult;
|
|
2505
|
-
|
|
2506
|
-
/** Optional parameters. */
|
|
2507
|
-
export interface MaintenancesListNextOptionalParams
|
|
2508
|
-
extends coreClient.OperationOptions {}
|
|
2509
|
-
|
|
2510
|
-
/** Contains response data for the listNext operation. */
|
|
2511
|
-
export type MaintenancesListNextResponse = MaintenanceListResult;
|
|
2512
|
-
|
|
2513
|
-
/** Optional parameters. */
|
|
2514
|
-
export interface MySQLManagementFlexibleServerClientOptionalParams
|
|
2515
|
-
extends coreClient.ServiceClientOptions {
|
|
2516
|
-
/** server parameter */
|
|
2517
|
-
$host?: string;
|
|
2518
|
-
/** Overrides client endpoint. */
|
|
2519
|
-
endpoint?: string;
|
|
2520
|
-
}
|