@azure/arm-postgresql-flexible 8.1.0-beta.1 → 9.0.0-alpha.20251201.1
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/README.md +2 -2
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +9 -10
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +1911 -1961
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +553 -556
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +76 -78
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1945 -1644
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +7 -13
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +48 -106
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/administratorsMicrosoftEntra.d.ts +83 -0
- package/dist/browser/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/{react-native/operations/administrators.js → browser/operations/administratorsMicrosoftEntra.js} +91 -93
- package/dist/browser/operations/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/browser/operations/{tuningOptions.d.ts → advancedThreatProtectionSettings.d.ts} +13 -13
- package/dist/browser/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/{react-native/operations/tuningOptions.js → browser/operations/advancedThreatProtectionSettings.js} +45 -67
- package/dist/browser/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operations/{backups.d.ts → backupsAutomaticAndOnDemand.d.ts} +24 -24
- package/dist/browser/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/browser/operations/{backups.js → backupsAutomaticAndOnDemand.js} +74 -86
- package/dist/browser/operations/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/browser/operations/backupsLongTermRetention.d.ts +71 -0
- package/dist/browser/operations/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/browser/operations/backupsLongTermRetention.js +293 -0
- package/dist/browser/operations/backupsLongTermRetention.js.map +1 -0
- package/dist/browser/operations/capabilitiesByLocation.d.ts +35 -0
- package/dist/browser/operations/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/browser/operations/capabilitiesByLocation.js +119 -0
- package/dist/browser/operations/capabilitiesByLocation.js.map +1 -0
- package/dist/browser/operations/{serverCapabilities.d.ts → capabilitiesByServer.d.ts} +9 -9
- package/dist/browser/operations/capabilitiesByServer.d.ts.map +1 -0
- package/dist/{esm/operations/serverCapabilities.js → browser/operations/capabilitiesByServer.js} +33 -55
- package/dist/browser/operations/capabilitiesByServer.js.map +1 -0
- package/dist/{esm/operations/logFiles.d.ts → browser/operations/capturedLogs.d.ts} +9 -9
- package/dist/browser/operations/capturedLogs.d.ts.map +1 -0
- package/dist/browser/operations/{logFiles.js → capturedLogs.js} +33 -55
- package/dist/browser/operations/capturedLogs.js.map +1 -0
- package/dist/browser/operations/configurations.d.ts +26 -18
- package/dist/browser/operations/configurations.d.ts.map +1 -1
- package/dist/browser/operations/configurations.js +75 -79
- package/dist/browser/operations/configurations.js.map +1 -1
- package/dist/browser/operations/databases.d.ts +22 -17
- package/dist/browser/operations/databases.d.ts.map +1 -1
- package/dist/browser/operations/databases.js +80 -79
- package/dist/browser/operations/databases.js.map +1 -1
- package/dist/browser/operations/firewallRules.d.ts +15 -15
- package/dist/browser/operations/firewallRules.d.ts.map +1 -1
- package/dist/browser/operations/firewallRules.js +73 -77
- package/dist/browser/operations/firewallRules.js.map +1 -1
- package/dist/browser/operations/index.d.ts +12 -16
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +16 -23
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/migrations.d.ts +38 -37
- package/dist/browser/operations/migrations.d.ts.map +1 -1
- package/dist/browser/operations/migrations.js +132 -158
- package/dist/browser/operations/migrations.js.map +1 -1
- package/dist/browser/operations/nameAvailability.d.ts +29 -0
- package/dist/browser/operations/nameAvailability.d.ts.map +1 -0
- package/dist/browser/operations/nameAvailability.js +75 -0
- package/dist/browser/operations/nameAvailability.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +2 -2
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +29 -51
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/privateDnsZoneSuffix.d.ts +18 -0
- package/dist/browser/operations/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +11 -15
- package/dist/browser/operations/privateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +38 -3
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operations/privateEndpointConnections.js +226 -51
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operations/privateLinkResources.js +27 -49
- package/dist/browser/operations/privateLinkResources.js.map +1 -1
- package/dist/browser/operations/quotaUsages.d.ts.map +1 -1
- package/dist/browser/operations/quotaUsages.js +27 -49
- package/dist/browser/operations/quotaUsages.js.map +1 -1
- package/dist/browser/operations/replicas.d.ts +2 -2
- package/dist/browser/operations/replicas.d.ts.map +1 -1
- package/dist/browser/operations/replicas.js +15 -37
- package/dist/browser/operations/replicas.js.map +1 -1
- package/dist/browser/operations/serverThreatProtectionSettings.d.ts +7 -40
- package/dist/browser/operations/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/browser/operations/serverThreatProtectionSettings.js +23 -181
- package/dist/browser/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist/browser/operations/servers.d.ts +39 -39
- package/dist/browser/operations/servers.d.ts.map +1 -1
- package/dist/browser/operations/servers.js +203 -180
- package/dist/browser/operations/servers.js.map +1 -1
- package/dist/browser/operations/tuningOptionsOperations.d.ts +73 -0
- package/dist/browser/operations/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/browser/operations/tuningOptionsOperations.js +272 -0
- package/dist/browser/operations/tuningOptionsOperations.js.map +1 -0
- package/dist/browser/operations/virtualEndpoints.d.ts +24 -26
- package/dist/browser/operations/virtualEndpoints.d.ts.map +1 -1
- package/dist/browser/operations/virtualEndpoints.js +89 -98
- package/dist/browser/operations/virtualEndpoints.js.map +1 -1
- package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/browser/operations/virtualNetworkSubnetUsage.js +8 -12
- package/dist/browser/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
- package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
- package/dist/browser/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
- package/dist/browser/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
- package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
- package/dist/browser/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/browser/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
- package/dist/browser/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backupsLongTermRetention.js +4 -0
- package/dist/browser/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
- package/dist/browser/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
- package/dist/browser/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/capabilitiesByLocation.js +4 -0
- package/dist/browser/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
- package/dist/browser/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
- package/dist/browser/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/capabilitiesByServer.js +4 -0
- package/dist/browser/operationsInterfaces/capabilitiesByServer.js.map +1 -0
- package/dist/browser/operationsInterfaces/capturedLogs.d.ts +13 -0
- package/dist/browser/operationsInterfaces/capturedLogs.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/capturedLogs.js +4 -0
- package/dist/browser/operationsInterfaces/capturedLogs.js.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts +25 -17
- package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/configurations.js +2 -7
- package/dist/browser/operationsInterfaces/configurations.js.map +1 -1
- package/dist/browser/operationsInterfaces/databases.d.ts +21 -16
- package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/databases.js +2 -7
- package/dist/browser/operationsInterfaces/databases.js.map +1 -1
- package/dist/browser/operationsInterfaces/firewallRules.d.ts +14 -14
- package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/firewallRules.js +2 -7
- package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +12 -16
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +16 -23
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/migrations.d.ts +33 -30
- package/dist/browser/operationsInterfaces/migrations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/migrations.js +2 -7
- package/dist/browser/operationsInterfaces/migrations.js.map +1 -1
- package/dist/browser/operationsInterfaces/nameAvailability.d.ts +21 -0
- package/dist/browser/operationsInterfaces/nameAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/nameAvailability.js +4 -0
- package/dist/browser/operationsInterfaces/nameAvailability.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
- package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
- package/dist/browser/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/browser/operationsInterfaces/quotaUsages.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/quotaUsages.js +2 -7
- package/dist/browser/operationsInterfaces/quotaUsages.js.map +1 -1
- package/dist/browser/operationsInterfaces/replicas.d.ts +1 -1
- package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/replicas.js +2 -7
- package/dist/browser/operationsInterfaces/replicas.js.map +1 -1
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
- package/dist/browser/operationsInterfaces/servers.d.ts +31 -31
- package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/servers.js +2 -7
- package/dist/browser/operationsInterfaces/servers.js.map +1 -1
- package/dist/browser/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
- package/dist/browser/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tuningOptionsOperations.js +4 -0
- package/dist/browser/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts +23 -25
- package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/virtualEndpoints.js +2 -7
- package/dist/browser/operationsInterfaces/virtualEndpoints.js.map +1 -1
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +4 -11
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
- package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
- package/dist/browser/postgreSQLManagementFlexibleServerClient.js +54 -75
- package/dist/browser/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +9 -10
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +1911 -1961
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +555 -558
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +76 -78
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1948 -1647
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +7 -13
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +48 -106
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/administratorsMicrosoftEntra.d.ts +83 -0
- package/dist/commonjs/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/commonjs/operations/{administrators.js → administratorsMicrosoftEntra.js} +93 -94
- package/dist/commonjs/operations/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/{browser/operations/ltrBackupOperations.d.ts → commonjs/operations/advancedThreatProtectionSettings.d.ts} +13 -13
- package/dist/commonjs/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/{tuningOptions.js → advancedThreatProtectionSettings.js} +47 -68
- package/dist/commonjs/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/{esm/operations/backups.d.ts → commonjs/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
- package/dist/commonjs/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/commonjs/operations/{backups.js → backupsAutomaticAndOnDemand.js} +76 -87
- package/dist/commonjs/operations/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/commonjs/operations/backupsLongTermRetention.d.ts +71 -0
- package/dist/commonjs/operations/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/commonjs/operations/backupsLongTermRetention.js +298 -0
- package/dist/commonjs/operations/backupsLongTermRetention.js.map +1 -0
- package/dist/commonjs/operations/capabilitiesByLocation.d.ts +35 -0
- package/dist/commonjs/operations/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/commonjs/operations/capabilitiesByLocation.js +124 -0
- package/dist/commonjs/operations/capabilitiesByLocation.js.map +1 -0
- package/dist/{esm/operations/serverCapabilities.d.ts → commonjs/operations/capabilitiesByServer.d.ts} +9 -9
- package/dist/commonjs/operations/capabilitiesByServer.d.ts.map +1 -0
- package/dist/commonjs/operations/{serverCapabilities.js → capabilitiesByServer.js} +35 -56
- package/dist/commonjs/operations/capabilitiesByServer.js.map +1 -0
- package/dist/{browser/operations/logFiles.d.ts → commonjs/operations/capturedLogs.d.ts} +9 -9
- package/dist/commonjs/operations/capturedLogs.d.ts.map +1 -0
- package/dist/commonjs/operations/{logFiles.js → capturedLogs.js} +35 -56
- package/dist/commonjs/operations/capturedLogs.js.map +1 -0
- package/dist/commonjs/operations/configurations.d.ts +26 -18
- package/dist/commonjs/operations/configurations.d.ts.map +1 -1
- package/dist/commonjs/operations/configurations.js +75 -78
- package/dist/commonjs/operations/configurations.js.map +1 -1
- package/dist/commonjs/operations/databases.d.ts +22 -17
- package/dist/commonjs/operations/databases.d.ts.map +1 -1
- package/dist/commonjs/operations/databases.js +80 -78
- package/dist/commonjs/operations/databases.js.map +1 -1
- package/dist/commonjs/operations/firewallRules.d.ts +15 -15
- package/dist/commonjs/operations/firewallRules.d.ts.map +1 -1
- package/dist/commonjs/operations/firewallRules.js +73 -76
- package/dist/commonjs/operations/firewallRules.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +12 -16
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +16 -23
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/migrations.d.ts +38 -37
- package/dist/commonjs/operations/migrations.d.ts.map +1 -1
- package/dist/commonjs/operations/migrations.js +132 -157
- package/dist/commonjs/operations/migrations.js.map +1 -1
- package/dist/commonjs/operations/nameAvailability.d.ts +29 -0
- package/dist/commonjs/operations/nameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/nameAvailability.js +80 -0
- package/dist/commonjs/operations/nameAvailability.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +2 -2
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +29 -50
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/privateDnsZoneSuffix.d.ts +18 -0
- package/dist/commonjs/operations/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +13 -17
- package/dist/commonjs/operations/privateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +38 -3
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operations/privateEndpointConnections.js +226 -50
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operations/privateLinkResources.js +27 -48
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operations/quotaUsages.d.ts.map +1 -1
- package/dist/commonjs/operations/quotaUsages.js +27 -48
- package/dist/commonjs/operations/quotaUsages.js.map +1 -1
- package/dist/commonjs/operations/replicas.d.ts +2 -2
- package/dist/commonjs/operations/replicas.d.ts.map +1 -1
- package/dist/commonjs/operations/replicas.js +15 -36
- package/dist/commonjs/operations/replicas.js.map +1 -1
- package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts +7 -40
- package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/commonjs/operations/serverThreatProtectionSettings.js +23 -180
- package/dist/commonjs/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist/commonjs/operations/servers.d.ts +39 -39
- package/dist/commonjs/operations/servers.d.ts.map +1 -1
- package/dist/commonjs/operations/servers.js +203 -179
- package/dist/commonjs/operations/servers.js.map +1 -1
- package/dist/commonjs/operations/tuningOptionsOperations.d.ts +73 -0
- package/dist/commonjs/operations/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/tuningOptionsOperations.js +277 -0
- package/dist/commonjs/operations/tuningOptionsOperations.js.map +1 -0
- package/dist/commonjs/operations/virtualEndpoints.d.ts +24 -26
- package/dist/commonjs/operations/virtualEndpoints.d.ts.map +1 -1
- package/dist/commonjs/operations/virtualEndpoints.js +89 -97
- package/dist/commonjs/operations/virtualEndpoints.js.map +1 -1
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.js +8 -12
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.js +5 -0
- package/dist/commonjs/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js +5 -0
- package/dist/commonjs/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.js +5 -0
- package/dist/commonjs/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
- package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.js +5 -0
- package/dist/commonjs/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.js +5 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByServer.js +5 -0
- package/dist/commonjs/operationsInterfaces/capabilitiesByServer.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/capturedLogs.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/capturedLogs.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/capturedLogs.js +5 -0
- package/dist/commonjs/operationsInterfaces/capturedLogs.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +25 -17
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/configurations.js +2 -7
- package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/databases.d.ts +21 -16
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/databases.js +2 -7
- package/dist/commonjs/operationsInterfaces/databases.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +14 -14
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/firewallRules.js +2 -7
- package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +12 -16
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +16 -23
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/migrations.d.ts +33 -30
- package/dist/commonjs/operationsInterfaces/migrations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/migrations.js +2 -7
- package/dist/commonjs/operationsInterfaces/migrations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/nameAvailability.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/nameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/nameAvailability.js +5 -0
- package/dist/commonjs/operationsInterfaces/nameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.js +5 -0
- package/dist/commonjs/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/quotaUsages.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/quotaUsages.js +2 -7
- package/dist/commonjs/operationsInterfaces/quotaUsages.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/replicas.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/replicas.js +2 -7
- package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/servers.d.ts +31 -31
- package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/servers.js +2 -7
- package/dist/commonjs/operationsInterfaces/servers.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
- package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.js +5 -0
- package/dist/commonjs/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts +23 -25
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.js +2 -7
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +4 -11
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js +53 -74
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +11 -11
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +9 -10
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +1911 -1961
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +553 -556
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +76 -78
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1945 -1644
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +7 -13
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +48 -106
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/administratorsMicrosoftEntra.d.ts +83 -0
- package/dist/esm/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/esm/operations/{administrators.js → administratorsMicrosoftEntra.js} +91 -93
- package/dist/esm/operations/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/{commonjs/operations/ltrBackupOperations.d.ts → esm/operations/advancedThreatProtectionSettings.d.ts} +13 -13
- package/dist/esm/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operations/{tuningOptions.js → advancedThreatProtectionSettings.js} +45 -67
- package/dist/esm/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/{react-native/operations/backups.d.ts → esm/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
- package/dist/esm/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/esm/operations/{backups.js → backupsAutomaticAndOnDemand.js} +74 -86
- package/dist/esm/operations/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/esm/operations/backupsLongTermRetention.d.ts +71 -0
- package/dist/esm/operations/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/esm/operations/backupsLongTermRetention.js +293 -0
- package/dist/esm/operations/backupsLongTermRetention.js.map +1 -0
- package/dist/esm/operations/capabilitiesByLocation.d.ts +35 -0
- package/dist/esm/operations/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/esm/operations/capabilitiesByLocation.js +119 -0
- package/dist/esm/operations/capabilitiesByLocation.js.map +1 -0
- package/dist/{react-native/operations/serverCapabilities.d.ts → esm/operations/capabilitiesByServer.d.ts} +9 -9
- package/dist/esm/operations/capabilitiesByServer.d.ts.map +1 -0
- package/dist/{browser/operations/serverCapabilities.js → esm/operations/capabilitiesByServer.js} +33 -55
- package/dist/esm/operations/capabilitiesByServer.js.map +1 -0
- package/dist/{commonjs/operations/logFiles.d.ts → esm/operations/capturedLogs.d.ts} +9 -9
- package/dist/esm/operations/capturedLogs.d.ts.map +1 -0
- package/dist/esm/operations/{logFiles.js → capturedLogs.js} +33 -55
- package/dist/esm/operations/capturedLogs.js.map +1 -0
- package/dist/esm/operations/configurations.d.ts +26 -18
- package/dist/esm/operations/configurations.d.ts.map +1 -1
- package/dist/esm/operations/configurations.js +75 -79
- package/dist/esm/operations/configurations.js.map +1 -1
- package/dist/esm/operations/databases.d.ts +22 -17
- package/dist/esm/operations/databases.d.ts.map +1 -1
- package/dist/esm/operations/databases.js +80 -79
- package/dist/esm/operations/databases.js.map +1 -1
- package/dist/esm/operations/firewallRules.d.ts +15 -15
- package/dist/esm/operations/firewallRules.d.ts.map +1 -1
- package/dist/esm/operations/firewallRules.js +73 -77
- package/dist/esm/operations/firewallRules.js.map +1 -1
- package/dist/esm/operations/index.d.ts +12 -16
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +16 -23
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/migrations.d.ts +38 -37
- package/dist/esm/operations/migrations.d.ts.map +1 -1
- package/dist/esm/operations/migrations.js +132 -158
- package/dist/esm/operations/migrations.js.map +1 -1
- package/dist/esm/operations/nameAvailability.d.ts +29 -0
- package/dist/esm/operations/nameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/nameAvailability.js +75 -0
- package/dist/esm/operations/nameAvailability.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +2 -2
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +29 -51
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/privateDnsZoneSuffix.d.ts +18 -0
- package/dist/esm/operations/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +11 -15
- package/dist/esm/operations/privateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +38 -3
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operations/privateEndpointConnections.js +226 -51
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operations/privateLinkResources.js +27 -49
- package/dist/esm/operations/privateLinkResources.js.map +1 -1
- package/dist/esm/operations/quotaUsages.d.ts.map +1 -1
- package/dist/esm/operations/quotaUsages.js +27 -49
- package/dist/esm/operations/quotaUsages.js.map +1 -1
- package/dist/esm/operations/replicas.d.ts +2 -2
- package/dist/esm/operations/replicas.d.ts.map +1 -1
- package/dist/esm/operations/replicas.js +15 -37
- package/dist/esm/operations/replicas.js.map +1 -1
- package/dist/esm/operations/serverThreatProtectionSettings.d.ts +7 -40
- package/dist/esm/operations/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/esm/operations/serverThreatProtectionSettings.js +23 -181
- package/dist/esm/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist/esm/operations/servers.d.ts +39 -39
- package/dist/esm/operations/servers.d.ts.map +1 -1
- package/dist/esm/operations/servers.js +203 -180
- package/dist/esm/operations/servers.js.map +1 -1
- package/dist/esm/operations/tuningOptionsOperations.d.ts +73 -0
- package/dist/esm/operations/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/esm/operations/tuningOptionsOperations.js +272 -0
- package/dist/esm/operations/tuningOptionsOperations.js.map +1 -0
- package/dist/esm/operations/virtualEndpoints.d.ts +24 -26
- package/dist/esm/operations/virtualEndpoints.d.ts.map +1 -1
- package/dist/esm/operations/virtualEndpoints.js +89 -98
- package/dist/esm/operations/virtualEndpoints.js.map +1 -1
- package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/esm/operations/virtualNetworkSubnetUsage.js +8 -12
- package/dist/esm/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
- package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
- package/dist/esm/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
- package/dist/esm/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
- package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
- package/dist/esm/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/esm/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
- package/dist/esm/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backupsLongTermRetention.js +4 -0
- package/dist/esm/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
- package/dist/esm/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
- package/dist/esm/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/capabilitiesByLocation.js +4 -0
- package/dist/esm/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
- package/dist/esm/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
- package/dist/esm/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/capabilitiesByServer.js +4 -0
- package/dist/esm/operationsInterfaces/capabilitiesByServer.js.map +1 -0
- package/dist/esm/operationsInterfaces/capturedLogs.d.ts +13 -0
- package/dist/esm/operationsInterfaces/capturedLogs.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/capturedLogs.js +4 -0
- package/dist/esm/operationsInterfaces/capturedLogs.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts +25 -17
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/configurations.js +2 -7
- package/dist/esm/operationsInterfaces/configurations.js.map +1 -1
- package/dist/esm/operationsInterfaces/databases.d.ts +21 -16
- package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/databases.js +2 -7
- package/dist/esm/operationsInterfaces/databases.js.map +1 -1
- package/dist/esm/operationsInterfaces/firewallRules.d.ts +14 -14
- package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/firewallRules.js +2 -7
- package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +12 -16
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +16 -23
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/migrations.d.ts +33 -30
- package/dist/esm/operationsInterfaces/migrations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/migrations.js +2 -7
- package/dist/esm/operationsInterfaces/migrations.js.map +1 -1
- package/dist/esm/operationsInterfaces/nameAvailability.d.ts +21 -0
- package/dist/esm/operationsInterfaces/nameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/nameAvailability.js +4 -0
- package/dist/esm/operationsInterfaces/nameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
- package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
- package/dist/esm/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/esm/operationsInterfaces/quotaUsages.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/quotaUsages.js +2 -7
- package/dist/esm/operationsInterfaces/quotaUsages.js.map +1 -1
- package/dist/esm/operationsInterfaces/replicas.d.ts +1 -1
- package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/replicas.js +2 -7
- package/dist/esm/operationsInterfaces/replicas.js.map +1 -1
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
- package/dist/esm/operationsInterfaces/servers.d.ts +31 -31
- package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/servers.js +2 -7
- package/dist/esm/operationsInterfaces/servers.js.map +1 -1
- package/dist/esm/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
- package/dist/esm/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tuningOptionsOperations.js +4 -0
- package/dist/esm/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts +23 -25
- package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/virtualEndpoints.js +2 -7
- package/dist/esm/operationsInterfaces/virtualEndpoints.js.map +1 -1
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +4 -11
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
- package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
- package/dist/esm/postgreSQLManagementFlexibleServerClient.js +54 -75
- package/dist/esm/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +9 -10
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +1911 -1961
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +553 -556
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +76 -78
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1945 -1644
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +7 -13
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +48 -106
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/administratorsMicrosoftEntra.d.ts +83 -0
- package/dist/react-native/operations/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/{browser/operations/administrators.js → react-native/operations/administratorsMicrosoftEntra.js} +91 -93
- package/dist/react-native/operations/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/{commonjs/operations/tuningOptions.d.ts → react-native/operations/advancedThreatProtectionSettings.d.ts} +13 -13
- package/dist/react-native/operations/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/{browser/operations/tuningOptions.js → react-native/operations/advancedThreatProtectionSettings.js} +45 -67
- package/dist/react-native/operations/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/{commonjs/operations/backups.d.ts → react-native/operations/backupsAutomaticAndOnDemand.d.ts} +24 -24
- package/dist/react-native/operations/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/react-native/operations/{backups.js → backupsAutomaticAndOnDemand.js} +74 -86
- package/dist/react-native/operations/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/react-native/operations/backupsLongTermRetention.d.ts +71 -0
- package/dist/react-native/operations/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/react-native/operations/backupsLongTermRetention.js +293 -0
- package/dist/react-native/operations/backupsLongTermRetention.js.map +1 -0
- package/dist/react-native/operations/capabilitiesByLocation.d.ts +35 -0
- package/dist/react-native/operations/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/react-native/operations/capabilitiesByLocation.js +119 -0
- package/dist/react-native/operations/capabilitiesByLocation.js.map +1 -0
- package/dist/{commonjs/operations/serverCapabilities.d.ts → react-native/operations/capabilitiesByServer.d.ts} +9 -9
- package/dist/react-native/operations/capabilitiesByServer.d.ts.map +1 -0
- package/dist/react-native/operations/{serverCapabilities.js → capabilitiesByServer.js} +33 -55
- package/dist/react-native/operations/capabilitiesByServer.js.map +1 -0
- package/dist/react-native/operations/{logFiles.d.ts → capturedLogs.d.ts} +9 -9
- package/dist/react-native/operations/capturedLogs.d.ts.map +1 -0
- package/dist/react-native/operations/{logFiles.js → capturedLogs.js} +33 -55
- package/dist/react-native/operations/capturedLogs.js.map +1 -0
- package/dist/react-native/operations/configurations.d.ts +26 -18
- package/dist/react-native/operations/configurations.d.ts.map +1 -1
- package/dist/react-native/operations/configurations.js +75 -79
- package/dist/react-native/operations/configurations.js.map +1 -1
- package/dist/react-native/operations/databases.d.ts +22 -17
- package/dist/react-native/operations/databases.d.ts.map +1 -1
- package/dist/react-native/operations/databases.js +80 -79
- package/dist/react-native/operations/databases.js.map +1 -1
- package/dist/react-native/operations/firewallRules.d.ts +15 -15
- package/dist/react-native/operations/firewallRules.d.ts.map +1 -1
- package/dist/react-native/operations/firewallRules.js +73 -77
- package/dist/react-native/operations/firewallRules.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +12 -16
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +16 -23
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/migrations.d.ts +38 -37
- package/dist/react-native/operations/migrations.d.ts.map +1 -1
- package/dist/react-native/operations/migrations.js +132 -158
- package/dist/react-native/operations/migrations.js.map +1 -1
- package/dist/react-native/operations/nameAvailability.d.ts +29 -0
- package/dist/react-native/operations/nameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/nameAvailability.js +75 -0
- package/dist/react-native/operations/nameAvailability.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +2 -2
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +29 -51
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/privateDnsZoneSuffix.d.ts +18 -0
- package/dist/react-native/operations/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operations/{getPrivateDnsZoneSuffix.js → privateDnsZoneSuffix.js} +11 -15
- package/dist/react-native/operations/privateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +38 -3
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operations/privateEndpointConnections.js +226 -51
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operations/privateLinkResources.js +27 -49
- package/dist/react-native/operations/privateLinkResources.js.map +1 -1
- package/dist/react-native/operations/quotaUsages.d.ts.map +1 -1
- package/dist/react-native/operations/quotaUsages.js +27 -49
- package/dist/react-native/operations/quotaUsages.js.map +1 -1
- package/dist/react-native/operations/replicas.d.ts +2 -2
- package/dist/react-native/operations/replicas.d.ts.map +1 -1
- package/dist/react-native/operations/replicas.js +15 -37
- package/dist/react-native/operations/replicas.js.map +1 -1
- package/dist/react-native/operations/serverThreatProtectionSettings.d.ts +7 -40
- package/dist/react-native/operations/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/react-native/operations/serverThreatProtectionSettings.js +23 -181
- package/dist/react-native/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist/react-native/operations/servers.d.ts +39 -39
- package/dist/react-native/operations/servers.d.ts.map +1 -1
- package/dist/react-native/operations/servers.js +203 -180
- package/dist/react-native/operations/servers.js.map +1 -1
- package/dist/react-native/operations/tuningOptionsOperations.d.ts +73 -0
- package/dist/react-native/operations/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/react-native/operations/tuningOptionsOperations.js +272 -0
- package/dist/react-native/operations/tuningOptionsOperations.js.map +1 -0
- package/dist/react-native/operations/virtualEndpoints.d.ts +24 -26
- package/dist/react-native/operations/virtualEndpoints.d.ts.map +1 -1
- package/dist/react-native/operations/virtualEndpoints.js +89 -98
- package/dist/react-native/operations/virtualEndpoints.js.map +1 -1
- package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/react-native/operations/virtualNetworkSubnetUsage.js +8 -12
- package/dist/react-native/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.js +4 -0
- package/dist/react-native/operationsInterfaces/administratorsMicrosoftEntra.js.map +1 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js +4 -0
- package/dist/react-native/operationsInterfaces/advancedThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.js +4 -0
- package/dist/react-native/operationsInterfaces/backupsAutomaticAndOnDemand.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backupsLongTermRetention.d.ts +46 -0
- package/dist/react-native/operationsInterfaces/backupsLongTermRetention.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backupsLongTermRetention.js +4 -0
- package/dist/react-native/operationsInterfaces/backupsLongTermRetention.js.map +1 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByLocation.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByLocation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByLocation.js +4 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByLocation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByServer.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByServer.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByServer.js +4 -0
- package/dist/react-native/operationsInterfaces/capabilitiesByServer.js.map +1 -0
- package/dist/react-native/operationsInterfaces/capturedLogs.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/capturedLogs.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/capturedLogs.js +4 -0
- package/dist/react-native/operationsInterfaces/capturedLogs.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts +25 -17
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/configurations.js +2 -7
- package/dist/react-native/operationsInterfaces/configurations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/databases.d.ts +21 -16
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/databases.js +2 -7
- package/dist/react-native/operationsInterfaces/databases.js.map +1 -1
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts +14 -14
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/firewallRules.js +2 -7
- package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +12 -16
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +16 -23
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/migrations.d.ts +33 -30
- package/dist/react-native/operationsInterfaces/migrations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/migrations.js +2 -7
- package/dist/react-native/operationsInterfaces/migrations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/nameAvailability.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/nameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/nameAvailability.js +4 -0
- package/dist/react-native/operationsInterfaces/nameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.js +4 -0
- package/dist/react-native/operationsInterfaces/privateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +37 -2
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +2 -7
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/quotaUsages.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/quotaUsages.js +2 -7
- package/dist/react-native/operationsInterfaces/quotaUsages.js.map +1 -1
- package/dist/react-native/operationsInterfaces/replicas.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/replicas.js +2 -7
- package/dist/react-native/operationsInterfaces/replicas.js.map +1 -1
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts +7 -23
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js +2 -7
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -1
- package/dist/react-native/operationsInterfaces/servers.d.ts +31 -31
- package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/servers.js +2 -7
- package/dist/react-native/operationsInterfaces/servers.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tuningOptionsOperations.d.ts +29 -0
- package/dist/react-native/operationsInterfaces/tuningOptionsOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningOptionsOperations.js +4 -0
- package/dist/react-native/operationsInterfaces/tuningOptionsOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts +23 -25
- package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/virtualEndpoints.js +2 -7
- package/dist/react-native/operationsInterfaces/virtualEndpoints.js.map +1 -1
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js +2 -7
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +4 -11
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts +14 -27
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.js +54 -75
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/package.json +44 -42
- package/CHANGELOG.md +0 -1707
- package/dist/browser/operations/administrators.d.ts +0 -81
- package/dist/browser/operations/administrators.d.ts.map +0 -1
- package/dist/browser/operations/administrators.js.map +0 -1
- package/dist/browser/operations/backups.d.ts.map +0 -1
- package/dist/browser/operations/backups.js.map +0 -1
- package/dist/browser/operations/checkNameAvailability.d.ts +0 -19
- package/dist/browser/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist/browser/operations/checkNameAvailability.js +0 -49
- package/dist/browser/operations/checkNameAvailability.js.map +0 -1
- package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
- package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/browser/operations/checkNameAvailabilityWithLocation.js +0 -50
- package/dist/browser/operations/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/browser/operations/flexibleServer.d.ts +0 -39
- package/dist/browser/operations/flexibleServer.d.ts.map +0 -1
- package/dist/browser/operations/flexibleServer.js +0 -152
- package/dist/browser/operations/flexibleServer.js.map +0 -1
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/browser/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist/browser/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/browser/operations/locationBasedCapabilities.js +0 -141
- package/dist/browser/operations/locationBasedCapabilities.js.map +0 -1
- package/dist/browser/operations/logFiles.d.ts.map +0 -1
- package/dist/browser/operations/logFiles.js.map +0 -1
- package/dist/browser/operations/ltrBackupOperations.d.ts.map +0 -1
- package/dist/browser/operations/ltrBackupOperations.js +0 -182
- package/dist/browser/operations/ltrBackupOperations.js.map +0 -1
- package/dist/browser/operations/privateEndpointConnectionOperations.d.ts +0 -48
- package/dist/browser/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/browser/operations/privateEndpointConnectionOperations.js +0 -209
- package/dist/browser/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/browser/operations/serverCapabilities.d.ts.map +0 -1
- package/dist/browser/operations/serverCapabilities.js.map +0 -1
- package/dist/browser/operations/tuningConfiguration.d.ts +0 -137
- package/dist/browser/operations/tuningConfiguration.d.ts.map +0 -1
- package/dist/browser/operations/tuningConfiguration.js +0 -638
- package/dist/browser/operations/tuningConfiguration.js.map +0 -1
- package/dist/browser/operations/tuningIndex.d.ts +0 -41
- package/dist/browser/operations/tuningIndex.d.ts.map +0 -1
- package/dist/browser/operations/tuningIndex.js +0 -155
- package/dist/browser/operations/tuningIndex.js.map +0 -1
- package/dist/browser/operations/tuningOptions.d.ts.map +0 -1
- package/dist/browser/operations/tuningOptions.js.map +0 -1
- package/dist/browser/operationsInterfaces/administrators.d.ts +0 -56
- package/dist/browser/operationsInterfaces/administrators.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/administrators.js +0 -9
- package/dist/browser/operationsInterfaces/administrators.js.map +0 -1
- package/dist/browser/operationsInterfaces/backups.d.ts +0 -54
- package/dist/browser/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/backups.js +0 -9
- package/dist/browser/operationsInterfaces/backups.js.map +0 -1
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +0 -11
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/checkNameAvailability.js +0 -9
- package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/browser/operationsInterfaces/flexibleServer.d.ts +0 -31
- package/dist/browser/operationsInterfaces/flexibleServer.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/flexibleServer.js +0 -9
- package/dist/browser/operationsInterfaces/flexibleServer.js.map +0 -1
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.js +0 -9
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist/browser/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist/browser/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/logFiles.js +0 -9
- package/dist/browser/operationsInterfaces/logFiles.js.map +0 -1
- package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
- package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/ltrBackupOperations.js +0 -9
- package/dist/browser/operationsInterfaces/ltrBackupOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/serverCapabilities.d.ts +0 -13
- package/dist/browser/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/serverCapabilities.js +0 -9
- package/dist/browser/operationsInterfaces/serverCapabilities.js.map +0 -1
- package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts +0 -90
- package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/tuningConfiguration.js +0 -9
- package/dist/browser/operationsInterfaces/tuningConfiguration.js.map +0 -1
- package/dist/browser/operationsInterfaces/tuningIndex.d.ts +0 -14
- package/dist/browser/operationsInterfaces/tuningIndex.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/tuningIndex.js +0 -9
- package/dist/browser/operationsInterfaces/tuningIndex.js.map +0 -1
- package/dist/browser/operationsInterfaces/tuningOptions.d.ts +0 -21
- package/dist/browser/operationsInterfaces/tuningOptions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/tuningOptions.js +0 -9
- package/dist/browser/operationsInterfaces/tuningOptions.js.map +0 -1
- package/dist/commonjs/operations/administrators.d.ts +0 -81
- package/dist/commonjs/operations/administrators.d.ts.map +0 -1
- package/dist/commonjs/operations/administrators.js.map +0 -1
- package/dist/commonjs/operations/backups.d.ts.map +0 -1
- package/dist/commonjs/operations/backups.js.map +0 -1
- package/dist/commonjs/operations/checkNameAvailability.d.ts +0 -19
- package/dist/commonjs/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist/commonjs/operations/checkNameAvailability.js +0 -54
- package/dist/commonjs/operations/checkNameAvailability.js.map +0 -1
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js +0 -55
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/commonjs/operations/flexibleServer.d.ts +0 -39
- package/dist/commonjs/operations/flexibleServer.d.ts.map +0 -1
- package/dist/commonjs/operations/flexibleServer.js +0 -157
- package/dist/commonjs/operations/flexibleServer.js.map +0 -1
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/commonjs/operations/locationBasedCapabilities.js +0 -145
- package/dist/commonjs/operations/locationBasedCapabilities.js.map +0 -1
- package/dist/commonjs/operations/logFiles.d.ts.map +0 -1
- package/dist/commonjs/operations/logFiles.js.map +0 -1
- package/dist/commonjs/operations/ltrBackupOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/ltrBackupOperations.js +0 -186
- package/dist/commonjs/operations/ltrBackupOperations.js.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +0 -48
- package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js +0 -214
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/commonjs/operations/serverCapabilities.d.ts.map +0 -1
- package/dist/commonjs/operations/serverCapabilities.js.map +0 -1
- package/dist/commonjs/operations/tuningConfiguration.d.ts +0 -137
- package/dist/commonjs/operations/tuningConfiguration.d.ts.map +0 -1
- package/dist/commonjs/operations/tuningConfiguration.js +0 -642
- package/dist/commonjs/operations/tuningConfiguration.js.map +0 -1
- package/dist/commonjs/operations/tuningIndex.d.ts +0 -41
- package/dist/commonjs/operations/tuningIndex.d.ts.map +0 -1
- package/dist/commonjs/operations/tuningIndex.js +0 -159
- package/dist/commonjs/operations/tuningIndex.js.map +0 -1
- package/dist/commonjs/operations/tuningOptions.d.ts.map +0 -1
- package/dist/commonjs/operations/tuningOptions.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/administrators.d.ts +0 -56
- package/dist/commonjs/operationsInterfaces/administrators.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/administrators.js +0 -10
- package/dist/commonjs/operationsInterfaces/administrators.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/backups.d.ts +0 -54
- package/dist/commonjs/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/backups.js +0 -10
- package/dist/commonjs/operationsInterfaces/backups.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +0 -10
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -10
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts +0 -31
- package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/flexibleServer.js +0 -10
- package/dist/commonjs/operationsInterfaces/flexibleServer.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -10
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +0 -10
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/logFiles.js +0 -10
- package/dist/commonjs/operationsInterfaces/logFiles.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts +0 -13
- package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/serverCapabilities.js +0 -10
- package/dist/commonjs/operationsInterfaces/serverCapabilities.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts +0 -90
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.js +0 -10
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts +0 -14
- package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/tuningIndex.js +0 -10
- package/dist/commonjs/operationsInterfaces/tuningIndex.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts +0 -21
- package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/tuningOptions.js +0 -10
- package/dist/commonjs/operationsInterfaces/tuningOptions.js.map +0 -1
- package/dist/esm/operations/administrators.d.ts +0 -81
- package/dist/esm/operations/administrators.d.ts.map +0 -1
- package/dist/esm/operations/administrators.js.map +0 -1
- package/dist/esm/operations/backups.d.ts.map +0 -1
- package/dist/esm/operations/backups.js.map +0 -1
- package/dist/esm/operations/checkNameAvailability.d.ts +0 -19
- package/dist/esm/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist/esm/operations/checkNameAvailability.js +0 -49
- package/dist/esm/operations/checkNameAvailability.js.map +0 -1
- package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
- package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/esm/operations/checkNameAvailabilityWithLocation.js +0 -50
- package/dist/esm/operations/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/esm/operations/flexibleServer.d.ts +0 -39
- package/dist/esm/operations/flexibleServer.d.ts.map +0 -1
- package/dist/esm/operations/flexibleServer.js +0 -152
- package/dist/esm/operations/flexibleServer.js.map +0 -1
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/esm/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist/esm/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/esm/operations/locationBasedCapabilities.js +0 -141
- package/dist/esm/operations/locationBasedCapabilities.js.map +0 -1
- package/dist/esm/operations/logFiles.d.ts.map +0 -1
- package/dist/esm/operations/logFiles.js.map +0 -1
- package/dist/esm/operations/ltrBackupOperations.d.ts +0 -46
- package/dist/esm/operations/ltrBackupOperations.d.ts.map +0 -1
- package/dist/esm/operations/ltrBackupOperations.js +0 -182
- package/dist/esm/operations/ltrBackupOperations.js.map +0 -1
- package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +0 -48
- package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/esm/operations/privateEndpointConnectionOperations.js +0 -209
- package/dist/esm/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/esm/operations/serverCapabilities.d.ts.map +0 -1
- package/dist/esm/operations/serverCapabilities.js.map +0 -1
- package/dist/esm/operations/tuningConfiguration.d.ts +0 -137
- package/dist/esm/operations/tuningConfiguration.d.ts.map +0 -1
- package/dist/esm/operations/tuningConfiguration.js +0 -638
- package/dist/esm/operations/tuningConfiguration.js.map +0 -1
- package/dist/esm/operations/tuningIndex.d.ts +0 -41
- package/dist/esm/operations/tuningIndex.d.ts.map +0 -1
- package/dist/esm/operations/tuningIndex.js +0 -155
- package/dist/esm/operations/tuningIndex.js.map +0 -1
- package/dist/esm/operations/tuningOptions.d.ts +0 -46
- package/dist/esm/operations/tuningOptions.d.ts.map +0 -1
- package/dist/esm/operations/tuningOptions.js.map +0 -1
- package/dist/esm/operationsInterfaces/administrators.d.ts +0 -56
- package/dist/esm/operationsInterfaces/administrators.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/administrators.js +0 -9
- package/dist/esm/operationsInterfaces/administrators.js.map +0 -1
- package/dist/esm/operationsInterfaces/backups.d.ts +0 -54
- package/dist/esm/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/backups.js +0 -9
- package/dist/esm/operationsInterfaces/backups.js.map +0 -1
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +0 -11
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/checkNameAvailability.js +0 -9
- package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/esm/operationsInterfaces/flexibleServer.d.ts +0 -31
- package/dist/esm/operationsInterfaces/flexibleServer.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/flexibleServer.js +0 -9
- package/dist/esm/operationsInterfaces/flexibleServer.js.map +0 -1
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +0 -9
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist/esm/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist/esm/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/logFiles.js +0 -9
- package/dist/esm/operationsInterfaces/logFiles.js.map +0 -1
- package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
- package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/ltrBackupOperations.js +0 -9
- package/dist/esm/operationsInterfaces/ltrBackupOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/serverCapabilities.d.ts +0 -13
- package/dist/esm/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/serverCapabilities.js +0 -9
- package/dist/esm/operationsInterfaces/serverCapabilities.js.map +0 -1
- package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts +0 -90
- package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/tuningConfiguration.js +0 -9
- package/dist/esm/operationsInterfaces/tuningConfiguration.js.map +0 -1
- package/dist/esm/operationsInterfaces/tuningIndex.d.ts +0 -14
- package/dist/esm/operationsInterfaces/tuningIndex.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/tuningIndex.js +0 -9
- package/dist/esm/operationsInterfaces/tuningIndex.js.map +0 -1
- package/dist/esm/operationsInterfaces/tuningOptions.d.ts +0 -21
- package/dist/esm/operationsInterfaces/tuningOptions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/tuningOptions.js +0 -9
- package/dist/esm/operationsInterfaces/tuningOptions.js.map +0 -1
- package/dist/react-native/operations/administrators.d.ts +0 -81
- package/dist/react-native/operations/administrators.d.ts.map +0 -1
- package/dist/react-native/operations/administrators.js.map +0 -1
- package/dist/react-native/operations/backups.d.ts.map +0 -1
- package/dist/react-native/operations/backups.js.map +0 -1
- package/dist/react-native/operations/checkNameAvailability.d.ts +0 -19
- package/dist/react-native/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist/react-native/operations/checkNameAvailability.js +0 -49
- package/dist/react-native/operations/checkNameAvailability.js.map +0 -1
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.js +0 -50
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/react-native/operations/flexibleServer.d.ts +0 -39
- package/dist/react-native/operations/flexibleServer.d.ts.map +0 -1
- package/dist/react-native/operations/flexibleServer.js +0 -152
- package/dist/react-native/operations/flexibleServer.js.map +0 -1
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/react-native/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/react-native/operations/locationBasedCapabilities.js +0 -141
- package/dist/react-native/operations/locationBasedCapabilities.js.map +0 -1
- package/dist/react-native/operations/logFiles.d.ts.map +0 -1
- package/dist/react-native/operations/logFiles.js.map +0 -1
- package/dist/react-native/operations/ltrBackupOperations.d.ts +0 -46
- package/dist/react-native/operations/ltrBackupOperations.d.ts.map +0 -1
- package/dist/react-native/operations/ltrBackupOperations.js +0 -182
- package/dist/react-native/operations/ltrBackupOperations.js.map +0 -1
- package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts +0 -48
- package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/react-native/operations/privateEndpointConnectionOperations.js +0 -209
- package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/react-native/operations/serverCapabilities.d.ts.map +0 -1
- package/dist/react-native/operations/serverCapabilities.js.map +0 -1
- package/dist/react-native/operations/tuningConfiguration.d.ts +0 -137
- package/dist/react-native/operations/tuningConfiguration.d.ts.map +0 -1
- package/dist/react-native/operations/tuningConfiguration.js +0 -638
- package/dist/react-native/operations/tuningConfiguration.js.map +0 -1
- package/dist/react-native/operations/tuningIndex.d.ts +0 -41
- package/dist/react-native/operations/tuningIndex.d.ts.map +0 -1
- package/dist/react-native/operations/tuningIndex.js +0 -155
- package/dist/react-native/operations/tuningIndex.js.map +0 -1
- package/dist/react-native/operations/tuningOptions.d.ts +0 -46
- package/dist/react-native/operations/tuningOptions.d.ts.map +0 -1
- package/dist/react-native/operations/tuningOptions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/administrators.d.ts +0 -56
- package/dist/react-native/operationsInterfaces/administrators.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/administrators.js +0 -9
- package/dist/react-native/operationsInterfaces/administrators.js.map +0 -1
- package/dist/react-native/operationsInterfaces/backups.d.ts +0 -54
- package/dist/react-native/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/backups.js +0 -9
- package/dist/react-native/operationsInterfaces/backups.js.map +0 -1
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js +0 -9
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -9
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist/react-native/operationsInterfaces/flexibleServer.d.ts +0 -31
- package/dist/react-native/operationsInterfaces/flexibleServer.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/flexibleServer.js +0 -9
- package/dist/react-native/operationsInterfaces/flexibleServer.js.map +0 -1
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -9
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +0 -9
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist/react-native/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/logFiles.js +0 -9
- package/dist/react-native/operationsInterfaces/logFiles.js.map +0 -1
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts +0 -13
- package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/serverCapabilities.js +0 -9
- package/dist/react-native/operationsInterfaces/serverCapabilities.js.map +0 -1
- package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts +0 -90
- package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/tuningConfiguration.js +0 -9
- package/dist/react-native/operationsInterfaces/tuningConfiguration.js.map +0 -1
- package/dist/react-native/operationsInterfaces/tuningIndex.d.ts +0 -14
- package/dist/react-native/operationsInterfaces/tuningIndex.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/tuningIndex.js +0 -9
- package/dist/react-native/operationsInterfaces/tuningIndex.js.map +0 -1
- package/dist/react-native/operationsInterfaces/tuningOptions.d.ts +0 -21
- package/dist/react-native/operationsInterfaces/tuningOptions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/tuningOptions.js +0 -9
- package/dist/react-native/operationsInterfaces/tuningOptions.js.map +0 -1
- package/review/arm-postgresql-flexible.api.md +0 -2724
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type * as coreClient from \"@azure/core-client\";\n\n/** Represents an Microsoft Entra Administrator. */\nexport interface ActiveDirectoryAdministratorAdd {\n /** The principal type used to represent the type of Microsoft Entra Administrator. */\n principalType?: PrincipalType;\n /** Microsoft Entra Administrator principal name. */\n principalName?: string;\n /** The tenantId of the Microsoft Entra Administrator. */\n tenantId?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** A list of Microsoft Entra Administrators. */\nexport interface AdministratorListResult {\n /** The list of Microsoft Entra Administrators */\n value?: ActiveDirectoryAdministrator[];\n /** The link used to get the next page of Microsoft Entra administrators. */\n nextLink?: string;\n}\n\n/** A list of server backups. */\nexport interface ServerBackupListResult {\n /** The list of backups of a server. */\n value?: ServerBackup[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Capability for the PostgreSQL server */\nexport interface CapabilitiesListResult {\n /**\n * A list of supported capabilities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: FlexibleServerCapability[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Base object for representing capability */\nexport interface CapabilityBase {\n /**\n * The status of the capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: CapabilityStatus;\n /**\n * The reason for the capability not being available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n}\n\n/** The supported features. */\nexport interface SupportedFeature {\n /**\n * Name of feature\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Status of feature\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: SupportedFeatureStatusEnum;\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is available. */\n message?: string;\n}\n\n/** A list of server configurations. */\nexport interface ConfigurationListResult {\n /** The list of server configurations. */\n value?: Configuration[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Represents a Configuration. */\nexport interface ConfigurationForUpdate {\n /** Value of the configuration. Required to update the configuration. */\n value?: string;\n /**\n * Description of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Default value of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultValue?: string;\n /**\n * Data type of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataType?: ConfigurationDataType;\n /**\n * Allowed values of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowedValues?: string;\n /** Source of the configuration. Required to update the configuration. */\n source?: string;\n /**\n * Configuration dynamic or static.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDynamicConfig?: boolean;\n /**\n * Configuration read-only or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isReadOnly?: boolean;\n /**\n * Configuration is pending restart or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isConfigPendingRestart?: boolean;\n /**\n * Configuration unit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * Configuration documentation link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly documentationLink?: string;\n}\n\n/** A List of databases. */\nexport interface DatabaseListResult {\n /** The list of databases housed in a server */\n value?: Database[];\n /** The link used to get the next page of databases. */\n nextLink?: string;\n}\n\n/** A list of firewall rules. */\nexport interface FirewallRuleListResult {\n /** The list of firewall rules in a server. */\n value?: FirewallRule[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Sku information related properties of a server. */\nexport interface Sku {\n /** The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. */\n name: string;\n /** The tier of the particular SKU, e.g. Burstable. */\n tier: SkuTier;\n}\n\n/** Information describing the identities associated with this application. */\nexport interface UserAssignedIdentity {\n /** represents user assigned identities map. */\n userAssignedIdentities?: { [propertyName: string]: UserIdentity };\n /** the identity principal Id of the server. */\n principalId?: string;\n /** the types of identities associated with this resource */\n type: IdentityType;\n /**\n * Tenant id of the server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n}\n\n/** Describes a single user-assigned identity associated with the application. */\nexport interface UserIdentity {\n /** the object identifier of the Service Principal which this identity represents. */\n principalId?: string;\n /** the client identifier of the Service Principal which this identity represents. */\n clientId?: string;\n}\n\n/** Storage properties of a server */\nexport interface Storage {\n /** Max storage allowed for a server. */\n storageSizeGB?: number;\n /** Flag to enable / disable Storage Auto grow for flexible server. */\n autoGrow?: StorageAutoGrow;\n /** Name of storage tier for IOPS. */\n tier?: AzureManagedDiskPerformanceTiers;\n /** Storage IOPS quantity. This property is required to be set for storage Type PremiumV2_LRS and UltraSSD_LRS. */\n iops?: number;\n /** Storage throughput for the server. This is required to be set for storage Type PremiumV2_LRS and UltraSSD_LRS. */\n throughput?: number;\n /** Storage type for the server. Allowed values are Premium_LRS, PremiumV2_LRS, and UltraSSD_LRS. Default is Premium_LRS if not specified */\n type?: StorageType;\n}\n\n/** Authentication configuration properties of a server */\nexport interface AuthConfig {\n /** If Enabled, Microsoft Entra authentication is enabled. */\n activeDirectoryAuth?: ActiveDirectoryAuthEnum;\n /** If Enabled, Password authentication is enabled. */\n passwordAuth?: PasswordAuthEnum;\n /** Tenant id of the server. */\n tenantId?: string;\n}\n\n/** Data encryption properties of a server */\nexport interface DataEncryption {\n /** URI for the key in keyvault for data encryption of the primary server. */\n primaryKeyURI?: string;\n /** Resource Id for the User assigned identity to be used for data encryption of the primary server. */\n primaryUserAssignedIdentityId?: string;\n /** URI for the key in keyvault for data encryption for geo-backup of server. */\n geoBackupKeyURI?: string;\n /** Resource Id for the User assigned identity to be used for data encryption for geo-backup of server. */\n geoBackupUserAssignedIdentityId?: string;\n /** Data encryption type to depict if it is System Managed vs Azure Key vault. */\n type?: ArmServerKeyType;\n /** Primary encryption key status for Data encryption enabled server. */\n primaryEncryptionKeyStatus?: KeyStatusEnum;\n /** Geo-backup encryption key status for Data encryption enabled server. */\n geoBackupEncryptionKeyStatus?: KeyStatusEnum;\n}\n\n/** Backup properties of a server */\nexport interface Backup {\n /** Backup retention days for the server. */\n backupRetentionDays?: number;\n /** A value indicating whether Geo-Redundant backup is enabled on the server. */\n geoRedundantBackup?: GeoRedundantBackupEnum;\n /**\n * The earliest restore point time (ISO8601 format) for server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly earliestRestoreDate?: Date;\n}\n\n/** Network properties of a server. */\nexport interface Network {\n /** public network access is enabled or not */\n publicNetworkAccess?: ServerPublicNetworkAccessState;\n /** Delegated subnet arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone. */\n delegatedSubnetResourceId?: string;\n /** Private dns zone arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone. */\n privateDnsZoneArmResourceId?: string;\n}\n\n/** High availability properties of a server */\nexport interface HighAvailability {\n /** The HA mode for the server. */\n mode?: HighAvailabilityMode;\n /**\n * A state of a HA server that is visible to user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ServerHAState;\n /** availability zone information of the standby. */\n standbyAvailabilityZone?: string;\n}\n\n/** Maintenance window properties of a server. */\nexport interface MaintenanceWindow {\n /** indicates whether custom window is enabled or disabled */\n customWindow?: string;\n /** start hour for maintenance window */\n startHour?: number;\n /** start minute for maintenance window */\n startMinute?: number;\n /** day of week for maintenance window */\n dayOfWeek?: number;\n}\n\n/** Replica properties of a server */\nexport interface Replica {\n /** Used to indicate role of the server in replication set. */\n role?: ReplicationRole;\n /**\n * Replicas allowed for a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacity?: number;\n /**\n * Gets the replication state of a replica server. This property is returned only for replicas api call. Supported values are Active, Catchup, Provisioning, Updating, Broken, Reconfiguring\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicationState?: ReplicationState;\n /** Sets the promote mode for a replica server. This is a write only property. */\n promoteMode?: ReadReplicaPromoteMode;\n /** Sets the promote options for a replica server. This is a write only property. */\n promoteOption?: ReplicationPromoteOption;\n}\n\n/** The private endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for private endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Cluster properties of a server. */\nexport interface Cluster {\n /** The node count for the cluster. */\n clusterSize?: number;\n}\n\n/** Represents a server to be updated. */\nexport interface ServerForUpdate {\n /** The SKU (pricing tier) of the server. */\n sku?: Sku;\n /** Describes the identity of the application. */\n identity?: UserAssignedIdentity;\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n /** The administrator's login name of a server. Can only be specified when the server is trying to switch to password authentication and does not have default administrator login. */\n administratorLogin?: string;\n /**\n * The password of the administrator login.\n * This value contains a credential. Consider obscuring before showing to users\n */\n administratorLoginPassword?: string;\n /** PostgreSQL Server version. Version 17 is currently not supported for MVU. */\n version?: ServerVersion;\n /** Storage properties of a server. */\n storage?: Storage;\n /** Backup properties of a server. */\n backup?: Backup;\n /** High availability properties of a server. */\n highAvailability?: HighAvailability;\n /** Maintenance window properties of a server. */\n maintenanceWindow?: MaintenanceWindow;\n /** AuthConfig properties of a server. */\n authConfig?: AuthConfig;\n /** Data encryption properties of a server. */\n dataEncryption?: DataEncryption;\n /** The mode to update a new PostgreSQL server. */\n createMode?: CreateModeForUpdate;\n /** Replication role of the server */\n replicationRole?: ReplicationRole;\n /** Replica properties of a server. These Replica properties are required to be passed only in case you want to Promote a server. */\n replica?: Replica;\n /** Network properties of a server. These are required to be passed only in case if server is a private access server. */\n network?: Network;\n /** Cluster properties of a server. */\n cluster?: Cluster;\n}\n\n/** A list of servers. */\nexport interface ServerListResult {\n /** The list of flexible servers */\n value?: Server[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** BackupRequestBase is the base for all backup request. */\nexport interface BackupRequestBase {\n /** Backup Settings */\n backupSettings: BackupSettings;\n}\n\n/** The settings for the long term backup. */\nexport interface BackupSettings {\n /** Backup Name for the current backup */\n backupName: string;\n}\n\n/** Response for the LTR pre-backup API call */\nexport interface LtrPreBackupResponse {\n /** Number of storage containers the plugin will use during backup. More than one containers may be used for size limitations, parallelism, or redundancy etc. */\n numberOfContainers: number;\n}\n\n/** Details about the target where the backup content will be stored. */\nexport interface BackupStoreDetails {\n /** List of SAS uri of storage containers where backup data is to be streamed/copied. */\n sasUriList: string[];\n}\n\n/** Response for the LTR backup API call */\nexport interface LtrBackupResponse {\n /** Size of datasource in bytes */\n datasourceSizeInBytes?: number;\n /** Data transferred in bytes */\n dataTransferredInBytes?: number;\n /** Name of Backup operation */\n backupName?: string;\n /** Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc */\n backupMetadata?: string;\n /** Service-set extensible enum indicating the status of operation */\n status?: ExecutionStatus;\n /** Start time of the operation. */\n startTime?: Date;\n /** End time of the operation. */\n endTime?: Date;\n /** PercentageCompleted */\n percentComplete?: number;\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n}\n\n/** A list of long term retention backup operations for server. */\nexport interface LtrServerBackupOperationList {\n /** The list of long term retention server backup operations */\n value?: LtrServerBackupOperation[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Migration status. */\nexport interface MigrationStatus {\n /**\n * State of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Error message, if any, for the migration state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: string;\n /**\n * Current Migration sub state details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentSubStateDetails?: MigrationSubStateDetails;\n}\n\n/** Migration sub state details. */\nexport interface MigrationSubStateDetails {\n /**\n * Migration sub state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentSubState?: MigrationSubState;\n /** Dictionary of <DbMigrationStatus> */\n dbDetails?: { [propertyName: string]: DbMigrationStatus };\n /** Details for the validation for migration */\n validationDetails?: ValidationDetails;\n}\n\n/** Migration status of an individual database */\nexport interface DbMigrationStatus {\n /** Name of the database */\n databaseName?: string;\n /** Migration db state of an individual database */\n migrationState?: MigrationDbState;\n /** Migration operation of an individual database */\n migrationOperation?: string;\n /** Start date-time of a migration state */\n startedOn?: Date;\n /** End date-time of a migration state */\n endedOn?: Date;\n /** Number of tables queued for the migration of a DB */\n fullLoadQueuedTables?: number;\n /** Number of tables errored out during the migration of a DB */\n fullLoadErroredTables?: number;\n /** Number of tables loading during the migration of a DB */\n fullLoadLoadingTables?: number;\n /** Number of tables loaded during the migration of a DB */\n fullLoadCompletedTables?: number;\n /** CDC update counter */\n cdcUpdateCounter?: number;\n /** CDC delete counter */\n cdcDeleteCounter?: number;\n /** CDC insert counter */\n cdcInsertCounter?: number;\n /** CDC applied changes counter */\n appliedChanges?: number;\n /** CDC incoming changes counter */\n incomingChanges?: number;\n /** Lag in seconds between source and target during online phase */\n latency?: number;\n /** Error message, if any, for the migration state */\n message?: string;\n}\n\n/** Details for the validation for migration */\nexport interface ValidationDetails {\n /** Validation status for migration */\n status?: ValidationState;\n /** Validation Start date-time in UTC */\n validationStartTimeInUtc?: Date;\n /** Validation End date-time in UTC */\n validationEndTimeInUtc?: Date;\n /** Details of server level validations */\n serverLevelValidationDetails?: ValidationSummaryItem[];\n /** Details of server level validations */\n dbLevelValidationDetails?: DbLevelValidationStatus[];\n}\n\n/** Validation summary object */\nexport interface ValidationSummaryItem {\n /** Validation type */\n type?: string;\n /** Validation status for migration */\n state?: ValidationState;\n /** Validation messages */\n messages?: ValidationMessage[];\n}\n\n/** Validation message object */\nexport interface ValidationMessage {\n /** Severity of validation message */\n state?: ValidationState;\n /** Validation message string */\n message?: string;\n}\n\n/** Validation status summary for an individual database */\nexport interface DbLevelValidationStatus {\n /** Name of the database */\n databaseName?: string;\n /** Start date-time of a database level validation */\n startedOn?: Date;\n /** End date-time of a database level validation */\n endedOn?: Date;\n /** Summary of database level validations */\n summary?: ValidationSummaryItem[];\n}\n\n/** Database server metadata. */\nexport interface DbServerMetadata {\n /**\n * Location of database server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /** Version for database engine */\n version?: string;\n /** Storage size in MB for database server */\n storageMb?: number;\n /** SKU for the database server. This object is empty for PG single server */\n sku?: ServerSku;\n}\n\n/** Sku information related properties of a server. */\nexport interface ServerSku {\n /** The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. */\n name?: string;\n /** The tier of the particular SKU, e.g. Burstable. */\n tier?: SkuTier;\n}\n\n/** Migration secret parameters. */\nexport interface MigrationSecretParameters {\n /** Admin credentials for source and target servers */\n adminCredentials: AdminCredentials;\n /** Gets or sets the username for the source server. This user need not be an admin. */\n sourceServerUsername?: string;\n /** Gets or sets the username for the target server. This user need not be an admin. */\n targetServerUsername?: string;\n}\n\n/** Server admin credentials. */\nexport interface AdminCredentials {\n /** Password for source server. */\n sourceServerPassword: string;\n /** Password for target server. */\n targetServerPassword: string;\n}\n\n/** Represents a migration resource for patch. */\nexport interface MigrationResourceForPatch {\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n /** ResourceId of the source database server */\n sourceDbServerResourceId?: string;\n /** Source server fully qualified domain name (FQDN) or IP address. It is a optional value, if customer provide it, migration service will always use it for connection */\n sourceDbServerFullyQualifiedDomainName?: string;\n /** Target server fully qualified domain name (FQDN) or IP address. It is a optional value, if customer provide it, migration service will always use it for connection */\n targetDbServerFullyQualifiedDomainName?: string;\n /** Migration secret parameters */\n secretParameters?: MigrationSecretParameters;\n /** Number of databases to migrate */\n dbsToMigrate?: string[];\n /** Indicates whether to setup LogicalReplicationOnSourceDb, if needed */\n setupLogicalReplicationOnSourceDbIfNeeded?: LogicalReplicationOnSourceDbEnum;\n /** Indicates whether the databases on the target server can be overwritten, if already present. If set to False, the migration workflow will wait for a confirmation, if it detects that the database already exists. */\n overwriteDbsInTarget?: OverwriteDbsInTargetEnum;\n /** Start time in UTC for migration window */\n migrationWindowStartTimeInUtc?: Date;\n /** To migrate roles and permissions we need to send this flag as True */\n migrateRoles?: MigrateRolesEnum;\n /** Indicates whether the data migration should start right away */\n startDataMigration?: StartDataMigrationEnum;\n /** To trigger cutover for entire migration we need to send this flag as True */\n triggerCutover?: TriggerCutoverEnum;\n /** When you want to trigger cutover for specific databases send triggerCutover flag as True and database names in this array */\n dbsToTriggerCutoverOn?: string[];\n /** To trigger cancel for entire migration we need to send this flag as True */\n cancel?: CancelEnum;\n /** When you want to trigger cancel for specific databases send cancel flag as True and database names in this array */\n dbsToCancelMigrationOn?: string[];\n /** There are two types of migration modes Online and Offline */\n migrationMode?: MigrationMode;\n}\n\n/** A list of migration resources. */\nexport interface MigrationResourceListResult {\n /**\n * A list of migration resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: MigrationResource[];\n /**\n * The link used to get the next page of migrations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Represents a migration name's availability. */\nexport interface MigrationNameAvailabilityResource {\n /** The resource name to verify. */\n name: string;\n /** The type of the resource. */\n type: string;\n /**\n * Indicates whether the resource name is available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * Migration name availability reason\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: MigrationNameAvailabilityReason;\n /**\n * Migration name availability message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** A list of resource provider operations. */\nexport interface OperationListResult {\n /** Collection of available operation details */\n value?: Operation[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** REST API operation definition. */\nexport interface Operation {\n /**\n * The name of the operation being performed on this particular object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The localized display information for this particular operation or action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly display?: OperationDisplay;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /**\n * The intended executor of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: OperationOrigin;\n /**\n * Additional descriptions for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /**\n * Operation resource provider name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Resource on which the operation is performed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * Localized friendly name for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * Operation description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** A list of private endpoint connections. */\nexport interface PrivateEndpointConnectionListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateEndpointConnection[];\n /**\n * The URL to get the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateLinkResource[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Capability for the PostgreSQL server */\nexport interface QuotaUsagesListResult {\n /**\n * A list of quota usages.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: QuotaUsage[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Quota usage for flexible servers */\nexport interface QuotaUsage {\n /** Name of quota usage for flexible servers */\n name?: NameProperty;\n /** Quota limit */\n limit?: number;\n /** Quota unit */\n unit?: string;\n /** Current Quota usage value */\n currentValue?: number;\n /** Fully qualified ARM resource Id */\n id?: string;\n}\n\n/** Name property for quota usage */\nexport interface NameProperty {\n /** Name value */\n value?: string;\n /** Localized name */\n localizedValue?: string;\n}\n\n/** A List of logFiles. */\nexport interface LogFileListResult {\n /** The list of logFiles in a server */\n value?: LogFile[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Represents server restart parameters. */\nexport interface RestartParameter {\n /** Indicates whether to restart the server with failover. */\n restartWithFailover?: boolean;\n /** Failover mode. */\n failoverMode?: FailoverMode;\n}\n\n/** A list of the server's Advanced Threat Protection settings. */\nexport interface ServerThreatProtectionListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ServerThreatProtectionSettingsModel[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A list of available index recommendations. */\nexport interface IndexRecommendationListResult {\n /** A list of available index recommendations. */\n value?: IndexRecommendationResource[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Stores implementation details for the recommended action. */\nexport interface IndexRecommendationResourcePropertiesImplementationDetails {\n /** Method of implementation for recommended action */\n method?: string;\n /** Implementation script for the recommended action */\n script?: string;\n}\n\n/** Stores workload information for the recommended action. */\nexport interface IndexRecommendationResourcePropertiesAnalyzedWorkload {\n /** Workload start time in UTC date-time string format. */\n startTime?: Date;\n /** Workload end time in UTC date-time string format. */\n endTime?: Date;\n /** Workload query examined count. For DROP INDEX will be 0. */\n queryCount?: number;\n}\n\n/** Stores property that features impact on some metric if this recommended action is applied. */\nexport interface ImpactRecord {\n /** Dimension name */\n dimensionName?: string;\n /** Dimension unit */\n unit?: string;\n /** Optional property that can be used to store the QueryId if the metric is for a specific query. */\n queryId?: number;\n /** Absolute value */\n absoluteValue?: number;\n}\n\n/** Recommendation details for the recommended action. */\nexport interface IndexRecommendationDetails {\n /** Database name. */\n databaseName?: string;\n /** Schema name. */\n schema?: string;\n /** Table name. */\n table?: string;\n /** Index type. */\n indexType?: string;\n /** Index name. */\n indexName?: string;\n /** Index columns. */\n indexColumns?: string[];\n /** Index included columns. */\n includedColumns?: string[];\n}\n\n/** Config tuning request parameters. */\nexport interface ConfigTuningRequestParameter {\n /** The name of server. */\n serverName?: string;\n /** Indicates whether PG should be restarted during a tuning session. */\n allowServerRestarts?: boolean;\n /** The target metric the tuning session is trying to improve. */\n targetImprovementMetric?: string;\n /** The mode with which the feature will be enabled. */\n configTuningUsageMode?: boolean;\n}\n\n/** A list of tuning configuration sessions. */\nexport interface SessionsListResult {\n /** A list of tuning configuration sessions. */\n value?: SessionResource[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Session resource properties. */\nexport interface SessionResource {\n /** the tuning session start time. */\n sessionStartTime?: string;\n /** Session id. */\n sessionId?: string;\n /** The status of the tuning session. */\n status?: string;\n /** The pre tuning aqr. */\n preTuningAqr?: string;\n /** The post tuning aqr. */\n postTuningAqr?: string;\n /** The pre tuning tps. */\n preTuningTps?: string;\n /** The post tuning tps. */\n postTuningTps?: string;\n}\n\n/** A list of tuning configuration sessions. */\nexport interface SessionDetailsListResult {\n /** A list of details of the session. */\n value?: SessionDetailsResource[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Session details properties. */\nexport interface SessionDetailsResource {\n /** Iteration id. */\n iterationId?: string;\n /** Session id. */\n sessionId?: string;\n /** Applied configuration for the iteration. */\n appliedConfiguration?: string;\n /** Iteration start time. */\n iterationStartTime?: string;\n /** The aqr for the iteration. */\n averageQueryRuntimeMs?: string;\n /** The tps for the iteration. */\n transactionsPerSecond?: string;\n}\n\n/** A list of server tuning options. */\nexport interface TuningOptionsListResult {\n /** A list of available tuning options. */\n value?: TuningOptionsResource[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Represents a virtual endpoint for a server. */\nexport interface VirtualEndpointResourceForPatch {\n /** The endpoint type for the virtual endpoint. */\n endpointType?: VirtualEndpointType;\n /** List of members for a virtual endpoint */\n members?: string[];\n /**\n * List of virtual endpoints for a server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualEndpoints?: string[];\n}\n\n/** A list of virtual endpoints. */\nexport interface VirtualEndpointsListResult {\n /** The list of virtual endpoints */\n value?: VirtualEndpointResource[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Virtual network subnet usage parameter */\nexport interface VirtualNetworkSubnetUsageParameter {\n /** Virtual network resource id. */\n virtualNetworkArmResourceId?: string;\n}\n\n/** Virtual network subnet usage data. */\nexport interface VirtualNetworkSubnetUsageResult {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly delegatedSubnetsUsage?: DelegatedSubnetUsage[];\n /**\n * location of the delegated subnet usage\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * subscriptionId of the delegated subnet usage\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** Delegated subnet usage data. */\nexport interface DelegatedSubnetUsage {\n /**\n * Name of the delegated subnet for which IP addresses are in use\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subnetName?: string;\n /**\n * Number of IP addresses used by the delegated subnet\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usage?: number;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The private endpoint connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * The group ids for the private endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupIds?: string[];\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** A private link resource. */\nexport interface PrivateLinkResource extends Resource {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** Represents a virtual endpoint for a server. */\nexport interface VirtualEndpointResource extends VirtualEndpointResourceForPatch, Resource {}\n\n/** Represents capability of a storage tier */\nexport interface StorageTierCapability extends CapabilityBase {\n /**\n * Name to represent Storage tier capability\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Supported IOPS for this storage tier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly iops?: number;\n}\n\n/** storage size in MB capability */\nexport interface StorageMbCapability extends CapabilityBase {\n /**\n * Supported IOPS\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedIops?: number;\n /**\n * Maximum IOPS supported by this #Vcores or PremiumV2_LRS Storage Size\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedMaximumIops?: number;\n /**\n * Storage size in MB\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageSizeMb?: number;\n /**\n * Maximum value of Storage size in MB\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumStorageSizeMb?: number;\n /**\n * Values of throughput in MB/s\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedThroughput?: number;\n /**\n * Maximum values of throughput in MB/s\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedMaximumThroughput?: number;\n /**\n * Default tier for IOPS\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultIopsTier?: string;\n /**\n * List of available options to upgrade the storage performance\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedIopsTiers?: StorageTierCapability[];\n}\n\n/** Storage edition capability */\nexport interface StorageEditionCapability extends CapabilityBase {\n /**\n * Storage edition name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Default storage size in MB for storage edition\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultStorageSizeMb?: number;\n /**\n * Flexible server supported storage range in MB\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedStorageMb?: StorageMbCapability[];\n}\n\n/** Sku capability */\nexport interface ServerSkuCapability extends CapabilityBase {\n /**\n * Sku name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Supported vCores\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vCores?: number;\n /**\n * Supported IOPS\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedIops?: number;\n /**\n * Supported memory per vCore in MB\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedMemoryPerVcoreMb?: number;\n /**\n * List of supported Availability Zones. E.g. \"1\", \"2\", \"3\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedZones?: string[];\n /**\n * Supported high availability mode\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedHaMode?: HaMode[];\n /**\n * The supported features.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFeatures?: SupportedFeature[];\n /**\n * The value of security profile indicating if its confidential vm\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly securityProfile?: string;\n}\n\n/** Flexible server edition capabilities. */\nexport interface FlexibleServerEditionCapability extends CapabilityBase {\n /**\n * Server edition name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Default sku name for the server edition\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultSkuName?: string;\n /**\n * The list of editions supported by this server edition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedStorageEditions?: StorageEditionCapability[];\n /**\n * List of supported server SKUs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerSkus?: ServerSkuCapability[];\n}\n\n/** Server version capabilities. */\nexport interface ServerVersionCapability extends CapabilityBase {\n /**\n * Server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Supported servers versions to upgrade\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedVersionsToUpgrade?: string[];\n /**\n * The supported features.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFeatures?: SupportedFeature[];\n}\n\n/** Represents capability of a fast provisioning edition */\nexport interface FastProvisioningEditionCapability extends CapabilityBase {\n /**\n * Fast provisioning supported tier name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedTier?: string;\n /**\n * Fast provisioning supported sku name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedSku?: string;\n /**\n * Fast provisioning supported storage in Gb\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedStorageGb?: number;\n /**\n * Fast provisioning supported version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerVersions?: string;\n /**\n * Count of servers in cache matching the spec\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverCount?: number;\n}\n\n/** Capability for the PostgreSQL server */\nexport interface FlexibleServerCapability extends CapabilityBase {\n /** Name of flexible servers capability */\n name?: string;\n /**\n * List of supported flexible server editions\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerEditions?: FlexibleServerEditionCapability[];\n /**\n * The list of server versions supported for this capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerVersions?: ServerVersionCapability[];\n /**\n * The supported features.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFeatures?: SupportedFeature[];\n /**\n * Gets a value indicating whether fast provisioning is supported. \"Enabled\" means fast provisioning is supported. \"Disabled\" stands for fast provisioning is not supported. Will be deprecated in future, please look to Supported Features for \"FastProvisioning\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fastProvisioningSupported?: FastProvisioningSupportedEnum;\n /**\n * List of supported server editions for fast provisioning\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFastProvisioningEditions?: FastProvisioningEditionCapability[];\n /**\n * Determines if geo-backup is supported in this region. \"Enabled\" means geo-backup is supported. \"Disabled\" stands for geo-back is not supported. Will be deprecated in future, please look to Supported Features for \"GeoBackup\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geoBackupSupported?: GeoBackupSupportedEnum;\n /**\n * A value indicating whether Zone Redundant HA is supported in this region. \"Enabled\" means zone redundant HA is supported. \"Disabled\" stands for zone redundant HA is not supported. Will be deprecated in future, please look to Supported Features for \"ZoneRedundantHa\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zoneRedundantHaSupported?: ZoneRedundantHaSupportedEnum;\n /**\n * A value indicating whether Zone Redundant HA and Geo-backup is supported in this region. \"Enabled\" means zone redundant HA and geo-backup is supported. \"Disabled\" stands for zone redundant HA and geo-backup is not supported. Will be deprecated in future, please look to Supported Features for \"ZoneRedundantHaAndGeoBackup\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zoneRedundantHaAndGeoBackupSupported?: ZoneRedundantHaAndGeoBackupSupportedEnum;\n /**\n * A value indicating whether storage auto-grow is supported in this region. \"Enabled\" means storage auto-grow is supported. \"Disabled\" stands for storage auto-grow is not supported. Will be deprecated in future, please look to Supported Features for \"StorageAutoGrowth\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAutoGrowthSupported?: StorageAutoGrowthSupportedEnum;\n /**\n * A value indicating whether online resize is supported in this region for the given subscription. \"Enabled\" means storage online resize is supported. \"Disabled\" means storage online resize is not supported. Will be deprecated in future, please look to Supported Features for \"OnlineResize\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly onlineResizeSupported?: OnlineResizeSupportedEnum;\n /**\n * A value indicating whether this region is restricted. \"Enabled\" means region is restricted. \"Disabled\" stands for region is not restricted. Will be deprecated in future, please look to Supported Features for \"Restricted\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly restricted?: RestrictedEnum;\n}\n\n/** Represents a resource name availability. */\nexport interface NameAvailability extends CheckNameAvailabilityResponse {\n /**\n * name of the PostgreSQL server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * type of the server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** A request that is made for pre-backup. */\nexport interface LtrPreBackupRequest extends BackupRequestBase {}\n\n/** The request that is made for a long term retention backup. */\nexport interface LtrBackupRequest extends BackupRequestBase {\n /** Backup store detail for target server */\n targetDetails: BackupStoreDetails;\n}\n\n/** Represents an Microsoft Entra Administrator. */\nexport interface ActiveDirectoryAdministrator extends ProxyResource {\n /** The principal type used to represent the type of Microsoft Entra Administrator. */\n principalType?: PrincipalType;\n /** Microsoft Entra Administrator principal name. */\n principalName?: string;\n /** The objectId of the Microsoft Entra Administrator. */\n objectId?: string;\n /** The tenantId of the Microsoft Entra Administrator. */\n tenantId?: string;\n}\n\n/** Server backup properties */\nexport interface ServerBackup extends ProxyResource {\n /** Backup type. */\n backupType?: Origin;\n /** Backup completed time (ISO8601 format). */\n completedTime?: Date;\n /** Backup source */\n source?: string;\n}\n\n/** Represents a Configuration. */\nexport interface Configuration extends ProxyResource {\n /** Value of the configuration. Required to update the configuration. */\n value?: string;\n /**\n * Description of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Default value of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultValue?: string;\n /**\n * Data type of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataType?: ConfigurationDataType;\n /**\n * Allowed values of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowedValues?: string;\n /** Source of the configuration. Required to update the configuration. */\n source?: string;\n /**\n * Configuration dynamic or static.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDynamicConfig?: boolean;\n /**\n * Configuration read-only or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isReadOnly?: boolean;\n /**\n * Configuration is pending restart or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isConfigPendingRestart?: boolean;\n /**\n * Configuration unit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * Configuration documentation link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly documentationLink?: string;\n}\n\n/** Represents a Database. */\nexport interface Database extends ProxyResource {\n /** The charset of the database. */\n charset?: string;\n /** The collation of the database. */\n collation?: string;\n}\n\n/** Represents a server firewall rule. */\nexport interface FirewallRule extends ProxyResource {\n /** The start IP address of the server firewall rule. Must be IPv4 format. */\n startIpAddress: string;\n /** The end IP address of the server firewall rule. Must be IPv4 format. */\n endIpAddress: string;\n}\n\n/** Response for the LTR backup Operation API call */\nexport interface LtrServerBackupOperation extends ProxyResource {\n /** Size of datasource in bytes */\n datasourceSizeInBytes?: number;\n /** Data transferred in bytes */\n dataTransferredInBytes?: number;\n /** Name of Backup operation */\n backupName?: string;\n /** Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc */\n backupMetadata?: string;\n /** Service-set extensible enum indicating the status of operation */\n status?: ExecutionStatus;\n /** Start time of the operation. */\n startTime?: Date;\n /** End time of the operation. */\n endTime?: Date;\n /** PercentageCompleted */\n percentComplete?: number;\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n}\n\n/** Represents a logFile. */\nexport interface LogFile extends ProxyResource {\n /** Creation timestamp of the log file. */\n createdTime?: Date;\n /** Last modified timestamp of the log file. */\n lastModifiedTime?: Date;\n /** The size in kb of the logFile. */\n sizeInKb?: number;\n /** Type of the log file. */\n typePropertiesType?: string;\n /** The url to download the log file from. */\n url?: string;\n}\n\n/** Server's Advanced Threat Protection settings. */\nexport interface ServerThreatProtectionSettingsModel extends ProxyResource {\n /** Specifies the state of the Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific server. */\n state?: ThreatProtectionState;\n /**\n * Specifies the UTC creation time of the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n}\n\n/** Stores property that features impact on some metric if this recommended action is applied. */\nexport interface TuningOptionsResource extends ProxyResource {}\n\n/** Index recommendation properties. */\nexport interface IndexRecommendationResource extends ProxyResource {\n /** Creation time of this recommendation in UTC date-time string format. */\n initialRecommendedTime?: Date;\n /** The last refresh of this recommendation in UTC date-time string format. */\n lastRecommendedTime?: Date;\n /** The number of times this recommendation has encountered. */\n timesRecommended?: number;\n /** The ImprovedQueryIds. The list will only be populated for CREATE INDEX recommendations. */\n improvedQueryIds?: number[];\n /** Reason for this recommendation. */\n recommendationReason?: string;\n /** Type for this recommendation. */\n recommendationType?: RecommendationTypeEnum;\n /** Stores implementation details for the recommended action. */\n implementationDetails?: IndexRecommendationResourcePropertiesImplementationDetails;\n /** Stores workload information for the recommended action. */\n analyzedWorkload?: IndexRecommendationResourcePropertiesAnalyzedWorkload;\n /**\n * The estimated impact of this recommended action\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly estimatedImpact?: ImpactRecord[];\n /**\n * Stores recommendation details for the recommended action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: IndexRecommendationDetails;\n}\n\n/** Represents a server. */\nexport interface Server extends TrackedResource {\n /** The SKU (pricing tier) of the server. */\n sku?: Sku;\n /** Describes the identity of the application. */\n identity?: UserAssignedIdentity;\n /** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). */\n administratorLogin?: string;\n /**\n * The administrator login password (required for server creation).\n * This value contains a credential. Consider obscuring before showing to users\n */\n administratorLoginPassword?: string;\n /** PostgreSQL Server version. */\n version?: ServerVersion;\n /**\n * The minor version of the server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minorVersion?: string;\n /**\n * A state of a server that is visible to user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ServerState;\n /**\n * The fully qualified domain name of a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullyQualifiedDomainName?: string;\n /** Storage properties of a server. */\n storage?: Storage;\n /** AuthConfig properties of a server. */\n authConfig?: AuthConfig;\n /** Data encryption properties of a server. */\n dataEncryption?: DataEncryption;\n /** Backup properties of a server. */\n backup?: Backup;\n /** Network properties of a server. This Network property is required to be passed only in case you want the server to be Private access server. */\n network?: Network;\n /** High availability properties of a server. */\n highAvailability?: HighAvailability;\n /** Maintenance window properties of a server. */\n maintenanceWindow?: MaintenanceWindow;\n /** The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'Replica' or 'ReviveDropped'. This property is returned only for Replica server */\n sourceServerResourceId?: string;\n /** Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'ReviveDropped'. */\n pointInTimeUTC?: Date;\n /** availability zone information of the server. */\n availabilityZone?: string;\n /** Replication role of the server */\n replicationRole?: ReplicationRole;\n /**\n * Replicas allowed for a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicaCapacity?: number;\n /** Replica properties of a server. These Replica properties are required to be passed only in case you want to Promote a server. */\n replica?: Replica;\n /** The mode to create a new PostgreSQL server. */\n createMode?: CreateMode;\n /**\n * List of private endpoint connections associated with the specified resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Cluster properties of a server. */\n cluster?: Cluster;\n}\n\n/** Represents a migration resource. */\nexport interface MigrationResource extends TrackedResource {\n /**\n * ID for migration, a GUID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationId?: string;\n /**\n * Current status of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentStatus?: MigrationStatus;\n /** ResourceId of the private endpoint migration instance */\n migrationInstanceResourceId?: string;\n /** There are two types of migration modes Online and Offline */\n migrationMode?: MigrationMode;\n /** This indicates the supported Migration option for the migration */\n migrationOption?: MigrationOption;\n /** migration source server type : OnPremises, AWS, GCP, AzureVM, PostgreSQLSingleServer, AWS_RDS, AWS_AURORA, AWS_EC2, GCP_CloudSQL, GCP_AlloyDB, GCP_Compute, EDB, EDB_Oracle_Server, EDB_PostgreSQL, PostgreSQLFlexibleServer, PostgreSQLCosmosDB, Huawei_RDS, Huawei_Compute, Heroku_PostgreSQL, Crunchy_PostgreSQL, ApsaraDB_RDS, Digital_Ocean_Droplets, Digital_Ocean_PostgreSQL, or Supabase_PostgreSQL */\n sourceType?: SourceType;\n /** SSL modes for migration. Default SSL mode for PostgreSQLSingleServer is VerifyFull and Prefer for other source types */\n sslMode?: SslMode;\n /**\n * Metadata of the source database server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceDbServerMetadata?: DbServerMetadata;\n /**\n * Metadata of the target database server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetDbServerMetadata?: DbServerMetadata;\n /** ResourceId of the source database server in case the sourceType is PostgreSQLSingleServer. For other source types this should be ipaddress:port@username or hostname:port@username */\n sourceDbServerResourceId?: string;\n /** Source server fully qualified domain name (FQDN) or IP address. It is a optional value, if customer provide it, migration service will always use it for connection */\n sourceDbServerFullyQualifiedDomainName?: string;\n /**\n * ResourceId of the source database server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetDbServerResourceId?: string;\n /** Target server fully qualified domain name (FQDN) or IP address. It is a optional value, if customer provide it, migration service will always use it for connection */\n targetDbServerFullyQualifiedDomainName?: string;\n /** Migration secret parameters */\n secretParameters?: MigrationSecretParameters;\n /** Number of databases to migrate */\n dbsToMigrate?: string[];\n /** Indicates whether to setup LogicalReplicationOnSourceDb, if needed */\n setupLogicalReplicationOnSourceDbIfNeeded?: LogicalReplicationOnSourceDbEnum;\n /** Indicates whether the databases on the target server can be overwritten, if already present. If set to False, the migration workflow will wait for a confirmation, if it detects that the database already exists. */\n overwriteDbsInTarget?: OverwriteDbsInTargetEnum;\n /** Start time in UTC for migration window */\n migrationWindowStartTimeInUtc?: Date;\n /** End time in UTC for migration window */\n migrationWindowEndTimeInUtc?: Date;\n /** To migrate roles and permissions we need to send this flag as True */\n migrateRoles?: MigrateRolesEnum;\n /** Indicates whether the data migration should start right away */\n startDataMigration?: StartDataMigrationEnum;\n /** To trigger cutover for entire migration we need to send this flag as True */\n triggerCutover?: TriggerCutoverEnum;\n /** When you want to trigger cutover for specific databases send triggerCutover flag as True and database names in this array */\n dbsToTriggerCutoverOn?: string[];\n /** To trigger cancel for entire migration we need to send this flag as True */\n cancel?: CancelEnum;\n /** When you want to trigger cancel for specific databases send cancel flag as True and database names in this array */\n dbsToCancelMigrationOn?: string[];\n}\n\n/** Defines headers for Administrators_create operation. */\nexport interface AdministratorsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Administrators_delete operation. */\nexport interface AdministratorsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Backups_create operation. */\nexport interface BackupsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Backups_delete operation. */\nexport interface BackupsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Configurations_update operation. */\nexport interface ConfigurationsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Configurations_put operation. */\nexport interface ConfigurationsPutHeaders {\n location?: string;\n}\n\n/** Defines headers for Databases_create operation. */\nexport interface DatabasesCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Databases_delete operation. */\nexport interface DatabasesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for FirewallRules_createOrUpdate operation. */\nexport interface FirewallRulesCreateOrUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for FirewallRules_delete operation. */\nexport interface FirewallRulesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_create operation. */\nexport interface ServersCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_update operation. */\nexport interface ServersUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_delete operation. */\nexport interface ServersDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_restart operation. */\nexport interface ServersRestartHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_start operation. */\nexport interface ServersStartHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_stop operation. */\nexport interface ServersStopHeaders {\n location?: string;\n}\n\n/** Defines headers for FlexibleServer_triggerLtrPreBackup operation. */\nexport interface FlexibleServerTriggerLtrPreBackupHeaders {\n /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for FlexibleServer_triggerLtrPreBackup operation. */\nexport interface FlexibleServerTriggerLtrPreBackupExceptionHeaders {\n /** ErrorCode string in the event of a failure. */\n xMsErrorCode?: string;\n /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for FlexibleServer_startLtrBackup operation. */\nexport interface FlexibleServerStartLtrBackupHeaders {\n /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for FlexibleServer_startLtrBackup operation. */\nexport interface FlexibleServerStartLtrBackupExceptionHeaders {\n /** ErrorCode string in the event of a failure. */\n xMsErrorCode?: string;\n /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for PrivateEndpointConnection_update operation. */\nexport interface PrivateEndpointConnectionUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for PrivateEndpointConnection_delete operation. */\nexport interface PrivateEndpointConnectionDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ServerThreatProtectionSettings_createOrUpdate operation. */\nexport interface ServerThreatProtectionSettingsCreateOrUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for TuningConfiguration_enable operation. */\nexport interface TuningConfigurationEnableHeaders {\n location?: string;\n}\n\n/** Defines headers for TuningConfiguration_disable operation. */\nexport interface TuningConfigurationDisableHeaders {\n location?: string;\n}\n\n/** Defines headers for TuningConfiguration_startSession operation. */\nexport interface TuningConfigurationStartSessionHeaders {\n location?: string;\n}\n\n/** Defines headers for TuningConfiguration_stopSession operation. */\nexport interface TuningConfigurationStopSessionHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualEndpoints_create operation. */\nexport interface VirtualEndpointsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualEndpoints_update operation. */\nexport interface VirtualEndpointsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualEndpoints_delete operation. */\nexport interface VirtualEndpointsDeleteHeaders {\n location?: string;\n}\n\n/** Known values of {@link PrincipalType} that the service accepts. */\nexport enum KnownPrincipalType {\n /** Unknown */\n Unknown = \"Unknown\",\n /** User */\n User = \"User\",\n /** Group */\n Group = \"Group\",\n /** ServicePrincipal */\n ServicePrincipal = \"ServicePrincipal\",\n}\n\n/**\n * Defines values for PrincipalType. \\\n * {@link KnownPrincipalType} can be used interchangeably with PrincipalType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **User** \\\n * **Group** \\\n * **ServicePrincipal**\n */\nexport type PrincipalType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** Full */\n Full = \"Full\",\n /** CustomerOnDemand */\n CustomerOnDemand = \"Customer On-Demand\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Full** \\\n * **Customer On-Demand**\n */\nexport type Origin = string;\n\n/** Known values of {@link HaMode} that the service accepts. */\nexport enum KnownHaMode {\n /** SameZone */\n SameZone = \"SameZone\",\n /** ZoneRedundant */\n ZoneRedundant = \"ZoneRedundant\",\n}\n\n/**\n * Defines values for HaMode. \\\n * {@link KnownHaMode} can be used interchangeably with HaMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SameZone** \\\n * **ZoneRedundant**\n */\nexport type HaMode = string;\n\n/** Known values of {@link SupportedFeatureStatusEnum} that the service accepts. */\nexport enum KnownSupportedFeatureStatusEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SupportedFeatureStatusEnum. \\\n * {@link KnownSupportedFeatureStatusEnum} can be used interchangeably with SupportedFeatureStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SupportedFeatureStatusEnum = string;\n\n/** Known values of {@link FastProvisioningSupportedEnum} that the service accepts. */\nexport enum KnownFastProvisioningSupportedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for FastProvisioningSupportedEnum. \\\n * {@link KnownFastProvisioningSupportedEnum} can be used interchangeably with FastProvisioningSupportedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type FastProvisioningSupportedEnum = string;\n\n/** Known values of {@link GeoBackupSupportedEnum} that the service accepts. */\nexport enum KnownGeoBackupSupportedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for GeoBackupSupportedEnum. \\\n * {@link KnownGeoBackupSupportedEnum} can be used interchangeably with GeoBackupSupportedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type GeoBackupSupportedEnum = string;\n\n/** Known values of {@link ZoneRedundantHaSupportedEnum} that the service accepts. */\nexport enum KnownZoneRedundantHaSupportedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ZoneRedundantHaSupportedEnum. \\\n * {@link KnownZoneRedundantHaSupportedEnum} can be used interchangeably with ZoneRedundantHaSupportedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ZoneRedundantHaSupportedEnum = string;\n\n/** Known values of {@link ZoneRedundantHaAndGeoBackupSupportedEnum} that the service accepts. */\nexport enum KnownZoneRedundantHaAndGeoBackupSupportedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ZoneRedundantHaAndGeoBackupSupportedEnum. \\\n * {@link KnownZoneRedundantHaAndGeoBackupSupportedEnum} can be used interchangeably with ZoneRedundantHaAndGeoBackupSupportedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ZoneRedundantHaAndGeoBackupSupportedEnum = string;\n\n/** Known values of {@link StorageAutoGrowthSupportedEnum} that the service accepts. */\nexport enum KnownStorageAutoGrowthSupportedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for StorageAutoGrowthSupportedEnum. \\\n * {@link KnownStorageAutoGrowthSupportedEnum} can be used interchangeably with StorageAutoGrowthSupportedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type StorageAutoGrowthSupportedEnum = string;\n\n/** Known values of {@link OnlineResizeSupportedEnum} that the service accepts. */\nexport enum KnownOnlineResizeSupportedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for OnlineResizeSupportedEnum. \\\n * {@link KnownOnlineResizeSupportedEnum} can be used interchangeably with OnlineResizeSupportedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type OnlineResizeSupportedEnum = string;\n\n/** Known values of {@link RestrictedEnum} that the service accepts. */\nexport enum KnownRestrictedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for RestrictedEnum. \\\n * {@link KnownRestrictedEnum} can be used interchangeably with RestrictedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type RestrictedEnum = string;\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link ConfigurationDataType} that the service accepts. */\nexport enum KnownConfigurationDataType {\n /** Boolean */\n Boolean = \"Boolean\",\n /** Numeric */\n Numeric = \"Numeric\",\n /** Integer */\n Integer = \"Integer\",\n /** Enumeration */\n Enumeration = \"Enumeration\",\n}\n\n/**\n * Defines values for ConfigurationDataType. \\\n * {@link KnownConfigurationDataType} can be used interchangeably with ConfigurationDataType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Boolean** \\\n * **Numeric** \\\n * **Integer** \\\n * **Enumeration**\n */\nexport type ConfigurationDataType = string;\n\n/** Known values of {@link SkuTier} that the service accepts. */\nexport enum KnownSkuTier {\n /** Burstable */\n Burstable = \"Burstable\",\n /** GeneralPurpose */\n GeneralPurpose = \"GeneralPurpose\",\n /** MemoryOptimized */\n MemoryOptimized = \"MemoryOptimized\",\n}\n\n/**\n * Defines values for SkuTier. \\\n * {@link KnownSkuTier} can be used interchangeably with SkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Burstable** \\\n * **GeneralPurpose** \\\n * **MemoryOptimized**\n */\nexport type SkuTier = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** None */\n None = \"None\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **UserAssigned** \\\n * **SystemAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type IdentityType = string;\n\n/** Known values of {@link ServerVersion} that the service accepts. */\nexport enum KnownServerVersion {\n /** Seventeen */\n Seventeen = \"17\",\n /** Sixteen */\n Sixteen = \"16\",\n /** Fifteen */\n Fifteen = \"15\",\n /** Fourteen */\n Fourteen = \"14\",\n /** Thirteen */\n Thirteen = \"13\",\n /** Twelve */\n Twelve = \"12\",\n /** Eleven */\n Eleven = \"11\",\n}\n\n/**\n * Defines values for ServerVersion. \\\n * {@link KnownServerVersion} can be used interchangeably with ServerVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **17** \\\n * **16** \\\n * **15** \\\n * **14** \\\n * **13** \\\n * **12** \\\n * **11**\n */\nexport type ServerVersion = string;\n\n/** Known values of {@link ServerState} that the service accepts. */\nexport enum KnownServerState {\n /** Ready */\n Ready = \"Ready\",\n /** Dropping */\n Dropping = \"Dropping\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Starting */\n Starting = \"Starting\",\n /** Stopping */\n Stopping = \"Stopping\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Updating */\n Updating = \"Updating\",\n /** Restarting */\n Restarting = \"Restarting\",\n /** Inaccessible */\n Inaccessible = \"Inaccessible\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n}\n\n/**\n * Defines values for ServerState. \\\n * {@link KnownServerState} can be used interchangeably with ServerState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ready** \\\n * **Dropping** \\\n * **Disabled** \\\n * **Starting** \\\n * **Stopping** \\\n * **Stopped** \\\n * **Updating** \\\n * **Restarting** \\\n * **Inaccessible** \\\n * **Provisioning**\n */\nexport type ServerState = string;\n\n/** Known values of {@link StorageAutoGrow} that the service accepts. */\nexport enum KnownStorageAutoGrow {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for StorageAutoGrow. \\\n * {@link KnownStorageAutoGrow} can be used interchangeably with StorageAutoGrow,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type StorageAutoGrow = string;\n\n/** Known values of {@link AzureManagedDiskPerformanceTiers} that the service accepts. */\nexport enum KnownAzureManagedDiskPerformanceTiers {\n /** P1 */\n P1 = \"P1\",\n /** P2 */\n P2 = \"P2\",\n /** P3 */\n P3 = \"P3\",\n /** P4 */\n P4 = \"P4\",\n /** P6 */\n P6 = \"P6\",\n /** P10 */\n P10 = \"P10\",\n /** P15 */\n P15 = \"P15\",\n /** P20 */\n P20 = \"P20\",\n /** P30 */\n P30 = \"P30\",\n /** P40 */\n P40 = \"P40\",\n /** P50 */\n P50 = \"P50\",\n /** P60 */\n P60 = \"P60\",\n /** P70 */\n P70 = \"P70\",\n /** P80 */\n P80 = \"P80\",\n}\n\n/**\n * Defines values for AzureManagedDiskPerformanceTiers. \\\n * {@link KnownAzureManagedDiskPerformanceTiers} can be used interchangeably with AzureManagedDiskPerformanceTiers,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **P1** \\\n * **P2** \\\n * **P3** \\\n * **P4** \\\n * **P6** \\\n * **P10** \\\n * **P15** \\\n * **P20** \\\n * **P30** \\\n * **P40** \\\n * **P50** \\\n * **P60** \\\n * **P70** \\\n * **P80**\n */\nexport type AzureManagedDiskPerformanceTiers = string;\n\n/** Known values of {@link StorageType} that the service accepts. */\nexport enum KnownStorageType {\n /** PremiumLRS */\n PremiumLRS = \"Premium_LRS\",\n /** PremiumV2LRS */\n PremiumV2LRS = \"PremiumV2_LRS\",\n /** UltraSSDLRS */\n UltraSSDLRS = \"UltraSSD_LRS\",\n}\n\n/**\n * Defines values for StorageType. \\\n * {@link KnownStorageType} can be used interchangeably with StorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Premium_LRS** \\\n * **PremiumV2_LRS** \\\n * **UltraSSD_LRS**\n */\nexport type StorageType = string;\n\n/** Known values of {@link ActiveDirectoryAuthEnum} that the service accepts. */\nexport enum KnownActiveDirectoryAuthEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ActiveDirectoryAuthEnum. \\\n * {@link KnownActiveDirectoryAuthEnum} can be used interchangeably with ActiveDirectoryAuthEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ActiveDirectoryAuthEnum = string;\n\n/** Known values of {@link PasswordAuthEnum} that the service accepts. */\nexport enum KnownPasswordAuthEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PasswordAuthEnum. \\\n * {@link KnownPasswordAuthEnum} can be used interchangeably with PasswordAuthEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PasswordAuthEnum = string;\n\n/** Known values of {@link ArmServerKeyType} that the service accepts. */\nexport enum KnownArmServerKeyType {\n /** SystemManaged */\n SystemManaged = \"SystemManaged\",\n /** AzureKeyVault */\n AzureKeyVault = \"AzureKeyVault\",\n}\n\n/**\n * Defines values for ArmServerKeyType. \\\n * {@link KnownArmServerKeyType} can be used interchangeably with ArmServerKeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemManaged** \\\n * **AzureKeyVault**\n */\nexport type ArmServerKeyType = string;\n\n/** Known values of {@link KeyStatusEnum} that the service accepts. */\nexport enum KnownKeyStatusEnum {\n /** Valid */\n Valid = \"Valid\",\n /** Invalid */\n Invalid = \"Invalid\",\n}\n\n/**\n * Defines values for KeyStatusEnum. \\\n * {@link KnownKeyStatusEnum} can be used interchangeably with KeyStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Valid** \\\n * **Invalid**\n */\nexport type KeyStatusEnum = string;\n\n/** Known values of {@link GeoRedundantBackupEnum} that the service accepts. */\nexport enum KnownGeoRedundantBackupEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for GeoRedundantBackupEnum. \\\n * {@link KnownGeoRedundantBackupEnum} can be used interchangeably with GeoRedundantBackupEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type GeoRedundantBackupEnum = string;\n\n/** Known values of {@link ServerPublicNetworkAccessState} that the service accepts. */\nexport enum KnownServerPublicNetworkAccessState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ServerPublicNetworkAccessState. \\\n * {@link KnownServerPublicNetworkAccessState} can be used interchangeably with ServerPublicNetworkAccessState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ServerPublicNetworkAccessState = string;\n\n/** Known values of {@link HighAvailabilityMode} that the service accepts. */\nexport enum KnownHighAvailabilityMode {\n /** Disabled */\n Disabled = \"Disabled\",\n /** ZoneRedundant */\n ZoneRedundant = \"ZoneRedundant\",\n /** SameZone */\n SameZone = \"SameZone\",\n}\n\n/**\n * Defines values for HighAvailabilityMode. \\\n * {@link KnownHighAvailabilityMode} can be used interchangeably with HighAvailabilityMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **ZoneRedundant** \\\n * **SameZone**\n */\nexport type HighAvailabilityMode = string;\n\n/** Known values of {@link ServerHAState} that the service accepts. */\nexport enum KnownServerHAState {\n /** NotEnabled */\n NotEnabled = \"NotEnabled\",\n /** CreatingStandby */\n CreatingStandby = \"CreatingStandby\",\n /** ReplicatingData */\n ReplicatingData = \"ReplicatingData\",\n /** FailingOver */\n FailingOver = \"FailingOver\",\n /** Healthy */\n Healthy = \"Healthy\",\n /** RemovingStandby */\n RemovingStandby = \"RemovingStandby\",\n}\n\n/**\n * Defines values for ServerHAState. \\\n * {@link KnownServerHAState} can be used interchangeably with ServerHAState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotEnabled** \\\n * **CreatingStandby** \\\n * **ReplicatingData** \\\n * **FailingOver** \\\n * **Healthy** \\\n * **RemovingStandby**\n */\nexport type ServerHAState = string;\n\n/** Known values of {@link ReplicationRole} that the service accepts. */\nexport enum KnownReplicationRole {\n /** None */\n None = \"None\",\n /** Primary */\n Primary = \"Primary\",\n /** AsyncReplica */\n AsyncReplica = \"AsyncReplica\",\n /** GeoAsyncReplica */\n GeoAsyncReplica = \"GeoAsyncReplica\",\n}\n\n/**\n * Defines values for ReplicationRole. \\\n * {@link KnownReplicationRole} can be used interchangeably with ReplicationRole,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Primary** \\\n * **AsyncReplica** \\\n * **GeoAsyncReplica**\n */\nexport type ReplicationRole = string;\n\n/** Known values of {@link ReplicationState} that the service accepts. */\nexport enum KnownReplicationState {\n /** Active */\n Active = \"Active\",\n /** Catchup */\n Catchup = \"Catchup\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Updating */\n Updating = \"Updating\",\n /** Broken */\n Broken = \"Broken\",\n /** Reconfiguring */\n Reconfiguring = \"Reconfiguring\",\n}\n\n/**\n * Defines values for ReplicationState. \\\n * {@link KnownReplicationState} can be used interchangeably with ReplicationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **Catchup** \\\n * **Provisioning** \\\n * **Updating** \\\n * **Broken** \\\n * **Reconfiguring**\n */\nexport type ReplicationState = string;\n\n/** Known values of {@link ReadReplicaPromoteMode} that the service accepts. */\nexport enum KnownReadReplicaPromoteMode {\n /** Standalone */\n Standalone = \"standalone\",\n /** Switchover */\n Switchover = \"switchover\",\n}\n\n/**\n * Defines values for ReadReplicaPromoteMode. \\\n * {@link KnownReadReplicaPromoteMode} can be used interchangeably with ReadReplicaPromoteMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **standalone** \\\n * **switchover**\n */\nexport type ReadReplicaPromoteMode = string;\n\n/** Known values of {@link ReplicationPromoteOption} that the service accepts. */\nexport enum KnownReplicationPromoteOption {\n /** Planned */\n Planned = \"planned\",\n /** Forced */\n Forced = \"forced\",\n}\n\n/**\n * Defines values for ReplicationPromoteOption. \\\n * {@link KnownReplicationPromoteOption} can be used interchangeably with ReplicationPromoteOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **planned** \\\n * **forced**\n */\nexport type ReplicationPromoteOption = string;\n\n/** Known values of {@link CreateMode} that the service accepts. */\nexport enum KnownCreateMode {\n /** Default */\n Default = \"Default\",\n /** Create */\n Create = \"Create\",\n /** Update */\n Update = \"Update\",\n /** PointInTimeRestore */\n PointInTimeRestore = \"PointInTimeRestore\",\n /** GeoRestore */\n GeoRestore = \"GeoRestore\",\n /** Replica */\n Replica = \"Replica\",\n /** ReviveDropped */\n ReviveDropped = \"ReviveDropped\",\n}\n\n/**\n * Defines values for CreateMode. \\\n * {@link KnownCreateMode} can be used interchangeably with CreateMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **Create** \\\n * **Update** \\\n * **PointInTimeRestore** \\\n * **GeoRestore** \\\n * **Replica** \\\n * **ReviveDropped**\n */\nexport type CreateMode = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link CreateModeForUpdate} that the service accepts. */\nexport enum KnownCreateModeForUpdate {\n /** Default */\n Default = \"Default\",\n /** Update */\n Update = \"Update\",\n}\n\n/**\n * Defines values for CreateModeForUpdate. \\\n * {@link KnownCreateModeForUpdate} can be used interchangeably with CreateModeForUpdate,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **Update**\n */\nexport type CreateModeForUpdate = string;\n\n/** Known values of {@link ExecutionStatus} that the service accepts. */\nexport enum KnownExecutionStatus {\n /** Running */\n Running = \"Running\",\n /** Cancelled */\n Cancelled = \"Cancelled\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * Defines values for ExecutionStatus. \\\n * {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Cancelled** \\\n * **Failed** \\\n * **Succeeded**\n */\nexport type ExecutionStatus = string;\n\n/** Known values of {@link MigrationState} that the service accepts. */\nexport enum KnownMigrationState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** WaitingForUserAction */\n WaitingForUserAction = \"WaitingForUserAction\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** ValidationFailed */\n ValidationFailed = \"ValidationFailed\",\n /** CleaningUp */\n CleaningUp = \"CleaningUp\",\n}\n\n/**\n * Defines values for MigrationState. \\\n * {@link KnownMigrationState} can be used interchangeably with MigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **WaitingForUserAction** \\\n * **Canceled** \\\n * **Failed** \\\n * **Succeeded** \\\n * **ValidationFailed** \\\n * **CleaningUp**\n */\nexport type MigrationState = string;\n\n/** Known values of {@link MigrationSubState} that the service accepts. */\nexport enum KnownMigrationSubState {\n /** PerformingPreRequisiteSteps */\n PerformingPreRequisiteSteps = \"PerformingPreRequisiteSteps\",\n /** WaitingForLogicalReplicationSetupRequestOnSourceDB */\n WaitingForLogicalReplicationSetupRequestOnSourceDB = \"WaitingForLogicalReplicationSetupRequestOnSourceDB\",\n /** WaitingForDBsToMigrateSpecification */\n WaitingForDBsToMigrateSpecification = \"WaitingForDBsToMigrateSpecification\",\n /** WaitingForTargetDBOverwriteConfirmation */\n WaitingForTargetDBOverwriteConfirmation = \"WaitingForTargetDBOverwriteConfirmation\",\n /** WaitingForDataMigrationScheduling */\n WaitingForDataMigrationScheduling = \"WaitingForDataMigrationScheduling\",\n /** WaitingForDataMigrationWindow */\n WaitingForDataMigrationWindow = \"WaitingForDataMigrationWindow\",\n /** MigratingData */\n MigratingData = \"MigratingData\",\n /** WaitingForCutoverTrigger */\n WaitingForCutoverTrigger = \"WaitingForCutoverTrigger\",\n /** CompletingMigration */\n CompletingMigration = \"CompletingMigration\",\n /** Completed */\n Completed = \"Completed\",\n /** CancelingRequestedDBMigrations */\n CancelingRequestedDBMigrations = \"CancelingRequestedDBMigrations\",\n /** ValidationInProgress */\n ValidationInProgress = \"ValidationInProgress\",\n}\n\n/**\n * Defines values for MigrationSubState. \\\n * {@link KnownMigrationSubState} can be used interchangeably with MigrationSubState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PerformingPreRequisiteSteps** \\\n * **WaitingForLogicalReplicationSetupRequestOnSourceDB** \\\n * **WaitingForDBsToMigrateSpecification** \\\n * **WaitingForTargetDBOverwriteConfirmation** \\\n * **WaitingForDataMigrationScheduling** \\\n * **WaitingForDataMigrationWindow** \\\n * **MigratingData** \\\n * **WaitingForCutoverTrigger** \\\n * **CompletingMigration** \\\n * **Completed** \\\n * **CancelingRequestedDBMigrations** \\\n * **ValidationInProgress**\n */\nexport type MigrationSubState = string;\n\n/** Known values of {@link MigrationDbState} that the service accepts. */\nexport enum KnownMigrationDbState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** WaitingForCutoverTrigger */\n WaitingForCutoverTrigger = \"WaitingForCutoverTrigger\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceling */\n Canceling = \"Canceling\",\n}\n\n/**\n * Defines values for MigrationDbState. \\\n * {@link KnownMigrationDbState} can be used interchangeably with MigrationDbState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **WaitingForCutoverTrigger** \\\n * **Failed** \\\n * **Canceled** \\\n * **Succeeded** \\\n * **Canceling**\n */\nexport type MigrationDbState = string;\n\n/** Known values of {@link ValidationState} that the service accepts. */\nexport enum KnownValidationState {\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Warning */\n Warning = \"Warning\",\n}\n\n/**\n * Defines values for ValidationState. \\\n * {@link KnownValidationState} can be used interchangeably with ValidationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Failed** \\\n * **Succeeded** \\\n * **Warning**\n */\nexport type ValidationState = string;\n\n/** Known values of {@link MigrationMode} that the service accepts. */\nexport enum KnownMigrationMode {\n /** Offline */\n Offline = \"Offline\",\n /** Online */\n Online = \"Online\",\n}\n\n/**\n * Defines values for MigrationMode. \\\n * {@link KnownMigrationMode} can be used interchangeably with MigrationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Offline** \\\n * **Online**\n */\nexport type MigrationMode = string;\n\n/** Known values of {@link MigrationOption} that the service accepts. */\nexport enum KnownMigrationOption {\n /** Validate */\n Validate = \"Validate\",\n /** Migrate */\n Migrate = \"Migrate\",\n /** ValidateAndMigrate */\n ValidateAndMigrate = \"ValidateAndMigrate\",\n}\n\n/**\n * Defines values for MigrationOption. \\\n * {@link KnownMigrationOption} can be used interchangeably with MigrationOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Validate** \\\n * **Migrate** \\\n * **ValidateAndMigrate**\n */\nexport type MigrationOption = string;\n\n/** Known values of {@link SourceType} that the service accepts. */\nexport enum KnownSourceType {\n /** OnPremises */\n OnPremises = \"OnPremises\",\n /** AWS */\n AWS = \"AWS\",\n /** GCP */\n GCP = \"GCP\",\n /** AzureVM */\n AzureVM = \"AzureVM\",\n /** PostgreSQLSingleServer */\n PostgreSQLSingleServer = \"PostgreSQLSingleServer\",\n /** AWSRDS */\n AWSRDS = \"AWS_RDS\",\n /** AWSAurora */\n AWSAurora = \"AWS_AURORA\",\n /** AWSEC2 */\n AWSEC2 = \"AWS_EC2\",\n /** GCPCloudSQL */\n GCPCloudSQL = \"GCP_CloudSQL\",\n /** GCPAlloyDB */\n GCPAlloyDB = \"GCP_AlloyDB\",\n /** GCPCompute */\n GCPCompute = \"GCP_Compute\",\n /** EDB */\n EDB = \"EDB\",\n /** EDBOracleServer */\n EDBOracleServer = \"EDB_Oracle_Server\",\n /** EDBPostgreSQL */\n EDBPostgreSQL = \"EDB_PostgreSQL\",\n /** PostgreSQLFlexibleServer */\n PostgreSQLFlexibleServer = \"PostgreSQLFlexibleServer\",\n /** PostgreSQLCosmosDB */\n PostgreSQLCosmosDB = \"PostgreSQLCosmosDB\",\n /** HuaweiRDS */\n HuaweiRDS = \"Huawei_RDS\",\n /** HuaweiCompute */\n HuaweiCompute = \"Huawei_Compute\",\n /** HerokuPostgreSQL */\n HerokuPostgreSQL = \"Heroku_PostgreSQL\",\n /** CrunchyPostgreSQL */\n CrunchyPostgreSQL = \"Crunchy_PostgreSQL\",\n /** ApsaraDBRDS */\n ApsaraDBRDS = \"ApsaraDB_RDS\",\n /** DigitalOceanDroplets */\n DigitalOceanDroplets = \"Digital_Ocean_Droplets\",\n /** DigitalOceanPostgreSQL */\n DigitalOceanPostgreSQL = \"Digital_Ocean_PostgreSQL\",\n /** SupabasePostgreSQL */\n SupabasePostgreSQL = \"Supabase_PostgreSQL\",\n}\n\n/**\n * Defines values for SourceType. \\\n * {@link KnownSourceType} can be used interchangeably with SourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OnPremises** \\\n * **AWS** \\\n * **GCP** \\\n * **AzureVM** \\\n * **PostgreSQLSingleServer** \\\n * **AWS_RDS** \\\n * **AWS_AURORA** \\\n * **AWS_EC2** \\\n * **GCP_CloudSQL** \\\n * **GCP_AlloyDB** \\\n * **GCP_Compute** \\\n * **EDB** \\\n * **EDB_Oracle_Server** \\\n * **EDB_PostgreSQL** \\\n * **PostgreSQLFlexibleServer** \\\n * **PostgreSQLCosmosDB** \\\n * **Huawei_RDS** \\\n * **Huawei_Compute** \\\n * **Heroku_PostgreSQL** \\\n * **Crunchy_PostgreSQL** \\\n * **ApsaraDB_RDS** \\\n * **Digital_Ocean_Droplets** \\\n * **Digital_Ocean_PostgreSQL** \\\n * **Supabase_PostgreSQL**\n */\nexport type SourceType = string;\n\n/** Known values of {@link SslMode} that the service accepts. */\nexport enum KnownSslMode {\n /** Prefer */\n Prefer = \"Prefer\",\n /** Require */\n Require = \"Require\",\n /** VerifyCA */\n VerifyCA = \"VerifyCA\",\n /** VerifyFull */\n VerifyFull = \"VerifyFull\",\n}\n\n/**\n * Defines values for SslMode. \\\n * {@link KnownSslMode} can be used interchangeably with SslMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Prefer** \\\n * **Require** \\\n * **VerifyCA** \\\n * **VerifyFull**\n */\nexport type SslMode = string;\n\n/** Known values of {@link LogicalReplicationOnSourceDbEnum} that the service accepts. */\nexport enum KnownLogicalReplicationOnSourceDbEnum {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for LogicalReplicationOnSourceDbEnum. \\\n * {@link KnownLogicalReplicationOnSourceDbEnum} can be used interchangeably with LogicalReplicationOnSourceDbEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type LogicalReplicationOnSourceDbEnum = string;\n\n/** Known values of {@link OverwriteDbsInTargetEnum} that the service accepts. */\nexport enum KnownOverwriteDbsInTargetEnum {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for OverwriteDbsInTargetEnum. \\\n * {@link KnownOverwriteDbsInTargetEnum} can be used interchangeably with OverwriteDbsInTargetEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type OverwriteDbsInTargetEnum = string;\n\n/** Known values of {@link MigrateRolesEnum} that the service accepts. */\nexport enum KnownMigrateRolesEnum {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for MigrateRolesEnum. \\\n * {@link KnownMigrateRolesEnum} can be used interchangeably with MigrateRolesEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type MigrateRolesEnum = string;\n\n/** Known values of {@link StartDataMigrationEnum} that the service accepts. */\nexport enum KnownStartDataMigrationEnum {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for StartDataMigrationEnum. \\\n * {@link KnownStartDataMigrationEnum} can be used interchangeably with StartDataMigrationEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type StartDataMigrationEnum = string;\n\n/** Known values of {@link TriggerCutoverEnum} that the service accepts. */\nexport enum KnownTriggerCutoverEnum {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for TriggerCutoverEnum. \\\n * {@link KnownTriggerCutoverEnum} can be used interchangeably with TriggerCutoverEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type TriggerCutoverEnum = string;\n\n/** Known values of {@link CancelEnum} that the service accepts. */\nexport enum KnownCancelEnum {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for CancelEnum. \\\n * {@link KnownCancelEnum} can be used interchangeably with CancelEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type CancelEnum = string;\n\n/** Known values of {@link MigrationListFilter} that the service accepts. */\nexport enum KnownMigrationListFilter {\n /** Active */\n Active = \"Active\",\n /** All */\n All = \"All\",\n}\n\n/**\n * Defines values for MigrationListFilter. \\\n * {@link KnownMigrationListFilter} can be used interchangeably with MigrationListFilter,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **All**\n */\nexport type MigrationListFilter = string;\n\n/** Known values of {@link MigrationNameAvailabilityReason} that the service accepts. */\nexport enum KnownMigrationNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for MigrationNameAvailabilityReason. \\\n * {@link KnownMigrationNameAvailabilityReason} can be used interchangeably with MigrationNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type MigrationNameAvailabilityReason = string;\n\n/** Known values of {@link OperationOrigin} that the service accepts. */\nexport enum KnownOperationOrigin {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n}\n\n/**\n * Defines values for OperationOrigin. \\\n * {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **user** \\\n * **system**\n */\nexport type OperationOrigin = string;\n\n/** Known values of {@link FailoverMode} that the service accepts. */\nexport enum KnownFailoverMode {\n /** PlannedFailover */\n PlannedFailover = \"PlannedFailover\",\n /** ForcedFailover */\n ForcedFailover = \"ForcedFailover\",\n /** PlannedSwitchover */\n PlannedSwitchover = \"PlannedSwitchover\",\n /** ForcedSwitchover */\n ForcedSwitchover = \"ForcedSwitchover\",\n}\n\n/**\n * Defines values for FailoverMode. \\\n * {@link KnownFailoverMode} can be used interchangeably with FailoverMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PlannedFailover** \\\n * **ForcedFailover** \\\n * **PlannedSwitchover** \\\n * **ForcedSwitchover**\n */\nexport type FailoverMode = string;\n\n/** Known values of {@link ThreatProtectionName} that the service accepts. */\nexport enum KnownThreatProtectionName {\n /** Default */\n Default = \"Default\",\n}\n\n/**\n * Defines values for ThreatProtectionName. \\\n * {@link KnownThreatProtectionName} can be used interchangeably with ThreatProtectionName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**\n */\nexport type ThreatProtectionName = string;\n\n/** Known values of {@link TuningOptionEnum} that the service accepts. */\nexport enum KnownTuningOptionEnum {\n /** Index */\n Index = \"index\",\n /** Configuration */\n Configuration = \"configuration\",\n}\n\n/**\n * Defines values for TuningOptionEnum. \\\n * {@link KnownTuningOptionEnum} can be used interchangeably with TuningOptionEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **index** \\\n * **configuration**\n */\nexport type TuningOptionEnum = string;\n\n/** Known values of {@link RecommendationType} that the service accepts. */\nexport enum KnownRecommendationType {\n /** CreateIndex */\n CreateIndex = \"CreateIndex\",\n /** DropIndex */\n DropIndex = \"DropIndex\",\n}\n\n/**\n * Defines values for RecommendationType. \\\n * {@link KnownRecommendationType} can be used interchangeably with RecommendationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CreateIndex** \\\n * **DropIndex**\n */\nexport type RecommendationType = string;\n\n/** Known values of {@link RecommendationTypeEnum} that the service accepts. */\nexport enum KnownRecommendationTypeEnum {\n /** CreateIndex */\n CreateIndex = \"CreateIndex\",\n /** DropIndex */\n DropIndex = \"DropIndex\",\n /** ReIndex */\n ReIndex = \"ReIndex\",\n}\n\n/**\n * Defines values for RecommendationTypeEnum. \\\n * {@link KnownRecommendationTypeEnum} can be used interchangeably with RecommendationTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CreateIndex** \\\n * **DropIndex** \\\n * **ReIndex**\n */\nexport type RecommendationTypeEnum = string;\n\n/** Known values of {@link VirtualEndpointType} that the service accepts. */\nexport enum KnownVirtualEndpointType {\n /** ReadWrite */\n ReadWrite = \"ReadWrite\",\n}\n\n/**\n * Defines values for VirtualEndpointType. \\\n * {@link KnownVirtualEndpointType} can be used interchangeably with VirtualEndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ReadWrite**\n */\nexport type VirtualEndpointType = string;\n\n/** Known values of {@link MigrationDetailsLevel} that the service accepts. */\nexport enum KnownMigrationDetailsLevel {\n /** Default */\n Default = \"Default\",\n /** Summary */\n Summary = \"Summary\",\n /** Full */\n Full = \"Full\",\n}\n\n/**\n * Defines values for MigrationDetailsLevel. \\\n * {@link KnownMigrationDetailsLevel} can be used interchangeably with MigrationDetailsLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **Summary** \\\n * **Full**\n */\nexport type MigrationDetailsLevel = string;\n/** Defines values for CapabilityStatus. */\nexport type CapabilityStatus = \"Visible\" | \"Available\" | \"Default\" | \"Disabled\";\n/** Defines values for ThreatProtectionState. */\nexport type ThreatProtectionState = \"Enabled\" | \"Disabled\";\n\n/** Optional parameters. */\nexport interface AdministratorsCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type AdministratorsCreateResponse = ActiveDirectoryAdministrator;\n\n/** Optional parameters. */\nexport interface AdministratorsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AdministratorsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AdministratorsGetResponse = ActiveDirectoryAdministrator;\n\n/** Optional parameters. */\nexport interface AdministratorsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type AdministratorsListByServerResponse = AdministratorListResult;\n\n/** Optional parameters. */\nexport interface AdministratorsListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type AdministratorsListByServerNextResponse = AdministratorListResult;\n\n/** Optional parameters. */\nexport interface BackupsCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type BackupsCreateResponse = ServerBackup;\n\n/** Optional parameters. */\nexport interface BackupsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type BackupsDeleteResponse = BackupsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface BackupsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BackupsGetResponse = ServerBackup;\n\n/** Optional parameters. */\nexport interface BackupsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type BackupsListByServerResponse = ServerBackupListResult;\n\n/** Optional parameters. */\nexport interface BackupsListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type BackupsListByServerNextResponse = ServerBackupListResult;\n\n/** Optional parameters. */\nexport interface LocationBasedCapabilitiesExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type LocationBasedCapabilitiesExecuteResponse = CapabilitiesListResult;\n\n/** Optional parameters. */\nexport interface LocationBasedCapabilitiesExecuteNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the executeNext operation. */\nexport type LocationBasedCapabilitiesExecuteNextResponse = CapabilitiesListResult;\n\n/** Optional parameters. */\nexport interface ServerCapabilitiesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ServerCapabilitiesListResponse = CapabilitiesListResult;\n\n/** Optional parameters. */\nexport interface ServerCapabilitiesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ServerCapabilitiesListNextResponse = CapabilitiesListResult;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type CheckNameAvailabilityExecuteResponse = NameAvailability;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityWithLocationExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type CheckNameAvailabilityWithLocationExecuteResponse = NameAvailability;\n\n/** Optional parameters. */\nexport interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type ConfigurationsListByServerResponse = ConfigurationListResult;\n\n/** Optional parameters. */\nexport interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConfigurationsGetResponse = Configuration;\n\n/** Optional parameters. */\nexport interface ConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ConfigurationsUpdateResponse = Configuration;\n\n/** Optional parameters. */\nexport interface ConfigurationsPutOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the put operation. */\nexport type ConfigurationsPutResponse = Configuration;\n\n/** Optional parameters. */\nexport interface ConfigurationsListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type ConfigurationsListByServerNextResponse = ConfigurationListResult;\n\n/** Optional parameters. */\nexport interface DatabasesCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type DatabasesCreateResponse = Database;\n\n/** Optional parameters. */\nexport interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DatabasesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DatabasesGetResponse = Database;\n\n/** Optional parameters. */\nexport interface DatabasesListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type DatabasesListByServerResponse = DatabaseListResult;\n\n/** Optional parameters. */\nexport interface DatabasesListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type DatabasesListByServerNextResponse = DatabaseListResult;\n\n/** Optional parameters. */\nexport interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type FirewallRulesCreateOrUpdateResponse = FirewallRule;\n\n/** Optional parameters. */\nexport interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FirewallRulesGetResponse = FirewallRule;\n\n/** Optional parameters. */\nexport interface FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type FirewallRulesListByServerResponse = FirewallRuleListResult;\n\n/** Optional parameters. */\nexport interface FirewallRulesListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type FirewallRulesListByServerNextResponse = FirewallRuleListResult;\n\n/** Optional parameters. */\nexport interface ServersCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ServersCreateResponse = Server;\n\n/** Optional parameters. */\nexport interface ServersUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ServersUpdateResponse = Server;\n\n/** Optional parameters. */\nexport interface ServersDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServersGetResponse = Server;\n\n/** Optional parameters. */\nexport interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ServersListByResourceGroupResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface ServersListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ServersListResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface ServersRestartOptionalParams extends coreClient.OperationOptions {\n /** The parameters for restarting a server. */\n parameters?: RestartParameter;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersStartOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersStopOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ServersListByResourceGroupNextResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface ServersListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ServersListNextResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface FlexibleServerTriggerLtrPreBackupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the triggerLtrPreBackup operation. */\nexport type FlexibleServerTriggerLtrPreBackupResponse = FlexibleServerTriggerLtrPreBackupHeaders &\n LtrPreBackupResponse;\n\n/** Optional parameters. */\nexport interface FlexibleServerStartLtrBackupOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startLtrBackup operation. */\nexport type FlexibleServerStartLtrBackupResponse = FlexibleServerStartLtrBackupHeaders &\n LtrBackupResponse;\n\n/** Optional parameters. */\nexport interface LtrBackupOperationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LtrBackupOperationsGetResponse = LtrServerBackupOperation;\n\n/** Optional parameters. */\nexport interface LtrBackupOperationsListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type LtrBackupOperationsListByServerResponse = LtrServerBackupOperationList;\n\n/** Optional parameters. */\nexport interface LtrBackupOperationsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type LtrBackupOperationsListByServerNextResponse = LtrServerBackupOperationList;\n\n/** Optional parameters. */\nexport interface MigrationsCreateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type MigrationsCreateResponse = MigrationResource;\n\n/** Optional parameters. */\nexport interface MigrationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MigrationsGetResponse = MigrationResource;\n\n/** Optional parameters. */\nexport interface MigrationsUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type MigrationsUpdateResponse = MigrationResource;\n\n/** Optional parameters. */\nexport interface MigrationsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface MigrationsListByTargetServerOptionalParams extends coreClient.OperationOptions {\n /** Migration list filter. Retrieves either active migrations or all migrations. */\n migrationListFilter?: MigrationListFilter;\n}\n\n/** Contains response data for the listByTargetServer operation. */\nexport type MigrationsListByTargetServerResponse = MigrationResourceListResult;\n\n/** Optional parameters. */\nexport interface MigrationsListByTargetServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByTargetServerNext operation. */\nexport type MigrationsListByTargetServerNextResponse = MigrationResourceListResult;\n\n/** Optional parameters. */\nexport interface CheckMigrationNameAvailabilityOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkMigrationNameAvailability operation. */\nexport type CheckMigrationNameAvailabilityResponse = MigrationNameAvailabilityResource;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface GetPrivateDnsZoneSuffixExecuteOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type GetPrivateDnsZoneSuffixExecuteResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type PrivateEndpointConnectionsListByServerResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type PrivateEndpointConnectionsListByServerNextResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type PrivateEndpointConnectionDeleteResponse = PrivateEndpointConnectionDeleteHeaders;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type PrivateLinkResourcesListByServerResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type PrivateLinkResourcesListByServerNextResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface QuotaUsagesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type QuotaUsagesListResponse = QuotaUsagesListResult;\n\n/** Optional parameters. */\nexport interface QuotaUsagesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type QuotaUsagesListNextResponse = QuotaUsagesListResult;\n\n/** Optional parameters. */\nexport interface ReplicasListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type ReplicasListByServerResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface LogFilesListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type LogFilesListByServerResponse = LogFileListResult;\n\n/** Optional parameters. */\nexport interface LogFilesListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type LogFilesListByServerNextResponse = LogFileListResult;\n\n/** Optional parameters. */\nexport interface ServerThreatProtectionSettingsListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type ServerThreatProtectionSettingsListByServerResponse = ServerThreatProtectionListResult;\n\n/** Optional parameters. */\nexport interface ServerThreatProtectionSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServerThreatProtectionSettingsGetResponse = ServerThreatProtectionSettingsModel;\n\n/** Optional parameters. */\nexport interface ServerThreatProtectionSettingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ServerThreatProtectionSettingsCreateOrUpdateResponse =\n ServerThreatProtectionSettingsModel;\n\n/** Optional parameters. */\nexport interface ServerThreatProtectionSettingsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type ServerThreatProtectionSettingsListByServerNextResponse =\n ServerThreatProtectionListResult;\n\n/** Optional parameters. */\nexport interface TuningOptionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TuningOptionsGetResponse = TuningOptionsResource;\n\n/** Optional parameters. */\nexport interface TuningOptionsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type TuningOptionsListByServerResponse = TuningOptionsListResult;\n\n/** Optional parameters. */\nexport interface TuningOptionsListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type TuningOptionsListByServerNextResponse = TuningOptionsListResult;\n\n/** Optional parameters. */\nexport interface TuningIndexListRecommendationsOptionalParams extends coreClient.OperationOptions {\n /** Recommendations list filter. Retrieves recommendations based on type. */\n recommendationType?: RecommendationType;\n}\n\n/** Contains response data for the listRecommendations operation. */\nexport type TuningIndexListRecommendationsResponse = IndexRecommendationListResult;\n\n/** Optional parameters. */\nexport interface TuningIndexListRecommendationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendationsNext operation. */\nexport type TuningIndexListRecommendationsNextResponse = IndexRecommendationListResult;\n\n/** Optional parameters. */\nexport interface TuningConfigurationEnableOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the enable operation. */\nexport type TuningConfigurationEnableResponse = TuningConfigurationEnableHeaders;\n\n/** Optional parameters. */\nexport interface TuningConfigurationDisableOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the disable operation. */\nexport type TuningConfigurationDisableResponse = TuningConfigurationDisableHeaders;\n\n/** Optional parameters. */\nexport interface TuningConfigurationStartSessionOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startSession operation. */\nexport type TuningConfigurationStartSessionResponse = TuningConfigurationStartSessionHeaders;\n\n/** Optional parameters. */\nexport interface TuningConfigurationStopSessionOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stopSession operation. */\nexport type TuningConfigurationStopSessionResponse = TuningConfigurationStopSessionHeaders;\n\n/** Optional parameters. */\nexport interface TuningConfigurationListSessionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSessions operation. */\nexport type TuningConfigurationListSessionsResponse = SessionsListResult;\n\n/** Optional parameters. */\nexport interface TuningConfigurationListSessionDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSessionDetails operation. */\nexport type TuningConfigurationListSessionDetailsResponse = SessionDetailsListResult;\n\n/** Optional parameters. */\nexport interface TuningConfigurationListSessionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSessionsNext operation. */\nexport type TuningConfigurationListSessionsNextResponse = SessionsListResult;\n\n/** Optional parameters. */\nexport interface TuningConfigurationListSessionDetailsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSessionDetailsNext operation. */\nexport type TuningConfigurationListSessionDetailsNextResponse = SessionDetailsListResult;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type VirtualEndpointsCreateResponse = VirtualEndpointResource;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualEndpointsUpdateResponse = VirtualEndpointResource;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type VirtualEndpointsDeleteResponse = VirtualEndpointsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualEndpointsGetResponse = VirtualEndpointResource;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type VirtualEndpointsListByServerResponse = VirtualEndpointsListResult;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type VirtualEndpointsListByServerNextResponse = VirtualEndpointsListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworkSubnetUsageExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type VirtualNetworkSubnetUsageExecuteResponse = VirtualNetworkSubnetUsageResult;\n\n/** Optional parameters. */\nexport interface PostgreSQLManagementFlexibleServerClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\n\n/** Server administrator associated to a Microsoft Entra principal. */\nexport interface AdministratorMicrosoftEntraAdd {\n /** Type of Microsoft Entra principal to which the server administrator is associated. */\n principalType?: PrincipalType;\n /** Name of the Microsoft Entra principal. */\n principalName?: string;\n /** Identifier of the tenant in which the Microsoft Entra principal exists. */\n tenantId?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** List of server administrators associated to Microsoft Entra principals. */\nexport interface AdministratorMicrosoftEntraList {\n /** List of server administrators associated to Microsoft Entra principals. */\n value?: AdministratorMicrosoftEntra[];\n /** Link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** List of advanced threat protection settings for a server. */\nexport interface AdvancedThreatProtectionSettingsList {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: AdvancedThreatProtectionSettingsModel[];\n /** Link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** List of backups. */\nexport interface BackupAutomaticAndOnDemandList {\n /** List of available backups. */\n value?: BackupAutomaticAndOnDemand[];\n /** Link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** List of capabilities for the Azure Database for PostgreSQL flexible server. */\nexport interface CapabilityList {\n /**\n * List of supported capabilities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Capability[];\n /** Link to retrieve next page of results. */\n nextLink?: string;\n}\n\n/** Base object for representing capability */\nexport interface CapabilityBase {\n /**\n * The status of the capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: CapabilityStatus;\n /**\n * The reason for the capability not being available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n}\n\n/** Features supported. */\nexport interface SupportedFeature {\n /**\n * Name of the feature.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Status of the feature. Indicates if the feature is enabled or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: FeatureStatus;\n}\n\n/** List of log files. */\nexport interface CapturedLogList {\n /** List of log files in a server. */\n value?: CapturedLog[];\n /** Link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** List of configurations (also known as server parameters). */\nexport interface ConfigurationList {\n /** List of configurations (also known as server parameters). */\n value?: Configuration[];\n /** Link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** Configuration (also known as server parameter). */\nexport interface ConfigurationForUpdate {\n /** Value of the configuration (also known as server parameter). Required to update the value assigned to a specific modifiable configuration. */\n value?: string;\n /**\n * Description of the configuration (also known as server parameter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Value assigned by default to the configuration (also known as server parameter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultValue?: string;\n /**\n * Data type of the configuration (also known as server parameter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataType?: ConfigurationDataType;\n /**\n * Allowed values of the configuration (also known as server parameter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowedValues?: string;\n /** Source of the value assigned to the configuration (also known as server parameter). Required to update the value assigned to a specific modifiable configuration. */\n source?: string;\n /**\n * Indicates if it's a dynamic (true) or static (false) configuration (also known as server parameter). Static server parameters require a server restart after changing the value assigned to them, for the change to take effect. Dynamic server parameters do not require a server restart after changing the value assigned to them, for the change to take effect.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDynamicConfig?: boolean;\n /**\n * Indicates if it's a read-only (true) or modifiable (false) configuration (also known as server parameter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isReadOnly?: boolean;\n /**\n * Indicates if the value assigned to the configuration (also known as server parameter) is pending a server restart for it to take effect.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isConfigPendingRestart?: boolean;\n /**\n * Units in which the configuration (also known as server parameter) value is expressed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * Link pointing to the documentation of the configuration (also known as server parameter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly documentationLink?: string;\n}\n\n/** List of all databases in a server. */\nexport interface DatabaseList {\n /** List of all databases in a server. */\n value?: Database[];\n /** Link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** List of firewall rules. */\nexport interface FirewallRuleList {\n /** List of firewall rules in a server. */\n value?: FirewallRule[];\n /** Link to retrieve next page of results. */\n nextLink?: string;\n}\n\n/** BackupRequestBase is the base for all backup request. */\nexport interface BackupRequestBase {\n /** Backup Settings */\n backupSettings: BackupSettings;\n}\n\n/** The settings for the long term backup. */\nexport interface BackupSettings {\n /** Backup Name for the current backup */\n backupName: string;\n}\n\n/** Response for the LTR pre-backup API call */\nexport interface LtrPreBackupResponse {\n /** Number of storage containers the plugin will use during backup. More than one containers may be used for size limitations, parallelism, or redundancy etc. */\n numberOfContainers: number;\n}\n\n/** Details about the target where the backup content will be stored. */\nexport interface BackupStoreDetails {\n /** List of SAS uri of storage containers where backup data is to be streamed/copied. */\n sasUriList: string[];\n}\n\n/** Response for the LTR backup API call */\nexport interface BackupsLongTermRetentionResponse {\n /** Size of datasource in bytes */\n datasourceSizeInBytes?: number;\n /** Data transferred in bytes */\n dataTransferredInBytes?: number;\n /** Name of Backup operation */\n backupName?: string;\n /** Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc */\n backupMetadata?: string;\n /** Service-set extensible enum indicating the status of operation */\n status?: ExecutionStatus;\n /** Start time of the operation. */\n startTime?: Date;\n /** End time of the operation. */\n endTime?: Date;\n /** PercentageCompleted */\n percentComplete?: number;\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n}\n\n/** A list of long term retention backup operations for server. */\nexport interface LtrServerBackupOperationList {\n /** The list of long term retention server backup operations */\n value?: BackupsLongTermRetentionOperation[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** State of migration. */\nexport interface MigrationStatus {\n /**\n * State of migration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Error message, if any, for the migration state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: string;\n /**\n * Current migration sub state details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentSubStateDetails?: MigrationSubstateDetails;\n}\n\n/** Details of migration substate. */\nexport interface MigrationSubstateDetails {\n /**\n * Substate of migration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentSubState?: MigrationSubstate;\n /** Dictionary of <DatabaseMigrationState> */\n dbDetails?: { [propertyName: string]: DatabaseMigrationState };\n /** Details for the validation for migration. */\n validationDetails?: ValidationDetails;\n}\n\n/** Migration state of a database. */\nexport interface DatabaseMigrationState {\n /** Name of database. */\n databaseName?: string;\n /** Migration state of a database. */\n migrationState?: MigrationDatabaseState;\n /** Migration operation of a database. */\n migrationOperation?: string;\n /** Start time of a migration state. */\n startedOn?: Date;\n /** End time of a migration state. */\n endedOn?: Date;\n /** Number of tables queued for the migration of a database. */\n fullLoadQueuedTables?: number;\n /** Number of tables encountering errors during the migration of a database. */\n fullLoadErroredTables?: number;\n /** Number of tables loading during the migration of a database. */\n fullLoadLoadingTables?: number;\n /** Number of tables loaded during the migration of a database. */\n fullLoadCompletedTables?: number;\n /** Change Data Capture update counter. */\n cdcUpdateCounter?: number;\n /** Change Data Capture delete counter. */\n cdcDeleteCounter?: number;\n /** Change Data Capture insert counter. */\n cdcInsertCounter?: number;\n /** Change Data Capture applied changes counter. */\n appliedChanges?: number;\n /** Change Data Capture incoming changes counter. */\n incomingChanges?: number;\n /** Lag in seconds between source and target during online phase. */\n latency?: number;\n /** Error message, if any, for the migration state. */\n message?: string;\n}\n\n/** Details for the validation for migration. */\nexport interface ValidationDetails {\n /** Validation status for migration. */\n status?: ValidationState;\n /** Start time (UTC) for validation. */\n validationStartTimeInUtc?: Date;\n /** End time (UTC) for validation. */\n validationEndTimeInUtc?: Date;\n /** Details of server level validations. */\n serverLevelValidationDetails?: ValidationSummaryItem[];\n /** Details of server level validations. */\n dbLevelValidationDetails?: DbLevelValidationStatus[];\n}\n\n/** Validation summary object. */\nexport interface ValidationSummaryItem {\n /** Validation type. */\n type?: string;\n /** Validation status for migration. */\n state?: ValidationState;\n /** Validation messages. */\n messages?: ValidationMessage[];\n}\n\n/** Validation message object. */\nexport interface ValidationMessage {\n /** Severity of validation message. */\n state?: ValidationState;\n /** Validation message string. */\n message?: string;\n}\n\n/** Validation status summary for a database. */\nexport interface DbLevelValidationStatus {\n /** Name of database. */\n databaseName?: string;\n /** Start time of a database level validation. */\n startedOn?: Date;\n /** End time of a database level validation. */\n endedOn?: Date;\n /** Summary of database level validations. */\n summary?: ValidationSummaryItem[];\n}\n\n/** Database server metadata. */\nexport interface DbServerMetadata {\n /**\n * Location of database server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /** Major version of PostgreSQL database engine. */\n version?: string;\n /** Storage size (in MB) for database server. */\n storageMb?: number;\n /** Compute tier and size of the database server. This object is empty for an Azure Database for PostgreSQL single server. */\n sku?: ServerSku;\n}\n\n/** Compute information of a server. */\nexport interface ServerSku {\n /** Compute tier and size of the database server. This object is empty for an Azure Database for PostgreSQL single server. */\n name?: string;\n /** Tier of the compute assigned to a server. */\n tier?: SkuTier;\n}\n\n/** Migration secret parameters. */\nexport interface MigrationSecretParameters {\n /** Credentials of administrator users for source and target servers. */\n adminCredentials: AdminCredentials;\n /** Gets or sets the name of the user for the source server. This user doesn't need to be an administrator. */\n sourceServerUsername?: string;\n /** Gets or sets the name of the user for the target server. This user doesn't need to be an administrator. */\n targetServerUsername?: string;\n}\n\n/** Credentials of administrator users for source and target servers. */\nexport interface AdminCredentials {\n /** Password for the user of the source server. */\n sourceServerPassword: string;\n /** Password for the user of the target server. */\n targetServerPassword: string;\n}\n\n/** Migration. */\nexport interface MigrationResourceForPatch {\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n /** Identifier of the source database server resource, when 'sourceType' is 'PostgreSQLSingleServer'. For other source types this must be set to ipaddress:port@username or hostname:port@username. */\n sourceDbServerResourceId?: string;\n /** Fully qualified domain name (FQDN) or IP address of the source server. This property is optional. When provided, the migration service will always use it to connect to the source server. */\n sourceDbServerFullyQualifiedDomainName?: string;\n /** Fully qualified domain name (FQDN) or IP address of the target server. This property is optional. When provided, the migration service will always use it to connect to the target server. */\n targetDbServerFullyQualifiedDomainName?: string;\n /** Migration secret parameters. */\n secretParameters?: MigrationSecretParametersForPatch;\n /** Names of databases to migrate. */\n dbsToMigrate?: string[];\n /** Indicates whether to setup logical replication on source server, if needed. */\n setupLogicalReplicationOnSourceDbIfNeeded?: LogicalReplicationOnSourceServer;\n /** Indicates if databases on the target server can be overwritten when already present. If set to 'False', when the migration workflow detects that the database already exists on the target server, it will wait for a confirmation. */\n overwriteDbsInTarget?: OverwriteDatabasesOnTargetServer;\n /** Start time (UTC) for migration window. */\n migrationWindowStartTimeInUtc?: Date;\n /** Indicates if roles and permissions must be migrated. */\n migrateRoles?: MigrateRolesAndPermissions;\n /** Indicates if data migration must start right away. */\n startDataMigration?: StartDataMigration;\n /** Indicates if cutover must be triggered for the entire migration. */\n triggerCutover?: TriggerCutover;\n /** When you want to trigger cutover for specific databases set 'triggerCutover' to 'True' and the names of the specific databases in this array. */\n dbsToTriggerCutoverOn?: string[];\n /** Indicates if cancel must be triggered for the entire migration. */\n cancel?: Cancel;\n /** When you want to trigger cancel for specific databases set 'triggerCutover' to 'True' and the names of the specific databases in this array. */\n dbsToCancelMigrationOn?: string[];\n /** Mode used to perform the migration: Online or Offline. */\n migrationMode?: MigrationMode;\n}\n\n/** Migration secret parameters. */\nexport interface MigrationSecretParametersForPatch {\n /** Credentials of administrator users for source and target servers. */\n adminCredentials?: AdminCredentialsForPatch;\n /** Gets or sets the name of the user for the source server. This user doesn't need to be an administrator. */\n sourceServerUsername?: string;\n /** Gets or sets the name of the user for the target server. This user doesn't need to be an administrator. */\n targetServerUsername?: string;\n}\n\n/** Credentials of administrator users for source and target servers. */\nexport interface AdminCredentialsForPatch {\n /** Password for the user of the source server. */\n sourceServerPassword?: string;\n /** Password for the user of the target server. */\n targetServerPassword?: string;\n}\n\n/** List of migrations. */\nexport interface MigrationList {\n /**\n * List of migrations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: Migration[];\n /** Link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** Availability of a migration name. */\nexport interface MigrationNameAvailability {\n /** Name of the migration to check for validity and availability. */\n name: string;\n /** Type of resource. */\n type: string;\n /**\n * Indicates if the migration name is available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * Migration name availability reason.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: MigrationNameAvailabilityReason;\n /**\n * Migration name availability message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is available. */\n message?: string;\n}\n\n/** List of resource provider operations. */\nexport interface OperationList {\n /** Collection of available operation details */\n value?: Operation[];\n /** Link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** REST API operation definition. */\nexport interface Operation {\n /**\n * Name of the operation being performed on this particular object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Localized display information for this particular operation or action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly display?: OperationDisplay;\n /** Indicates if the operation is a data action. */\n isDataAction?: boolean;\n /**\n * Intended executor of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: OperationOrigin;\n /**\n * Additional descriptions for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /**\n * Name of the resource provider.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Type of resource on which the operation is performed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * Name of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * Description of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** The private endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for private endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** List of private endpoint connections. */\nexport interface PrivateEndpointConnectionList {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateEndpointConnection[];\n /** Link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceList {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateLinkResource[];\n /** Link to retrieve next page of results. */\n nextLink?: string;\n}\n\n/** Capability for the PostgreSQL server */\nexport interface QuotaUsageList {\n /**\n * A list of quota usages.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: QuotaUsage[];\n /** Link to retrieve next page of results. */\n nextLink?: string;\n}\n\n/** Quota usage for servers */\nexport interface QuotaUsage {\n /** Name of quota usage for servers */\n name?: NameProperty;\n /** Quota limit */\n limit?: number;\n /** Quota unit */\n unit?: string;\n /** Current Quota usage value */\n currentValue?: number;\n /** Fully qualified ARM resource Id */\n id?: string;\n}\n\n/** Name property for quota usage */\nexport interface NameProperty {\n /** Name value */\n value?: string;\n /** Localized name */\n localizedValue?: string;\n}\n\n/** A list of servers. */\nexport interface ServerList {\n /** The list of servers */\n value?: Server[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Compute information of a server. */\nexport interface Sku {\n /** Name by which is known a given compute size assigned to a server. */\n name: string;\n /** Tier of the compute assigned to a server. */\n tier: SkuTier;\n}\n\n/** Identities associated with a server. */\nexport interface UserAssignedIdentity {\n /** Map of user assigned managed identities. */\n userAssignedIdentities?: { [propertyName: string]: UserIdentity };\n /** Identifier of the object of the service principal associated to the user assigned managed identity. */\n principalId?: string;\n /** Types of identities associated with a server. */\n type: IdentityType;\n /**\n * Identifier of the tenant of a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n}\n\n/** User assigned managed identity associated with a server. */\nexport interface UserIdentity {\n /** Identifier of the object of the service principal associated to the user assigned managed identity. */\n principalId?: string;\n /** Identifier of the client of the service principal associated to the user assigned managed identity. */\n clientId?: string;\n}\n\n/** Storage properties of a server. */\nexport interface Storage {\n /** Size of storage assigned to a server. */\n storageSizeGB?: number;\n /** Flag to enable or disable the automatic growth of storage size of a server when available space is nearing zero and conditions allow for automatically growing storage size. */\n autoGrow?: StorageAutoGrow;\n /** Storage tier of a server. */\n tier?: AzureManagedDiskPerformanceTier;\n /** Maximum IOPS supported for storage. Required when type of storage is PremiumV2_LRS or UltraSSD_LRS. */\n iops?: number;\n /** Maximum throughput supported for storage. Required when type of storage is PremiumV2_LRS or UltraSSD_LRS. */\n throughput?: number;\n /** Type of storage assigned to a server. Allowed values are Premium_LRS, PremiumV2_LRS, or UltraSSD_LRS. If not specified, it defaults to Premium_LRS. */\n type?: StorageType;\n}\n\n/** Authentication configuration properties of a server. */\nexport interface AuthConfig {\n /** Indicates if the server supports Microsoft Entra authentication. */\n activeDirectoryAuth?: MicrosoftEntraAuth;\n /** Indicates if the server supports password based authentication. */\n passwordAuth?: PasswordBasedAuth;\n /** Identifier of the tenant of the delegated resource. */\n tenantId?: string;\n}\n\n/** Data encryption properties of a server. */\nexport interface DataEncryption {\n /** URI of the key in Azure Key Vault used for data encryption of the primary storage associated to a server. */\n primaryKeyURI?: string;\n /** Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the primary storage associated to a server. */\n primaryUserAssignedIdentityId?: string;\n /** Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a server that is configured to support geographically redundant backups. */\n geoBackupKeyURI?: string;\n /** Identifier of the user assigned managed identity used to access the key in Azure Key Vault for data encryption of the geographically redundant storage associated to a server that is configured to support geographically redundant backups. */\n geoBackupUserAssignedIdentityId?: string;\n /** Data encryption type used by a server. */\n type?: DataEncryptionType;\n /** Status of key used by a server configured with data encryption based on customer managed key, to encrypt the primary storage associated to the server. */\n primaryEncryptionKeyStatus?: EncryptionKeyStatus;\n /** Status of key used by a server configured with data encryption based on customer managed key, to encrypt the geographically redundant storage associated to the server when it is configured to support geographically redundant backups. */\n geoBackupEncryptionKeyStatus?: EncryptionKeyStatus;\n}\n\n/** Backup properties of a server. */\nexport interface Backup {\n /** Backup retention days for the server. */\n backupRetentionDays?: number;\n /** Indicates if the server is configured to create geographically redundant backups. */\n geoRedundantBackup?: GeographicallyRedundantBackup;\n /**\n * Earliest restore point time (ISO8601 format) for a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly earliestRestoreDate?: Date;\n}\n\n/** Network properties of a server. */\nexport interface Network {\n /** Indicates if public network access is enabled or not. This is only supported for servers that are not integrated into a virtual network which is owned and provided by customer when server is deployed. */\n publicNetworkAccess?: ServerPublicNetworkAccessState;\n /** Resource identifier of the delegated subnet. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone. */\n delegatedSubnetResourceId?: string;\n /** Identifier of the private DNS zone. Required during creation of a new server, in case you want the server to be integrated into your own virtual network. For an update operation, you only have to provide this property if you want to change the value assigned for the private DNS zone. */\n privateDnsZoneArmResourceId?: string;\n}\n\n/** High availability properties of a server. */\nexport interface HighAvailability {\n /** High availability mode for a server. */\n mode?: HighAvailabilityMode;\n /**\n * Possible states of the standby server created when high availability is set to SameZone or ZoneRedundant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: HighAvailabilityState;\n /** Availability zone associated to the standby server created when high availability is set to SameZone or ZoneRedundant. */\n standbyAvailabilityZone?: string;\n}\n\n/** Maintenance window properties of a server. */\nexport interface MaintenanceWindow {\n /** Indicates whether custom window is enabled or disabled. */\n customWindow?: string;\n /** Start hour to be used for maintenance window. */\n startHour?: number;\n /** Start minute to be used for maintenance window. */\n startMinute?: number;\n /** Day of the week to be used for maintenance window. */\n dayOfWeek?: number;\n}\n\n/** Replica properties of a server. */\nexport interface Replica {\n /** Role of the server in a replication set. */\n role?: ReplicationRole;\n /**\n * Maximum number of read replicas allowed for a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacity?: number;\n /**\n * Indicates the replication state of a read replica. This property is returned only when the target server is a read replica. Possible values are Active, Broken, Catchup, Provisioning, Reconfiguring, and Updating\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicationState?: ReplicationState;\n /** Type of operation to apply on the read replica. This property is write only. Standalone means that the read replica will be promoted to a standalone server, and will become a completely independent entity from the replication set. Switchover means that the read replica will roles with the primary server. */\n promoteMode?: ReadReplicaPromoteMode;\n /** Data synchronization option to use when processing the operation specified in the promoteMode property. This property is write only. */\n promoteOption?: ReadReplicaPromoteOption;\n}\n\n/** Cluster properties of a server. */\nexport interface Cluster {\n /** Number of nodes assigned to the elastic cluster. */\n clusterSize?: number;\n /** Default database name for the elastic cluster. */\n defaultDatabaseName?: string;\n}\n\n/** Represents a server to be updated. */\nexport interface ServerForPatch {\n /** Compute tier and size of a server. */\n sku?: SkuForPatch;\n /** Describes the identity of the application. */\n identity?: UserAssignedIdentity;\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n /** Name of the login designated as the first password based administrator assigned to your instance of PostgreSQL. Must be specified the first time that you enable password based authentication on a server. Once set to a given value, it cannot be changed for the rest of the life of a server. If you disable password based authentication on a server which had it enabled, this password based role isn't deleted. */\n administratorLogin?: string;\n /**\n * Password assigned to the administrator login. As long as password authentication is enabled, this password can be changed at any time.\n * This value contains a credential. Consider obscuring before showing to users\n */\n administratorLoginPassword?: string;\n /** Major version of PostgreSQL database engine. */\n version?: PostgresMajorVersion;\n /** Storage properties of a server. */\n storage?: Storage;\n /** Backup properties of a server. */\n backup?: BackupForPatch;\n /** High availability properties of a server. */\n highAvailability?: HighAvailabilityForPatch;\n /** Maintenance window properties of a server. */\n maintenanceWindow?: MaintenanceWindowForPatch;\n /** Authentication configuration properties of a server. */\n authConfig?: AuthConfigForPatch;\n /** Data encryption properties of a server. */\n dataEncryption?: DataEncryption;\n /** Availability zone of a server. */\n availabilityZone?: string;\n /** Update mode of an existing server. */\n createMode?: CreateModeForPatch;\n /** Role of the server in a replication set. */\n replicationRole?: ReplicationRole;\n /** Read replica properties of a server. Required only in case that you want to promote a server. */\n replica?: Replica;\n /** Network properties of a server. Only required if you want your server to be integrated into a virtual network provided by customer. */\n network?: Network;\n /** Cluster properties of a server. */\n cluster?: Cluster;\n}\n\n/** Compute information of a server. */\nexport interface SkuForPatch {\n /** Name by which is known a given compute size assigned to a server. */\n name?: string;\n /** Tier of the compute assigned to a server. */\n tier?: SkuTier;\n}\n\n/** Backup properties of a server. */\nexport interface BackupForPatch {\n /** Backup retention days for the server. */\n backupRetentionDays?: number;\n /** Indicates if the server is configured to create geographically redundant backups. */\n geoRedundantBackup?: GeographicallyRedundantBackup;\n /**\n * Earliest restore point time (ISO8601 format) for a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly earliestRestoreDate?: Date;\n}\n\n/** High availability properties of a server. */\nexport interface HighAvailabilityForPatch {\n /** High availability mode for a server. */\n mode?: HighAvailabilityMode;\n /**\n * Possible states of the standby server created when high availability is set to SameZone or ZoneRedundant.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: HighAvailabilityState;\n /** Availability zone associated to the standby server created when high availability is set to SameZone or ZoneRedundant. */\n standbyAvailabilityZone?: string;\n}\n\n/** Maintenance window properties of a server. */\nexport interface MaintenanceWindowForPatch {\n /** Indicates whether custom window is enabled or disabled. */\n customWindow?: string;\n /** Start hour to be used for maintenance window. */\n startHour?: number;\n /** Start minute to be used for maintenance window. */\n startMinute?: number;\n /** Day of the week to be used for maintenance window. */\n dayOfWeek?: number;\n}\n\n/** Authentication configuration properties of a server. */\nexport interface AuthConfigForPatch {\n /** Indicates if the server supports Microsoft Entra authentication. */\n activeDirectoryAuth?: MicrosoftEntraAuth;\n /** Indicates if the server supports password based authentication. */\n passwordAuth?: PasswordBasedAuth;\n /** Identifier of the tenant of the delegated resource. */\n tenantId?: string;\n}\n\n/** PostgreSQL database engine restart parameters. */\nexport interface RestartParameter {\n /** Indicates if restart the PostgreSQL database engine should failover or switch over from primary to standby. This only works if server has high availability enabled. */\n restartWithFailover?: boolean;\n /** Failover mode. */\n failoverMode?: FailoverMode;\n}\n\n/** List of available object recommendations. */\nexport interface ObjectRecommendationList {\n /** List of available object recommendations. */\n value?: ObjectRecommendation[];\n /** Link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** Implementation details for the recommended action. */\nexport interface ObjectRecommendationPropertiesImplementationDetails {\n /** Method of implementation for recommended action. */\n method?: string;\n /** Implementation script for the recommended action. */\n script?: string;\n}\n\n/** Workload information for the recommended action. */\nexport interface ObjectRecommendationPropertiesAnalyzedWorkload {\n /** Start time (UTC) of the workload analyzed. */\n startTime?: Date;\n /** End time (UTC) of the workload analyzed. */\n endTime?: Date;\n /** Number of queries from the workload that were examined to produce this recommendation. For DROP INDEX recommendations it's 0 (zero). */\n queryCount?: number;\n}\n\n/** Impact on some metric if this recommended action is applied. */\nexport interface ImpactRecord {\n /** Dimension name. */\n dimensionName?: string;\n /** Dimension unit. */\n unit?: string;\n /** Optional property that can be used to store the identifier of the query, if the metric is for a specific query. */\n queryId?: number;\n /** Absolute value. */\n absoluteValue?: number;\n}\n\n/** Recommendation details for the recommended action. */\nexport interface ObjectRecommendationDetails {\n /** Database name. */\n databaseName?: string;\n /** Schema name. */\n schema?: string;\n /** Table name. */\n table?: string;\n /** Index type. */\n indexType?: string;\n /** Index name. */\n indexName?: string;\n /** Index columns. */\n indexColumns?: string[];\n /** Index included columns. */\n includedColumns?: string[];\n}\n\n/** List of server tuning options. */\nexport interface TuningOptionsList {\n /** List of available tuning options. */\n value?: TuningOptions[];\n /** Link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** Pair of virtual endpoints for a server. */\nexport interface VirtualEndpointResourceForPatch {\n /** Type of endpoint for the virtual endpoints. */\n endpointType?: VirtualEndpointType;\n /** List of servers that one of the virtual endpoints can refer to. */\n members?: string[];\n /**\n * List of virtual endpoints for a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualEndpoints?: string[];\n}\n\n/** List of virtual endpoints. */\nexport interface VirtualEndpointsList {\n /** List of virtual endpoints. */\n value?: VirtualEndpoint[];\n /** Link used to get the next page of results. */\n nextLink?: string;\n}\n\n/** Virtual network subnet usage parameter */\nexport interface VirtualNetworkSubnetUsageParameter {\n /** Virtual network resource id. */\n virtualNetworkArmResourceId?: string;\n}\n\n/** Virtual network subnet usage data. */\nexport interface VirtualNetworkSubnetUsageModel {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly delegatedSubnetsUsage?: DelegatedSubnetUsage[];\n /**\n * location of the delegated subnet usage\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * subscriptionId of the delegated subnet usage\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** Delegated subnet usage data. */\nexport interface DelegatedSubnetUsage {\n /**\n * Name of the delegated subnet for which IP addresses are in use\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subnetName?: string;\n /**\n * Number of IP addresses used by the delegated subnet\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usage?: number;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** The private endpoint connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * The group ids for the private endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupIds?: string[];\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** A private link resource. */\nexport interface PrivateLinkResource extends Resource {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** Pair of virtual endpoints for a server. */\nexport interface VirtualEndpoint extends VirtualEndpointResourceForPatch, Resource {}\n\n/** Capability of a storage tier. */\nexport interface StorageTierCapability extends CapabilityBase {\n /**\n * Name of the storage tier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Supported IOPS for the storage tier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly iops?: number;\n}\n\n/** Storage size (in MB) capability. */\nexport interface StorageMbCapability extends CapabilityBase {\n /**\n * Minimum IOPS supported by the storage size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedIops?: number;\n /**\n * Maximum IOPS supported by the storage size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedMaximumIops?: number;\n /**\n * Minimum supported size (in MB) of storage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageSizeMb?: number;\n /**\n * Maximum supported size (in MB) of storage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumStorageSizeMb?: number;\n /**\n * Minimum supported throughput (in MB/s) of storage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedThroughput?: number;\n /**\n * Maximum supported throughput (in MB/s) of storage.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedMaximumThroughput?: number;\n /**\n * Default IOPS for this tier and storage size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultIopsTier?: string;\n /**\n * List of all supported storage tiers for this tier and storage size.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedIopsTiers?: StorageTierCapability[];\n}\n\n/** Capabilities in terms of storage tier. */\nexport interface StorageEditionCapability extends CapabilityBase {\n /**\n * Name of storage tier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Default storage size (in MB) for this storage tier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultStorageSizeMb?: number;\n /**\n * Configurations of storage supported for this storage tier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedStorageMb?: StorageMbCapability[];\n}\n\n/** Capabilities in terms of compute. */\nexport interface ServerSkuCapability extends CapabilityBase {\n /**\n * Name of the compute (SKU).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * vCores available for this compute.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vCores?: number;\n /**\n * Maximum IOPS supported by this compute.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedIops?: number;\n /**\n * Supported memory (in MB) per virtual core assigned to this compute.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedMemoryPerVcoreMb?: number;\n /**\n * List of supported availability zones. E.g. '1', '2', '3'\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedZones?: string[];\n /**\n * Modes of high availability supported for this compute.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedHaMode?: HighAvailabilityMode[];\n /**\n * Features supported.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFeatures?: SupportedFeature[];\n /**\n * Security profile of the compute. Indicates if it's a Confidential Compute virtual machine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly securityProfile?: string;\n}\n\n/** Capabilities in terms of compute tier. */\nexport interface ServerEditionCapability extends CapabilityBase {\n /**\n * Name of compute tier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Default compute name (SKU) for this computer tier.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultSkuName?: string;\n /**\n * List of storage editions supported by this compute tier and compute name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedStorageEditions?: StorageEditionCapability[];\n /**\n * List of supported compute names (SKUs).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerSkus?: ServerSkuCapability[];\n}\n\n/** Capabilities in terms of major versions of PostgreSQL database engine. */\nexport interface ServerVersionCapability extends CapabilityBase {\n /**\n * Major version of PostgreSQL database engine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Major versions of PostgreSQL database engine to which this version can be automatically upgraded.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedVersionsToUpgrade?: string[];\n /**\n * Features supported.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFeatures?: SupportedFeature[];\n}\n\n/** Capability of a fast provisioning compute tier. */\nexport interface FastProvisioningEditionCapability extends CapabilityBase {\n /**\n * Compute tier supporting fast provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedTier?: string;\n /**\n * Compute name (SKU) supporting fast provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedSku?: string;\n /**\n * Storage size (in GB) supporting fast provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedStorageGb?: number;\n /**\n * Major version of PostgreSQL database engine supporting fast provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerVersions?: string;\n /**\n * Count of servers in cache matching this specification.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverCount?: number;\n}\n\n/** Capability for the Azure Database for PostgreSQL flexible server. */\nexport interface Capability extends CapabilityBase {\n /** Name of flexible servers capabilities. */\n name?: string;\n /**\n * List of supported compute tiers.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerEditions?: ServerEditionCapability[];\n /**\n * List of supported major versions of PostgreSQL database engine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerVersions?: ServerVersionCapability[];\n /**\n * Features supported.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFeatures?: SupportedFeature[];\n /**\n * Indicates if fast provisioning is supported. 'Enabled' means fast provisioning is supported. 'Disabled' stands for fast provisioning is not supported. Will be deprecated in the future. Look to Supported Features for 'FastProvisioning'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fastProvisioningSupported?: FastProvisioningSupport;\n /**\n * List of compute tiers supporting fast provisioning.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFastProvisioningEditions?: FastProvisioningEditionCapability[];\n /**\n * Indicates if geographically redundant backups are supported in this location. 'Enabled' means geographically redundant backups are supported. 'Disabled' stands for geographically redundant backup is not supported. Will be deprecated in the future. Look to Supported Features for 'GeoBackup'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geoBackupSupported?: GeographicallyRedundantBackupSupport;\n /**\n * Indicates if high availability with zone redundancy is supported in this location. 'Enabled' means high availability with zone redundancy is supported. 'Disabled' stands for high availability with zone redundancy is not supported. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHa'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zoneRedundantHaSupported?: ZoneRedundantHighAvailabilitySupport;\n /**\n * Indicates if high availability with zone redundancy is supported in conjunction with geographically redundant backups in this location. 'Enabled' means high availability with zone redundancy is supported in conjunction with geographically redundant backups is supported. 'Disabled' stands for high availability with zone redundancy is supported in conjunction with geographically redundant backups is not supported. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHaAndGeoBackup'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zoneRedundantHaAndGeoBackupSupported?: ZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport;\n /**\n * Indicates if storage autogrow is supported in this location. 'Enabled' means storage autogrow is supported. 'Disabled' stands for storage autogrow is not supported. Will be deprecated in the future. Look to Supported Features for 'StorageAutoGrowth'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAutoGrowthSupported?: StorageAutoGrowthSupport;\n /**\n * Indicates if resizing the storage, without interrupting the operation of the database engine, is supported in this location for the given subscription. 'Enabled' means resizing the storage without interrupting the operation of the database engine is supported. 'Disabled' means resizing the storage without interrupting the operation of the database engine is not supported. Will be deprecated in the future. Look to Supported Features for 'OnlineResize'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly onlineResizeSupported?: OnlineStorageResizeSupport;\n /**\n * Indicates if this location is restricted. 'Enabled' means location is restricted. 'Disabled' stands for location is not restricted. Will be deprecated in the future. Look to Supported Features for 'Restricted'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly restricted?: LocationRestricted;\n}\n\n/** A request that is made for pre-backup. */\nexport interface LtrPreBackupRequest extends BackupRequestBase {}\n\n/** The request that is made for a long term retention backup. */\nexport interface BackupsLongTermRetentionRequest extends BackupRequestBase {\n /** Backup store detail for target server */\n targetDetails: BackupStoreDetails;\n}\n\n/** Availability of a name. */\nexport interface NameAvailabilityModel extends CheckNameAvailabilityResponse {\n /**\n * Name for which validity and availability was checked.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Type of resource. It can be 'Microsoft.DBforPostgreSQL/flexibleServers' or 'Microsoft.DBforPostgreSQL/flexibleServers/virtualendpoints'.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** Server administrator associated to a Microsoft Entra principal. */\nexport interface AdministratorMicrosoftEntra extends ProxyResource {\n /** Type of Microsoft Entra principal to which the server administrator is associated. */\n principalType?: PrincipalType;\n /** Name of the Microsoft Entra principal. */\n principalName?: string;\n /** Object identifier of the Microsoft Entra principal. */\n objectId?: string;\n /** Identifier of the tenant in which the Microsoft Entra principal exists. */\n tenantId?: string;\n}\n\n/** Advanced threat protection settings of the server. */\nexport interface AdvancedThreatProtectionSettingsModel extends ProxyResource {\n /** Specifies the state of the advanced threat protection, whether it is enabled, disabled, or a state has not been applied yet on the server. */\n state?: ThreatProtectionState;\n /**\n * Specifies the creation time (UTC) of the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n}\n\n/** Properties of a backup. */\nexport interface BackupAutomaticAndOnDemand extends ProxyResource {\n /** Type of backup. */\n backupType?: BackupType;\n /** Time(ISO8601 format) at which the backup was completed. */\n completedTime?: Date;\n /** Source of the backup. */\n source?: string;\n}\n\n/** Log file. */\nexport interface CapturedLog extends ProxyResource {\n /** Creation timestamp of the log file. */\n createdTime?: Date;\n /** Last modified timestamp of the log file. */\n lastModifiedTime?: Date;\n /** Size (in KB) of the log file. */\n sizeInKb?: number;\n /** Type of log file. Can be 'ServerLogs' or 'UpgradeLogs'. */\n typePropertiesType?: string;\n /** URL to download the log file from. */\n url?: string;\n}\n\n/** Configuration (also known as server parameter). */\nexport interface Configuration extends ProxyResource {\n /** Value of the configuration (also known as server parameter). Required to update the value assigned to a specific modifiable configuration. */\n value?: string;\n /**\n * Description of the configuration (also known as server parameter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Value assigned by default to the configuration (also known as server parameter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultValue?: string;\n /**\n * Data type of the configuration (also known as server parameter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataType?: ConfigurationDataType;\n /**\n * Allowed values of the configuration (also known as server parameter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowedValues?: string;\n /** Source of the value assigned to the configuration (also known as server parameter). Required to update the value assigned to a specific modifiable configuration. */\n source?: string;\n /**\n * Indicates if it's a dynamic (true) or static (false) configuration (also known as server parameter). Static server parameters require a server restart after changing the value assigned to them, for the change to take effect. Dynamic server parameters do not require a server restart after changing the value assigned to them, for the change to take effect.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDynamicConfig?: boolean;\n /**\n * Indicates if it's a read-only (true) or modifiable (false) configuration (also known as server parameter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isReadOnly?: boolean;\n /**\n * Indicates if the value assigned to the configuration (also known as server parameter) is pending a server restart for it to take effect.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isConfigPendingRestart?: boolean;\n /**\n * Units in which the configuration (also known as server parameter) value is expressed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * Link pointing to the documentation of the configuration (also known as server parameter).\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly documentationLink?: string;\n}\n\n/** Represents a database. */\nexport interface Database extends ProxyResource {\n /** Character set of the database. */\n charset?: string;\n /** Collation of the database. */\n collation?: string;\n}\n\n/** Firewall rule. */\nexport interface FirewallRule extends ProxyResource {\n /** IP address defining the start of the range of addresses of a firewall rule. Must be expressed in IPv4 format. */\n startIpAddress: string;\n /** IP address defining the end of the range of addresses of a firewall rule. Must be expressed in IPv4 format. */\n endIpAddress: string;\n}\n\n/** Response for the LTR backup Operation API call */\nexport interface BackupsLongTermRetentionOperation extends ProxyResource {\n /** Size of datasource in bytes */\n datasourceSizeInBytes?: number;\n /** Data transferred in bytes */\n dataTransferredInBytes?: number;\n /** Name of Backup operation */\n backupName?: string;\n /** Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc */\n backupMetadata?: string;\n /** Service-set extensible enum indicating the status of operation */\n status?: ExecutionStatus;\n /** Start time of the operation. */\n startTime?: Date;\n /** End time of the operation. */\n endTime?: Date;\n /** PercentageCompleted */\n percentComplete?: number;\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n}\n\n/** Impact on some metric if this recommended action is applied. */\nexport interface TuningOptions extends ProxyResource {}\n\n/** Object recommendation properties. */\nexport interface ObjectRecommendation extends ProxyResource {\n /** Always empty. */\n kind?: string;\n /** Creation time (UTC) of this recommendation. */\n initialRecommendedTime?: Date;\n /** Last time (UTC) that this recommendation was produced. */\n lastRecommendedTime?: Date;\n /** Number of times this recommendation has been produced. */\n timesRecommended?: number;\n /** List of identifiers for all queries identified as targets for improvement if the recommendation is applied. The list is only populated for CREATE INDEX recommendations. */\n improvedQueryIds?: number[];\n /** Reason for this recommendation. */\n recommendationReason?: string;\n /** Current state. */\n currentState?: string;\n /** Type for this recommendation. */\n recommendationType?: RecommendationTypeEnum;\n /** Implementation details for the recommended action. */\n implementationDetails?: ObjectRecommendationPropertiesImplementationDetails;\n /** Workload information for the recommended action. */\n analyzedWorkload?: ObjectRecommendationPropertiesAnalyzedWorkload;\n /**\n * Estimated impact of this recommended action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly estimatedImpact?: ImpactRecord[];\n /**\n * Recommendation details for the recommended action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ObjectRecommendationDetails;\n}\n\n/** Properties of a migration. */\nexport interface Migration extends TrackedResource {\n /**\n * Identifier of a migration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationId?: string;\n /**\n * Current status of a migration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentStatus?: MigrationStatus;\n /** Identifier of the private endpoint migration instance. */\n migrationInstanceResourceId?: string;\n /** Mode used to perform the migration: Online or Offline. */\n migrationMode?: MigrationMode;\n /** Supported option for a migration. */\n migrationOption?: MigrationOption;\n /** Source server type used for the migration: ApsaraDB_RDS, AWS, AWS_AURORA, AWS_EC2, AWS_RDS, AzureVM, Crunchy_PostgreSQL, Digital_Ocean_Droplets, Digital_Ocean_PostgreSQL, EDB, EDB_Oracle_Server, EDB_PostgreSQL, GCP, GCP_AlloyDB, GCP_CloudSQL, GCP_Compute, Heroku_PostgreSQL, Huawei_Compute, Huawei_RDS, OnPremises, PostgreSQLCosmosDB, PostgreSQLFlexibleServer, PostgreSQLSingleServer, or Supabase_PostgreSQL */\n sourceType?: SourceType;\n /** SSL mode used by a migration. Default SSL mode for 'PostgreSQLSingleServer' is 'VerifyFull'. Default SSL mode for other source types is 'Prefer'. */\n sslMode?: SslMode;\n /**\n * Metadata of source database server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceDbServerMetadata?: DbServerMetadata;\n /**\n * Metadata of target database server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetDbServerMetadata?: DbServerMetadata;\n /** Identifier of the source database server resource, when 'sourceType' is 'PostgreSQLSingleServer'. For other source types this must be set to ipaddress:port@username or hostname:port@username. */\n sourceDbServerResourceId?: string;\n /** Fully qualified domain name (FQDN) or IP address of the source server. This property is optional. When provided, the migration service will always use it to connect to the source server. */\n sourceDbServerFullyQualifiedDomainName?: string;\n /**\n * Identifier of the target database server resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetDbServerResourceId?: string;\n /** Fully qualified domain name (FQDN) or IP address of the target server. This property is optional. When provided, the migration service will always use it to connect to the target server. */\n targetDbServerFullyQualifiedDomainName?: string;\n /** Migration secret parameters. */\n secretParameters?: MigrationSecretParameters;\n /** Names of databases to migrate. */\n dbsToMigrate?: string[];\n /** Indicates whether to setup logical replication on source server, if needed. */\n setupLogicalReplicationOnSourceDbIfNeeded?: LogicalReplicationOnSourceServer;\n /** Indicates if databases on the target server can be overwritten when already present. If set to 'False', when the migration workflow detects that the database already exists on the target server, it will wait for a confirmation. */\n overwriteDbsInTarget?: OverwriteDatabasesOnTargetServer;\n /** Start time (UTC) for migration window. */\n migrationWindowStartTimeInUtc?: Date;\n /** End time (UTC) for migration window. */\n migrationWindowEndTimeInUtc?: Date;\n /** Indicates if roles and permissions must be migrated. */\n migrateRoles?: MigrateRolesAndPermissions;\n /** Indicates if data migration must start right away. */\n startDataMigration?: StartDataMigration;\n /** Indicates if cutover must be triggered for the entire migration. */\n triggerCutover?: TriggerCutover;\n /** When you want to trigger cutover for specific databases set 'triggerCutover' to 'True' and the names of the specific databases in this array. */\n dbsToTriggerCutoverOn?: string[];\n /** Indicates if cancel must be triggered for the entire migration. */\n cancel?: Cancel;\n /** When you want to trigger cancel for specific databases set 'triggerCutover' to 'True' and the names of the specific databases in this array. */\n dbsToCancelMigrationOn?: string[];\n}\n\n/** Properties of a server. */\nexport interface Server extends TrackedResource {\n /** Compute tier and size of a server. */\n sku?: Sku;\n /** User assigned managed identities assigned to the server. */\n identity?: UserAssignedIdentity;\n /** Name of the login designated as the first password based administrator assigned to your instance of PostgreSQL. Must be specified the first time that you enable password based authentication on a server. Once set to a given value, it cannot be changed for the rest of the life of a server. If you disable password based authentication on a server which had it enabled, this password based role isn't deleted. */\n administratorLogin?: string;\n /**\n * Password assigned to the administrator login. As long as password authentication is enabled, this password can be changed at any time.\n * This value contains a credential. Consider obscuring before showing to users\n */\n administratorLoginPassword?: string;\n /** Major version of PostgreSQL database engine. */\n version?: PostgresMajorVersion;\n /**\n * Minor version of PostgreSQL database engine.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minorVersion?: string;\n /**\n * Possible states of a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ServerState;\n /**\n * Fully qualified domain name of a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullyQualifiedDomainName?: string;\n /** Storage properties of a server. */\n storage?: Storage;\n /** Authentication configuration properties of a server. */\n authConfig?: AuthConfig;\n /** Data encryption properties of a server. */\n dataEncryption?: DataEncryption;\n /** Backup properties of a server. */\n backup?: Backup;\n /** Network properties of a server. Only required if you want your server to be integrated into a virtual network provided by customer. */\n network?: Network;\n /** High availability properties of a server. */\n highAvailability?: HighAvailability;\n /** Maintenance window properties of a server. */\n maintenanceWindow?: MaintenanceWindow;\n /** Identifier of the server to be used as the source of the new server. Required when 'createMode' is 'PointInTimeRestore', 'GeoRestore', 'Replica', or 'ReviveDropped'. This property is returned only when the target server is a read replica. */\n sourceServerResourceId?: string;\n /** Creation time (in ISO8601 format) of the backup which you want to restore in the new server. It's required when 'createMode' is 'PointInTimeRestore', 'GeoRestore', or 'ReviveDropped'. */\n pointInTimeUTC?: Date;\n /** Availability zone of a server. */\n availabilityZone?: string;\n /** Role of the server in a replication set. */\n replicationRole?: ReplicationRole;\n /**\n * Maximum number of read replicas allowed for a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicaCapacity?: number;\n /** Read replica properties of a server. Required only in case that you want to promote a server. */\n replica?: Replica;\n /** Creation mode of a new server. */\n createMode?: CreateMode;\n /**\n * List of private endpoint connections associated with the specified server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Cluster properties of a server. */\n cluster?: Cluster;\n}\n\n/** Defines headers for AdministratorsMicrosoftEntra_createOrUpdate operation. */\nexport interface AdministratorsMicrosoftEntraCreateOrUpdateHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for AdministratorsMicrosoftEntra_delete operation. */\nexport interface AdministratorsMicrosoftEntraDeleteHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for ServerThreatProtectionSettings_createOrUpdate operation. */\nexport interface ServerThreatProtectionSettingsCreateOrUpdateHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for BackupsAutomaticAndOnDemand_create operation. */\nexport interface BackupsAutomaticAndOnDemandCreateHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for BackupsAutomaticAndOnDemand_delete operation. */\nexport interface BackupsAutomaticAndOnDemandDeleteHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Configurations_update operation. */\nexport interface ConfigurationsUpdateHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Configurations_put operation. */\nexport interface ConfigurationsPutHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Databases_create operation. */\nexport interface DatabasesCreateHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Databases_delete operation. */\nexport interface DatabasesDeleteHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for FirewallRules_createOrUpdate operation. */\nexport interface FirewallRulesCreateOrUpdateHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for FirewallRules_delete operation. */\nexport interface FirewallRulesDeleteHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for BackupsLongTermRetention_checkPrerequisites operation. */\nexport interface BackupsLongTermRetentionCheckPrerequisitesHeaders {\n /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for BackupsLongTermRetention_checkPrerequisites operation. */\nexport interface BackupsLongTermRetentionCheckPrerequisitesExceptionHeaders {\n /** ErrorCode string in the event of a failure. */\n xMsErrorCode?: string;\n /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for BackupsLongTermRetention_start operation. */\nexport interface BackupsLongTermRetentionStartHeaders {\n /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for BackupsLongTermRetention_start operation. */\nexport interface BackupsLongTermRetentionStartExceptionHeaders {\n /** ErrorCode string in the event of a failure. */\n xMsErrorCode?: string;\n /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for PrivateEndpointConnections_update operation. */\nexport interface PrivateEndpointConnectionsUpdateHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for PrivateEndpointConnections_delete operation. */\nexport interface PrivateEndpointConnectionsDeleteHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Servers_createOrUpdate operation. */\nexport interface ServersCreateOrUpdateHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Servers_update operation. */\nexport interface ServersUpdateHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Servers_delete operation. */\nexport interface ServersDeleteHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Servers_restart operation. */\nexport interface ServersRestartHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Servers_start operation. */\nexport interface ServersStartHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for Servers_stop operation. */\nexport interface ServersStopHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for VirtualEndpoints_create operation. */\nexport interface VirtualEndpointsCreateHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for VirtualEndpoints_update operation. */\nexport interface VirtualEndpointsUpdateHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Defines headers for VirtualEndpoints_delete operation. */\nexport interface VirtualEndpointsDeleteHeaders {\n location?: string;\n azureAsyncOperation?: string;\n}\n\n/** Known values of {@link PrincipalType} that the service accepts. */\nexport enum KnownPrincipalType {\n /** The principal type is not known or not specified. */\n Unknown = \"Unknown\",\n /** A Microsoft Entra user. */\n User = \"User\",\n /** A Microsoft Entra group. */\n Group = \"Group\",\n /** A Microsoft Entra service principal, typically representing an application or service identity */\n ServicePrincipal = \"ServicePrincipal\",\n}\n\n/**\n * Defines values for PrincipalType. \\\n * {@link KnownPrincipalType} can be used interchangeably with PrincipalType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown**: The principal type is not known or not specified. \\\n * **User**: A Microsoft Entra user. \\\n * **Group**: A Microsoft Entra group. \\\n * **ServicePrincipal**: A Microsoft Entra service principal, typically representing an application or service identity\n */\nexport type PrincipalType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link ThreatProtectionName} that the service accepts. */\nexport enum KnownThreatProtectionName {\n /** Default advanced threat protection settings. */\n Default = \"Default\",\n}\n\n/**\n * Defines values for ThreatProtectionName. \\\n * {@link KnownThreatProtectionName} can be used interchangeably with ThreatProtectionName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: Default advanced threat protection settings.\n */\nexport type ThreatProtectionName = string;\n\n/** Known values of {@link BackupType} that the service accepts. */\nexport enum KnownBackupType {\n /** A full backup taken automatically by the service. These backups are retained for a period of time as defined by the backup retention policy, and they cannot be deleted by the customer. */\n Full = \"Full\",\n /** A full backup triggered by the customer. These backups are retained for a period of time as defined by the backup retention policy, and they can also be deleted by the customer. */\n CustomerOnDemand = \"Customer On-Demand\",\n}\n\n/**\n * Defines values for BackupType. \\\n * {@link KnownBackupType} can be used interchangeably with BackupType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Full**: A full backup taken automatically by the service. These backups are retained for a period of time as defined by the backup retention policy, and they cannot be deleted by the customer. \\\n * **Customer On-Demand**: A full backup triggered by the customer. These backups are retained for a period of time as defined by the backup retention policy, and they can also be deleted by the customer.\n */\nexport type BackupType = string;\n\n/** Known values of {@link HighAvailabilityMode} that the service accepts. */\nexport enum KnownHighAvailabilityMode {\n /** High availability is enabled for the server, with standby server in a different availability zone than that of the primary. */\n ZoneRedundant = \"ZoneRedundant\",\n /** High availability is enabled for the server, with standby server in the same availability zone as the primary. */\n SameZone = \"SameZone\",\n}\n\n/**\n * Defines values for HighAvailabilityMode. \\\n * {@link KnownHighAvailabilityMode} can be used interchangeably with HighAvailabilityMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ZoneRedundant**: High availability is enabled for the server, with standby server in a different availability zone than that of the primary. \\\n * **SameZone**: High availability is enabled for the server, with standby server in the same availability zone as the primary.\n */\nexport type HighAvailabilityMode = string;\n\n/** Known values of {@link FeatureStatus} that the service accepts. */\nexport enum KnownFeatureStatus {\n /** Feature is enabled. */\n Enabled = \"Enabled\",\n /** Feature is disabled. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for FeatureStatus. \\\n * {@link KnownFeatureStatus} can be used interchangeably with FeatureStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Feature is enabled. \\\n * **Disabled**: Feature is disabled.\n */\nexport type FeatureStatus = string;\n\n/** Known values of {@link FastProvisioningSupport} that the service accepts. */\nexport enum KnownFastProvisioningSupport {\n /** Fast provisioning is supported. */\n Enabled = \"Enabled\",\n /** Fast provisioning is not supported. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for FastProvisioningSupport. \\\n * {@link KnownFastProvisioningSupport} can be used interchangeably with FastProvisioningSupport,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Fast provisioning is supported. \\\n * **Disabled**: Fast provisioning is not supported.\n */\nexport type FastProvisioningSupport = string;\n\n/** Known values of {@link GeographicallyRedundantBackupSupport} that the service accepts. */\nexport enum KnownGeographicallyRedundantBackupSupport {\n /** Geographically redundant backups are supported. */\n Enabled = \"Enabled\",\n /** Geographically redundant backups are not supported. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for GeographicallyRedundantBackupSupport. \\\n * {@link KnownGeographicallyRedundantBackupSupport} can be used interchangeably with GeographicallyRedundantBackupSupport,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Geographically redundant backups are supported. \\\n * **Disabled**: Geographically redundant backups are not supported.\n */\nexport type GeographicallyRedundantBackupSupport = string;\n\n/** Known values of {@link ZoneRedundantHighAvailabilitySupport} that the service accepts. */\nexport enum KnownZoneRedundantHighAvailabilitySupport {\n /** High availability with zone redundancy is supported. */\n Enabled = \"Enabled\",\n /** High availability with zone redundancy is not supported. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ZoneRedundantHighAvailabilitySupport. \\\n * {@link KnownZoneRedundantHighAvailabilitySupport} can be used interchangeably with ZoneRedundantHighAvailabilitySupport,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: High availability with zone redundancy is supported. \\\n * **Disabled**: High availability with zone redundancy is not supported.\n */\nexport type ZoneRedundantHighAvailabilitySupport = string;\n\n/** Known values of {@link ZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport} that the service accepts. */\nexport enum KnownZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport {\n /** High availability with zone redundancy is supported in conjunction with geographically redundant backups. */\n Enabled = \"Enabled\",\n /** High availability with zone redundancy is not supported in conjunction with geographically redundant backups. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport. \\\n * {@link KnownZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport} can be used interchangeably with ZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: High availability with zone redundancy is supported in conjunction with geographically redundant backups. \\\n * **Disabled**: High availability with zone redundancy is not supported in conjunction with geographically redundant backups.\n */\nexport type ZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport = string;\n\n/** Known values of {@link StorageAutoGrowthSupport} that the service accepts. */\nexport enum KnownStorageAutoGrowthSupport {\n /** Storage autogrow is supported. */\n Enabled = \"Enabled\",\n /** Storage autogrow is not supported. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for StorageAutoGrowthSupport. \\\n * {@link KnownStorageAutoGrowthSupport} can be used interchangeably with StorageAutoGrowthSupport,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Storage autogrow is supported. \\\n * **Disabled**: Storage autogrow is not supported.\n */\nexport type StorageAutoGrowthSupport = string;\n\n/** Known values of {@link OnlineStorageResizeSupport} that the service accepts. */\nexport enum KnownOnlineStorageResizeSupport {\n /** Resizing the storage without interrupting the operation of the database engine is supported. */\n Enabled = \"Enabled\",\n /** Resizing the storage without interrupting the operation of the database engine is not supported. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for OnlineStorageResizeSupport. \\\n * {@link KnownOnlineStorageResizeSupport} can be used interchangeably with OnlineStorageResizeSupport,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Resizing the storage without interrupting the operation of the database engine is supported. \\\n * **Disabled**: Resizing the storage without interrupting the operation of the database engine is not supported.\n */\nexport type OnlineStorageResizeSupport = string;\n\n/** Known values of {@link LocationRestricted} that the service accepts. */\nexport enum KnownLocationRestricted {\n /** Location is restricted. */\n Enabled = \"Enabled\",\n /** Location is not restricted. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for LocationRestricted. \\\n * {@link KnownLocationRestricted} can be used interchangeably with LocationRestricted,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Location is restricted. \\\n * **Disabled**: Location is not restricted.\n */\nexport type LocationRestricted = string;\n\n/** Known values of {@link ConfigurationDataType} that the service accepts. */\nexport enum KnownConfigurationDataType {\n /** A boolean value. */\n Boolean = \"Boolean\",\n /** A numeric value. */\n Numeric = \"Numeric\",\n /** An integer value. */\n Integer = \"Integer\",\n /** An enumeration value. */\n Enumeration = \"Enumeration\",\n /** A string value. */\n String = \"String\",\n /** A set of values. */\n Set = \"Set\",\n}\n\n/**\n * Defines values for ConfigurationDataType. \\\n * {@link KnownConfigurationDataType} can be used interchangeably with ConfigurationDataType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Boolean**: A boolean value. \\\n * **Numeric**: A numeric value. \\\n * **Integer**: An integer value. \\\n * **Enumeration**: An enumeration value. \\\n * **String**: A string value. \\\n * **Set**: A set of values.\n */\nexport type ConfigurationDataType = string;\n\n/** Known values of {@link ExecutionStatus} that the service accepts. */\nexport enum KnownExecutionStatus {\n /** The operation is currently running. */\n Running = \"Running\",\n /** The operation was cancelled. */\n Cancelled = \"Cancelled\",\n /** The operation failed. */\n Failed = \"Failed\",\n /** The operation succeeded. */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * Defines values for ExecutionStatus. \\\n * {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running**: The operation is currently running. \\\n * **Cancelled**: The operation was cancelled. \\\n * **Failed**: The operation failed. \\\n * **Succeeded**: The operation succeeded.\n */\nexport type ExecutionStatus = string;\n\n/** Known values of {@link MigrationState} that the service accepts. */\nexport enum KnownMigrationState {\n /** Migration is in progress. */\n InProgress = \"InProgress\",\n /** Migration is waiting for user action. */\n WaitingForUserAction = \"WaitingForUserAction\",\n /** Migration has been canceled. */\n Canceled = \"Canceled\",\n /** Migration has failed. */\n Failed = \"Failed\",\n /** Migration has succeeded. */\n Succeeded = \"Succeeded\",\n /** Validation for migration has failed. */\n ValidationFailed = \"ValidationFailed\",\n /** Migration is cleaning up resources. */\n CleaningUp = \"CleaningUp\",\n}\n\n/**\n * Defines values for MigrationState. \\\n * {@link KnownMigrationState} can be used interchangeably with MigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress**: Migration is in progress. \\\n * **WaitingForUserAction**: Migration is waiting for user action. \\\n * **Canceled**: Migration has been canceled. \\\n * **Failed**: Migration has failed. \\\n * **Succeeded**: Migration has succeeded. \\\n * **ValidationFailed**: Validation for migration has failed. \\\n * **CleaningUp**: Migration is cleaning up resources.\n */\nexport type MigrationState = string;\n\n/** Known values of {@link MigrationSubstate} that the service accepts. */\nexport enum KnownMigrationSubstate {\n /** Performing pre-requisite steps for migration. */\n PerformingPreRequisiteSteps = \"PerformingPreRequisiteSteps\",\n /** Waiting for logical replication setup request on source database. */\n WaitingForLogicalReplicationSetupRequestOnSourceDB = \"WaitingForLogicalReplicationSetupRequestOnSourceDB\",\n /** Waiting for databases to migrate specification. */\n WaitingForDBsToMigrateSpecification = \"WaitingForDBsToMigrateSpecification\",\n /** Waiting for target database overwrite confirmation. */\n WaitingForTargetDBOverwriteConfirmation = \"WaitingForTargetDBOverwriteConfirmation\",\n /** Waiting for data migration scheduling. */\n WaitingForDataMigrationScheduling = \"WaitingForDataMigrationScheduling\",\n /** Waiting for data migration window. */\n WaitingForDataMigrationWindow = \"WaitingForDataMigrationWindow\",\n /** Migrating data. */\n MigratingData = \"MigratingData\",\n /** Waiting for cutover trigger. */\n WaitingForCutoverTrigger = \"WaitingForCutoverTrigger\",\n /** Completing migration. */\n CompletingMigration = \"CompletingMigration\",\n /** Migration completed. */\n Completed = \"Completed\",\n /** Canceling requested database migrations. */\n CancelingRequestedDBMigrations = \"CancelingRequestedDBMigrations\",\n /** Validation in progress. */\n ValidationInProgress = \"ValidationInProgress\",\n}\n\n/**\n * Defines values for MigrationSubstate. \\\n * {@link KnownMigrationSubstate} can be used interchangeably with MigrationSubstate,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PerformingPreRequisiteSteps**: Performing pre-requisite steps for migration. \\\n * **WaitingForLogicalReplicationSetupRequestOnSourceDB**: Waiting for logical replication setup request on source database. \\\n * **WaitingForDBsToMigrateSpecification**: Waiting for databases to migrate specification. \\\n * **WaitingForTargetDBOverwriteConfirmation**: Waiting for target database overwrite confirmation. \\\n * **WaitingForDataMigrationScheduling**: Waiting for data migration scheduling. \\\n * **WaitingForDataMigrationWindow**: Waiting for data migration window. \\\n * **MigratingData**: Migrating data. \\\n * **WaitingForCutoverTrigger**: Waiting for cutover trigger. \\\n * **CompletingMigration**: Completing migration. \\\n * **Completed**: Migration completed. \\\n * **CancelingRequestedDBMigrations**: Canceling requested database migrations. \\\n * **ValidationInProgress**: Validation in progress.\n */\nexport type MigrationSubstate = string;\n\n/** Known values of {@link MigrationDatabaseState} that the service accepts. */\nexport enum KnownMigrationDatabaseState {\n /** Migration is in progress for the database. */\n InProgress = \"InProgress\",\n /** Migration is waiting for cutover trigger for the database. */\n WaitingForCutoverTrigger = \"WaitingForCutoverTrigger\",\n /** Migration has failed for the database. */\n Failed = \"Failed\",\n /** Migration has been canceled for the database. */\n Canceled = \"Canceled\",\n /** Migration has succeeded for the database. */\n Succeeded = \"Succeeded\",\n /** Migration is canceling for the database. */\n Canceling = \"Canceling\",\n}\n\n/**\n * Defines values for MigrationDatabaseState. \\\n * {@link KnownMigrationDatabaseState} can be used interchangeably with MigrationDatabaseState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress**: Migration is in progress for the database. \\\n * **WaitingForCutoverTrigger**: Migration is waiting for cutover trigger for the database. \\\n * **Failed**: Migration has failed for the database. \\\n * **Canceled**: Migration has been canceled for the database. \\\n * **Succeeded**: Migration has succeeded for the database. \\\n * **Canceling**: Migration is canceling for the database.\n */\nexport type MigrationDatabaseState = string;\n\n/** Known values of {@link ValidationState} that the service accepts. */\nexport enum KnownValidationState {\n /** Validation has failed. */\n Failed = \"Failed\",\n /** Validation has succeeded. */\n Succeeded = \"Succeeded\",\n /** Validation has succeeded with warnings. */\n Warning = \"Warning\",\n}\n\n/**\n * Defines values for ValidationState. \\\n * {@link KnownValidationState} can be used interchangeably with ValidationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Failed**: Validation has failed. \\\n * **Succeeded**: Validation has succeeded. \\\n * **Warning**: Validation has succeeded with warnings.\n */\nexport type ValidationState = string;\n\n/** Known values of {@link MigrationMode} that the service accepts. */\nexport enum KnownMigrationMode {\n /** Offline migration mode. */\n Offline = \"Offline\",\n /** Online migration mode. */\n Online = \"Online\",\n}\n\n/**\n * Defines values for MigrationMode. \\\n * {@link KnownMigrationMode} can be used interchangeably with MigrationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Offline**: Offline migration mode. \\\n * **Online**: Online migration mode.\n */\nexport type MigrationMode = string;\n\n/** Known values of {@link MigrationOption} that the service accepts. */\nexport enum KnownMigrationOption {\n /** Validate the migration without performing it. */\n Validate = \"Validate\",\n /** Perform the migration. */\n Migrate = \"Migrate\",\n /** Validate and perform the migration. */\n ValidateAndMigrate = \"ValidateAndMigrate\",\n}\n\n/**\n * Defines values for MigrationOption. \\\n * {@link KnownMigrationOption} can be used interchangeably with MigrationOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Validate**: Validate the migration without performing it. \\\n * **Migrate**: Perform the migration. \\\n * **ValidateAndMigrate**: Validate and perform the migration.\n */\nexport type MigrationOption = string;\n\n/** Known values of {@link SourceType} that the service accepts. */\nexport enum KnownSourceType {\n /** On-premises PostgreSQL server. */\n OnPremises = \"OnPremises\",\n /** Amazon Web Services PostgreSQL server. */\n AWS = \"AWS\",\n /** Google Cloud Platform PostgreSQL server. */\n GCP = \"GCP\",\n /** Azure Virtual Machine PostgreSQL server. */\n AzureVM = \"AzureVM\",\n /** Azure Database for PostgreSQL single server. */\n PostgreSQLSingleServer = \"PostgreSQLSingleServer\",\n /** Amazon RDS for PostgreSQL. */\n AWSRDS = \"AWS_RDS\",\n /** Amazon Aurora for PostgreSQL. */\n AWSAurora = \"AWS_AURORA\",\n /** Amazon EC2 for PostgreSQL. */\n AWSEC2 = \"AWS_EC2\",\n /** Google Cloud SQL for PostgreSQL. */\n GCPCloudSQL = \"GCP_CloudSQL\",\n /** Google Cloud AlloyDB for PostgreSQL. */\n GCPAlloyDB = \"GCP_AlloyDB\",\n /** Google Compute Engine for PostgreSQL. */\n GCPCompute = \"GCP_Compute\",\n /** EnterpriseDB PostgreSQL server. */\n EDB = \"EDB\",\n /** EnterpriseDB Oracle Server. */\n EDBOracleServer = \"EDB_Oracle_Server\",\n /** EnterpriseDB PostgreSQL server. */\n EDBPostgreSQL = \"EDB_PostgreSQL\",\n /** Azure Database for PostgreSQL flexible server. */\n PostgreSQLFlexibleServer = \"PostgreSQLFlexibleServer\",\n /** .NET Cosmos DB for PostgreSQL */\n PostgreSQLCosmosDB = \"PostgreSQLCosmosDB\",\n /** Huawei RDS for PostgreSQL */\n HuaweiRDS = \"Huawei_RDS\",\n /** Huawei Compute for PostgreSQL */\n HuaweiCompute = \"Huawei_Compute\",\n /** Heroku PostgreSQL */\n HerokuPostgreSQL = \"Heroku_PostgreSQL\",\n /** Crunchy PostgreSQL */\n CrunchyPostgreSQL = \"Crunchy_PostgreSQL\",\n /** ApsaraDB RDS for PostgreSQL */\n ApsaraDBRDS = \"ApsaraDB_RDS\",\n /** Digital Ocean Droplets for PostgreSQL */\n DigitalOceanDroplets = \"Digital_Ocean_Droplets\",\n /** Digital Ocean PostgreSQL */\n DigitalOceanPostgreSQL = \"Digital_Ocean_PostgreSQL\",\n /** Supabase PostgreSQL */\n SupabasePostgreSQL = \"Supabase_PostgreSQL\",\n}\n\n/**\n * Defines values for SourceType. \\\n * {@link KnownSourceType} can be used interchangeably with SourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OnPremises**: On-premises PostgreSQL server. \\\n * **AWS**: Amazon Web Services PostgreSQL server. \\\n * **GCP**: Google Cloud Platform PostgreSQL server. \\\n * **AzureVM**: Azure Virtual Machine PostgreSQL server. \\\n * **PostgreSQLSingleServer**: Azure Database for PostgreSQL single server. \\\n * **AWS_RDS**: Amazon RDS for PostgreSQL. \\\n * **AWS_AURORA**: Amazon Aurora for PostgreSQL. \\\n * **AWS_EC2**: Amazon EC2 for PostgreSQL. \\\n * **GCP_CloudSQL**: Google Cloud SQL for PostgreSQL. \\\n * **GCP_AlloyDB**: Google Cloud AlloyDB for PostgreSQL. \\\n * **GCP_Compute**: Google Compute Engine for PostgreSQL. \\\n * **EDB**: EnterpriseDB PostgreSQL server. \\\n * **EDB_Oracle_Server**: EnterpriseDB Oracle Server. \\\n * **EDB_PostgreSQL**: EnterpriseDB PostgreSQL server. \\\n * **PostgreSQLFlexibleServer**: Azure Database for PostgreSQL flexible server. \\\n * **PostgreSQLCosmosDB**: .NET Cosmos DB for PostgreSQL \\\n * **Huawei_RDS**: Huawei RDS for PostgreSQL \\\n * **Huawei_Compute**: Huawei Compute for PostgreSQL \\\n * **Heroku_PostgreSQL**: Heroku PostgreSQL \\\n * **Crunchy_PostgreSQL**: Crunchy PostgreSQL \\\n * **ApsaraDB_RDS**: ApsaraDB RDS for PostgreSQL \\\n * **Digital_Ocean_Droplets**: Digital Ocean Droplets for PostgreSQL \\\n * **Digital_Ocean_PostgreSQL**: Digital Ocean PostgreSQL \\\n * **Supabase_PostgreSQL**: Supabase PostgreSQL\n */\nexport type SourceType = string;\n\n/** Known values of {@link SslMode} that the service accepts. */\nexport enum KnownSslMode {\n /** Prefer SSL connection. If the server does not support SSL, the connection will be established without SSL. */\n Prefer = \"Prefer\",\n /** Require SSL connection. If the server does not support SSL, the connection will fail. */\n Require = \"Require\",\n /** Require SSL connection and verify the server certificate against the CA certificate. */\n VerifyCA = \"VerifyCA\",\n /** Require SSL connection, verify the server certificate against the CA certificate, and verify that the server hostname matches the certificate. */\n VerifyFull = \"VerifyFull\",\n}\n\n/**\n * Defines values for SslMode. \\\n * {@link KnownSslMode} can be used interchangeably with SslMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Prefer**: Prefer SSL connection. If the server does not support SSL, the connection will be established without SSL. \\\n * **Require**: Require SSL connection. If the server does not support SSL, the connection will fail. \\\n * **VerifyCA**: Require SSL connection and verify the server certificate against the CA certificate. \\\n * **VerifyFull**: Require SSL connection, verify the server certificate against the CA certificate, and verify that the server hostname matches the certificate.\n */\nexport type SslMode = string;\n\n/** Known values of {@link SkuTier} that the service accepts. */\nexport enum KnownSkuTier {\n /** Burstable */\n Burstable = \"Burstable\",\n /** GeneralPurpose */\n GeneralPurpose = \"GeneralPurpose\",\n /** MemoryOptimized */\n MemoryOptimized = \"MemoryOptimized\",\n}\n\n/**\n * Defines values for SkuTier. \\\n * {@link KnownSkuTier} can be used interchangeably with SkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Burstable** \\\n * **GeneralPurpose** \\\n * **MemoryOptimized**\n */\nexport type SkuTier = string;\n\n/** Known values of {@link LogicalReplicationOnSourceServer} that the service accepts. */\nexport enum KnownLogicalReplicationOnSourceServer {\n /** Logical replication will be set up on the source server. */\n True = \"True\",\n /** Logical replication will not be set up on the source server. */\n False = \"False\",\n}\n\n/**\n * Defines values for LogicalReplicationOnSourceServer. \\\n * {@link KnownLogicalReplicationOnSourceServer} can be used interchangeably with LogicalReplicationOnSourceServer,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True**: Logical replication will be set up on the source server. \\\n * **False**: Logical replication will not be set up on the source server.\n */\nexport type LogicalReplicationOnSourceServer = string;\n\n/** Known values of {@link OverwriteDatabasesOnTargetServer} that the service accepts. */\nexport enum KnownOverwriteDatabasesOnTargetServer {\n /** Databases on the target server can be overwritten when already present. */\n True = \"True\",\n /** Databases on the target server cannot be overwritten when already present. */\n False = \"False\",\n}\n\n/**\n * Defines values for OverwriteDatabasesOnTargetServer. \\\n * {@link KnownOverwriteDatabasesOnTargetServer} can be used interchangeably with OverwriteDatabasesOnTargetServer,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True**: Databases on the target server can be overwritten when already present. \\\n * **False**: Databases on the target server cannot be overwritten when already present.\n */\nexport type OverwriteDatabasesOnTargetServer = string;\n\n/** Known values of {@link MigrateRolesAndPermissions} that the service accepts. */\nexport enum KnownMigrateRolesAndPermissions {\n /** Roles and permissions will be migrated. */\n True = \"True\",\n /** Roles and permissions will not be migrated. */\n False = \"False\",\n}\n\n/**\n * Defines values for MigrateRolesAndPermissions. \\\n * {@link KnownMigrateRolesAndPermissions} can be used interchangeably with MigrateRolesAndPermissions,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True**: Roles and permissions will be migrated. \\\n * **False**: Roles and permissions will not be migrated.\n */\nexport type MigrateRolesAndPermissions = string;\n\n/** Known values of {@link StartDataMigration} that the service accepts. */\nexport enum KnownStartDataMigration {\n /** Data migration must start right away. */\n True = \"True\",\n /** Data migration must not start right away. */\n False = \"False\",\n}\n\n/**\n * Defines values for StartDataMigration. \\\n * {@link KnownStartDataMigration} can be used interchangeably with StartDataMigration,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True**: Data migration must start right away. \\\n * **False**: Data migration must not start right away.\n */\nexport type StartDataMigration = string;\n\n/** Known values of {@link TriggerCutover} that the service accepts. */\nexport enum KnownTriggerCutover {\n /** Cutover must be triggered for the entire migration. */\n True = \"True\",\n /** Cutover must not be triggered for the entire migration. */\n False = \"False\",\n}\n\n/**\n * Defines values for TriggerCutover. \\\n * {@link KnownTriggerCutover} can be used interchangeably with TriggerCutover,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True**: Cutover must be triggered for the entire migration. \\\n * **False**: Cutover must not be triggered for the entire migration.\n */\nexport type TriggerCutover = string;\n\n/** Known values of {@link Cancel} that the service accepts. */\nexport enum KnownCancel {\n /** Cancel must be triggered for the entire migration. */\n True = \"True\",\n /** Cancel must not be triggered for the entire migration. */\n False = \"False\",\n}\n\n/**\n * Defines values for Cancel. \\\n * {@link KnownCancel} can be used interchangeably with Cancel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True**: Cancel must be triggered for the entire migration. \\\n * **False**: Cancel must not be triggered for the entire migration.\n */\nexport type Cancel = string;\n\n/** Known values of {@link MigrationListFilter} that the service accepts. */\nexport enum KnownMigrationListFilter {\n /** Only active (in-progress) migrations. */\n Active = \"Active\",\n /** All migrations. */\n All = \"All\",\n}\n\n/**\n * Defines values for MigrationListFilter. \\\n * {@link KnownMigrationListFilter} can be used interchangeably with MigrationListFilter,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: Only active (in-progress) migrations. \\\n * **All**: All migrations.\n */\nexport type MigrationListFilter = string;\n\n/** Known values of {@link MigrationNameAvailabilityReason} that the service accepts. */\nexport enum KnownMigrationNameAvailabilityReason {\n /** Migration name is invalid. */\n Invalid = \"Invalid\",\n /** Migration name already exists. */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for MigrationNameAvailabilityReason. \\\n * {@link KnownMigrationNameAvailabilityReason} can be used interchangeably with MigrationNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid**: Migration name is invalid. \\\n * **AlreadyExists**: Migration name already exists.\n */\nexport type MigrationNameAvailabilityReason = string;\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link OperationOrigin} that the service accepts. */\nexport enum KnownOperationOrigin {\n /** The origin is not specified. */\n NotSpecified = \"NotSpecified\",\n /** The operation is initiated by a user. */\n User = \"user\",\n /** The operation is initiated by the system. */\n System = \"system\",\n}\n\n/**\n * Defines values for OperationOrigin. \\\n * {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified**: The origin is not specified. \\\n * **user**: The operation is initiated by a user. \\\n * **system**: The operation is initiated by the system.\n */\nexport type OperationOrigin = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** No managed identity is assigned to the server. */\n None = \"None\",\n /** One or more managed identities provided by the user are assigned to the server. */\n UserAssigned = \"UserAssigned\",\n /** Azure automatically creates and manages the identity associated to the lifecycle of the server. */\n SystemAssigned = \"SystemAssigned\",\n /** Both system-assigned and user-assigned identities are assigned to the server. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity is assigned to the server. \\\n * **UserAssigned**: One or more managed identities provided by the user are assigned to the server. \\\n * **SystemAssigned**: Azure automatically creates and manages the identity associated to the lifecycle of the server. \\\n * **SystemAssigned,UserAssigned**: Both system-assigned and user-assigned identities are assigned to the server.\n */\nexport type IdentityType = string;\n\n/** Known values of {@link PostgresMajorVersion} that the service accepts. */\nexport enum KnownPostgresMajorVersion {\n /** PostgreSQL 18. */\n Eighteen = \"18\",\n /** PostgreSQL 17. */\n Seventeen = \"17\",\n /** PostgreSQL 16. */\n Sixteen = \"16\",\n /** PostgreSQL 15. */\n Fifteen = \"15\",\n /** PostgreSQL 14. */\n Fourteen = \"14\",\n /** PostgreSQL 13. */\n Thirteen = \"13\",\n /** PostgreSQL 12. */\n Twelve = \"12\",\n /** PostgreSQL 11. */\n Eleven = \"11\",\n}\n\n/**\n * Defines values for PostgresMajorVersion. \\\n * {@link KnownPostgresMajorVersion} can be used interchangeably with PostgresMajorVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **18**: PostgreSQL 18. \\\n * **17**: PostgreSQL 17. \\\n * **16**: PostgreSQL 16. \\\n * **15**: PostgreSQL 15. \\\n * **14**: PostgreSQL 14. \\\n * **13**: PostgreSQL 13. \\\n * **12**: PostgreSQL 12. \\\n * **11**: PostgreSQL 11.\n */\nexport type PostgresMajorVersion = string;\n\n/** Known values of {@link ServerState} that the service accepts. */\nexport enum KnownServerState {\n /** Server is healthy and not undergoing any operations at the management or control plane level. This doesn't mean that the server is fully operational at the data plane level. */\n Ready = \"Ready\",\n /** Server is being deleted. */\n Dropping = \"Dropping\",\n /** Server is disabled. Typical reasons include: the subscription on which the server is deployed is explicitly disabled or canceled by the administrator, the spending limit has been reached, or the bill is past due. May also happen when the server is being moved to another resource group or subscription. */\n Disabled = \"Disabled\",\n /** PostgreSQL database engine is being restarted. */\n Starting = \"Starting\",\n /** Compute resources associated with the server are being stopped and deallocated. If the server has high availability enabled, the compute resources of the standby server are also stopped and deallocated. */\n Stopping = \"Stopping\",\n /** Compute resources associated with the server are being stopped and deallocated. */\n Stopped = \"Stopped\",\n /** Server is undergoing some changes which may or may not impact the availability of the PostgreSQL database engine. For example, the compute resources of the server are being scaled up or down, which may cause temporary unavailability of the database engine. Or, for example, a firewall rule is being added or removed, which doesn't cause any unavailability of the database engine. */\n Updating = \"Updating\",\n /** PostgreSQL database engine is being restarted. */\n Restarting = \"Restarting\",\n /** Server isn't accessible, because the key provided to encrypt and decrypt the data is in invalid state. */\n Inaccessible = \"Inaccessible\",\n /** Server is in the process of being created. */\n Provisioning = \"Provisioning\",\n}\n\n/**\n * Defines values for ServerState. \\\n * {@link KnownServerState} can be used interchangeably with ServerState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ready**: Server is healthy and not undergoing any operations at the management or control plane level. This doesn't mean that the server is fully operational at the data plane level. \\\n * **Dropping**: Server is being deleted. \\\n * **Disabled**: Server is disabled. Typical reasons include: the subscription on which the server is deployed is explicitly disabled or canceled by the administrator, the spending limit has been reached, or the bill is past due. May also happen when the server is being moved to another resource group or subscription. \\\n * **Starting**: PostgreSQL database engine is being restarted. \\\n * **Stopping**: Compute resources associated with the server are being stopped and deallocated. If the server has high availability enabled, the compute resources of the standby server are also stopped and deallocated. \\\n * **Stopped**: Compute resources associated with the server are being stopped and deallocated. \\\n * **Updating**: Server is undergoing some changes which may or may not impact the availability of the PostgreSQL database engine. For example, the compute resources of the server are being scaled up or down, which may cause temporary unavailability of the database engine. Or, for example, a firewall rule is being added or removed, which doesn't cause any unavailability of the database engine. \\\n * **Restarting**: PostgreSQL database engine is being restarted. \\\n * **Inaccessible**: Server isn't accessible, because the key provided to encrypt and decrypt the data is in invalid state. \\\n * **Provisioning**: Server is in the process of being created.\n */\nexport type ServerState = string;\n\n/** Known values of {@link StorageAutoGrow} that the service accepts. */\nexport enum KnownStorageAutoGrow {\n /** Server should automatically grow storage size when available space is nearing zero and conditions allow for automatically growing storage size. */\n Enabled = \"Enabled\",\n /** Server should not automatically grow storage size when available space is nearing zero. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for StorageAutoGrow. \\\n * {@link KnownStorageAutoGrow} can be used interchangeably with StorageAutoGrow,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Server should automatically grow storage size when available space is nearing zero and conditions allow for automatically growing storage size. \\\n * **Disabled**: Server should not automatically grow storage size when available space is nearing zero.\n */\nexport type StorageAutoGrow = string;\n\n/** Known values of {@link AzureManagedDiskPerformanceTier} that the service accepts. */\nexport enum KnownAzureManagedDiskPerformanceTier {\n /** Entry-level SSD for minimal IOPS, ideal for light development or testing workloads. */\n P1 = \"P1\",\n /** Slightly higher IOPS for small-scale applications needing consistent low latency. */\n P2 = \"P2\",\n /** Balanced performance for basic production workloads with moderate throughput. */\n P3 = \"P3\",\n /** Enhanced IOPS for growing apps with predictable performance needs. */\n P4 = \"P4\",\n /** Mid-tier SSD for steady workloads requiring reliable throughput and latency. */\n P6 = \"P6\",\n /** Popular choice for general-purpose production workloads with scalable performance. */\n P10 = \"P10\",\n /** High IOPS tier for demanding apps with frequent read\\/write operations. */\n P15 = \"P15\",\n /** Entry point for high-performance Solid State Disks (SSDs), suitable for small-scale I\\/O-intensive workloads. */\n P20 = \"P20\",\n /** Balanced tier for moderate throughput and latency-sensitive applications. */\n P30 = \"P30\",\n /** Enhanced performance for growing production workloads with consistent IOPS demands. */\n P40 = \"P40\",\n /** Optimized for enterprise-grade applications needing sustained high throughput. */\n P50 = \"P50\",\n /** High-capacity tier for large databases and analytics workloads with elevated IOPS. */\n P60 = \"P60\",\n /** Designed for mission-critical systems requiring ultra-low latency and high concurrency. */\n P70 = \"P70\",\n /** Top-tier SSD for maximum IOPS and throughput, ideal for the most demanding workloads. */\n P80 = \"P80\",\n}\n\n/**\n * Defines values for AzureManagedDiskPerformanceTier. \\\n * {@link KnownAzureManagedDiskPerformanceTier} can be used interchangeably with AzureManagedDiskPerformanceTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **P1**: Entry-level SSD for minimal IOPS, ideal for light development or testing workloads. \\\n * **P2**: Slightly higher IOPS for small-scale applications needing consistent low latency. \\\n * **P3**: Balanced performance for basic production workloads with moderate throughput. \\\n * **P4**: Enhanced IOPS for growing apps with predictable performance needs. \\\n * **P6**: Mid-tier SSD for steady workloads requiring reliable throughput and latency. \\\n * **P10**: Popular choice for general-purpose production workloads with scalable performance. \\\n * **P15**: High IOPS tier for demanding apps with frequent read\\/write operations. \\\n * **P20**: Entry point for high-performance Solid State Disks (SSDs), suitable for small-scale I\\/O-intensive workloads. \\\n * **P30**: Balanced tier for moderate throughput and latency-sensitive applications. \\\n * **P40**: Enhanced performance for growing production workloads with consistent IOPS demands. \\\n * **P50**: Optimized for enterprise-grade applications needing sustained high throughput. \\\n * **P60**: High-capacity tier for large databases and analytics workloads with elevated IOPS. \\\n * **P70**: Designed for mission-critical systems requiring ultra-low latency and high concurrency. \\\n * **P80**: Top-tier SSD for maximum IOPS and throughput, ideal for the most demanding workloads.\n */\nexport type AzureManagedDiskPerformanceTier = string;\n\n/** Known values of {@link StorageType} that the service accepts. */\nexport enum KnownStorageType {\n /** Standard Solid State Disk (SSD) backed storage offering consistent performance for general purpose workloads. */\n PremiumLRS = \"Premium_LRS\",\n /** Next generation Solid State Disk (SSD) storage with improved scalability and performance for demanding enterprise workloads. */\n PremiumV2LRS = \"PremiumV2_LRS\",\n /** High-end Solid State Disk (SSD) storage designed for extreme IOPS and latency-sensitive applications. */\n UltraSSDLRS = \"UltraSSD_LRS\",\n}\n\n/**\n * Defines values for StorageType. \\\n * {@link KnownStorageType} can be used interchangeably with StorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Premium_LRS**: Standard Solid State Disk (SSD) backed storage offering consistent performance for general purpose workloads. \\\n * **PremiumV2_LRS**: Next generation Solid State Disk (SSD) storage with improved scalability and performance for demanding enterprise workloads. \\\n * **UltraSSD_LRS**: High-end Solid State Disk (SSD) storage designed for extreme IOPS and latency-sensitive applications.\n */\nexport type StorageType = string;\n\n/** Known values of {@link MicrosoftEntraAuth} that the service accepts. */\nexport enum KnownMicrosoftEntraAuth {\n /** Server supports Microsoft Entra authentication. */\n Enabled = \"Enabled\",\n /** Server doesn't support Microsoft Entra authentication. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for MicrosoftEntraAuth. \\\n * {@link KnownMicrosoftEntraAuth} can be used interchangeably with MicrosoftEntraAuth,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Server supports Microsoft Entra authentication. \\\n * **Disabled**: Server doesn't support Microsoft Entra authentication.\n */\nexport type MicrosoftEntraAuth = string;\n\n/** Known values of {@link PasswordBasedAuth} that the service accepts. */\nexport enum KnownPasswordBasedAuth {\n /** Server supports password based authentication. */\n Enabled = \"Enabled\",\n /** Server doesn't support password based authentication. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PasswordBasedAuth. \\\n * {@link KnownPasswordBasedAuth} can be used interchangeably with PasswordBasedAuth,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Server supports password based authentication. \\\n * **Disabled**: Server doesn't support password based authentication.\n */\nexport type PasswordBasedAuth = string;\n\n/** Known values of {@link DataEncryptionType} that the service accepts. */\nexport enum KnownDataEncryptionType {\n /** Encryption managed by Azure using platform managed keys for simplicity and compliance. */\n SystemManaged = \"SystemManaged\",\n /** Encryption using customer managed keys stored in Azure Key Vault for enhanced control and security. */\n AzureKeyVault = \"AzureKeyVault\",\n}\n\n/**\n * Defines values for DataEncryptionType. \\\n * {@link KnownDataEncryptionType} can be used interchangeably with DataEncryptionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemManaged**: Encryption managed by Azure using platform managed keys for simplicity and compliance. \\\n * **AzureKeyVault**: Encryption using customer managed keys stored in Azure Key Vault for enhanced control and security.\n */\nexport type DataEncryptionType = string;\n\n/** Known values of {@link EncryptionKeyStatus} that the service accepts. */\nexport enum KnownEncryptionKeyStatus {\n /** Key is valid and can be used for encryption. */\n Valid = \"Valid\",\n /** Key is invalid and cannot be used for encryption. Possible causes include key deletion, permission changes, key being disabled, key type not supported, or current date being outside of validity period associated to the key. */\n Invalid = \"Invalid\",\n}\n\n/**\n * Defines values for EncryptionKeyStatus. \\\n * {@link KnownEncryptionKeyStatus} can be used interchangeably with EncryptionKeyStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Valid**: Key is valid and can be used for encryption. \\\n * **Invalid**: Key is invalid and cannot be used for encryption. Possible causes include key deletion, permission changes, key being disabled, key type not supported, or current date being outside of validity period associated to the key.\n */\nexport type EncryptionKeyStatus = string;\n\n/** Known values of {@link GeographicallyRedundantBackup} that the service accepts. */\nexport enum KnownGeographicallyRedundantBackup {\n /** Server is configured to create geographically redundant backups. */\n Enabled = \"Enabled\",\n /** Server is not configured to create geographically redundant backups. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for GeographicallyRedundantBackup. \\\n * {@link KnownGeographicallyRedundantBackup} can be used interchangeably with GeographicallyRedundantBackup,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Server is configured to create geographically redundant backups. \\\n * **Disabled**: Server is not configured to create geographically redundant backups.\n */\nexport type GeographicallyRedundantBackup = string;\n\n/** Known values of {@link ServerPublicNetworkAccessState} that the service accepts. */\nexport enum KnownServerPublicNetworkAccessState {\n /** Public network access is enabled. This allows the server to be accessed from the public internet, provided the necessary firewall rule that allows incoming traffic originating from the connecting client is in place. This is compatible with the use of private endpoints to connect to this server. */\n Enabled = \"Enabled\",\n /** Public network access is disabled. This means the server cannot be accessed from the public internet, but only via private endpoints. */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ServerPublicNetworkAccessState. \\\n * {@link KnownServerPublicNetworkAccessState} can be used interchangeably with ServerPublicNetworkAccessState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled**: Public network access is enabled. This allows the server to be accessed from the public internet, provided the necessary firewall rule that allows incoming traffic originating from the connecting client is in place. This is compatible with the use of private endpoints to connect to this server. \\\n * **Disabled**: Public network access is disabled. This means the server cannot be accessed from the public internet, but only via private endpoints.\n */\nexport type ServerPublicNetworkAccessState = string;\n\n/** Known values of {@link HighAvailabilityState} that the service accepts. */\nexport enum KnownHighAvailabilityState {\n /** High availability is not enabled for the server. */\n NotEnabled = \"NotEnabled\",\n /** Standby server is being created. */\n CreatingStandby = \"CreatingStandby\",\n /** Data is being replicated to the standby server. */\n ReplicatingData = \"ReplicatingData\",\n /** Failover operation to the standby server is in progress. */\n FailingOver = \"FailingOver\",\n /** Standby server is healthy and ready to take over in case of a failover. */\n Healthy = \"Healthy\",\n /** Standby server is being removed. */\n RemovingStandby = \"RemovingStandby\",\n}\n\n/**\n * Defines values for HighAvailabilityState. \\\n * {@link KnownHighAvailabilityState} can be used interchangeably with HighAvailabilityState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotEnabled**: High availability is not enabled for the server. \\\n * **CreatingStandby**: Standby server is being created. \\\n * **ReplicatingData**: Data is being replicated to the standby server. \\\n * **FailingOver**: Failover operation to the standby server is in progress. \\\n * **Healthy**: Standby server is healthy and ready to take over in case of a failover. \\\n * **RemovingStandby**: Standby server is being removed.\n */\nexport type HighAvailabilityState = string;\n\n/** Known values of {@link ReplicationRole} that the service accepts. */\nexport enum KnownReplicationRole {\n /** No replication role assigned; the server operates independently. */\n None = \"None\",\n /** Acts as the source server for replication to one or more replicas. */\n Primary = \"Primary\",\n /** Receives data asynchronously from a primary server within the same region. */\n AsyncReplica = \"AsyncReplica\",\n /** Receives data asynchronously from a primary server in a different region for geographical redundancy. */\n GeoAsyncReplica = \"GeoAsyncReplica\",\n}\n\n/**\n * Defines values for ReplicationRole. \\\n * {@link KnownReplicationRole} can be used interchangeably with ReplicationRole,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No replication role assigned; the server operates independently. \\\n * **Primary**: Acts as the source server for replication to one or more replicas. \\\n * **AsyncReplica**: Receives data asynchronously from a primary server within the same region. \\\n * **GeoAsyncReplica**: Receives data asynchronously from a primary server in a different region for geographical redundancy.\n */\nexport type ReplicationRole = string;\n\n/** Known values of {@link ReplicationState} that the service accepts. */\nexport enum KnownReplicationState {\n /** Read replica is fully synchronized and actively replicating data from the primary server. */\n Active = \"Active\",\n /** Read replica is behind the primary server and is currently catching up with pending changes. */\n Catchup = \"Catchup\",\n /** Read replica is being created and is in process of getting initialized. */\n Provisioning = \"Provisioning\",\n /** Read replica is undergoing some changes it can be changing compute size of promoting it to primary server. */\n Updating = \"Updating\",\n /** Replication has failed or been interrupted. */\n Broken = \"Broken\",\n /** Read replica is being reconfigured, possibly due to changes in source or settings. */\n Reconfiguring = \"Reconfiguring\",\n}\n\n/**\n * Defines values for ReplicationState. \\\n * {@link KnownReplicationState} can be used interchangeably with ReplicationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active**: Read replica is fully synchronized and actively replicating data from the primary server. \\\n * **Catchup**: Read replica is behind the primary server and is currently catching up with pending changes. \\\n * **Provisioning**: Read replica is being created and is in process of getting initialized. \\\n * **Updating**: Read replica is undergoing some changes it can be changing compute size of promoting it to primary server. \\\n * **Broken**: Replication has failed or been interrupted. \\\n * **Reconfiguring**: Read replica is being reconfigured, possibly due to changes in source or settings.\n */\nexport type ReplicationState = string;\n\n/** Known values of {@link ReadReplicaPromoteMode} that the service accepts. */\nexport enum KnownReadReplicaPromoteMode {\n /** Read replica will become an independent server. */\n Standalone = \"Standalone\",\n /** Read replica will swap roles with primary server. */\n Switchover = \"Switchover\",\n}\n\n/**\n * Defines values for ReadReplicaPromoteMode. \\\n * {@link KnownReadReplicaPromoteMode} can be used interchangeably with ReadReplicaPromoteMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Standalone**: Read replica will become an independent server. \\\n * **Switchover**: Read replica will swap roles with primary server.\n */\nexport type ReadReplicaPromoteMode = string;\n\n/** Known values of {@link ReadReplicaPromoteOption} that the service accepts. */\nexport enum KnownReadReplicaPromoteOption {\n /** The operation will wait for data in the read replica to be fully synchronized with its source server, before it initiates the operation. */\n Planned = \"Planned\",\n /** The operation will not wait for data in the read replica to be synchronized with its source server, before it initiates the operation. */\n Forced = \"Forced\",\n}\n\n/**\n * Defines values for ReadReplicaPromoteOption. \\\n * {@link KnownReadReplicaPromoteOption} can be used interchangeably with ReadReplicaPromoteOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Planned**: The operation will wait for data in the read replica to be fully synchronized with its source server, before it initiates the operation. \\\n * **Forced**: The operation will not wait for data in the read replica to be synchronized with its source server, before it initiates the operation.\n */\nexport type ReadReplicaPromoteOption = string;\n\n/** Known values of {@link CreateMode} that the service accepts. */\nexport enum KnownCreateMode {\n /** If the operation is triggered on a non-existing server, it's equivalent to 'Create'. If the operation is triggered on an existing server, it's equivalent to 'Update'. */\n Default = \"Default\",\n /** Operation creates a new server. */\n Create = \"Create\",\n /** Operation updates an existing server. */\n Update = \"Update\",\n /** Operation restores an existing backup of an existing server. This operation creates a new server, and then restores on it the backup of an existing server at a specific point in time. */\n PointInTimeRestore = \"PointInTimeRestore\",\n /** Operation restores an existing backup of an existing server, on the paired region of the existing server. This operation creates a new server on the paired region of the existing server, and then restores on it the backup of an existing server at a specific point in time, in a different region. This operation is only supported on existing servers that were created with geographically redundant backups enabled. */\n GeoRestore = \"GeoRestore\",\n /** Operation creates a replica of an existing server. This operation creates a new server, restores a base backup of the existing server (referred to as primary), and configures physical replication to asynchronously stream all changes which are recorded in the transaction log of the primary. */\n Replica = \"Replica\",\n /** Operation creates a new server, initialized with the backup of a server that was recently deleted. */\n ReviveDropped = \"ReviveDropped\",\n}\n\n/**\n * Defines values for CreateMode. \\\n * {@link KnownCreateMode} can be used interchangeably with CreateMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: If the operation is triggered on a non-existing server, it's equivalent to 'Create'. If the operation is triggered on an existing server, it's equivalent to 'Update'. \\\n * **Create**: Operation creates a new server. \\\n * **Update**: Operation updates an existing server. \\\n * **PointInTimeRestore**: Operation restores an existing backup of an existing server. This operation creates a new server, and then restores on it the backup of an existing server at a specific point in time. \\\n * **GeoRestore**: Operation restores an existing backup of an existing server, on the paired region of the existing server. This operation creates a new server on the paired region of the existing server, and then restores on it the backup of an existing server at a specific point in time, in a different region. This operation is only supported on existing servers that were created with geographically redundant backups enabled. \\\n * **Replica**: Operation creates a replica of an existing server. This operation creates a new server, restores a base backup of the existing server (referred to as primary), and configures physical replication to asynchronously stream all changes which are recorded in the transaction log of the primary. \\\n * **ReviveDropped**: Operation creates a new server, initialized with the backup of a server that was recently deleted.\n */\nexport type CreateMode = string;\n\n/** Known values of {@link CreateModeForPatch} that the service accepts. */\nexport enum KnownCreateModeForPatch {\n /** It's equivalent to 'Update'. */\n Default = \"Default\",\n /** Operation updates an existing server. */\n Update = \"Update\",\n}\n\n/**\n * Defines values for CreateModeForPatch. \\\n * {@link KnownCreateModeForPatch} can be used interchangeably with CreateModeForPatch,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: It's equivalent to 'Update'. \\\n * **Update**: Operation updates an existing server.\n */\nexport type CreateModeForPatch = string;\n\n/** Known values of {@link FailoverMode} that the service accepts. */\nexport enum KnownFailoverMode {\n /** Triggers a failover from primary to standby without killing the primary database process first. This is a graceful failover that attempts to preserve data consistency. */\n PlannedFailover = \"PlannedFailover\",\n /** Kills the primary database process first, then triggers the failover. This is more aggressive and used when the primary is unresponsive or in an unhealthy state. */\n ForcedFailover = \"ForcedFailover\",\n /** Similar to 'PlannedFailover' but prefers a switch over operation where roles are swapped between primary and standby. */\n PlannedSwitchover = \"PlannedSwitchover\",\n /** Kills the primary database process and then triggers a switch over with role swapping. */\n ForcedSwitchover = \"ForcedSwitchover\",\n}\n\n/**\n * Defines values for FailoverMode. \\\n * {@link KnownFailoverMode} can be used interchangeably with FailoverMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PlannedFailover**: Triggers a failover from primary to standby without killing the primary database process first. This is a graceful failover that attempts to preserve data consistency. \\\n * **ForcedFailover**: Kills the primary database process first, then triggers the failover. This is more aggressive and used when the primary is unresponsive or in an unhealthy state. \\\n * **PlannedSwitchover**: Similar to 'PlannedFailover' but prefers a switch over operation where roles are swapped between primary and standby. \\\n * **ForcedSwitchover**: Kills the primary database process and then triggers a switch over with role swapping.\n */\nexport type FailoverMode = string;\n\n/** Known values of {@link TuningOptionParameterEnum} that the service accepts. */\nexport enum KnownTuningOptionParameterEnum {\n /** Index */\n Index = \"index\",\n /** Table */\n Table = \"table\",\n}\n\n/**\n * Defines values for TuningOptionParameterEnum. \\\n * {@link KnownTuningOptionParameterEnum} can be used interchangeably with TuningOptionParameterEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **index** \\\n * **table**\n */\nexport type TuningOptionParameterEnum = string;\n\n/** Known values of {@link RecommendationTypeParameterEnum} that the service accepts. */\nexport enum KnownRecommendationTypeParameterEnum {\n /** CreateIndex */\n CreateIndex = \"CreateIndex\",\n /** DropIndex */\n DropIndex = \"DropIndex\",\n /** ReIndex */\n ReIndex = \"ReIndex\",\n /** AnalyzeTable */\n AnalyzeTable = \"AnalyzeTable\",\n}\n\n/**\n * Defines values for RecommendationTypeParameterEnum. \\\n * {@link KnownRecommendationTypeParameterEnum} can be used interchangeably with RecommendationTypeParameterEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CreateIndex** \\\n * **DropIndex** \\\n * **ReIndex** \\\n * **AnalyzeTable**\n */\nexport type RecommendationTypeParameterEnum = string;\n\n/** Known values of {@link RecommendationTypeEnum} that the service accepts. */\nexport enum KnownRecommendationTypeEnum {\n /** CreateIndex */\n CreateIndex = \"CreateIndex\",\n /** DropIndex */\n DropIndex = \"DropIndex\",\n /** ReIndex */\n ReIndex = \"ReIndex\",\n /** AnalyzeTable */\n AnalyzeTable = \"AnalyzeTable\",\n}\n\n/**\n * Defines values for RecommendationTypeEnum. \\\n * {@link KnownRecommendationTypeEnum} can be used interchangeably with RecommendationTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CreateIndex** \\\n * **DropIndex** \\\n * **ReIndex** \\\n * **AnalyzeTable**\n */\nexport type RecommendationTypeEnum = string;\n\n/** Known values of {@link VirtualEndpointType} that the service accepts. */\nexport enum KnownVirtualEndpointType {\n /** Read-write endpoint. */\n ReadWrite = \"ReadWrite\",\n}\n\n/**\n * Defines values for VirtualEndpointType. \\\n * {@link KnownVirtualEndpointType} can be used interchangeably with VirtualEndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ReadWrite**: Read-write endpoint.\n */\nexport type VirtualEndpointType = string;\n\n/** Known values of {@link MigrationDetailsLevel} that the service accepts. */\nexport enum KnownMigrationDetailsLevel {\n /** Default level of details. */\n Default = \"Default\",\n /** Summary level of details. */\n Summary = \"Summary\",\n /** Full level of details. */\n Full = \"Full\",\n}\n\n/**\n * Defines values for MigrationDetailsLevel. \\\n * {@link KnownMigrationDetailsLevel} can be used interchangeably with MigrationDetailsLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**: Default level of details. \\\n * **Summary**: Summary level of details. \\\n * **Full**: Full level of details.\n */\nexport type MigrationDetailsLevel = string;\n/** Defines values for ThreatProtectionState. */\nexport type ThreatProtectionState = \"Enabled\" | \"Disabled\";\n/** Defines values for CapabilityStatus. */\nexport type CapabilityStatus = \"Visible\" | \"Available\" | \"Default\" | \"Disabled\";\n\n/** Optional parameters. */\nexport interface AdministratorsMicrosoftEntraCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type AdministratorsMicrosoftEntraCreateOrUpdateResponse = AdministratorMicrosoftEntra;\n\n/** Optional parameters. */\nexport interface AdministratorsMicrosoftEntraDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type AdministratorsMicrosoftEntraDeleteResponse = AdministratorsMicrosoftEntraDeleteHeaders;\n\n/** Optional parameters. */\nexport interface AdministratorsMicrosoftEntraGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AdministratorsMicrosoftEntraGetResponse = AdministratorMicrosoftEntra;\n\n/** Optional parameters. */\nexport interface AdministratorsMicrosoftEntraListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type AdministratorsMicrosoftEntraListByServerResponse = AdministratorMicrosoftEntraList;\n\n/** Optional parameters. */\nexport interface AdministratorsMicrosoftEntraListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type AdministratorsMicrosoftEntraListByServerNextResponse = AdministratorMicrosoftEntraList;\n\n/** Optional parameters. */\nexport interface AdvancedThreatProtectionSettingsListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type AdvancedThreatProtectionSettingsListByServerResponse =\n AdvancedThreatProtectionSettingsList;\n\n/** Optional parameters. */\nexport interface AdvancedThreatProtectionSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AdvancedThreatProtectionSettingsGetResponse = AdvancedThreatProtectionSettingsModel;\n\n/** Optional parameters. */\nexport interface AdvancedThreatProtectionSettingsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type AdvancedThreatProtectionSettingsListByServerNextResponse =\n AdvancedThreatProtectionSettingsList;\n\n/** Optional parameters. */\nexport interface ServerThreatProtectionSettingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ServerThreatProtectionSettingsCreateOrUpdateResponse =\n AdvancedThreatProtectionSettingsModel;\n\n/** Optional parameters. */\nexport interface BackupsAutomaticAndOnDemandCreateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type BackupsAutomaticAndOnDemandCreateResponse = BackupAutomaticAndOnDemand;\n\n/** Optional parameters. */\nexport interface BackupsAutomaticAndOnDemandDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type BackupsAutomaticAndOnDemandDeleteResponse = BackupsAutomaticAndOnDemandDeleteHeaders;\n\n/** Optional parameters. */\nexport interface BackupsAutomaticAndOnDemandGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BackupsAutomaticAndOnDemandGetResponse = BackupAutomaticAndOnDemand;\n\n/** Optional parameters. */\nexport interface BackupsAutomaticAndOnDemandListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type BackupsAutomaticAndOnDemandListByServerResponse = BackupAutomaticAndOnDemandList;\n\n/** Optional parameters. */\nexport interface BackupsAutomaticAndOnDemandListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type BackupsAutomaticAndOnDemandListByServerNextResponse = BackupAutomaticAndOnDemandList;\n\n/** Optional parameters. */\nexport interface CapabilitiesByLocationListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CapabilitiesByLocationListResponse = CapabilityList;\n\n/** Optional parameters. */\nexport interface CapabilitiesByLocationListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CapabilitiesByLocationListNextResponse = CapabilityList;\n\n/** Optional parameters. */\nexport interface CapabilitiesByServerListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type CapabilitiesByServerListResponse = CapabilityList;\n\n/** Optional parameters. */\nexport interface CapabilitiesByServerListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type CapabilitiesByServerListNextResponse = CapabilityList;\n\n/** Optional parameters. */\nexport interface CapturedLogsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type CapturedLogsListByServerResponse = CapturedLogList;\n\n/** Optional parameters. */\nexport interface CapturedLogsListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type CapturedLogsListByServerNextResponse = CapturedLogList;\n\n/** Optional parameters. */\nexport interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type ConfigurationsListByServerResponse = ConfigurationList;\n\n/** Optional parameters. */\nexport interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConfigurationsGetResponse = Configuration;\n\n/** Optional parameters. */\nexport interface ConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ConfigurationsUpdateResponse = Configuration;\n\n/** Optional parameters. */\nexport interface ConfigurationsPutOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the put operation. */\nexport type ConfigurationsPutResponse = Configuration;\n\n/** Optional parameters. */\nexport interface ConfigurationsListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type ConfigurationsListByServerNextResponse = ConfigurationList;\n\n/** Optional parameters. */\nexport interface DatabasesCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type DatabasesCreateResponse = Database;\n\n/** Optional parameters. */\nexport interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type DatabasesDeleteResponse = DatabasesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface DatabasesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DatabasesGetResponse = Database;\n\n/** Optional parameters. */\nexport interface DatabasesListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type DatabasesListByServerResponse = DatabaseList;\n\n/** Optional parameters. */\nexport interface DatabasesListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type DatabasesListByServerNextResponse = DatabaseList;\n\n/** Optional parameters. */\nexport interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type FirewallRulesCreateOrUpdateResponse = FirewallRule;\n\n/** Optional parameters. */\nexport interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type FirewallRulesDeleteResponse = FirewallRulesDeleteHeaders;\n\n/** Optional parameters. */\nexport interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FirewallRulesGetResponse = FirewallRule;\n\n/** Optional parameters. */\nexport interface FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type FirewallRulesListByServerResponse = FirewallRuleList;\n\n/** Optional parameters. */\nexport interface FirewallRulesListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type FirewallRulesListByServerNextResponse = FirewallRuleList;\n\n/** Optional parameters. */\nexport interface BackupsLongTermRetentionCheckPrerequisitesOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkPrerequisites operation. */\nexport type BackupsLongTermRetentionCheckPrerequisitesResponse =\n BackupsLongTermRetentionCheckPrerequisitesHeaders & LtrPreBackupResponse;\n\n/** Optional parameters. */\nexport interface BackupsLongTermRetentionStartOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type BackupsLongTermRetentionStartResponse = BackupsLongTermRetentionStartHeaders &\n BackupsLongTermRetentionResponse;\n\n/** Optional parameters. */\nexport interface BackupsLongTermRetentionGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BackupsLongTermRetentionGetResponse = BackupsLongTermRetentionOperation;\n\n/** Optional parameters. */\nexport interface BackupsLongTermRetentionListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type BackupsLongTermRetentionListByServerResponse = LtrServerBackupOperationList;\n\n/** Optional parameters. */\nexport interface BackupsLongTermRetentionListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type BackupsLongTermRetentionListByServerNextResponse = LtrServerBackupOperationList;\n\n/** Optional parameters. */\nexport interface MigrationsCreateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type MigrationsCreateResponse = Migration;\n\n/** Optional parameters. */\nexport interface MigrationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MigrationsGetResponse = Migration;\n\n/** Optional parameters. */\nexport interface MigrationsUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type MigrationsUpdateResponse = Migration;\n\n/** Optional parameters. */\nexport interface MigrationsCancelOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the cancel operation. */\nexport type MigrationsCancelResponse = Migration;\n\n/** Optional parameters. */\nexport interface MigrationsListByTargetServerOptionalParams extends coreClient.OperationOptions {\n /** Migration list filter. Indicates if the request should retrieve only active migrations or all migrations. Defaults to Active. */\n migrationListFilter?: MigrationListFilter;\n}\n\n/** Contains response data for the listByTargetServer operation. */\nexport type MigrationsListByTargetServerResponse = MigrationList;\n\n/** Optional parameters. */\nexport interface MigrationsCheckNameAvailabilityOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkNameAvailability operation. */\nexport type MigrationsCheckNameAvailabilityResponse = MigrationNameAvailability;\n\n/** Optional parameters. */\nexport interface MigrationsListByTargetServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByTargetServerNext operation. */\nexport type MigrationsListByTargetServerNextResponse = MigrationList;\n\n/** Optional parameters. */\nexport interface NameAvailabilityCheckGloballyOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkGlobally operation. */\nexport type NameAvailabilityCheckGloballyResponse = NameAvailabilityModel;\n\n/** Optional parameters. */\nexport interface NameAvailabilityCheckWithLocationOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkWithLocation operation. */\nexport type NameAvailabilityCheckWithLocationResponse = NameAvailabilityModel;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationList;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationList;\n\n/** Optional parameters. */\nexport interface PrivateDnsZoneSuffixGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateDnsZoneSuffixGetResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PrivateEndpointConnectionsUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsDeleteOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnectionsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type PrivateEndpointConnectionsListByServerResponse = PrivateEndpointConnectionList;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type PrivateEndpointConnectionsListByServerNextResponse = PrivateEndpointConnectionList;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type PrivateLinkResourcesListByServerResponse = PrivateLinkResourceList;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type PrivateLinkResourcesListByServerNextResponse = PrivateLinkResourceList;\n\n/** Optional parameters. */\nexport interface QuotaUsagesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type QuotaUsagesListResponse = QuotaUsageList;\n\n/** Optional parameters. */\nexport interface QuotaUsagesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type QuotaUsagesListNextResponse = QuotaUsageList;\n\n/** Optional parameters. */\nexport interface ReplicasListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type ReplicasListByServerResponse = ServerList;\n\n/** Optional parameters. */\nexport interface ServersCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ServersCreateOrUpdateResponse = Server;\n\n/** Optional parameters. */\nexport interface ServersUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ServersUpdateResponse = Server;\n\n/** Optional parameters. */\nexport interface ServersDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type ServersDeleteResponse = ServersDeleteHeaders;\n\n/** Optional parameters. */\nexport interface ServersGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServersGetResponse = Server;\n\n/** Optional parameters. */\nexport interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ServersListByResourceGroupResponse = ServerList;\n\n/** Optional parameters. */\nexport interface ServersListBySubscriptionOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscription operation. */\nexport type ServersListBySubscriptionResponse = ServerList;\n\n/** Optional parameters. */\nexport interface ServersRestartOptionalParams extends coreClient.OperationOptions {\n /** Parameters to restart a server. */\n parameters?: RestartParameter;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the restart operation. */\nexport type ServersRestartResponse = ServersRestartHeaders;\n\n/** Optional parameters. */\nexport interface ServersStartOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the start operation. */\nexport type ServersStartResponse = ServersStartHeaders;\n\n/** Optional parameters. */\nexport interface ServersStopOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stop operation. */\nexport type ServersStopResponse = ServersStopHeaders;\n\n/** Optional parameters. */\nexport interface ServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ServersListByResourceGroupNextResponse = ServerList;\n\n/** Optional parameters. */\nexport interface ServersListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listBySubscriptionNext operation. */\nexport type ServersListBySubscriptionNextResponse = ServerList;\n\n/** Optional parameters. */\nexport interface TuningOptionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TuningOptionsGetResponse = TuningOptions;\n\n/** Optional parameters. */\nexport interface TuningOptionsListRecommendationsOptionalParams\n extends coreClient.OperationOptions {\n /** Recommendations list filter. Retrieves recommendations based on type. */\n recommendationType?: RecommendationTypeParameterEnum;\n}\n\n/** Contains response data for the listRecommendations operation. */\nexport type TuningOptionsListRecommendationsResponse = ObjectRecommendationList;\n\n/** Optional parameters. */\nexport interface TuningOptionsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type TuningOptionsListByServerResponse = TuningOptionsList;\n\n/** Optional parameters. */\nexport interface TuningOptionsListRecommendationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendationsNext operation. */\nexport type TuningOptionsListRecommendationsNextResponse = ObjectRecommendationList;\n\n/** Optional parameters. */\nexport interface TuningOptionsListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type TuningOptionsListByServerNextResponse = TuningOptionsList;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type VirtualEndpointsCreateResponse = VirtualEndpoint;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualEndpointsUpdateResponse = VirtualEndpoint;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type VirtualEndpointsDeleteResponse = VirtualEndpointsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualEndpointsGetResponse = VirtualEndpoint;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type VirtualEndpointsListByServerResponse = VirtualEndpointsList;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type VirtualEndpointsListByServerNextResponse = VirtualEndpointsList;\n\n/** Optional parameters. */\nexport interface VirtualNetworkSubnetUsageListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type VirtualNetworkSubnetUsageListResponse = VirtualNetworkSubnetUsageModel;\n\n/** Optional parameters. */\nexport interface PostgreSQLManagementFlexibleServerClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|