@azure/arm-mysql-flexible 4.0.0-beta.1 → 4.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +244 -5
- package/LICENSE +4 -4
- package/README.md +29 -19
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +2186 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +298 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +106 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +2940 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +44 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +357 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/browser/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/browser/mySQLManagementFlexibleServerClient.js +123 -0
- package/dist/browser/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/browser/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/browser/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operations/advancedThreatProtectionSettings.js +367 -0
- package/dist/browser/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operations/azureADAdministrators.d.ts +81 -0
- package/dist/browser/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/browser/operations/azureADAdministrators.js +348 -0
- package/dist/browser/operations/azureADAdministrators.js.map +1 -0
- package/dist/browser/operations/backupAndExport.d.ts +37 -0
- package/dist/browser/operations/backupAndExport.d.ts.map +1 -0
- package/dist/browser/operations/backupAndExport.js +147 -0
- package/dist/browser/operations/backupAndExport.js.map +1 -0
- package/dist/browser/operations/backups.d.ts +54 -0
- package/dist/browser/operations/backups.d.ts.map +1 -0
- package/dist/browser/operations/backups.js +197 -0
- package/dist/browser/operations/backups.js.map +1 -0
- package/dist/browser/operations/checkNameAvailability.d.ts +20 -0
- package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operations/checkNameAvailability.js +55 -0
- package/dist/browser/operations/checkNameAvailability.js.map +1 -0
- package/dist/browser/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/browser/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/browser/operations/checkNameAvailabilityWithoutLocation.js +50 -0
- package/dist/browser/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/browser/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/browser/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/browser/operations/checkVirtualNetworkSubnetUsage.js +55 -0
- package/dist/browser/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/browser/operations/configurations.d.ts +99 -0
- package/dist/browser/operations/configurations.d.ts.map +1 -0
- package/dist/browser/operations/configurations.js +462 -0
- package/dist/browser/operations/configurations.js.map +1 -0
- package/dist/browser/operations/databases.d.ts +81 -0
- package/dist/browser/operations/databases.d.ts.map +1 -0
- package/dist/browser/operations/databases.js +347 -0
- package/dist/browser/operations/databases.js.map +1 -0
- package/dist/browser/operations/firewallRules.d.ts +81 -0
- package/dist/browser/operations/firewallRules.d.ts.map +1 -0
- package/dist/browser/operations/firewallRules.js +347 -0
- package/dist/browser/operations/firewallRules.js.map +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js +47 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operations/index.d.ts +24 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +31 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/browser/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/browser/operations/locationBasedCapabilities.js +128 -0
- package/dist/browser/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/browser/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/browser/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/browser/operations/locationBasedCapabilitySet.js +158 -0
- package/dist/browser/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/browser/operations/logFiles.d.ts +38 -0
- package/dist/browser/operations/logFiles.d.ts.map +1 -0
- package/dist/browser/operations/logFiles.js +133 -0
- package/dist/browser/operations/logFiles.js.map +1 -0
- package/dist/browser/operations/longRunningBackup.d.ts +30 -0
- package/dist/browser/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/browser/operations/longRunningBackup.js +118 -0
- package/dist/browser/operations/longRunningBackup.js.map +1 -0
- package/dist/browser/operations/longRunningBackups.d.ts +46 -0
- package/dist/browser/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/browser/operations/longRunningBackups.js +165 -0
- package/dist/browser/operations/longRunningBackups.js.map +1 -0
- package/dist/browser/operations/maintenances.d.ts +63 -0
- package/dist/browser/operations/maintenances.d.ts.map +1 -0
- package/dist/browser/operations/maintenances.js +258 -0
- package/dist/browser/operations/maintenances.js.map +1 -0
- package/dist/browser/operations/operationProgress.d.ts +20 -0
- package/dist/browser/operations/operationProgress.d.ts.map +1 -0
- package/dist/browser/operations/operationProgress.js +54 -0
- package/dist/browser/operations/operationProgress.js.map +1 -0
- package/dist/browser/operations/operationResults.d.ts +20 -0
- package/dist/browser/operations/operationResults.d.ts.map +1 -0
- package/dist/browser/operations/operationResults.js +54 -0
- package/dist/browser/operations/operationResults.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +116 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/replicas.d.ts +38 -0
- package/dist/browser/operations/replicas.d.ts.map +1 -0
- package/dist/browser/operations/replicas.js +133 -0
- package/dist/browser/operations/replicas.js.map +1 -0
- package/dist/browser/operations/servers.d.ts +193 -0
- package/dist/browser/operations/servers.d.ts.map +1 -0
- package/dist/browser/operations/servers.js +949 -0
- package/dist/browser/operations/servers.js.map +1 -0
- package/dist/browser/operations/serversMigration.d.ts +28 -0
- package/dist/browser/operations/serversMigration.d.ts.map +1 -0
- package/dist/browser/operations/serversMigration.js +113 -0
- package/dist/browser/operations/serversMigration.js.map +1 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/browser/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/browser/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/browser/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/browser/operationsInterfaces/backups.d.ts +29 -0
- package/dist/browser/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backups.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/databases.d.ts +56 -0
- package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databases.js.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +24 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +31 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/browser/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/browser/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/browser/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/longRunningBackup.js +9 -0
- package/dist/browser/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/browser/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/browser/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/longRunningBackups.js +9 -0
- package/dist/browser/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/browser/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/browser/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/maintenances.js +9 -0
- package/dist/browser/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/browser/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationProgress.js +9 -0
- package/dist/browser/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/browser/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/browser/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operationResults.js +9 -0
- package/dist/browser/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicas.js.map +1 -0
- package/dist/browser/operationsInterfaces/servers.d.ts +157 -0
- package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/servers.js.map +1 -0
- package/dist/browser/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/browser/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serversMigration.js +9 -0
- package/dist/browser/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2186 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +301 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +106 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2944 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +44 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +360 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/commonjs/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/commonjs/mySQLManagementFlexibleServerClient.js +128 -0
- package/dist/commonjs/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/advancedThreatProtectionSettings.js +372 -0
- package/dist/commonjs/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operations/azureADAdministrators.d.ts +81 -0
- package/dist/commonjs/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/commonjs/operations/azureADAdministrators.js +353 -0
- package/dist/commonjs/operations/azureADAdministrators.js.map +1 -0
- package/dist/commonjs/operations/backupAndExport.d.ts +37 -0
- package/dist/commonjs/operations/backupAndExport.d.ts.map +1 -0
- package/dist/commonjs/operations/backupAndExport.js +152 -0
- package/dist/commonjs/operations/backupAndExport.js.map +1 -0
- package/dist/commonjs/operations/backups.d.ts +54 -0
- package/dist/commonjs/operations/backups.d.ts.map +1 -0
- package/dist/commonjs/operations/backups.js +202 -0
- package/dist/commonjs/operations/backups.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts +20 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.js +60 -0
- package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.js +55 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.js +60 -0
- package/dist/commonjs/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/commonjs/operations/configurations.d.ts +99 -0
- package/dist/commonjs/operations/configurations.d.ts.map +1 -0
- package/dist/commonjs/operations/configurations.js +467 -0
- package/dist/commonjs/operations/configurations.js.map +1 -0
- package/dist/commonjs/operations/databases.d.ts +81 -0
- package/dist/commonjs/operations/databases.d.ts.map +1 -0
- package/dist/commonjs/operations/databases.js +352 -0
- package/dist/commonjs/operations/databases.js.map +1 -0
- package/dist/commonjs/operations/firewallRules.d.ts +81 -0
- package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operations/firewallRules.js +352 -0
- package/dist/commonjs/operations/firewallRules.js.map +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js +52 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +24 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +34 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilities.js +133 -0
- package/dist/commonjs/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.js +163 -0
- package/dist/commonjs/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/commonjs/operations/logFiles.d.ts +38 -0
- package/dist/commonjs/operations/logFiles.d.ts.map +1 -0
- package/dist/commonjs/operations/logFiles.js +138 -0
- package/dist/commonjs/operations/logFiles.js.map +1 -0
- package/dist/commonjs/operations/longRunningBackup.d.ts +30 -0
- package/dist/commonjs/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/commonjs/operations/longRunningBackup.js +123 -0
- package/dist/commonjs/operations/longRunningBackup.js.map +1 -0
- package/dist/commonjs/operations/longRunningBackups.d.ts +46 -0
- package/dist/commonjs/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/commonjs/operations/longRunningBackups.js +170 -0
- package/dist/commonjs/operations/longRunningBackups.js.map +1 -0
- package/dist/commonjs/operations/maintenances.d.ts +63 -0
- package/dist/commonjs/operations/maintenances.d.ts.map +1 -0
- package/dist/commonjs/operations/maintenances.js +263 -0
- package/dist/commonjs/operations/maintenances.js.map +1 -0
- package/dist/commonjs/operations/operationProgress.d.ts +20 -0
- package/dist/commonjs/operations/operationProgress.d.ts.map +1 -0
- package/dist/commonjs/operations/operationProgress.js +59 -0
- package/dist/commonjs/operations/operationProgress.js.map +1 -0
- package/dist/commonjs/operations/operationResults.d.ts +20 -0
- package/dist/commonjs/operations/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operations/operationResults.js +59 -0
- package/dist/commonjs/operations/operationResults.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +121 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/replicas.d.ts +38 -0
- package/dist/commonjs/operations/replicas.d.ts.map +1 -0
- package/dist/commonjs/operations/replicas.js +138 -0
- package/dist/commonjs/operations/replicas.js.map +1 -0
- package/dist/commonjs/operations/servers.d.ts +193 -0
- package/dist/commonjs/operations/servers.d.ts.map +1 -0
- package/dist/commonjs/operations/servers.js +954 -0
- package/dist/commonjs/operations/servers.js.map +1 -0
- package/dist/commonjs/operations/serversMigration.d.ts +28 -0
- package/dist/commonjs/operations/serversMigration.d.ts.map +1 -0
- package/dist/commonjs/operations/serversMigration.js +118 -0
- package/dist/commonjs/operations/serversMigration.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.js +10 -0
- package/dist/commonjs/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.js +10 -0
- package/dist/commonjs/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.js +10 -0
- package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.js +10 -0
- package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +10 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +24 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +34 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +10 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.js +10 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/logFiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.js +10 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.js +10 -0
- package/dist/commonjs/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/maintenances.js +10 -0
- package/dist/commonjs/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js +10 -0
- package/dist/commonjs/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicas.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts +157 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.js +10 -0
- package/dist/commonjs/operationsInterfaces/servers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.js +10 -0
- package/dist/commonjs/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +2186 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +298 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +106 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2940 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +44 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +357 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.js +123 -0
- package/dist/esm/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.js +367 -0
- package/dist/esm/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operations/azureADAdministrators.d.ts +81 -0
- package/dist/esm/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/esm/operations/azureADAdministrators.js +348 -0
- package/dist/esm/operations/azureADAdministrators.js.map +1 -0
- package/dist/esm/operations/backupAndExport.d.ts +37 -0
- package/dist/esm/operations/backupAndExport.d.ts.map +1 -0
- package/dist/esm/operations/backupAndExport.js +147 -0
- package/dist/esm/operations/backupAndExport.js.map +1 -0
- package/dist/esm/operations/backups.d.ts +54 -0
- package/dist/esm/operations/backups.d.ts.map +1 -0
- package/dist/esm/operations/backups.js +197 -0
- package/dist/esm/operations/backups.js.map +1 -0
- package/dist/esm/operations/checkNameAvailability.d.ts +20 -0
- package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailability.js +55 -0
- package/dist/esm/operations/checkNameAvailability.js.map +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.js +50 -0
- package/dist/esm/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.js +55 -0
- package/dist/esm/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/esm/operations/configurations.d.ts +99 -0
- package/dist/esm/operations/configurations.d.ts.map +1 -0
- package/dist/esm/operations/configurations.js +462 -0
- package/dist/esm/operations/configurations.js.map +1 -0
- package/dist/esm/operations/databases.d.ts +81 -0
- package/dist/esm/operations/databases.d.ts.map +1 -0
- package/dist/esm/operations/databases.js +347 -0
- package/dist/esm/operations/databases.js.map +1 -0
- package/dist/esm/operations/firewallRules.d.ts +81 -0
- package/dist/esm/operations/firewallRules.d.ts.map +1 -0
- package/dist/esm/operations/firewallRules.js +347 -0
- package/dist/esm/operations/firewallRules.js.map +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js +47 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operations/index.d.ts +24 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +31 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/esm/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/esm/operations/locationBasedCapabilities.js +128 -0
- package/dist/esm/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/esm/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/esm/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/esm/operations/locationBasedCapabilitySet.js +158 -0
- package/dist/esm/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/esm/operations/logFiles.d.ts +38 -0
- package/dist/esm/operations/logFiles.d.ts.map +1 -0
- package/dist/esm/operations/logFiles.js +133 -0
- package/dist/esm/operations/logFiles.js.map +1 -0
- package/dist/esm/operations/longRunningBackup.d.ts +30 -0
- package/dist/esm/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/esm/operations/longRunningBackup.js +118 -0
- package/dist/esm/operations/longRunningBackup.js.map +1 -0
- package/dist/esm/operations/longRunningBackups.d.ts +46 -0
- package/dist/esm/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/esm/operations/longRunningBackups.js +165 -0
- package/dist/esm/operations/longRunningBackups.js.map +1 -0
- package/dist/esm/operations/maintenances.d.ts +63 -0
- package/dist/esm/operations/maintenances.d.ts.map +1 -0
- package/dist/esm/operations/maintenances.js +258 -0
- package/dist/esm/operations/maintenances.js.map +1 -0
- package/dist/esm/operations/operationProgress.d.ts +20 -0
- package/dist/esm/operations/operationProgress.d.ts.map +1 -0
- package/dist/esm/operations/operationProgress.js +54 -0
- package/dist/esm/operations/operationProgress.js.map +1 -0
- package/dist/esm/operations/operationResults.d.ts +20 -0
- package/dist/esm/operations/operationResults.d.ts.map +1 -0
- package/dist/esm/operations/operationResults.js +54 -0
- package/dist/esm/operations/operationResults.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +116 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/replicas.d.ts +38 -0
- package/dist/esm/operations/replicas.d.ts.map +1 -0
- package/dist/esm/operations/replicas.js +133 -0
- package/dist/esm/operations/replicas.js.map +1 -0
- package/dist/esm/operations/servers.d.ts +193 -0
- package/dist/esm/operations/servers.d.ts.map +1 -0
- package/dist/esm/operations/servers.js +949 -0
- package/dist/esm/operations/servers.js.map +1 -0
- package/dist/esm/operations/serversMigration.d.ts +28 -0
- package/dist/esm/operations/serversMigration.d.ts.map +1 -0
- package/dist/esm/operations/serversMigration.js +113 -0
- package/dist/esm/operations/serversMigration.js.map +1 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.js +9 -0
- package/dist/esm/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/esm/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/esm/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backupAndExport.js +9 -0
- package/dist/esm/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/esm/operationsInterfaces/backups.d.ts +29 -0
- package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backups.js +9 -0
- package/dist/esm/operationsInterfaces/backups.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +9 -0
- package/dist/esm/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.js +9 -0
- package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/databases.d.ts +56 -0
- package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databases.js +9 -0
- package/dist/esm/operationsInterfaces/databases.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
- package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +24 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +31 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/esm/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/esm/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/logFiles.js +9 -0
- package/dist/esm/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.js +9 -0
- package/dist/esm/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.js +9 -0
- package/dist/esm/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/esm/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/esm/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/maintenances.js +9 -0
- package/dist/esm/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationProgress.js +9 -0
- package/dist/esm/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/esm/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operationResults.js +9 -0
- package/dist/esm/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicas.js +9 -0
- package/dist/esm/operationsInterfaces/replicas.js.map +1 -0
- package/dist/esm/operationsInterfaces/servers.d.ts +157 -0
- package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/servers.js +9 -0
- package/dist/esm/operationsInterfaces/servers.js.map +1 -0
- package/dist/esm/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/esm/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serversMigration.js +9 -0
- package/dist/esm/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2186 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +298 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +106 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2940 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +44 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +357 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.d.ts +40 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.js +123 -0
- package/dist/react-native/mySQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts +83 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.js +367 -0
- package/dist/react-native/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operations/azureADAdministrators.d.ts +81 -0
- package/dist/react-native/operations/azureADAdministrators.d.ts.map +1 -0
- package/dist/react-native/operations/azureADAdministrators.js +348 -0
- package/dist/react-native/operations/azureADAdministrators.js.map +1 -0
- package/dist/react-native/operations/backupAndExport.d.ts +37 -0
- package/dist/react-native/operations/backupAndExport.d.ts.map +1 -0
- package/dist/react-native/operations/backupAndExport.js +147 -0
- package/dist/react-native/operations/backupAndExport.js.map +1 -0
- package/dist/react-native/operations/backups.d.ts +54 -0
- package/dist/react-native/operations/backups.d.ts.map +1 -0
- package/dist/react-native/operations/backups.js +197 -0
- package/dist/react-native/operations/backups.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts +20 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.js +55 -0
- package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.d.ts +19 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.js +50 -0
- package/dist/react-native/operations/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.js +55 -0
- package/dist/react-native/operations/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/react-native/operations/configurations.d.ts +99 -0
- package/dist/react-native/operations/configurations.d.ts.map +1 -0
- package/dist/react-native/operations/configurations.js +462 -0
- package/dist/react-native/operations/configurations.js.map +1 -0
- package/dist/react-native/operations/databases.d.ts +81 -0
- package/dist/react-native/operations/databases.d.ts.map +1 -0
- package/dist/react-native/operations/databases.js +347 -0
- package/dist/react-native/operations/databases.js.map +1 -0
- package/dist/react-native/operations/firewallRules.d.ts +81 -0
- package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operations/firewallRules.js +347 -0
- package/dist/react-native/operations/firewallRules.js.map +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js +47 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +24 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +31 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilities.js +128 -0
- package/dist/react-native/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.d.ts +42 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.js +158 -0
- package/dist/react-native/operations/locationBasedCapabilitySet.js.map +1 -0
- package/dist/react-native/operations/logFiles.d.ts +38 -0
- package/dist/react-native/operations/logFiles.d.ts.map +1 -0
- package/dist/react-native/operations/logFiles.js +133 -0
- package/dist/react-native/operations/logFiles.js.map +1 -0
- package/dist/react-native/operations/longRunningBackup.d.ts +30 -0
- package/dist/react-native/operations/longRunningBackup.d.ts.map +1 -0
- package/dist/react-native/operations/longRunningBackup.js +118 -0
- package/dist/react-native/operations/longRunningBackup.js.map +1 -0
- package/dist/react-native/operations/longRunningBackups.d.ts +46 -0
- package/dist/react-native/operations/longRunningBackups.d.ts.map +1 -0
- package/dist/react-native/operations/longRunningBackups.js +165 -0
- package/dist/react-native/operations/longRunningBackups.js.map +1 -0
- package/dist/react-native/operations/maintenances.d.ts +63 -0
- package/dist/react-native/operations/maintenances.d.ts.map +1 -0
- package/dist/react-native/operations/maintenances.js +258 -0
- package/dist/react-native/operations/maintenances.js.map +1 -0
- package/dist/react-native/operations/operationProgress.d.ts +20 -0
- package/dist/react-native/operations/operationProgress.d.ts.map +1 -0
- package/dist/react-native/operations/operationProgress.js +54 -0
- package/dist/react-native/operations/operationProgress.js.map +1 -0
- package/dist/react-native/operations/operationResults.d.ts +20 -0
- package/dist/react-native/operations/operationResults.d.ts.map +1 -0
- package/dist/react-native/operations/operationResults.js +54 -0
- package/dist/react-native/operations/operationResults.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +116 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/replicas.d.ts +38 -0
- package/dist/react-native/operations/replicas.d.ts.map +1 -0
- package/dist/react-native/operations/replicas.js +133 -0
- package/dist/react-native/operations/replicas.js.map +1 -0
- package/dist/react-native/operations/servers.d.ts +193 -0
- package/dist/react-native/operations/servers.d.ts.map +1 -0
- package/dist/react-native/operations/servers.js +949 -0
- package/dist/react-native/operations/servers.js.map +1 -0
- package/dist/react-native/operations/serversMigration.d.ts +28 -0
- package/dist/react-native/operations/serversMigration.d.ts.map +1 -0
- package/dist/react-native/operations/serversMigration.js +113 -0
- package/dist/react-native/operations/serversMigration.js.map +1 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.js +9 -0
- package/dist/react-native/operationsInterfaces/azureADAdministrators.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.js +9 -0
- package/dist/react-native/operationsInterfaces/backupAndExport.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.js +9 -0
- package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +9 -0
- package/dist/react-native/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts +74 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.js +9 -0
- package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.js +9 -0
- package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +24 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +31 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.d.ts +19 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.js +9 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilitySet.js.map +1 -0
- package/dist/react-native/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/logFiles.js +9 -0
- package/dist/react-native/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.d.ts +22 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.js +9 -0
- package/dist/react-native/operationsInterfaces/longRunningBackup.js.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.js +9 -0
- package/dist/react-native/operationsInterfaces/longRunningBackups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenances.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/maintenances.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/maintenances.js +9 -0
- package/dist/react-native/operationsInterfaces/maintenances.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationProgress.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationProgress.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationProgress.js +9 -0
- package/dist/react-native/operationsInterfaces/operationProgress.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/operationResults.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operationResults.js +9 -0
- package/dist/react-native/operationsInterfaces/operationResults.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicas.js +9 -0
- package/dist/react-native/operationsInterfaces/replicas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts +157 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.js +9 -0
- package/dist/react-native/operationsInterfaces/servers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serversMigration.d.ts +20 -0
- package/dist/react-native/operationsInterfaces/serversMigration.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serversMigration.js +9 -0
- package/dist/react-native/operationsInterfaces/serversMigration.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +86 -77
- package/review/arm-mysql-flexible-node.api.md +1790 -0
- package/dist/index.js +0 -6252
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.js +0 -47
- package/dist-esm/samples-dev/azureAdAdministratorsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/azureAdAdministratorsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureAdAdministratorsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsGetSample.js +0 -40
- package/dist-esm/samples-dev/azureAdAdministratorsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.js +0 -60
- package/dist-esm/samples-dev/azureAdAdministratorsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/backupAndExportCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupAndExportCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupAndExportCreateSample.js +0 -46
- package/dist-esm/samples-dev/backupAndExportCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/backupAndExportValidateBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupAndExportValidateBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupAndExportValidateBackupSample.js +0 -39
- package/dist-esm/samples-dev/backupAndExportValidateBackupSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsGetSample.js +0 -40
- package/dist-esm/samples-dev/backupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsListByServerSample.js +0 -60
- package/dist-esm/samples-dev/backupsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsPutSample.js +0 -40
- package/dist-esm/samples-dev/backupsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +0 -42
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.js +0 -41
- package/dist-esm/samples-dev/checkNameAvailabilityWithoutLocationExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.js +0 -41
- package/dist-esm/samples-dev/checkVirtualNetworkSubnetUsageExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsBatchUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsBatchUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsBatchUpdateSample.js +0 -46
- package/dist-esm/samples-dev/configurationsBatchUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/configurationsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.js +0 -40
- package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.js +0 -63
- package/dist-esm/samples-dev/configurationsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -41
- package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/databasesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.js +0 -40
- package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesListByServerSample.js +0 -60
- package/dist-esm/samples-dev/databasesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -40
- package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js +0 -60
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js +0 -37
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.js +0 -59
- package/dist-esm/samples-dev/locationBasedCapabilitiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/logFilesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.js +0 -60
- package/dist-esm/samples-dev/logFilesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -58
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicasListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicasListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicasListByServerSample.js +0 -60
- package/dist-esm/samples-dev/replicasListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/serversCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversCreateSample.js +0 -148
- package/dist-esm/samples-dev/serversCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/serversDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversDeleteSample.js +0 -39
- package/dist-esm/samples-dev/serversDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/serversFailoverSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversFailoverSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversFailoverSample.js +0 -39
- package/dist-esm/samples-dev/serversFailoverSample.js.map +0 -1
- package/dist-esm/samples-dev/serversGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversGetSample.js +0 -58
- package/dist-esm/samples-dev/serversGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js +0 -59
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/serversListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversListSample.js +0 -58
- package/dist-esm/samples-dev/serversListSample.js.map +0 -1
- package/dist-esm/samples-dev/serversResetGtidSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversResetGtidSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversResetGtidSample.js +0 -42
- package/dist-esm/samples-dev/serversResetGtidSample.js.map +0 -1
- package/dist-esm/samples-dev/serversRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversRestartSample.js +0 -43
- package/dist-esm/samples-dev/serversRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/serversStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversStartSample.js +0 -39
- package/dist-esm/samples-dev/serversStartSample.js.map +0 -1
- package/dist-esm/samples-dev/serversStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversStopSample.js +0 -39
- package/dist-esm/samples-dev/serversStopSample.js.map +0 -1
- package/dist-esm/samples-dev/serversUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversUpdateSample.js +0 -108
- package/dist-esm/samples-dev/serversUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -1460
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -176
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -73
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -1954
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -33
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -262
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/mySQLManagementFlexibleServerClient.d.ts +0 -31
- package/dist-esm/src/mySQLManagementFlexibleServerClient.d.ts.map +0 -1
- package/dist-esm/src/mySQLManagementFlexibleServerClient.js +0 -84
- package/dist-esm/src/mySQLManagementFlexibleServerClient.js.map +0 -1
- package/dist-esm/src/operations/azureADAdministrators.d.ts +0 -81
- package/dist-esm/src/operations/azureADAdministrators.d.ts.map +0 -1
- package/dist-esm/src/operations/azureADAdministrators.js +0 -368
- package/dist-esm/src/operations/azureADAdministrators.js.map +0 -1
- package/dist-esm/src/operations/backupAndExport.d.ts +0 -37
- package/dist-esm/src/operations/backupAndExport.d.ts.map +0 -1
- package/dist-esm/src/operations/backupAndExport.js +0 -146
- package/dist-esm/src/operations/backupAndExport.js.map +0 -1
- package/dist-esm/src/operations/backups.d.ts +0 -54
- package/dist-esm/src/operations/backups.d.ts.map +0 -1
- package/dist-esm/src/operations/backups.js +0 -219
- package/dist-esm/src/operations/backups.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -20
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.js +0 -54
- package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.d.ts +0 -19
- package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.js +0 -49
- package/dist-esm/src/operations/checkNameAvailabilityWithoutLocation.js.map +0 -1
- package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.d.ts +0 -20
- package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.d.ts.map +0 -1
- package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.js +0 -54
- package/dist-esm/src/operations/checkVirtualNetworkSubnetUsage.js.map +0 -1
- package/dist-esm/src/operations/configurations.d.ts +0 -99
- package/dist-esm/src/operations/configurations.d.ts.map +0 -1
- package/dist-esm/src/operations/configurations.js +0 -481
- package/dist-esm/src/operations/configurations.js.map +0 -1
- package/dist-esm/src/operations/databases.d.ts +0 -81
- package/dist-esm/src/operations/databases.d.ts.map +0 -1
- package/dist-esm/src/operations/databases.js +0 -367
- package/dist-esm/src/operations/databases.js.map +0 -1
- package/dist-esm/src/operations/firewallRules.d.ts +0 -81
- package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operations/firewallRules.js +0 -367
- package/dist-esm/src/operations/firewallRules.js.map +0 -1
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js +0 -46
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -16
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -23
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operations/locationBasedCapabilities.js +0 -150
- package/dist-esm/src/operations/locationBasedCapabilities.js.map +0 -1
- package/dist-esm/src/operations/logFiles.d.ts +0 -38
- package/dist-esm/src/operations/logFiles.d.ts.map +0 -1
- package/dist-esm/src/operations/logFiles.js +0 -155
- package/dist-esm/src/operations/logFiles.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -32
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -138
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/replicas.d.ts +0 -38
- package/dist-esm/src/operations/replicas.d.ts.map +0 -1
- package/dist-esm/src/operations/replicas.js +0 -155
- package/dist-esm/src/operations/replicas.js.map +0 -1
- package/dist-esm/src/operations/servers.d.ts +0 -185
- package/dist-esm/src/operations/servers.d.ts.map +0 -1
- package/dist-esm/src/operations/servers.js +0 -952
- package/dist-esm/src/operations/servers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/azureADAdministrators.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/azureADAdministrators.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/azureADAdministrators.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/backupAndExport.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/backupAndExport.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/backupAndExport.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/backups.d.ts +0 -29
- package/dist-esm/src/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/backups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -74
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -16
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -23
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/logFiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicas.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/servers.d.ts +0 -149
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/servers.js.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -2
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -38
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/review/arm-mysql-flexible.api.md +0 -1235
- package/rollup.config.js +0 -122
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1682
- package/src/models/mappers.ts +0 -2117
- package/src/models/parameters.ts +0 -311
- package/src/mySQLManagementFlexibleServerClient.ts +0 -168
- package/src/operations/azureADAdministrators.ts +0 -504
- package/src/operations/backupAndExport.ts +0 -210
- package/src/operations/backups.ts +0 -286
- package/src/operations/checkNameAvailability.ts +0 -74
- package/src/operations/checkNameAvailabilityWithoutLocation.ts +0 -69
- package/src/operations/checkVirtualNetworkSubnetUsage.ts +0 -75
- package/src/operations/configurations.ts +0 -670
- package/src/operations/databases.ts +0 -502
- package/src/operations/firewallRules.ts +0 -502
- package/src/operations/getPrivateDnsZoneSuffix.ts +0 -59
- package/src/operations/index.ts +0 -23
- package/src/operations/locationBasedCapabilities.ts +0 -171
- package/src/operations/logFiles.ts +0 -198
- package/src/operations/operations.ts +0 -149
- package/src/operations/replicas.ts +0 -198
- package/src/operations/servers.ts +0 -1262
- package/src/operationsInterfaces/azureADAdministrators.ts +0 -110
- package/src/operationsInterfaces/backupAndExport.ts +0 -62
- package/src/operationsInterfaces/backups.ts +0 -59
- package/src/operationsInterfaces/checkNameAvailability.ts +0 -28
- package/src/operationsInterfaces/checkNameAvailabilityWithoutLocation.ts +0 -26
- package/src/operationsInterfaces/checkVirtualNetworkSubnetUsage.ts +0 -28
- package/src/operationsInterfaces/configurations.ts +0 -153
- package/src/operationsInterfaces/databases.ts +0 -109
- package/src/operationsInterfaces/firewallRules.ts +0 -109
- package/src/operationsInterfaces/getPrivateDnsZoneSuffix.ts +0 -23
- package/src/operationsInterfaces/index.ts +0 -23
- package/src/operationsInterfaces/locationBasedCapabilities.ts +0 -27
- package/src/operationsInterfaces/logFiles.ts +0 -26
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/replicas.ts +0 -26
- package/src/operationsInterfaces/servers.ts +0 -266
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- package/types/arm-mysql-flexible.d.ts +0 -2216
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/azureADAdministrators.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/backupAndExport.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/backups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailabilityWithoutLocation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkVirtualNetworkSubnetUsage.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedCapabilities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/logFiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/servers.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
package/src/models/index.ts
DELETED
|
@@ -1,1682 +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
|
-
|
|
15
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
16
|
-
export interface SystemData {
|
|
17
|
-
/** The identity that created the resource. */
|
|
18
|
-
createdBy?: string;
|
|
19
|
-
/** The type of identity that created the resource. */
|
|
20
|
-
createdByType?: CreatedByType;
|
|
21
|
-
/** The timestamp of resource creation (UTC). */
|
|
22
|
-
createdAt?: Date;
|
|
23
|
-
/** The identity that last modified the resource. */
|
|
24
|
-
lastModifiedBy?: string;
|
|
25
|
-
/** The type of identity that last modified the resource. */
|
|
26
|
-
lastModifiedByType?: CreatedByType;
|
|
27
|
-
/** The timestamp of resource last modification (UTC) */
|
|
28
|
-
lastModifiedAt?: Date;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
32
|
-
export interface Resource {
|
|
33
|
-
/**
|
|
34
|
-
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
35
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
36
|
-
*/
|
|
37
|
-
readonly id?: string;
|
|
38
|
-
/**
|
|
39
|
-
* The name of the resource
|
|
40
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
41
|
-
*/
|
|
42
|
-
readonly name?: string;
|
|
43
|
-
/**
|
|
44
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
45
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
46
|
-
*/
|
|
47
|
-
readonly type?: string;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
/** An error response from the Batch service. */
|
|
51
|
-
export interface CloudError {
|
|
52
|
-
/** The resource management error response. */
|
|
53
|
-
error?: ErrorResponse;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.) */
|
|
57
|
-
export interface ErrorResponse {
|
|
58
|
-
/**
|
|
59
|
-
* The error code.
|
|
60
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
61
|
-
*/
|
|
62
|
-
readonly code?: string;
|
|
63
|
-
/**
|
|
64
|
-
* The error message.
|
|
65
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
-
*/
|
|
67
|
-
readonly message?: string;
|
|
68
|
-
/**
|
|
69
|
-
* The error target.
|
|
70
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
-
*/
|
|
72
|
-
readonly target?: string;
|
|
73
|
-
/**
|
|
74
|
-
* The error details.
|
|
75
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
76
|
-
*/
|
|
77
|
-
readonly details?: ErrorResponse[];
|
|
78
|
-
/**
|
|
79
|
-
* The error additional info.
|
|
80
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
81
|
-
*/
|
|
82
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/** The resource management error additional info. */
|
|
86
|
-
export interface ErrorAdditionalInfo {
|
|
87
|
-
/**
|
|
88
|
-
* The additional info type.
|
|
89
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
90
|
-
*/
|
|
91
|
-
readonly type?: string;
|
|
92
|
-
/**
|
|
93
|
-
* The additional info.
|
|
94
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
95
|
-
*/
|
|
96
|
-
readonly info?: Record<string, unknown>;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
/** A List of azure ad administrators. */
|
|
100
|
-
export interface AdministratorListResult {
|
|
101
|
-
/** The list of azure ad administrator of a server */
|
|
102
|
-
value?: AzureADAdministrator[];
|
|
103
|
-
/** The link used to get the next page of operations. */
|
|
104
|
-
nextLink?: string;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
/** A list of server backups. */
|
|
108
|
-
export interface ServerBackupListResult {
|
|
109
|
-
/** The list of backups of a server. */
|
|
110
|
-
value?: ServerBackup[];
|
|
111
|
-
/** The link used to get the next page of operations. */
|
|
112
|
-
nextLink?: string;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
/** Details about the target where the backup content will be stored. */
|
|
116
|
-
export interface BackupStoreDetails {
|
|
117
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
118
|
-
objectType: "FullBackupStoreDetails";
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
/** BackupRequestBase is the base for all backup request. */
|
|
122
|
-
export interface BackupRequestBase {
|
|
123
|
-
/** Backup Settings */
|
|
124
|
-
backupSettings: BackupSettings;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
/** Backup Settings */
|
|
128
|
-
export interface BackupSettings {
|
|
129
|
-
/** The name of the backup. */
|
|
130
|
-
backupName: string;
|
|
131
|
-
/** Backup Format for the current backup. (CollatedFormat is INTERNAL – DO NOT USE) */
|
|
132
|
-
backupFormat?: BackupFormat;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
/** Represents ValidateBackup API Response */
|
|
136
|
-
export interface ValidateBackupResponse {
|
|
137
|
-
/** Estimated no of storage containers required for resource data to be backed up. */
|
|
138
|
-
numberOfContainers?: number;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/** A list of server configurations to update. */
|
|
142
|
-
export interface ConfigurationListForBatchUpdate {
|
|
143
|
-
/** The list of server configurations. */
|
|
144
|
-
value?: ConfigurationForBatchUpdate[];
|
|
145
|
-
/** Whether to reset all server parameters to default. */
|
|
146
|
-
resetAllToDefault?: ResetAllToDefault;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/** Represents a Configuration. */
|
|
150
|
-
export interface ConfigurationForBatchUpdate {
|
|
151
|
-
/** Name of the configuration. */
|
|
152
|
-
name?: string;
|
|
153
|
-
/** Value of the configuration. */
|
|
154
|
-
value?: string;
|
|
155
|
-
/** Source of the configuration. */
|
|
156
|
-
source?: string;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
/** A list of server configurations. */
|
|
160
|
-
export interface ConfigurationListResult {
|
|
161
|
-
/** The list of server configurations. */
|
|
162
|
-
value?: Configuration[];
|
|
163
|
-
/** The link used to get the next page of operations. */
|
|
164
|
-
nextLink?: string;
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
/** A List of databases. */
|
|
168
|
-
export interface DatabaseListResult {
|
|
169
|
-
/** The list of databases housed in a server */
|
|
170
|
-
value?: Database[];
|
|
171
|
-
/** The link used to get the next page of operations. */
|
|
172
|
-
nextLink?: string;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
/** A list of firewall rules. */
|
|
176
|
-
export interface FirewallRuleListResult {
|
|
177
|
-
/** The list of firewall rules in a server. */
|
|
178
|
-
value?: FirewallRule[];
|
|
179
|
-
/** The link used to get the next page of operations. */
|
|
180
|
-
nextLink?: string;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/** Properties to configure Identity for Bring your Own Keys */
|
|
184
|
-
export interface Identity {
|
|
185
|
-
/**
|
|
186
|
-
* ObjectId from the KeyVault
|
|
187
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
188
|
-
*/
|
|
189
|
-
readonly principalId?: string;
|
|
190
|
-
/**
|
|
191
|
-
* TenantId from the KeyVault
|
|
192
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
193
|
-
*/
|
|
194
|
-
readonly tenantId?: string;
|
|
195
|
-
/** Type of managed service identity. */
|
|
196
|
-
type?: ManagedServiceIdentityType;
|
|
197
|
-
/** Metadata of user assigned identity. */
|
|
198
|
-
userAssignedIdentities?: { [propertyName: string]: Record<string, unknown> };
|
|
199
|
-
}
|
|
200
|
-
|
|
201
|
-
/** Billing information related properties of a server. */
|
|
202
|
-
export interface Sku {
|
|
203
|
-
/** The name of the sku, e.g. Standard_D32s_v3. */
|
|
204
|
-
name: string;
|
|
205
|
-
/** The tier of the particular SKU, e.g. GeneralPurpose. */
|
|
206
|
-
tier: SkuTier;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
/** The date encryption for cmk. */
|
|
210
|
-
export interface DataEncryption {
|
|
211
|
-
/** Primary user identity resource id */
|
|
212
|
-
primaryUserAssignedIdentityId?: string;
|
|
213
|
-
/** Primary key uri */
|
|
214
|
-
primaryKeyURI?: string;
|
|
215
|
-
/** Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup */
|
|
216
|
-
geoBackupUserAssignedIdentityId?: string;
|
|
217
|
-
/** Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup */
|
|
218
|
-
geoBackupKeyURI?: string;
|
|
219
|
-
/** The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk. */
|
|
220
|
-
type?: DataEncryptionType;
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
/** Storage Profile properties of a server */
|
|
224
|
-
export interface Storage {
|
|
225
|
-
/** Max storage size allowed for a server. */
|
|
226
|
-
storageSizeGB?: number;
|
|
227
|
-
/** Storage IOPS for a server. */
|
|
228
|
-
iops?: number;
|
|
229
|
-
/** Enable Storage Auto Grow or not. */
|
|
230
|
-
autoGrow?: EnableStatusEnum;
|
|
231
|
-
/** Enable Log On Disk or not. */
|
|
232
|
-
logOnDisk?: EnableStatusEnum;
|
|
233
|
-
/**
|
|
234
|
-
* The sku name of the server storage.
|
|
235
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
236
|
-
*/
|
|
237
|
-
readonly storageSku?: string;
|
|
238
|
-
/** Enable IO Auto Scaling or not. */
|
|
239
|
-
autoIoScaling?: EnableStatusEnum;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
/** Storage Profile properties of a server */
|
|
243
|
-
export interface Backup {
|
|
244
|
-
/** Backup retention days for the server. */
|
|
245
|
-
backupRetentionDays?: number;
|
|
246
|
-
/** Whether or not geo redundant backup is enabled. */
|
|
247
|
-
geoRedundantBackup?: EnableStatusEnum;
|
|
248
|
-
/**
|
|
249
|
-
* Earliest restore point creation time (ISO8601 format)
|
|
250
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
251
|
-
*/
|
|
252
|
-
readonly earliestRestoreDate?: Date;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
/** Network related properties of a server */
|
|
256
|
-
export interface HighAvailability {
|
|
257
|
-
/** High availability mode for a server. */
|
|
258
|
-
mode?: HighAvailabilityMode;
|
|
259
|
-
/**
|
|
260
|
-
* The state of server high availability.
|
|
261
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
262
|
-
*/
|
|
263
|
-
readonly state?: HighAvailabilityState;
|
|
264
|
-
/** Availability zone of the standby server. */
|
|
265
|
-
standbyAvailabilityZone?: string;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
/** Network related properties of a server */
|
|
269
|
-
export interface Network {
|
|
270
|
-
/** Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration. */
|
|
271
|
-
publicNetworkAccess?: EnableStatusEnum;
|
|
272
|
-
/** Delegated subnet resource id used to setup vnet for a server. */
|
|
273
|
-
delegatedSubnetResourceId?: string;
|
|
274
|
-
/** Private DNS zone resource id. */
|
|
275
|
-
privateDnsZoneResourceId?: string;
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
/** Maintenance window of a server. */
|
|
279
|
-
export interface MaintenanceWindow {
|
|
280
|
-
/** indicates whether custom window is enabled or disabled */
|
|
281
|
-
customWindow?: string;
|
|
282
|
-
/** start hour for maintenance window */
|
|
283
|
-
startHour?: number;
|
|
284
|
-
/** start minute for maintenance window */
|
|
285
|
-
startMinute?: number;
|
|
286
|
-
/** day of week for maintenance window */
|
|
287
|
-
dayOfWeek?: number;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
/** Parameters allowed to update for a server. */
|
|
291
|
-
export interface ServerForUpdate {
|
|
292
|
-
/** The cmk identity for the server. */
|
|
293
|
-
identity?: Identity;
|
|
294
|
-
/** The SKU (pricing tier) of the server. */
|
|
295
|
-
sku?: Sku;
|
|
296
|
-
/** Application-specific metadata in the form of key-value pairs. */
|
|
297
|
-
tags?: { [propertyName: string]: string };
|
|
298
|
-
/**
|
|
299
|
-
* The password of the administrator login.
|
|
300
|
-
* This value contains a credential. Consider obscuring before showing to users
|
|
301
|
-
*/
|
|
302
|
-
administratorLoginPassword?: string;
|
|
303
|
-
/** Server version. */
|
|
304
|
-
version?: ServerVersion;
|
|
305
|
-
/** Storage related properties of a server. */
|
|
306
|
-
storage?: Storage;
|
|
307
|
-
/** Backup related properties of a server. */
|
|
308
|
-
backup?: Backup;
|
|
309
|
-
/** High availability related properties of a server. */
|
|
310
|
-
highAvailability?: HighAvailability;
|
|
311
|
-
/** Maintenance window of a server. */
|
|
312
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
313
|
-
/** The replication role of the server. */
|
|
314
|
-
replicationRole?: ReplicationRole;
|
|
315
|
-
/** The Data Encryption for CMK. */
|
|
316
|
-
dataEncryption?: DataEncryption;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
/** A list of servers. */
|
|
320
|
-
export interface ServerListResult {
|
|
321
|
-
/** The list of servers */
|
|
322
|
-
value?: Server[];
|
|
323
|
-
/** The link used to get the next page of operations. */
|
|
324
|
-
nextLink?: string;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
/** Server restart parameters. */
|
|
328
|
-
export interface ServerRestartParameter {
|
|
329
|
-
/** Whether or not failover to standby server when restarting a server with high availability enabled. */
|
|
330
|
-
restartWithFailover?: EnableStatusEnum;
|
|
331
|
-
/** The maximum allowed failover time in seconds. */
|
|
332
|
-
maxFailoverSeconds?: number;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
/** Server gtid set parameters. */
|
|
336
|
-
export interface ServerGtidSetParameter {
|
|
337
|
-
/** The gtid set of server. */
|
|
338
|
-
gtidSet?: string;
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
/** A List of logFiles. */
|
|
342
|
-
export interface LogFileListResult {
|
|
343
|
-
/** The list of logFiles in a server */
|
|
344
|
-
value?: LogFile[];
|
|
345
|
-
/** The link used to get the next page of operations. */
|
|
346
|
-
nextLink?: string;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
/** location capability */
|
|
350
|
-
export interface CapabilitiesListResult {
|
|
351
|
-
/**
|
|
352
|
-
* A list of supported capabilities.
|
|
353
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
354
|
-
*/
|
|
355
|
-
readonly value?: CapabilityProperties[];
|
|
356
|
-
/**
|
|
357
|
-
* Link to retrieve next page of results.
|
|
358
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
359
|
-
*/
|
|
360
|
-
readonly nextLink?: string;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
/** Location capabilities. */
|
|
364
|
-
export interface CapabilityProperties {
|
|
365
|
-
/**
|
|
366
|
-
* zone name
|
|
367
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
368
|
-
*/
|
|
369
|
-
readonly zone?: string;
|
|
370
|
-
/**
|
|
371
|
-
* Supported high availability mode
|
|
372
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
373
|
-
*/
|
|
374
|
-
readonly supportedHAMode?: string[];
|
|
375
|
-
/**
|
|
376
|
-
* supported geo backup regions
|
|
377
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
378
|
-
*/
|
|
379
|
-
readonly supportedGeoBackupRegions?: string[];
|
|
380
|
-
/**
|
|
381
|
-
* A list of supported flexible server editions.
|
|
382
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
383
|
-
*/
|
|
384
|
-
readonly supportedFlexibleServerEditions?: ServerEditionCapability[];
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
/** Server edition capabilities. */
|
|
388
|
-
export interface ServerEditionCapability {
|
|
389
|
-
/**
|
|
390
|
-
* Server edition name
|
|
391
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
392
|
-
*/
|
|
393
|
-
readonly name?: string;
|
|
394
|
-
/**
|
|
395
|
-
* A list of supported storage editions
|
|
396
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
397
|
-
*/
|
|
398
|
-
readonly supportedStorageEditions?: StorageEditionCapability[];
|
|
399
|
-
/**
|
|
400
|
-
* A list of supported server versions.
|
|
401
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
402
|
-
*/
|
|
403
|
-
readonly supportedServerVersions?: ServerVersionCapability[];
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
/** storage edition capability */
|
|
407
|
-
export interface StorageEditionCapability {
|
|
408
|
-
/**
|
|
409
|
-
* storage edition name
|
|
410
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
411
|
-
*/
|
|
412
|
-
readonly name?: string;
|
|
413
|
-
/**
|
|
414
|
-
* The minimal supported storage size.
|
|
415
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
416
|
-
*/
|
|
417
|
-
readonly minStorageSize?: number;
|
|
418
|
-
/**
|
|
419
|
-
* The maximum supported storage size.
|
|
420
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
421
|
-
*/
|
|
422
|
-
readonly maxStorageSize?: number;
|
|
423
|
-
/**
|
|
424
|
-
* Minimal backup retention days
|
|
425
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
426
|
-
*/
|
|
427
|
-
readonly minBackupRetentionDays?: number;
|
|
428
|
-
/**
|
|
429
|
-
* Maximum backup retention days
|
|
430
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
431
|
-
*/
|
|
432
|
-
readonly maxBackupRetentionDays?: number;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
/** Server version capabilities. */
|
|
436
|
-
export interface ServerVersionCapability {
|
|
437
|
-
/**
|
|
438
|
-
* server version
|
|
439
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
440
|
-
*/
|
|
441
|
-
readonly name?: string;
|
|
442
|
-
/**
|
|
443
|
-
* A list of supported Skus
|
|
444
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
445
|
-
*/
|
|
446
|
-
readonly supportedSkus?: SkuCapability[];
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
/** Sku capability */
|
|
450
|
-
export interface SkuCapability {
|
|
451
|
-
/**
|
|
452
|
-
* vCore name
|
|
453
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
454
|
-
*/
|
|
455
|
-
readonly name?: string;
|
|
456
|
-
/**
|
|
457
|
-
* supported vCores
|
|
458
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
459
|
-
*/
|
|
460
|
-
readonly vCores?: number;
|
|
461
|
-
/**
|
|
462
|
-
* supported IOPS
|
|
463
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
464
|
-
*/
|
|
465
|
-
readonly supportedIops?: number;
|
|
466
|
-
/**
|
|
467
|
-
* supported memory per vCore in MB
|
|
468
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
469
|
-
*/
|
|
470
|
-
readonly supportedMemoryPerVCoreMB?: number;
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
/** Virtual network subnet usage parameter */
|
|
474
|
-
export interface VirtualNetworkSubnetUsageParameter {
|
|
475
|
-
/** Virtual network resource id. */
|
|
476
|
-
virtualNetworkResourceId?: string;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
/** Virtual network subnet usage data. */
|
|
480
|
-
export interface VirtualNetworkSubnetUsageResult {
|
|
481
|
-
/**
|
|
482
|
-
* The location name.
|
|
483
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
484
|
-
*/
|
|
485
|
-
readonly location?: string;
|
|
486
|
-
/**
|
|
487
|
-
* The subscription id.
|
|
488
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
489
|
-
*/
|
|
490
|
-
readonly subscriptionId?: string;
|
|
491
|
-
/**
|
|
492
|
-
* A list of delegated subnet usage
|
|
493
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
494
|
-
*/
|
|
495
|
-
readonly delegatedSubnetsUsage?: DelegatedSubnetUsage[];
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
/** Delegated subnet usage data. */
|
|
499
|
-
export interface DelegatedSubnetUsage {
|
|
500
|
-
/**
|
|
501
|
-
* name of the subnet
|
|
502
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
503
|
-
*/
|
|
504
|
-
readonly subnetName?: string;
|
|
505
|
-
/**
|
|
506
|
-
* Number of used delegated subnets
|
|
507
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
508
|
-
*/
|
|
509
|
-
readonly usage?: number;
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
/** Request from client to check resource name availability. */
|
|
513
|
-
export interface NameAvailabilityRequest {
|
|
514
|
-
/** Resource name to verify. */
|
|
515
|
-
name: string;
|
|
516
|
-
/** Resource type used for verification. */
|
|
517
|
-
type?: string;
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
/** Represents a resource name availability. */
|
|
521
|
-
export interface NameAvailability {
|
|
522
|
-
/** Error Message. */
|
|
523
|
-
message?: string;
|
|
524
|
-
/** Indicates whether the resource name is available. */
|
|
525
|
-
nameAvailable?: boolean;
|
|
526
|
-
/** Reason for name being unavailable. */
|
|
527
|
-
reason?: string;
|
|
528
|
-
}
|
|
529
|
-
|
|
530
|
-
/** The response of get private dns zone suffix. */
|
|
531
|
-
export interface GetPrivateDnsZoneSuffixResponse {
|
|
532
|
-
/** Represents the private DNS zone suffix. */
|
|
533
|
-
privateDnsZoneSuffix?: string;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
/** A list of resource provider operations. */
|
|
537
|
-
export interface OperationListResult {
|
|
538
|
-
/** Collection of available operation details */
|
|
539
|
-
value?: Operation[];
|
|
540
|
-
/** URL client should use to fetch the next page (per server side paging). */
|
|
541
|
-
nextLink?: string;
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
/** REST API operation definition. */
|
|
545
|
-
export interface Operation {
|
|
546
|
-
/** The name of the operation being performed on this particular object. */
|
|
547
|
-
name?: string;
|
|
548
|
-
/** The localized display information for this particular operation or action. */
|
|
549
|
-
display?: OperationDisplay;
|
|
550
|
-
/** The intended executor of the operation. */
|
|
551
|
-
origin?: string;
|
|
552
|
-
/** Additional descriptions for the operation. */
|
|
553
|
-
properties?: { [propertyName: string]: Record<string, unknown> };
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
/** Display metadata associated with the operation. */
|
|
557
|
-
export interface OperationDisplay {
|
|
558
|
-
/** Operation resource provider name. */
|
|
559
|
-
provider?: string;
|
|
560
|
-
/** Resource on which the operation is performed. */
|
|
561
|
-
resource?: string;
|
|
562
|
-
/** Localized friendly name for the operation. */
|
|
563
|
-
operation?: string;
|
|
564
|
-
/** Operation description. */
|
|
565
|
-
description?: string;
|
|
566
|
-
}
|
|
567
|
-
|
|
568
|
-
/** Metadata of user assigned identity. */
|
|
569
|
-
export interface UserAssignedIdentity {
|
|
570
|
-
/**
|
|
571
|
-
* Principal Id of user assigned identity
|
|
572
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
573
|
-
*/
|
|
574
|
-
readonly principalId?: string;
|
|
575
|
-
/**
|
|
576
|
-
* Client Id of user assigned identity
|
|
577
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
578
|
-
*/
|
|
579
|
-
readonly clientId?: string;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
583
|
-
export interface ProxyResource extends Resource {}
|
|
584
|
-
|
|
585
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
586
|
-
export interface TrackedResource extends Resource {
|
|
587
|
-
/** Resource tags. */
|
|
588
|
-
tags?: { [propertyName: string]: string };
|
|
589
|
-
/** The geo-location where the resource lives */
|
|
590
|
-
location: string;
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
/** FullBackupStoreDetails is used for scenarios where backup data is streamed/copied over to a storage destination. */
|
|
594
|
-
export interface FullBackupStoreDetails extends BackupStoreDetails {
|
|
595
|
-
/** Polymorphic discriminator, which specifies the different types this object can be */
|
|
596
|
-
objectType: "FullBackupStoreDetails";
|
|
597
|
-
/** SASUriList of storage containers where backup data is to be streamed/copied. */
|
|
598
|
-
sasUriList: string[];
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
/** BackupAndExport API Request */
|
|
602
|
-
export interface BackupAndExportRequest extends BackupRequestBase {
|
|
603
|
-
/** Backup Target Store Details */
|
|
604
|
-
targetDetails: BackupStoreDetailsUnion;
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
/** Represents a Administrator. */
|
|
608
|
-
export interface AzureADAdministrator extends ProxyResource {
|
|
609
|
-
/**
|
|
610
|
-
* The system metadata relating to this resource.
|
|
611
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
612
|
-
*/
|
|
613
|
-
readonly systemData?: SystemData;
|
|
614
|
-
/** Type of the sever administrator. */
|
|
615
|
-
administratorType?: AdministratorType;
|
|
616
|
-
/** Login name of the server administrator. */
|
|
617
|
-
login?: string;
|
|
618
|
-
/** SID (object ID) of the server administrator. */
|
|
619
|
-
sid?: string;
|
|
620
|
-
/** Tenant ID of the administrator. */
|
|
621
|
-
tenantId?: string;
|
|
622
|
-
/** The resource id of the identity used for AAD Authentication. */
|
|
623
|
-
identityResourceId?: string;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
/** Server backup properties */
|
|
627
|
-
export interface ServerBackup extends ProxyResource {
|
|
628
|
-
/**
|
|
629
|
-
* The system metadata relating to this resource.
|
|
630
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
631
|
-
*/
|
|
632
|
-
readonly systemData?: SystemData;
|
|
633
|
-
/** Backup type. */
|
|
634
|
-
backupType?: string;
|
|
635
|
-
/** Backup completed time (ISO8601 format). */
|
|
636
|
-
completedTime?: Date;
|
|
637
|
-
/** Backup source */
|
|
638
|
-
source?: string;
|
|
639
|
-
}
|
|
640
|
-
|
|
641
|
-
/** Represents BackupAndExport API Response */
|
|
642
|
-
export interface BackupAndExportResponse extends ProxyResource {
|
|
643
|
-
/** The operation status */
|
|
644
|
-
status?: OperationStatus;
|
|
645
|
-
/** Start time */
|
|
646
|
-
startTime?: Date;
|
|
647
|
-
/** End time */
|
|
648
|
-
endTime?: Date;
|
|
649
|
-
/** Operation progress (0-100). */
|
|
650
|
-
percentComplete?: number;
|
|
651
|
-
/** The BackupAndExport operation error response. */
|
|
652
|
-
error?: ErrorResponse;
|
|
653
|
-
/** Size of datasource in bytes */
|
|
654
|
-
datasourceSizeInBytes?: number;
|
|
655
|
-
/** Data transferred in bytes */
|
|
656
|
-
dataTransferredInBytes?: number;
|
|
657
|
-
/** Metadata related to backup to be stored for restoring resource in key-value pairs. */
|
|
658
|
-
backupMetadata?: string;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
/** Represents a Configuration. */
|
|
662
|
-
export interface Configuration extends ProxyResource {
|
|
663
|
-
/**
|
|
664
|
-
* The system metadata relating to this resource.
|
|
665
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
666
|
-
*/
|
|
667
|
-
readonly systemData?: SystemData;
|
|
668
|
-
/** Value of the configuration. */
|
|
669
|
-
value?: string;
|
|
670
|
-
/** Current value of the configuration. */
|
|
671
|
-
currentValue?: string;
|
|
672
|
-
/**
|
|
673
|
-
* Description of the configuration.
|
|
674
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
675
|
-
*/
|
|
676
|
-
readonly description?: string;
|
|
677
|
-
/**
|
|
678
|
-
* The link used to get the document from community or Azure site.
|
|
679
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
680
|
-
*/
|
|
681
|
-
readonly documentationLink?: string;
|
|
682
|
-
/**
|
|
683
|
-
* Default value of the configuration.
|
|
684
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
685
|
-
*/
|
|
686
|
-
readonly defaultValue?: string;
|
|
687
|
-
/**
|
|
688
|
-
* Data type of the configuration.
|
|
689
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
690
|
-
*/
|
|
691
|
-
readonly dataType?: string;
|
|
692
|
-
/**
|
|
693
|
-
* Allowed values of the configuration.
|
|
694
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
695
|
-
*/
|
|
696
|
-
readonly allowedValues?: string;
|
|
697
|
-
/** Source of the configuration. */
|
|
698
|
-
source?: ConfigurationSource;
|
|
699
|
-
/**
|
|
700
|
-
* If is the configuration read only.
|
|
701
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
702
|
-
*/
|
|
703
|
-
readonly isReadOnly?: IsReadOnly;
|
|
704
|
-
/**
|
|
705
|
-
* If is the configuration pending restart or not.
|
|
706
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
707
|
-
*/
|
|
708
|
-
readonly isConfigPendingRestart?: IsConfigPendingRestart;
|
|
709
|
-
/**
|
|
710
|
-
* If is the configuration dynamic.
|
|
711
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
712
|
-
*/
|
|
713
|
-
readonly isDynamicConfig?: IsDynamicConfig;
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
/** Represents a Database. */
|
|
717
|
-
export interface Database extends ProxyResource {
|
|
718
|
-
/**
|
|
719
|
-
* The system metadata relating to this resource.
|
|
720
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
721
|
-
*/
|
|
722
|
-
readonly systemData?: SystemData;
|
|
723
|
-
/** The charset of the database. */
|
|
724
|
-
charset?: string;
|
|
725
|
-
/** The collation of the database. */
|
|
726
|
-
collation?: string;
|
|
727
|
-
}
|
|
728
|
-
|
|
729
|
-
/** Represents a server firewall rule. */
|
|
730
|
-
export interface FirewallRule extends ProxyResource {
|
|
731
|
-
/**
|
|
732
|
-
* The system metadata relating to this resource.
|
|
733
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
734
|
-
*/
|
|
735
|
-
readonly systemData?: SystemData;
|
|
736
|
-
/** The start IP address of the server firewall rule. Must be IPv4 format. */
|
|
737
|
-
startIpAddress: string;
|
|
738
|
-
/** The end IP address of the server firewall rule. Must be IPv4 format. */
|
|
739
|
-
endIpAddress: string;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
/** Represents a logFile. */
|
|
743
|
-
export interface LogFile extends ProxyResource {
|
|
744
|
-
/**
|
|
745
|
-
* The system metadata relating to this resource.
|
|
746
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
747
|
-
*/
|
|
748
|
-
readonly systemData?: SystemData;
|
|
749
|
-
/** The size in kb of the logFile. */
|
|
750
|
-
sizeInKB?: number;
|
|
751
|
-
/** Creation timestamp of the log file. */
|
|
752
|
-
createdTime?: Date;
|
|
753
|
-
/** Type of the log file. */
|
|
754
|
-
typePropertiesType?: string;
|
|
755
|
-
/** Last modified timestamp of the log file. */
|
|
756
|
-
lastModifiedTime?: Date;
|
|
757
|
-
/** The url to download the log file from. */
|
|
758
|
-
url?: string;
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
/** Represents a server. */
|
|
762
|
-
export interface Server extends TrackedResource {
|
|
763
|
-
/** The cmk identity for the server. */
|
|
764
|
-
identity?: Identity;
|
|
765
|
-
/** The SKU (pricing tier) of the server. */
|
|
766
|
-
sku?: Sku;
|
|
767
|
-
/**
|
|
768
|
-
* The system metadata relating to this resource.
|
|
769
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
770
|
-
*/
|
|
771
|
-
readonly systemData?: SystemData;
|
|
772
|
-
/** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). */
|
|
773
|
-
administratorLogin?: string;
|
|
774
|
-
/**
|
|
775
|
-
* The password of the administrator login (required for server creation).
|
|
776
|
-
* This value contains a credential. Consider obscuring before showing to users
|
|
777
|
-
*/
|
|
778
|
-
administratorLoginPassword?: string;
|
|
779
|
-
/** Server version. */
|
|
780
|
-
version?: ServerVersion;
|
|
781
|
-
/** availability Zone information of the server. */
|
|
782
|
-
availabilityZone?: string;
|
|
783
|
-
/** The mode to create a new MySQL server. */
|
|
784
|
-
createMode?: CreateMode;
|
|
785
|
-
/** The source MySQL server id. */
|
|
786
|
-
sourceServerResourceId?: string;
|
|
787
|
-
/** Restore point creation time (ISO8601 format), specifying the time to restore from. */
|
|
788
|
-
restorePointInTime?: Date;
|
|
789
|
-
/** The replication role. */
|
|
790
|
-
replicationRole?: ReplicationRole;
|
|
791
|
-
/**
|
|
792
|
-
* The maximum number of replicas that a primary server can have.
|
|
793
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
794
|
-
*/
|
|
795
|
-
readonly replicaCapacity?: number;
|
|
796
|
-
/** The Data Encryption for CMK. */
|
|
797
|
-
dataEncryption?: DataEncryption;
|
|
798
|
-
/**
|
|
799
|
-
* The state of a server.
|
|
800
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
801
|
-
*/
|
|
802
|
-
readonly state?: ServerState;
|
|
803
|
-
/**
|
|
804
|
-
* The fully qualified domain name of a server.
|
|
805
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
806
|
-
*/
|
|
807
|
-
readonly fullyQualifiedDomainName?: string;
|
|
808
|
-
/** Storage related properties of a server. */
|
|
809
|
-
storage?: Storage;
|
|
810
|
-
/** Backup related properties of a server. */
|
|
811
|
-
backup?: Backup;
|
|
812
|
-
/** High availability related properties of a server. */
|
|
813
|
-
highAvailability?: HighAvailability;
|
|
814
|
-
/** Network related properties of a server. */
|
|
815
|
-
network?: Network;
|
|
816
|
-
/** Maintenance window of a server. */
|
|
817
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
/** Defines headers for BackupAndExport_create operation. */
|
|
821
|
-
export interface BackupAndExportCreateHeaders {
|
|
822
|
-
/** URL to retrieve the final result after operation completes. */
|
|
823
|
-
location?: string;
|
|
824
|
-
/** URL to query for status of the operation. */
|
|
825
|
-
azureAsyncOperation?: string;
|
|
826
|
-
}
|
|
827
|
-
|
|
828
|
-
/** Defines headers for Configurations_createOrUpdate operation. */
|
|
829
|
-
export interface ConfigurationsCreateOrUpdateHeaders {
|
|
830
|
-
location?: string;
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
/** Defines headers for Servers_create operation. */
|
|
834
|
-
export interface ServersCreateHeaders {
|
|
835
|
-
location?: string;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
/** Defines headers for Servers_update operation. */
|
|
839
|
-
export interface ServersUpdateHeaders {
|
|
840
|
-
location?: string;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
/** Defines headers for Servers_delete operation. */
|
|
844
|
-
export interface ServersDeleteHeaders {
|
|
845
|
-
location?: string;
|
|
846
|
-
}
|
|
847
|
-
|
|
848
|
-
/** Defines headers for Servers_failover operation. */
|
|
849
|
-
export interface ServersFailoverHeaders {
|
|
850
|
-
location?: string;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
/** Defines headers for Servers_restart operation. */
|
|
854
|
-
export interface ServersRestartHeaders {
|
|
855
|
-
location?: string;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
/** Defines headers for Servers_start operation. */
|
|
859
|
-
export interface ServersStartHeaders {
|
|
860
|
-
location?: string;
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
/** Defines headers for Servers_stop operation. */
|
|
864
|
-
export interface ServersStopHeaders {
|
|
865
|
-
location?: string;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
/** Defines headers for Servers_resetGtid operation. */
|
|
869
|
-
export interface ServersResetGtidHeaders {
|
|
870
|
-
location?: string;
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
/** Known values of {@link AdministratorName} that the service accepts. */
|
|
874
|
-
export enum KnownAdministratorName {
|
|
875
|
-
/** ActiveDirectory */
|
|
876
|
-
ActiveDirectory = "ActiveDirectory"
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
/**
|
|
880
|
-
* Defines values for AdministratorName. \
|
|
881
|
-
* {@link KnownAdministratorName} can be used interchangeably with AdministratorName,
|
|
882
|
-
* this enum contains the known values that the service supports.
|
|
883
|
-
* ### Known values supported by the service
|
|
884
|
-
* **ActiveDirectory**
|
|
885
|
-
*/
|
|
886
|
-
export type AdministratorName = string;
|
|
887
|
-
|
|
888
|
-
/** Known values of {@link AdministratorType} that the service accepts. */
|
|
889
|
-
export enum KnownAdministratorType {
|
|
890
|
-
/** ActiveDirectory */
|
|
891
|
-
ActiveDirectory = "ActiveDirectory"
|
|
892
|
-
}
|
|
893
|
-
|
|
894
|
-
/**
|
|
895
|
-
* Defines values for AdministratorType. \
|
|
896
|
-
* {@link KnownAdministratorType} can be used interchangeably with AdministratorType,
|
|
897
|
-
* this enum contains the known values that the service supports.
|
|
898
|
-
* ### Known values supported by the service
|
|
899
|
-
* **ActiveDirectory**
|
|
900
|
-
*/
|
|
901
|
-
export type AdministratorType = string;
|
|
902
|
-
|
|
903
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
904
|
-
export enum KnownCreatedByType {
|
|
905
|
-
/** User */
|
|
906
|
-
User = "User",
|
|
907
|
-
/** Application */
|
|
908
|
-
Application = "Application",
|
|
909
|
-
/** ManagedIdentity */
|
|
910
|
-
ManagedIdentity = "ManagedIdentity",
|
|
911
|
-
/** Key */
|
|
912
|
-
Key = "Key"
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
/**
|
|
916
|
-
* Defines values for CreatedByType. \
|
|
917
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
918
|
-
* this enum contains the known values that the service supports.
|
|
919
|
-
* ### Known values supported by the service
|
|
920
|
-
* **User** \
|
|
921
|
-
* **Application** \
|
|
922
|
-
* **ManagedIdentity** \
|
|
923
|
-
* **Key**
|
|
924
|
-
*/
|
|
925
|
-
export type CreatedByType = string;
|
|
926
|
-
|
|
927
|
-
/** Known values of {@link BackupFormat} that the service accepts. */
|
|
928
|
-
export enum KnownBackupFormat {
|
|
929
|
-
/** None */
|
|
930
|
-
None = "None",
|
|
931
|
-
/** CollatedFormat */
|
|
932
|
-
CollatedFormat = "CollatedFormat"
|
|
933
|
-
}
|
|
934
|
-
|
|
935
|
-
/**
|
|
936
|
-
* Defines values for BackupFormat. \
|
|
937
|
-
* {@link KnownBackupFormat} can be used interchangeably with BackupFormat,
|
|
938
|
-
* this enum contains the known values that the service supports.
|
|
939
|
-
* ### Known values supported by the service
|
|
940
|
-
* **None** \
|
|
941
|
-
* **CollatedFormat**
|
|
942
|
-
*/
|
|
943
|
-
export type BackupFormat = string;
|
|
944
|
-
|
|
945
|
-
/** Known values of {@link ConfigurationSource} that the service accepts. */
|
|
946
|
-
export enum KnownConfigurationSource {
|
|
947
|
-
/** SystemDefault */
|
|
948
|
-
SystemDefault = "system-default",
|
|
949
|
-
/** UserOverride */
|
|
950
|
-
UserOverride = "user-override"
|
|
951
|
-
}
|
|
952
|
-
|
|
953
|
-
/**
|
|
954
|
-
* Defines values for ConfigurationSource. \
|
|
955
|
-
* {@link KnownConfigurationSource} can be used interchangeably with ConfigurationSource,
|
|
956
|
-
* this enum contains the known values that the service supports.
|
|
957
|
-
* ### Known values supported by the service
|
|
958
|
-
* **system-default** \
|
|
959
|
-
* **user-override**
|
|
960
|
-
*/
|
|
961
|
-
export type ConfigurationSource = string;
|
|
962
|
-
|
|
963
|
-
/** Known values of {@link IsReadOnly} that the service accepts. */
|
|
964
|
-
export enum KnownIsReadOnly {
|
|
965
|
-
/** True */
|
|
966
|
-
True = "True",
|
|
967
|
-
/** False */
|
|
968
|
-
False = "False"
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
/**
|
|
972
|
-
* Defines values for IsReadOnly. \
|
|
973
|
-
* {@link KnownIsReadOnly} can be used interchangeably with IsReadOnly,
|
|
974
|
-
* this enum contains the known values that the service supports.
|
|
975
|
-
* ### Known values supported by the service
|
|
976
|
-
* **True** \
|
|
977
|
-
* **False**
|
|
978
|
-
*/
|
|
979
|
-
export type IsReadOnly = string;
|
|
980
|
-
|
|
981
|
-
/** Known values of {@link IsConfigPendingRestart} that the service accepts. */
|
|
982
|
-
export enum KnownIsConfigPendingRestart {
|
|
983
|
-
/** True */
|
|
984
|
-
True = "True",
|
|
985
|
-
/** False */
|
|
986
|
-
False = "False"
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
/**
|
|
990
|
-
* Defines values for IsConfigPendingRestart. \
|
|
991
|
-
* {@link KnownIsConfigPendingRestart} can be used interchangeably with IsConfigPendingRestart,
|
|
992
|
-
* this enum contains the known values that the service supports.
|
|
993
|
-
* ### Known values supported by the service
|
|
994
|
-
* **True** \
|
|
995
|
-
* **False**
|
|
996
|
-
*/
|
|
997
|
-
export type IsConfigPendingRestart = string;
|
|
998
|
-
|
|
999
|
-
/** Known values of {@link IsDynamicConfig} that the service accepts. */
|
|
1000
|
-
export enum KnownIsDynamicConfig {
|
|
1001
|
-
/** True */
|
|
1002
|
-
True = "True",
|
|
1003
|
-
/** False */
|
|
1004
|
-
False = "False"
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
|
-
/**
|
|
1008
|
-
* Defines values for IsDynamicConfig. \
|
|
1009
|
-
* {@link KnownIsDynamicConfig} can be used interchangeably with IsDynamicConfig,
|
|
1010
|
-
* this enum contains the known values that the service supports.
|
|
1011
|
-
* ### Known values supported by the service
|
|
1012
|
-
* **True** \
|
|
1013
|
-
* **False**
|
|
1014
|
-
*/
|
|
1015
|
-
export type IsDynamicConfig = string;
|
|
1016
|
-
|
|
1017
|
-
/** Known values of {@link ResetAllToDefault} that the service accepts. */
|
|
1018
|
-
export enum KnownResetAllToDefault {
|
|
1019
|
-
/** True */
|
|
1020
|
-
True = "True",
|
|
1021
|
-
/** False */
|
|
1022
|
-
False = "False"
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
/**
|
|
1026
|
-
* Defines values for ResetAllToDefault. \
|
|
1027
|
-
* {@link KnownResetAllToDefault} can be used interchangeably with ResetAllToDefault,
|
|
1028
|
-
* this enum contains the known values that the service supports.
|
|
1029
|
-
* ### Known values supported by the service
|
|
1030
|
-
* **True** \
|
|
1031
|
-
* **False**
|
|
1032
|
-
*/
|
|
1033
|
-
export type ResetAllToDefault = string;
|
|
1034
|
-
|
|
1035
|
-
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1036
|
-
export enum KnownManagedServiceIdentityType {
|
|
1037
|
-
/** UserAssigned */
|
|
1038
|
-
UserAssigned = "UserAssigned"
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
/**
|
|
1042
|
-
* Defines values for ManagedServiceIdentityType. \
|
|
1043
|
-
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
1044
|
-
* this enum contains the known values that the service supports.
|
|
1045
|
-
* ### Known values supported by the service
|
|
1046
|
-
* **UserAssigned**
|
|
1047
|
-
*/
|
|
1048
|
-
export type ManagedServiceIdentityType = string;
|
|
1049
|
-
|
|
1050
|
-
/** Known values of {@link SkuTier} that the service accepts. */
|
|
1051
|
-
export enum KnownSkuTier {
|
|
1052
|
-
/** Burstable */
|
|
1053
|
-
Burstable = "Burstable",
|
|
1054
|
-
/** GeneralPurpose */
|
|
1055
|
-
GeneralPurpose = "GeneralPurpose",
|
|
1056
|
-
/** MemoryOptimized */
|
|
1057
|
-
MemoryOptimized = "MemoryOptimized"
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
/**
|
|
1061
|
-
* Defines values for SkuTier. \
|
|
1062
|
-
* {@link KnownSkuTier} can be used interchangeably with SkuTier,
|
|
1063
|
-
* this enum contains the known values that the service supports.
|
|
1064
|
-
* ### Known values supported by the service
|
|
1065
|
-
* **Burstable** \
|
|
1066
|
-
* **GeneralPurpose** \
|
|
1067
|
-
* **MemoryOptimized**
|
|
1068
|
-
*/
|
|
1069
|
-
export type SkuTier = string;
|
|
1070
|
-
|
|
1071
|
-
/** Known values of {@link ServerVersion} that the service accepts. */
|
|
1072
|
-
export enum KnownServerVersion {
|
|
1073
|
-
/** Five7 */
|
|
1074
|
-
Five7 = "5.7",
|
|
1075
|
-
/** Eight021 */
|
|
1076
|
-
Eight021 = "8.0.21"
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
/**
|
|
1080
|
-
* Defines values for ServerVersion. \
|
|
1081
|
-
* {@link KnownServerVersion} can be used interchangeably with ServerVersion,
|
|
1082
|
-
* this enum contains the known values that the service supports.
|
|
1083
|
-
* ### Known values supported by the service
|
|
1084
|
-
* **5.7** \
|
|
1085
|
-
* **8.0.21**
|
|
1086
|
-
*/
|
|
1087
|
-
export type ServerVersion = string;
|
|
1088
|
-
|
|
1089
|
-
/** Known values of {@link CreateMode} that the service accepts. */
|
|
1090
|
-
export enum KnownCreateMode {
|
|
1091
|
-
/** Default */
|
|
1092
|
-
Default = "Default",
|
|
1093
|
-
/** PointInTimeRestore */
|
|
1094
|
-
PointInTimeRestore = "PointInTimeRestore",
|
|
1095
|
-
/** Replica */
|
|
1096
|
-
Replica = "Replica",
|
|
1097
|
-
/** GeoRestore */
|
|
1098
|
-
GeoRestore = "GeoRestore"
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
/**
|
|
1102
|
-
* Defines values for CreateMode. \
|
|
1103
|
-
* {@link KnownCreateMode} can be used interchangeably with CreateMode,
|
|
1104
|
-
* this enum contains the known values that the service supports.
|
|
1105
|
-
* ### Known values supported by the service
|
|
1106
|
-
* **Default** \
|
|
1107
|
-
* **PointInTimeRestore** \
|
|
1108
|
-
* **Replica** \
|
|
1109
|
-
* **GeoRestore**
|
|
1110
|
-
*/
|
|
1111
|
-
export type CreateMode = string;
|
|
1112
|
-
|
|
1113
|
-
/** Known values of {@link ReplicationRole} that the service accepts. */
|
|
1114
|
-
export enum KnownReplicationRole {
|
|
1115
|
-
/** None */
|
|
1116
|
-
None = "None",
|
|
1117
|
-
/** Source */
|
|
1118
|
-
Source = "Source",
|
|
1119
|
-
/** Replica */
|
|
1120
|
-
Replica = "Replica"
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
/**
|
|
1124
|
-
* Defines values for ReplicationRole. \
|
|
1125
|
-
* {@link KnownReplicationRole} can be used interchangeably with ReplicationRole,
|
|
1126
|
-
* this enum contains the known values that the service supports.
|
|
1127
|
-
* ### Known values supported by the service
|
|
1128
|
-
* **None** \
|
|
1129
|
-
* **Source** \
|
|
1130
|
-
* **Replica**
|
|
1131
|
-
*/
|
|
1132
|
-
export type ReplicationRole = string;
|
|
1133
|
-
|
|
1134
|
-
/** Known values of {@link ServerState} that the service accepts. */
|
|
1135
|
-
export enum KnownServerState {
|
|
1136
|
-
/** Ready */
|
|
1137
|
-
Ready = "Ready",
|
|
1138
|
-
/** Dropping */
|
|
1139
|
-
Dropping = "Dropping",
|
|
1140
|
-
/** Disabled */
|
|
1141
|
-
Disabled = "Disabled",
|
|
1142
|
-
/** Starting */
|
|
1143
|
-
Starting = "Starting",
|
|
1144
|
-
/** Stopping */
|
|
1145
|
-
Stopping = "Stopping",
|
|
1146
|
-
/** Stopped */
|
|
1147
|
-
Stopped = "Stopped",
|
|
1148
|
-
/** Updating */
|
|
1149
|
-
Updating = "Updating"
|
|
1150
|
-
}
|
|
1151
|
-
|
|
1152
|
-
/**
|
|
1153
|
-
* Defines values for ServerState. \
|
|
1154
|
-
* {@link KnownServerState} can be used interchangeably with ServerState,
|
|
1155
|
-
* this enum contains the known values that the service supports.
|
|
1156
|
-
* ### Known values supported by the service
|
|
1157
|
-
* **Ready** \
|
|
1158
|
-
* **Dropping** \
|
|
1159
|
-
* **Disabled** \
|
|
1160
|
-
* **Starting** \
|
|
1161
|
-
* **Stopping** \
|
|
1162
|
-
* **Stopped** \
|
|
1163
|
-
* **Updating**
|
|
1164
|
-
*/
|
|
1165
|
-
export type ServerState = string;
|
|
1166
|
-
|
|
1167
|
-
/** Known values of {@link EnableStatusEnum} that the service accepts. */
|
|
1168
|
-
export enum KnownEnableStatusEnum {
|
|
1169
|
-
/** Enabled */
|
|
1170
|
-
Enabled = "Enabled",
|
|
1171
|
-
/** Disabled */
|
|
1172
|
-
Disabled = "Disabled"
|
|
1173
|
-
}
|
|
1174
|
-
|
|
1175
|
-
/**
|
|
1176
|
-
* Defines values for EnableStatusEnum. \
|
|
1177
|
-
* {@link KnownEnableStatusEnum} can be used interchangeably with EnableStatusEnum,
|
|
1178
|
-
* this enum contains the known values that the service supports.
|
|
1179
|
-
* ### Known values supported by the service
|
|
1180
|
-
* **Enabled** \
|
|
1181
|
-
* **Disabled**
|
|
1182
|
-
*/
|
|
1183
|
-
export type EnableStatusEnum = string;
|
|
1184
|
-
|
|
1185
|
-
/** Known values of {@link HighAvailabilityMode} that the service accepts. */
|
|
1186
|
-
export enum KnownHighAvailabilityMode {
|
|
1187
|
-
/** Disabled */
|
|
1188
|
-
Disabled = "Disabled",
|
|
1189
|
-
/** ZoneRedundant */
|
|
1190
|
-
ZoneRedundant = "ZoneRedundant",
|
|
1191
|
-
/** SameZone */
|
|
1192
|
-
SameZone = "SameZone"
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
|
-
/**
|
|
1196
|
-
* Defines values for HighAvailabilityMode. \
|
|
1197
|
-
* {@link KnownHighAvailabilityMode} can be used interchangeably with HighAvailabilityMode,
|
|
1198
|
-
* this enum contains the known values that the service supports.
|
|
1199
|
-
* ### Known values supported by the service
|
|
1200
|
-
* **Disabled** \
|
|
1201
|
-
* **ZoneRedundant** \
|
|
1202
|
-
* **SameZone**
|
|
1203
|
-
*/
|
|
1204
|
-
export type HighAvailabilityMode = string;
|
|
1205
|
-
|
|
1206
|
-
/** Known values of {@link HighAvailabilityState} that the service accepts. */
|
|
1207
|
-
export enum KnownHighAvailabilityState {
|
|
1208
|
-
/** NotEnabled */
|
|
1209
|
-
NotEnabled = "NotEnabled",
|
|
1210
|
-
/** CreatingStandby */
|
|
1211
|
-
CreatingStandby = "CreatingStandby",
|
|
1212
|
-
/** Healthy */
|
|
1213
|
-
Healthy = "Healthy",
|
|
1214
|
-
/** FailingOver */
|
|
1215
|
-
FailingOver = "FailingOver",
|
|
1216
|
-
/** RemovingStandby */
|
|
1217
|
-
RemovingStandby = "RemovingStandby"
|
|
1218
|
-
}
|
|
1219
|
-
|
|
1220
|
-
/**
|
|
1221
|
-
* Defines values for HighAvailabilityState. \
|
|
1222
|
-
* {@link KnownHighAvailabilityState} can be used interchangeably with HighAvailabilityState,
|
|
1223
|
-
* this enum contains the known values that the service supports.
|
|
1224
|
-
* ### Known values supported by the service
|
|
1225
|
-
* **NotEnabled** \
|
|
1226
|
-
* **CreatingStandby** \
|
|
1227
|
-
* **Healthy** \
|
|
1228
|
-
* **FailingOver** \
|
|
1229
|
-
* **RemovingStandby**
|
|
1230
|
-
*/
|
|
1231
|
-
export type HighAvailabilityState = string;
|
|
1232
|
-
/** Defines values for OperationStatus. */
|
|
1233
|
-
export type OperationStatus =
|
|
1234
|
-
| "Pending"
|
|
1235
|
-
| "InProgress"
|
|
1236
|
-
| "Succeeded"
|
|
1237
|
-
| "Failed"
|
|
1238
|
-
| "CancelInProgress"
|
|
1239
|
-
| "Canceled";
|
|
1240
|
-
/** Defines values for DataEncryptionType. */
|
|
1241
|
-
export type DataEncryptionType = "AzureKeyVault" | "SystemManaged";
|
|
1242
|
-
|
|
1243
|
-
/** Optional parameters. */
|
|
1244
|
-
export interface AzureADAdministratorsCreateOrUpdateOptionalParams
|
|
1245
|
-
extends coreClient.OperationOptions {
|
|
1246
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1247
|
-
updateIntervalInMs?: number;
|
|
1248
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1249
|
-
resumeFrom?: string;
|
|
1250
|
-
}
|
|
1251
|
-
|
|
1252
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1253
|
-
export type AzureADAdministratorsCreateOrUpdateResponse = AzureADAdministrator;
|
|
1254
|
-
|
|
1255
|
-
/** Optional parameters. */
|
|
1256
|
-
export interface AzureADAdministratorsDeleteOptionalParams
|
|
1257
|
-
extends coreClient.OperationOptions {
|
|
1258
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1259
|
-
updateIntervalInMs?: number;
|
|
1260
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1261
|
-
resumeFrom?: string;
|
|
1262
|
-
}
|
|
1263
|
-
|
|
1264
|
-
/** Optional parameters. */
|
|
1265
|
-
export interface AzureADAdministratorsGetOptionalParams
|
|
1266
|
-
extends coreClient.OperationOptions {}
|
|
1267
|
-
|
|
1268
|
-
/** Contains response data for the get operation. */
|
|
1269
|
-
export type AzureADAdministratorsGetResponse = AzureADAdministrator;
|
|
1270
|
-
|
|
1271
|
-
/** Optional parameters. */
|
|
1272
|
-
export interface AzureADAdministratorsListByServerOptionalParams
|
|
1273
|
-
extends coreClient.OperationOptions {}
|
|
1274
|
-
|
|
1275
|
-
/** Contains response data for the listByServer operation. */
|
|
1276
|
-
export type AzureADAdministratorsListByServerResponse = AdministratorListResult;
|
|
1277
|
-
|
|
1278
|
-
/** Optional parameters. */
|
|
1279
|
-
export interface AzureADAdministratorsListByServerNextOptionalParams
|
|
1280
|
-
extends coreClient.OperationOptions {}
|
|
1281
|
-
|
|
1282
|
-
/** Contains response data for the listByServerNext operation. */
|
|
1283
|
-
export type AzureADAdministratorsListByServerNextResponse = AdministratorListResult;
|
|
1284
|
-
|
|
1285
|
-
/** Optional parameters. */
|
|
1286
|
-
export interface BackupsPutOptionalParams extends coreClient.OperationOptions {}
|
|
1287
|
-
|
|
1288
|
-
/** Contains response data for the put operation. */
|
|
1289
|
-
export type BackupsPutResponse = ServerBackup;
|
|
1290
|
-
|
|
1291
|
-
/** Optional parameters. */
|
|
1292
|
-
export interface BackupsGetOptionalParams extends coreClient.OperationOptions {}
|
|
1293
|
-
|
|
1294
|
-
/** Contains response data for the get operation. */
|
|
1295
|
-
export type BackupsGetResponse = ServerBackup;
|
|
1296
|
-
|
|
1297
|
-
/** Optional parameters. */
|
|
1298
|
-
export interface BackupsListByServerOptionalParams
|
|
1299
|
-
extends coreClient.OperationOptions {}
|
|
1300
|
-
|
|
1301
|
-
/** Contains response data for the listByServer operation. */
|
|
1302
|
-
export type BackupsListByServerResponse = ServerBackupListResult;
|
|
1303
|
-
|
|
1304
|
-
/** Optional parameters. */
|
|
1305
|
-
export interface BackupsListByServerNextOptionalParams
|
|
1306
|
-
extends coreClient.OperationOptions {}
|
|
1307
|
-
|
|
1308
|
-
/** Contains response data for the listByServerNext operation. */
|
|
1309
|
-
export type BackupsListByServerNextResponse = ServerBackupListResult;
|
|
1310
|
-
|
|
1311
|
-
/** Optional parameters. */
|
|
1312
|
-
export interface BackupAndExportCreateOptionalParams
|
|
1313
|
-
extends coreClient.OperationOptions {
|
|
1314
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1315
|
-
updateIntervalInMs?: number;
|
|
1316
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1317
|
-
resumeFrom?: string;
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
/** Contains response data for the create operation. */
|
|
1321
|
-
export type BackupAndExportCreateResponse = BackupAndExportResponse;
|
|
1322
|
-
|
|
1323
|
-
/** Optional parameters. */
|
|
1324
|
-
export interface BackupAndExportValidateBackupOptionalParams
|
|
1325
|
-
extends coreClient.OperationOptions {}
|
|
1326
|
-
|
|
1327
|
-
/** Contains response data for the validateBackup operation. */
|
|
1328
|
-
export type BackupAndExportValidateBackupResponse = ValidateBackupResponse;
|
|
1329
|
-
|
|
1330
|
-
/** Optional parameters. */
|
|
1331
|
-
export interface ConfigurationsCreateOrUpdateOptionalParams
|
|
1332
|
-
extends coreClient.OperationOptions {
|
|
1333
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1334
|
-
updateIntervalInMs?: number;
|
|
1335
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1336
|
-
resumeFrom?: string;
|
|
1337
|
-
}
|
|
1338
|
-
|
|
1339
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1340
|
-
export type ConfigurationsCreateOrUpdateResponse = Configuration;
|
|
1341
|
-
|
|
1342
|
-
/** Optional parameters. */
|
|
1343
|
-
export interface ConfigurationsUpdateOptionalParams
|
|
1344
|
-
extends coreClient.OperationOptions {
|
|
1345
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1346
|
-
updateIntervalInMs?: number;
|
|
1347
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1348
|
-
resumeFrom?: string;
|
|
1349
|
-
}
|
|
1350
|
-
|
|
1351
|
-
/** Contains response data for the update operation. */
|
|
1352
|
-
export type ConfigurationsUpdateResponse = Configuration;
|
|
1353
|
-
|
|
1354
|
-
/** Optional parameters. */
|
|
1355
|
-
export interface ConfigurationsGetOptionalParams
|
|
1356
|
-
extends coreClient.OperationOptions {}
|
|
1357
|
-
|
|
1358
|
-
/** Contains response data for the get operation. */
|
|
1359
|
-
export type ConfigurationsGetResponse = Configuration;
|
|
1360
|
-
|
|
1361
|
-
/** Optional parameters. */
|
|
1362
|
-
export interface ConfigurationsBatchUpdateOptionalParams
|
|
1363
|
-
extends coreClient.OperationOptions {
|
|
1364
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1365
|
-
updateIntervalInMs?: number;
|
|
1366
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1367
|
-
resumeFrom?: string;
|
|
1368
|
-
}
|
|
1369
|
-
|
|
1370
|
-
/** Contains response data for the batchUpdate operation. */
|
|
1371
|
-
export type ConfigurationsBatchUpdateResponse = ConfigurationListResult;
|
|
1372
|
-
|
|
1373
|
-
/** Optional parameters. */
|
|
1374
|
-
export interface ConfigurationsListByServerOptionalParams
|
|
1375
|
-
extends coreClient.OperationOptions {
|
|
1376
|
-
/** The tags of the server configuration. */
|
|
1377
|
-
tags?: string;
|
|
1378
|
-
/** The keyword of the server configuration. */
|
|
1379
|
-
keyword?: string;
|
|
1380
|
-
/** The page of the server configuration. */
|
|
1381
|
-
page?: number;
|
|
1382
|
-
/** The pageSize of the server configuration. */
|
|
1383
|
-
pageSize?: number;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
/** Contains response data for the listByServer operation. */
|
|
1387
|
-
export type ConfigurationsListByServerResponse = ConfigurationListResult;
|
|
1388
|
-
|
|
1389
|
-
/** Optional parameters. */
|
|
1390
|
-
export interface ConfigurationsListByServerNextOptionalParams
|
|
1391
|
-
extends coreClient.OperationOptions {}
|
|
1392
|
-
|
|
1393
|
-
/** Contains response data for the listByServerNext operation. */
|
|
1394
|
-
export type ConfigurationsListByServerNextResponse = ConfigurationListResult;
|
|
1395
|
-
|
|
1396
|
-
/** Optional parameters. */
|
|
1397
|
-
export interface DatabasesCreateOrUpdateOptionalParams
|
|
1398
|
-
extends coreClient.OperationOptions {
|
|
1399
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1400
|
-
updateIntervalInMs?: number;
|
|
1401
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1402
|
-
resumeFrom?: string;
|
|
1403
|
-
}
|
|
1404
|
-
|
|
1405
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1406
|
-
export type DatabasesCreateOrUpdateResponse = Database;
|
|
1407
|
-
|
|
1408
|
-
/** Optional parameters. */
|
|
1409
|
-
export interface DatabasesDeleteOptionalParams
|
|
1410
|
-
extends coreClient.OperationOptions {
|
|
1411
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1412
|
-
updateIntervalInMs?: number;
|
|
1413
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1414
|
-
resumeFrom?: string;
|
|
1415
|
-
}
|
|
1416
|
-
|
|
1417
|
-
/** Optional parameters. */
|
|
1418
|
-
export interface DatabasesGetOptionalParams
|
|
1419
|
-
extends coreClient.OperationOptions {}
|
|
1420
|
-
|
|
1421
|
-
/** Contains response data for the get operation. */
|
|
1422
|
-
export type DatabasesGetResponse = Database;
|
|
1423
|
-
|
|
1424
|
-
/** Optional parameters. */
|
|
1425
|
-
export interface DatabasesListByServerOptionalParams
|
|
1426
|
-
extends coreClient.OperationOptions {}
|
|
1427
|
-
|
|
1428
|
-
/** Contains response data for the listByServer operation. */
|
|
1429
|
-
export type DatabasesListByServerResponse = DatabaseListResult;
|
|
1430
|
-
|
|
1431
|
-
/** Optional parameters. */
|
|
1432
|
-
export interface DatabasesListByServerNextOptionalParams
|
|
1433
|
-
extends coreClient.OperationOptions {}
|
|
1434
|
-
|
|
1435
|
-
/** Contains response data for the listByServerNext operation. */
|
|
1436
|
-
export type DatabasesListByServerNextResponse = DatabaseListResult;
|
|
1437
|
-
|
|
1438
|
-
/** Optional parameters. */
|
|
1439
|
-
export interface FirewallRulesCreateOrUpdateOptionalParams
|
|
1440
|
-
extends coreClient.OperationOptions {
|
|
1441
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1442
|
-
updateIntervalInMs?: number;
|
|
1443
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1444
|
-
resumeFrom?: string;
|
|
1445
|
-
}
|
|
1446
|
-
|
|
1447
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1448
|
-
export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
|
|
1449
|
-
|
|
1450
|
-
/** Optional parameters. */
|
|
1451
|
-
export interface FirewallRulesDeleteOptionalParams
|
|
1452
|
-
extends coreClient.OperationOptions {
|
|
1453
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1454
|
-
updateIntervalInMs?: number;
|
|
1455
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1456
|
-
resumeFrom?: string;
|
|
1457
|
-
}
|
|
1458
|
-
|
|
1459
|
-
/** Optional parameters. */
|
|
1460
|
-
export interface FirewallRulesGetOptionalParams
|
|
1461
|
-
extends coreClient.OperationOptions {}
|
|
1462
|
-
|
|
1463
|
-
/** Contains response data for the get operation. */
|
|
1464
|
-
export type FirewallRulesGetResponse = FirewallRule;
|
|
1465
|
-
|
|
1466
|
-
/** Optional parameters. */
|
|
1467
|
-
export interface FirewallRulesListByServerOptionalParams
|
|
1468
|
-
extends coreClient.OperationOptions {}
|
|
1469
|
-
|
|
1470
|
-
/** Contains response data for the listByServer operation. */
|
|
1471
|
-
export type FirewallRulesListByServerResponse = FirewallRuleListResult;
|
|
1472
|
-
|
|
1473
|
-
/** Optional parameters. */
|
|
1474
|
-
export interface FirewallRulesListByServerNextOptionalParams
|
|
1475
|
-
extends coreClient.OperationOptions {}
|
|
1476
|
-
|
|
1477
|
-
/** Contains response data for the listByServerNext operation. */
|
|
1478
|
-
export type FirewallRulesListByServerNextResponse = FirewallRuleListResult;
|
|
1479
|
-
|
|
1480
|
-
/** Optional parameters. */
|
|
1481
|
-
export interface ServersCreateOptionalParams
|
|
1482
|
-
extends coreClient.OperationOptions {
|
|
1483
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1484
|
-
updateIntervalInMs?: number;
|
|
1485
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1486
|
-
resumeFrom?: string;
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
|
-
/** Contains response data for the create operation. */
|
|
1490
|
-
export type ServersCreateResponse = Server;
|
|
1491
|
-
|
|
1492
|
-
/** Optional parameters. */
|
|
1493
|
-
export interface ServersUpdateOptionalParams
|
|
1494
|
-
extends coreClient.OperationOptions {
|
|
1495
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1496
|
-
updateIntervalInMs?: number;
|
|
1497
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1498
|
-
resumeFrom?: string;
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
|
-
/** Contains response data for the update operation. */
|
|
1502
|
-
export type ServersUpdateResponse = Server;
|
|
1503
|
-
|
|
1504
|
-
/** Optional parameters. */
|
|
1505
|
-
export interface ServersDeleteOptionalParams
|
|
1506
|
-
extends coreClient.OperationOptions {
|
|
1507
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1508
|
-
updateIntervalInMs?: number;
|
|
1509
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1510
|
-
resumeFrom?: string;
|
|
1511
|
-
}
|
|
1512
|
-
|
|
1513
|
-
/** Optional parameters. */
|
|
1514
|
-
export interface ServersGetOptionalParams extends coreClient.OperationOptions {}
|
|
1515
|
-
|
|
1516
|
-
/** Contains response data for the get operation. */
|
|
1517
|
-
export type ServersGetResponse = Server;
|
|
1518
|
-
|
|
1519
|
-
/** Optional parameters. */
|
|
1520
|
-
export interface ServersListByResourceGroupOptionalParams
|
|
1521
|
-
extends coreClient.OperationOptions {}
|
|
1522
|
-
|
|
1523
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1524
|
-
export type ServersListByResourceGroupResponse = ServerListResult;
|
|
1525
|
-
|
|
1526
|
-
/** Optional parameters. */
|
|
1527
|
-
export interface ServersListOptionalParams
|
|
1528
|
-
extends coreClient.OperationOptions {}
|
|
1529
|
-
|
|
1530
|
-
/** Contains response data for the list operation. */
|
|
1531
|
-
export type ServersListResponse = ServerListResult;
|
|
1532
|
-
|
|
1533
|
-
/** Optional parameters. */
|
|
1534
|
-
export interface ServersFailoverOptionalParams
|
|
1535
|
-
extends coreClient.OperationOptions {
|
|
1536
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1537
|
-
updateIntervalInMs?: number;
|
|
1538
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1539
|
-
resumeFrom?: string;
|
|
1540
|
-
}
|
|
1541
|
-
|
|
1542
|
-
/** Optional parameters. */
|
|
1543
|
-
export interface ServersRestartOptionalParams
|
|
1544
|
-
extends coreClient.OperationOptions {
|
|
1545
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1546
|
-
updateIntervalInMs?: number;
|
|
1547
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1548
|
-
resumeFrom?: string;
|
|
1549
|
-
}
|
|
1550
|
-
|
|
1551
|
-
/** Optional parameters. */
|
|
1552
|
-
export interface ServersStartOptionalParams
|
|
1553
|
-
extends coreClient.OperationOptions {
|
|
1554
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1555
|
-
updateIntervalInMs?: number;
|
|
1556
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1557
|
-
resumeFrom?: string;
|
|
1558
|
-
}
|
|
1559
|
-
|
|
1560
|
-
/** Optional parameters. */
|
|
1561
|
-
export interface ServersStopOptionalParams extends coreClient.OperationOptions {
|
|
1562
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1563
|
-
updateIntervalInMs?: number;
|
|
1564
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1565
|
-
resumeFrom?: string;
|
|
1566
|
-
}
|
|
1567
|
-
|
|
1568
|
-
/** Optional parameters. */
|
|
1569
|
-
export interface ServersResetGtidOptionalParams
|
|
1570
|
-
extends coreClient.OperationOptions {
|
|
1571
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1572
|
-
updateIntervalInMs?: number;
|
|
1573
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1574
|
-
resumeFrom?: string;
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
|
-
/** Optional parameters. */
|
|
1578
|
-
export interface ServersListByResourceGroupNextOptionalParams
|
|
1579
|
-
extends coreClient.OperationOptions {}
|
|
1580
|
-
|
|
1581
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1582
|
-
export type ServersListByResourceGroupNextResponse = ServerListResult;
|
|
1583
|
-
|
|
1584
|
-
/** Optional parameters. */
|
|
1585
|
-
export interface ServersListNextOptionalParams
|
|
1586
|
-
extends coreClient.OperationOptions {}
|
|
1587
|
-
|
|
1588
|
-
/** Contains response data for the listNext operation. */
|
|
1589
|
-
export type ServersListNextResponse = ServerListResult;
|
|
1590
|
-
|
|
1591
|
-
/** Optional parameters. */
|
|
1592
|
-
export interface ReplicasListByServerOptionalParams
|
|
1593
|
-
extends coreClient.OperationOptions {}
|
|
1594
|
-
|
|
1595
|
-
/** Contains response data for the listByServer operation. */
|
|
1596
|
-
export type ReplicasListByServerResponse = ServerListResult;
|
|
1597
|
-
|
|
1598
|
-
/** Optional parameters. */
|
|
1599
|
-
export interface ReplicasListByServerNextOptionalParams
|
|
1600
|
-
extends coreClient.OperationOptions {}
|
|
1601
|
-
|
|
1602
|
-
/** Contains response data for the listByServerNext operation. */
|
|
1603
|
-
export type ReplicasListByServerNextResponse = ServerListResult;
|
|
1604
|
-
|
|
1605
|
-
/** Optional parameters. */
|
|
1606
|
-
export interface LogFilesListByServerOptionalParams
|
|
1607
|
-
extends coreClient.OperationOptions {}
|
|
1608
|
-
|
|
1609
|
-
/** Contains response data for the listByServer operation. */
|
|
1610
|
-
export type LogFilesListByServerResponse = LogFileListResult;
|
|
1611
|
-
|
|
1612
|
-
/** Optional parameters. */
|
|
1613
|
-
export interface LogFilesListByServerNextOptionalParams
|
|
1614
|
-
extends coreClient.OperationOptions {}
|
|
1615
|
-
|
|
1616
|
-
/** Contains response data for the listByServerNext operation. */
|
|
1617
|
-
export type LogFilesListByServerNextResponse = LogFileListResult;
|
|
1618
|
-
|
|
1619
|
-
/** Optional parameters. */
|
|
1620
|
-
export interface LocationBasedCapabilitiesListOptionalParams
|
|
1621
|
-
extends coreClient.OperationOptions {}
|
|
1622
|
-
|
|
1623
|
-
/** Contains response data for the list operation. */
|
|
1624
|
-
export type LocationBasedCapabilitiesListResponse = CapabilitiesListResult;
|
|
1625
|
-
|
|
1626
|
-
/** Optional parameters. */
|
|
1627
|
-
export interface LocationBasedCapabilitiesListNextOptionalParams
|
|
1628
|
-
extends coreClient.OperationOptions {}
|
|
1629
|
-
|
|
1630
|
-
/** Contains response data for the listNext operation. */
|
|
1631
|
-
export type LocationBasedCapabilitiesListNextResponse = CapabilitiesListResult;
|
|
1632
|
-
|
|
1633
|
-
/** Optional parameters. */
|
|
1634
|
-
export interface CheckVirtualNetworkSubnetUsageExecuteOptionalParams
|
|
1635
|
-
extends coreClient.OperationOptions {}
|
|
1636
|
-
|
|
1637
|
-
/** Contains response data for the execute operation. */
|
|
1638
|
-
export type CheckVirtualNetworkSubnetUsageExecuteResponse = VirtualNetworkSubnetUsageResult;
|
|
1639
|
-
|
|
1640
|
-
/** Optional parameters. */
|
|
1641
|
-
export interface CheckNameAvailabilityExecuteOptionalParams
|
|
1642
|
-
extends coreClient.OperationOptions {}
|
|
1643
|
-
|
|
1644
|
-
/** Contains response data for the execute operation. */
|
|
1645
|
-
export type CheckNameAvailabilityExecuteResponse = NameAvailability;
|
|
1646
|
-
|
|
1647
|
-
/** Optional parameters. */
|
|
1648
|
-
export interface CheckNameAvailabilityWithoutLocationExecuteOptionalParams
|
|
1649
|
-
extends coreClient.OperationOptions {}
|
|
1650
|
-
|
|
1651
|
-
/** Contains response data for the execute operation. */
|
|
1652
|
-
export type CheckNameAvailabilityWithoutLocationExecuteResponse = NameAvailability;
|
|
1653
|
-
|
|
1654
|
-
/** Optional parameters. */
|
|
1655
|
-
export interface GetPrivateDnsZoneSuffixExecuteOptionalParams
|
|
1656
|
-
extends coreClient.OperationOptions {}
|
|
1657
|
-
|
|
1658
|
-
/** Contains response data for the execute operation. */
|
|
1659
|
-
export type GetPrivateDnsZoneSuffixExecuteResponse = GetPrivateDnsZoneSuffixResponse;
|
|
1660
|
-
|
|
1661
|
-
/** Optional parameters. */
|
|
1662
|
-
export interface OperationsListOptionalParams
|
|
1663
|
-
extends coreClient.OperationOptions {}
|
|
1664
|
-
|
|
1665
|
-
/** Contains response data for the list operation. */
|
|
1666
|
-
export type OperationsListResponse = OperationListResult;
|
|
1667
|
-
|
|
1668
|
-
/** Optional parameters. */
|
|
1669
|
-
export interface OperationsListNextOptionalParams
|
|
1670
|
-
extends coreClient.OperationOptions {}
|
|
1671
|
-
|
|
1672
|
-
/** Contains response data for the listNext operation. */
|
|
1673
|
-
export type OperationsListNextResponse = OperationListResult;
|
|
1674
|
-
|
|
1675
|
-
/** Optional parameters. */
|
|
1676
|
-
export interface MySQLManagementFlexibleServerClientOptionalParams
|
|
1677
|
-
extends coreClient.ServiceClientOptions {
|
|
1678
|
-
/** server parameter */
|
|
1679
|
-
$host?: string;
|
|
1680
|
-
/** Overrides client endpoint. */
|
|
1681
|
-
endpoint?: string;
|
|
1682
|
-
}
|