@azure/arm-postgresql-flexible 10.0.0-beta.1 → 10.0.0-beta.2
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/dist/browser/api/administratorsMicrosoftEntra/operations.d.ts +0 -5
- package/dist/browser/api/administratorsMicrosoftEntra/operations.js +19 -16
- package/dist/browser/api/administratorsMicrosoftEntra/operations.js.map +1 -1
- package/dist/browser/api/advancedThreatProtectionSettings/operations.js +9 -5
- package/dist/browser/api/advancedThreatProtectionSettings/operations.js.map +1 -1
- package/dist/browser/api/backupsAutomaticAndOnDemand/operations.d.ts +0 -5
- package/dist/browser/api/backupsAutomaticAndOnDemand/operations.js +19 -16
- package/dist/browser/api/backupsAutomaticAndOnDemand/operations.js.map +1 -1
- package/dist/browser/api/backupsLongTermRetention/operations.js +18 -10
- package/dist/browser/api/backupsLongTermRetention/operations.js.map +1 -1
- package/dist/browser/api/capabilitiesByLocation/operations.js +5 -3
- package/dist/browser/api/capabilitiesByLocation/operations.js.map +1 -1
- package/dist/browser/api/capabilitiesByServer/operations.js +5 -3
- package/dist/browser/api/capabilitiesByServer/operations.js.map +1 -1
- package/dist/browser/api/capturedLogs/operations.js +5 -3
- package/dist/browser/api/capturedLogs/operations.js.map +1 -1
- package/dist/browser/api/configurations/operations.js +19 -11
- package/dist/browser/api/configurations/operations.js.map +1 -1
- package/dist/browser/api/databases/operations.d.ts +0 -5
- package/dist/browser/api/databases/operations.js +19 -16
- package/dist/browser/api/databases/operations.js.map +1 -1
- package/dist/browser/api/firewallRules/operations.d.ts +0 -5
- package/dist/browser/api/firewallRules/operations.js +19 -16
- package/dist/browser/api/firewallRules/operations.js.map +1 -1
- package/dist/browser/api/maintenanceEvents/index.d.ts +3 -0
- package/dist/browser/api/maintenanceEvents/index.js +4 -0
- package/dist/browser/api/maintenanceEvents/index.js.map +1 -0
- package/dist/browser/api/maintenanceEvents/operations.d.ts +23 -0
- package/dist/browser/api/maintenanceEvents/operations.js +147 -0
- package/dist/browser/api/maintenanceEvents/operations.js.map +1 -0
- package/dist/browser/api/maintenanceEvents/options.d.ts +21 -0
- package/dist/browser/api/maintenanceEvents/options.js.map +1 -0
- package/dist/browser/api/majorVersionUpgradePrecheck/index.d.ts +3 -0
- package/dist/browser/api/majorVersionUpgradePrecheck/index.js +4 -0
- package/dist/browser/api/majorVersionUpgradePrecheck/index.js.map +1 -0
- package/dist/browser/api/majorVersionUpgradePrecheck/operations.d.ts +14 -0
- package/dist/{react-native/api/advancedThreatProtectionSettings → browser/api/majorVersionUpgradePrecheck}/operations.js +24 -20
- package/dist/browser/api/majorVersionUpgradePrecheck/operations.js.map +1 -0
- package/dist/browser/api/majorVersionUpgradePrecheck/options.d.ts +8 -0
- package/dist/browser/api/majorVersionUpgradePrecheck/options.js.map +1 -0
- package/dist/browser/api/migrations/operations.d.ts +2 -2
- package/dist/browser/api/migrations/operations.js +26 -14
- package/dist/browser/api/migrations/operations.js.map +1 -1
- package/dist/browser/api/nameAvailability/operations.js +8 -4
- package/dist/browser/api/nameAvailability/operations.js.map +1 -1
- package/dist/browser/api/operations/operations.js +5 -3
- package/dist/browser/api/operations/operations.js.map +1 -1
- package/dist/browser/api/postgreSQLManagementFlexibleServerContext.js +4 -2
- package/dist/browser/api/postgreSQLManagementFlexibleServerContext.js.map +1 -1
- package/dist/browser/api/privateDnsZoneSuffix/operations.js +4 -2
- package/dist/browser/api/privateDnsZoneSuffix/operations.js.map +1 -1
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/browser/api/privateEndpointConnections/operations.js +19 -16
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -1
- package/dist/browser/api/privateLinkResources/operations.js +9 -5
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -1
- package/dist/browser/api/quotaUsages/operations.js +5 -3
- package/dist/browser/api/quotaUsages/operations.js.map +1 -1
- package/dist/browser/api/replicas/operations.js +5 -3
- package/dist/browser/api/replicas/operations.js.map +1 -1
- package/dist/browser/api/serverThreatProtectionSettings/operations.js +5 -3
- package/dist/browser/api/serverThreatProtectionSettings/operations.js.map +1 -1
- package/dist/browser/api/servers/index.d.ts +2 -2
- package/dist/browser/api/servers/index.js +1 -1
- package/dist/browser/api/servers/index.js.map +1 -1
- package/dist/browser/api/servers/operations.d.ts +7 -8
- package/dist/browser/api/servers/operations.js +91 -39
- package/dist/browser/api/servers/operations.js.map +1 -1
- package/dist/browser/api/servers/options.d.ts +5 -0
- package/dist/browser/api/servers/options.js.map +1 -1
- package/dist/browser/api/tuningOptionsOperations/index.d.ts +3 -0
- package/dist/browser/api/tuningOptionsOperations/index.js.map +1 -0
- package/dist/{esm/api/tuningOptions → browser/api/tuningOptionsOperations}/operations.d.ts +7 -7
- package/dist/browser/api/{tuningOptions → tuningOptionsOperations}/operations.js +14 -8
- package/dist/browser/api/tuningOptionsOperations/operations.js.map +1 -0
- package/dist/browser/api/{tuningOptions → tuningOptionsOperations}/options.d.ts +3 -3
- package/dist/browser/api/tuningOptionsOperations/options.js.map +1 -0
- package/dist/browser/api/virtualEndpoints/operations.d.ts +0 -5
- package/dist/browser/api/virtualEndpoints/operations.js +24 -19
- package/dist/browser/api/virtualEndpoints/operations.js.map +1 -1
- package/dist/browser/api/virtualNetworkSubnetUsage/operations.js +4 -2
- package/dist/browser/api/virtualNetworkSubnetUsage/operations.js.map +1 -1
- package/dist/browser/classic/administratorsMicrosoftEntra/index.d.ts +0 -5
- package/dist/browser/classic/administratorsMicrosoftEntra/index.js.map +1 -1
- package/dist/browser/classic/backupsAutomaticAndOnDemand/index.d.ts +0 -5
- package/dist/browser/classic/backupsAutomaticAndOnDemand/index.js.map +1 -1
- package/dist/browser/classic/databases/index.d.ts +0 -5
- package/dist/browser/classic/databases/index.js.map +1 -1
- package/dist/browser/classic/firewallRules/index.d.ts +0 -5
- package/dist/browser/classic/firewallRules/index.js.map +1 -1
- package/dist/browser/classic/index.d.ts +3 -1
- package/dist/browser/classic/index.js.map +1 -1
- package/dist/browser/classic/maintenanceEvents/index.d.ts +27 -0
- package/dist/browser/classic/maintenanceEvents/index.js +34 -0
- package/dist/browser/classic/maintenanceEvents/index.js.map +1 -0
- package/dist/browser/classic/majorVersionUpgradePrecheck/index.d.ts +13 -0
- package/dist/browser/classic/majorVersionUpgradePrecheck/index.js +15 -0
- package/dist/browser/classic/majorVersionUpgradePrecheck/index.js.map +1 -0
- package/dist/browser/classic/migrations/index.d.ts +1 -1
- package/dist/browser/classic/migrations/index.js.map +1 -1
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -1
- package/dist/browser/classic/servers/index.d.ts +9 -8
- package/dist/browser/classic/servers/index.js +10 -1
- package/dist/browser/classic/servers/index.js.map +1 -1
- package/dist/browser/classic/tuningOptionsOperations/index.d.ts +15 -0
- package/dist/{react-native/classic/tuningOptions → browser/classic/tuningOptionsOperations}/index.js +4 -4
- package/dist/browser/classic/tuningOptionsOperations/index.js.map +1 -0
- package/dist/browser/classic/virtualEndpoints/index.d.ts +0 -5
- package/dist/browser/classic/virtualEndpoints/index.js.map +1 -1
- package/dist/browser/index.d.ts +8 -5
- package/dist/browser/index.js +2 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -2
- package/dist/browser/models/index.js +1 -1
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +769 -520
- package/dist/browser/models/models.js +452 -247
- package/dist/browser/models/models.js.map +1 -1
- package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts +9 -3
- package/dist/browser/postgreSQLManagementFlexibleServerClient.js +12 -4
- package/dist/browser/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/dist/browser/restorePollerHelpers.js +8 -1
- package/dist/browser/restorePollerHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js +1 -1
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/pollingHelpers.d.ts +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js +1 -1
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -1
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -1
- package/dist/commonjs/api/administratorsMicrosoftEntra/index.js +1 -0
- package/dist/commonjs/api/administratorsMicrosoftEntra/index.js.map +1 -1
- package/dist/commonjs/api/administratorsMicrosoftEntra/operations.d.ts +0 -5
- package/dist/commonjs/api/administratorsMicrosoftEntra/operations.js +20 -11
- package/dist/commonjs/api/administratorsMicrosoftEntra/operations.js.map +3 -3
- package/dist/commonjs/api/administratorsMicrosoftEntra/options.js +1 -0
- package/dist/commonjs/api/administratorsMicrosoftEntra/options.js.map +1 -1
- package/dist/commonjs/api/advancedThreatProtectionSettings/index.js +1 -0
- package/dist/commonjs/api/advancedThreatProtectionSettings/index.js.map +1 -1
- package/dist/commonjs/api/advancedThreatProtectionSettings/operations.js +10 -5
- package/dist/commonjs/api/advancedThreatProtectionSettings/operations.js.map +3 -3
- package/dist/commonjs/api/advancedThreatProtectionSettings/options.js +1 -0
- package/dist/commonjs/api/advancedThreatProtectionSettings/options.js.map +1 -1
- package/dist/commonjs/api/backupsAutomaticAndOnDemand/index.js +1 -0
- package/dist/commonjs/api/backupsAutomaticAndOnDemand/index.js.map +1 -1
- package/dist/commonjs/api/backupsAutomaticAndOnDemand/operations.d.ts +0 -5
- package/dist/commonjs/api/backupsAutomaticAndOnDemand/operations.js +20 -11
- package/dist/commonjs/api/backupsAutomaticAndOnDemand/operations.js.map +3 -3
- package/dist/commonjs/api/backupsAutomaticAndOnDemand/options.js +1 -0
- package/dist/commonjs/api/backupsAutomaticAndOnDemand/options.js.map +1 -1
- package/dist/commonjs/api/backupsLongTermRetention/index.js +1 -0
- package/dist/commonjs/api/backupsLongTermRetention/index.js.map +1 -1
- package/dist/commonjs/api/backupsLongTermRetention/operations.js +19 -10
- package/dist/commonjs/api/backupsLongTermRetention/operations.js.map +3 -3
- package/dist/commonjs/api/backupsLongTermRetention/options.js +1 -0
- package/dist/commonjs/api/backupsLongTermRetention/options.js.map +1 -1
- package/dist/commonjs/api/capabilitiesByLocation/index.js +1 -0
- package/dist/commonjs/api/capabilitiesByLocation/index.js.map +1 -1
- package/dist/commonjs/api/capabilitiesByLocation/operations.js +6 -3
- package/dist/commonjs/api/capabilitiesByLocation/operations.js.map +3 -3
- package/dist/commonjs/api/capabilitiesByLocation/options.js +1 -0
- package/dist/commonjs/api/capabilitiesByLocation/options.js.map +1 -1
- package/dist/commonjs/api/capabilitiesByServer/index.js +1 -0
- package/dist/commonjs/api/capabilitiesByServer/index.js.map +1 -1
- package/dist/commonjs/api/capabilitiesByServer/operations.js +6 -3
- package/dist/commonjs/api/capabilitiesByServer/operations.js.map +3 -3
- package/dist/commonjs/api/capabilitiesByServer/options.js +1 -0
- package/dist/commonjs/api/capabilitiesByServer/options.js.map +1 -1
- package/dist/commonjs/api/capturedLogs/index.js +1 -0
- package/dist/commonjs/api/capturedLogs/index.js.map +1 -1
- package/dist/commonjs/api/capturedLogs/operations.js +6 -3
- package/dist/commonjs/api/capturedLogs/operations.js.map +3 -3
- package/dist/commonjs/api/capturedLogs/options.js +1 -0
- package/dist/commonjs/api/capturedLogs/options.js.map +1 -1
- package/dist/commonjs/api/configurations/index.js +1 -0
- package/dist/commonjs/api/configurations/index.js.map +1 -1
- package/dist/commonjs/api/configurations/operations.js +20 -11
- package/dist/commonjs/api/configurations/operations.js.map +3 -3
- package/dist/commonjs/api/configurations/options.js +1 -0
- package/dist/commonjs/api/configurations/options.js.map +1 -1
- package/dist/commonjs/api/databases/index.js +1 -0
- package/dist/commonjs/api/databases/index.js.map +1 -1
- package/dist/commonjs/api/databases/operations.d.ts +0 -5
- package/dist/commonjs/api/databases/operations.js +20 -11
- package/dist/commonjs/api/databases/operations.js.map +3 -3
- package/dist/commonjs/api/databases/options.js +1 -0
- package/dist/commonjs/api/databases/options.js.map +1 -1
- package/dist/commonjs/api/firewallRules/index.js +1 -0
- package/dist/commonjs/api/firewallRules/index.js.map +1 -1
- package/dist/commonjs/api/firewallRules/operations.d.ts +0 -5
- package/dist/commonjs/api/firewallRules/operations.js +20 -11
- package/dist/commonjs/api/firewallRules/operations.js.map +3 -3
- package/dist/commonjs/api/firewallRules/options.js +1 -0
- package/dist/commonjs/api/firewallRules/options.js.map +1 -1
- package/dist/commonjs/api/index.js +1 -0
- package/dist/commonjs/api/index.js.map +1 -1
- package/dist/commonjs/api/maintenanceEvents/index.d.ts +3 -0
- package/dist/commonjs/api/maintenanceEvents/index.js +34 -0
- package/dist/commonjs/api/maintenanceEvents/index.js.map +7 -0
- package/dist/commonjs/api/maintenanceEvents/operations.d.ts +23 -0
- package/dist/commonjs/api/maintenanceEvents/operations.js +217 -0
- package/dist/commonjs/api/maintenanceEvents/operations.js.map +7 -0
- package/dist/commonjs/api/maintenanceEvents/options.d.ts +21 -0
- package/dist/commonjs/api/{tuningOptions → maintenanceEvents}/options.js +1 -0
- package/dist/commonjs/api/maintenanceEvents/options.js.map +7 -0
- package/dist/commonjs/api/majorVersionUpgradePrecheck/index.d.ts +3 -0
- package/dist/commonjs/api/majorVersionUpgradePrecheck/index.js +30 -0
- package/dist/commonjs/api/majorVersionUpgradePrecheck/index.js.map +7 -0
- package/dist/commonjs/api/majorVersionUpgradePrecheck/operations.d.ts +14 -0
- package/dist/commonjs/api/majorVersionUpgradePrecheck/operations.js +123 -0
- package/dist/commonjs/api/majorVersionUpgradePrecheck/operations.js.map +7 -0
- package/dist/commonjs/api/majorVersionUpgradePrecheck/options.d.ts +8 -0
- package/dist/commonjs/api/majorVersionUpgradePrecheck/options.js +16 -0
- package/dist/commonjs/api/majorVersionUpgradePrecheck/options.js.map +7 -0
- package/dist/commonjs/api/migrations/index.js +1 -0
- package/dist/commonjs/api/migrations/index.js.map +1 -1
- package/dist/commonjs/api/migrations/operations.d.ts +2 -2
- package/dist/commonjs/api/migrations/operations.js +27 -14
- package/dist/commonjs/api/migrations/operations.js.map +3 -3
- package/dist/commonjs/api/migrations/options.js +1 -0
- package/dist/commonjs/api/migrations/options.js.map +1 -1
- package/dist/commonjs/api/nameAvailability/index.js +1 -0
- package/dist/commonjs/api/nameAvailability/index.js.map +1 -1
- package/dist/commonjs/api/nameAvailability/operations.js +9 -4
- package/dist/commonjs/api/nameAvailability/operations.js.map +3 -3
- package/dist/commonjs/api/nameAvailability/options.js +1 -0
- package/dist/commonjs/api/nameAvailability/options.js.map +1 -1
- package/dist/commonjs/api/operations/index.js +1 -0
- package/dist/commonjs/api/operations/index.js.map +1 -1
- package/dist/commonjs/api/operations/operations.js +6 -3
- package/dist/commonjs/api/operations/operations.js.map +3 -3
- package/dist/commonjs/api/operations/options.js +1 -0
- package/dist/commonjs/api/operations/options.js.map +1 -1
- package/dist/commonjs/api/postgreSQLManagementFlexibleServerContext.js +5 -2
- package/dist/commonjs/api/postgreSQLManagementFlexibleServerContext.js.map +3 -3
- package/dist/commonjs/api/privateDnsZoneSuffix/index.js +1 -0
- package/dist/commonjs/api/privateDnsZoneSuffix/index.js.map +1 -1
- package/dist/commonjs/api/privateDnsZoneSuffix/operations.js +5 -2
- package/dist/commonjs/api/privateDnsZoneSuffix/operations.js.map +3 -3
- package/dist/commonjs/api/privateDnsZoneSuffix/options.js +1 -0
- package/dist/commonjs/api/privateDnsZoneSuffix/options.js.map +1 -1
- package/dist/commonjs/api/privateEndpointConnections/index.js +1 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +1 -1
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/commonjs/api/privateEndpointConnections/operations.js +20 -11
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +3 -3
- package/dist/commonjs/api/privateEndpointConnections/options.js +1 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +1 -1
- package/dist/commonjs/api/privateLinkResources/index.js +1 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +1 -1
- package/dist/commonjs/api/privateLinkResources/operations.js +10 -5
- package/dist/commonjs/api/privateLinkResources/operations.js.map +3 -3
- package/dist/commonjs/api/privateLinkResources/options.js +1 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +1 -1
- package/dist/commonjs/api/quotaUsages/index.js +1 -0
- package/dist/commonjs/api/quotaUsages/index.js.map +1 -1
- package/dist/commonjs/api/quotaUsages/operations.js +6 -3
- package/dist/commonjs/api/quotaUsages/operations.js.map +3 -3
- package/dist/commonjs/api/quotaUsages/options.js +1 -0
- package/dist/commonjs/api/quotaUsages/options.js.map +1 -1
- package/dist/commonjs/api/replicas/index.js +1 -0
- package/dist/commonjs/api/replicas/index.js.map +1 -1
- package/dist/commonjs/api/replicas/operations.js +6 -3
- package/dist/commonjs/api/replicas/operations.js.map +3 -3
- package/dist/commonjs/api/replicas/options.js +1 -0
- package/dist/commonjs/api/replicas/options.js.map +1 -1
- package/dist/commonjs/api/serverThreatProtectionSettings/index.js +1 -0
- package/dist/commonjs/api/serverThreatProtectionSettings/index.js.map +1 -1
- package/dist/commonjs/api/serverThreatProtectionSettings/operations.js +6 -3
- package/dist/commonjs/api/serverThreatProtectionSettings/operations.js.map +3 -3
- package/dist/commonjs/api/serverThreatProtectionSettings/options.js +1 -0
- package/dist/commonjs/api/serverThreatProtectionSettings/options.js.map +1 -1
- package/dist/commonjs/api/servers/index.d.ts +2 -2
- package/dist/commonjs/api/servers/index.js +3 -0
- package/dist/commonjs/api/servers/index.js.map +3 -3
- package/dist/commonjs/api/servers/operations.d.ts +7 -8
- package/dist/commonjs/api/servers/operations.js +108 -30
- package/dist/commonjs/api/servers/operations.js.map +3 -3
- package/dist/commonjs/api/servers/options.d.ts +5 -0
- package/dist/commonjs/api/servers/options.js +1 -0
- package/dist/commonjs/api/servers/options.js.map +2 -2
- package/dist/commonjs/api/tuningOptionsOperations/index.d.ts +3 -0
- package/dist/commonjs/api/{tuningOptions → tuningOptionsOperations}/index.js +4 -3
- package/dist/commonjs/api/{tuningOptions → tuningOptionsOperations}/index.js.map +2 -2
- package/dist/commonjs/api/{tuningOptions → tuningOptionsOperations}/operations.d.ts +7 -7
- package/dist/commonjs/api/{tuningOptions → tuningOptionsOperations}/operations.js +15 -8
- package/dist/commonjs/api/tuningOptionsOperations/operations.js.map +7 -0
- package/dist/{react-native/api/tuningOptions → commonjs/api/tuningOptionsOperations}/options.d.ts +3 -3
- package/dist/commonjs/api/tuningOptionsOperations/options.js +16 -0
- package/dist/commonjs/api/tuningOptionsOperations/options.js.map +7 -0
- package/dist/commonjs/api/virtualEndpoints/index.js +1 -0
- package/dist/commonjs/api/virtualEndpoints/index.js.map +1 -1
- package/dist/commonjs/api/virtualEndpoints/operations.d.ts +0 -5
- package/dist/commonjs/api/virtualEndpoints/operations.js +25 -14
- package/dist/commonjs/api/virtualEndpoints/operations.js.map +3 -3
- package/dist/commonjs/api/virtualEndpoints/options.js +1 -0
- package/dist/commonjs/api/virtualEndpoints/options.js.map +1 -1
- package/dist/commonjs/api/virtualNetworkSubnetUsage/index.js +1 -0
- package/dist/commonjs/api/virtualNetworkSubnetUsage/index.js.map +1 -1
- package/dist/commonjs/api/virtualNetworkSubnetUsage/operations.js +5 -2
- package/dist/commonjs/api/virtualNetworkSubnetUsage/operations.js.map +3 -3
- package/dist/commonjs/api/virtualNetworkSubnetUsage/options.js +1 -0
- package/dist/commonjs/api/virtualNetworkSubnetUsage/options.js.map +1 -1
- package/dist/commonjs/classic/administratorsMicrosoftEntra/index.d.ts +0 -5
- package/dist/commonjs/classic/administratorsMicrosoftEntra/index.js +1 -0
- package/dist/commonjs/classic/administratorsMicrosoftEntra/index.js.map +3 -3
- package/dist/commonjs/classic/advancedThreatProtectionSettings/index.js +1 -0
- package/dist/commonjs/classic/advancedThreatProtectionSettings/index.js.map +1 -1
- package/dist/commonjs/classic/backupsAutomaticAndOnDemand/index.d.ts +0 -5
- package/dist/commonjs/classic/backupsAutomaticAndOnDemand/index.js +1 -0
- package/dist/commonjs/classic/backupsAutomaticAndOnDemand/index.js.map +3 -3
- package/dist/commonjs/classic/backupsLongTermRetention/index.js +1 -0
- package/dist/commonjs/classic/backupsLongTermRetention/index.js.map +1 -1
- package/dist/commonjs/classic/capabilitiesByLocation/index.js +1 -0
- package/dist/commonjs/classic/capabilitiesByLocation/index.js.map +1 -1
- package/dist/commonjs/classic/capabilitiesByServer/index.js +1 -0
- package/dist/commonjs/classic/capabilitiesByServer/index.js.map +1 -1
- package/dist/commonjs/classic/capturedLogs/index.js +1 -0
- package/dist/commonjs/classic/capturedLogs/index.js.map +1 -1
- package/dist/commonjs/classic/configurations/index.js +1 -0
- package/dist/commonjs/classic/configurations/index.js.map +1 -1
- package/dist/commonjs/classic/databases/index.d.ts +0 -5
- package/dist/commonjs/classic/databases/index.js +1 -0
- package/dist/commonjs/classic/databases/index.js.map +3 -3
- package/dist/commonjs/classic/firewallRules/index.d.ts +0 -5
- package/dist/commonjs/classic/firewallRules/index.js +1 -0
- package/dist/commonjs/classic/firewallRules/index.js.map +3 -3
- package/dist/commonjs/classic/index.d.ts +3 -1
- package/dist/commonjs/classic/index.js +1 -0
- package/dist/commonjs/classic/index.js.map +2 -2
- package/dist/commonjs/classic/maintenanceEvents/index.d.ts +27 -0
- package/dist/commonjs/classic/maintenanceEvents/index.js +72 -0
- package/dist/commonjs/classic/maintenanceEvents/index.js.map +7 -0
- package/dist/commonjs/classic/majorVersionUpgradePrecheck/index.d.ts +13 -0
- package/dist/commonjs/classic/majorVersionUpgradePrecheck/index.js +39 -0
- package/dist/commonjs/classic/majorVersionUpgradePrecheck/index.js.map +7 -0
- package/dist/commonjs/classic/migrations/index.d.ts +1 -1
- package/dist/commonjs/classic/migrations/index.js +1 -0
- package/dist/commonjs/classic/migrations/index.js.map +2 -2
- package/dist/commonjs/classic/nameAvailability/index.js +1 -0
- package/dist/commonjs/classic/nameAvailability/index.js.map +1 -1
- package/dist/commonjs/classic/operations/index.js +1 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -1
- package/dist/commonjs/classic/privateDnsZoneSuffix/index.js +1 -0
- package/dist/commonjs/classic/privateDnsZoneSuffix/index.js.map +1 -1
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/commonjs/classic/privateEndpointConnections/index.js +1 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +3 -3
- package/dist/commonjs/classic/privateLinkResources/index.js +1 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +1 -1
- package/dist/commonjs/classic/quotaUsages/index.js +1 -0
- package/dist/commonjs/classic/quotaUsages/index.js.map +1 -1
- package/dist/commonjs/classic/replicas/index.js +1 -0
- package/dist/commonjs/classic/replicas/index.js.map +1 -1
- package/dist/commonjs/classic/serverThreatProtectionSettings/index.js +1 -0
- package/dist/commonjs/classic/serverThreatProtectionSettings/index.js.map +1 -1
- package/dist/commonjs/classic/servers/index.d.ts +9 -8
- package/dist/commonjs/classic/servers/index.js +22 -0
- package/dist/commonjs/classic/servers/index.js.map +3 -3
- package/dist/commonjs/classic/tuningOptionsOperations/index.d.ts +15 -0
- package/dist/commonjs/classic/{tuningOptions → tuningOptionsOperations}/index.js +10 -9
- package/dist/commonjs/classic/tuningOptionsOperations/index.js.map +7 -0
- package/dist/commonjs/classic/virtualEndpoints/index.d.ts +0 -5
- package/dist/commonjs/classic/virtualEndpoints/index.js +1 -0
- package/dist/commonjs/classic/virtualEndpoints/index.js.map +3 -3
- package/dist/commonjs/classic/virtualNetworkSubnetUsage/index.js +1 -0
- package/dist/commonjs/classic/virtualNetworkSubnetUsage/index.js.map +1 -1
- package/dist/commonjs/index.d.ts +8 -5
- package/dist/commonjs/index.js +14 -0
- package/dist/commonjs/index.js.map +3 -3
- package/dist/commonjs/logger.js +1 -0
- package/dist/commonjs/logger.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +2 -2
- package/dist/commonjs/models/index.js +9 -0
- package/dist/commonjs/models/index.js.map +3 -3
- package/dist/commonjs/models/models.d.ts +769 -520
- package/dist/commonjs/models/models.js +211 -8
- package/dist/commonjs/models/models.js.map +4 -4
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts +9 -3
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js +13 -4
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.js +32 -24
- package/dist/commonjs/restorePollerHelpers.js.map +3 -3
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js +2 -1
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +3 -3
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +1 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js +2 -1
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +3 -3
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +1 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +1 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +2 -2
- package/dist/commonjs/static-helpers/urlTemplate.js +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/administratorsMicrosoftEntra/index.js +4 -7
- package/dist/esm/api/administratorsMicrosoftEntra/index.js.map +1 -7
- package/dist/esm/api/administratorsMicrosoftEntra/operations.d.ts +0 -5
- package/dist/esm/api/administratorsMicrosoftEntra/operations.js +123 -149
- package/dist/esm/api/administratorsMicrosoftEntra/operations.js.map +1 -7
- package/dist/esm/api/administratorsMicrosoftEntra/options.js +4 -0
- package/dist/esm/api/administratorsMicrosoftEntra/options.js.map +1 -7
- package/dist/esm/api/advancedThreatProtectionSettings/index.js +4 -5
- package/dist/esm/api/advancedThreatProtectionSettings/index.js.map +1 -7
- package/dist/esm/api/advancedThreatProtectionSettings/operations.js +61 -84
- package/dist/esm/api/advancedThreatProtectionSettings/operations.js.map +1 -7
- package/dist/esm/api/advancedThreatProtectionSettings/options.js +4 -0
- package/dist/esm/api/advancedThreatProtectionSettings/options.js.map +1 -7
- package/dist/esm/api/backupsAutomaticAndOnDemand/index.js +4 -7
- package/dist/esm/api/backupsAutomaticAndOnDemand/index.js.map +1 -7
- package/dist/esm/api/backupsAutomaticAndOnDemand/operations.d.ts +0 -5
- package/dist/esm/api/backupsAutomaticAndOnDemand/operations.js +119 -144
- package/dist/esm/api/backupsAutomaticAndOnDemand/operations.js.map +1 -7
- package/dist/esm/api/backupsAutomaticAndOnDemand/options.js +4 -0
- package/dist/esm/api/backupsAutomaticAndOnDemand/options.js.map +1 -7
- package/dist/esm/api/backupsLongTermRetention/index.js +4 -7
- package/dist/esm/api/backupsLongTermRetention/index.js.map +1 -7
- package/dist/esm/api/backupsLongTermRetention/operations.js +122 -157
- package/dist/esm/api/backupsLongTermRetention/operations.js.map +1 -7
- package/dist/esm/api/backupsLongTermRetention/options.js +4 -0
- package/dist/esm/api/backupsLongTermRetention/options.js.map +1 -7
- package/dist/esm/api/capabilitiesByLocation/index.js +4 -4
- package/dist/esm/api/capabilitiesByLocation/index.js.map +1 -7
- package/dist/esm/api/capabilitiesByLocation/operations.js +32 -41
- package/dist/esm/api/capabilitiesByLocation/operations.js.map +1 -7
- package/dist/esm/api/capabilitiesByLocation/options.js +4 -0
- package/dist/esm/api/capabilitiesByLocation/options.js.map +1 -7
- package/dist/esm/api/capabilitiesByServer/index.js +4 -4
- package/dist/esm/api/capabilitiesByServer/index.js.map +1 -7
- package/dist/esm/api/capabilitiesByServer/operations.js +33 -42
- package/dist/esm/api/capabilitiesByServer/operations.js.map +1 -7
- package/dist/esm/api/capabilitiesByServer/options.js +4 -0
- package/dist/esm/api/capabilitiesByServer/options.js.map +1 -7
- package/dist/esm/api/capturedLogs/index.js +4 -4
- package/dist/esm/api/capturedLogs/index.js.map +1 -7
- package/dist/esm/api/capturedLogs/operations.js +33 -42
- package/dist/esm/api/capturedLogs/operations.js.map +1 -7
- package/dist/esm/api/capturedLogs/options.js +4 -0
- package/dist/esm/api/capturedLogs/options.js.map +1 -7
- package/dist/esm/api/configurations/index.js +4 -7
- package/dist/esm/api/configurations/index.js.map +1 -7
- package/dist/esm/api/configurations/operations.js +127 -153
- package/dist/esm/api/configurations/operations.js.map +1 -7
- package/dist/esm/api/configurations/options.js +4 -0
- package/dist/esm/api/configurations/options.js.map +1 -7
- package/dist/esm/api/databases/index.js +4 -7
- package/dist/esm/api/databases/index.js.map +1 -7
- package/dist/esm/api/databases/operations.d.ts +0 -5
- package/dist/esm/api/databases/operations.js +123 -149
- package/dist/esm/api/databases/operations.js.map +1 -7
- package/dist/esm/api/databases/options.js +4 -0
- package/dist/esm/api/databases/options.js.map +1 -7
- package/dist/esm/api/firewallRules/index.js +4 -7
- package/dist/esm/api/firewallRules/index.js.map +1 -7
- package/dist/esm/api/firewallRules/operations.d.ts +0 -5
- package/dist/esm/api/firewallRules/operations.js +123 -156
- package/dist/esm/api/firewallRules/operations.js.map +1 -7
- package/dist/esm/api/firewallRules/options.js +4 -0
- package/dist/esm/api/firewallRules/options.js.map +1 -7
- package/dist/esm/api/index.js +4 -4
- package/dist/esm/api/index.js.map +1 -7
- package/dist/esm/api/maintenanceEvents/index.d.ts +3 -0
- package/dist/esm/api/maintenanceEvents/index.js +4 -0
- package/dist/esm/api/maintenanceEvents/index.js.map +1 -0
- package/dist/esm/api/maintenanceEvents/operations.d.ts +23 -0
- package/dist/esm/api/maintenanceEvents/operations.js +147 -0
- package/dist/esm/api/maintenanceEvents/operations.js.map +1 -0
- package/dist/esm/api/maintenanceEvents/options.d.ts +21 -0
- package/dist/esm/api/maintenanceEvents/options.js.map +1 -0
- package/dist/esm/api/majorVersionUpgradePrecheck/index.d.ts +3 -0
- package/dist/esm/api/majorVersionUpgradePrecheck/index.js +4 -0
- package/dist/esm/api/majorVersionUpgradePrecheck/index.js.map +1 -0
- package/dist/esm/api/majorVersionUpgradePrecheck/operations.d.ts +14 -0
- package/dist/{react-native/api/privateLinkResources → esm/api/majorVersionUpgradePrecheck}/operations.js +24 -20
- package/dist/esm/api/majorVersionUpgradePrecheck/operations.js.map +1 -0
- package/dist/esm/api/majorVersionUpgradePrecheck/options.d.ts +8 -0
- package/dist/esm/api/majorVersionUpgradePrecheck/options.js.map +1 -0
- package/dist/esm/api/migrations/index.js +4 -16
- package/dist/esm/api/migrations/index.js.map +1 -7
- package/dist/esm/api/migrations/operations.d.ts +2 -2
- package/dist/esm/api/migrations/operations.js +190 -247
- package/dist/esm/api/migrations/operations.js.map +1 -7
- package/dist/esm/api/migrations/options.js +4 -0
- package/dist/esm/api/migrations/options.js.map +1 -7
- package/dist/esm/api/nameAvailability/index.js +4 -5
- package/dist/esm/api/nameAvailability/index.js.map +1 -7
- package/dist/esm/api/nameAvailability/operations.js +58 -69
- package/dist/esm/api/nameAvailability/operations.js.map +1 -7
- package/dist/esm/api/nameAvailability/options.js +4 -0
- package/dist/esm/api/nameAvailability/options.js.map +1 -7
- package/dist/esm/api/operations/index.js +4 -4
- package/dist/esm/api/operations/index.js.map +1 -7
- package/dist/esm/api/operations/operations.js +30 -39
- package/dist/esm/api/operations/operations.js.map +1 -7
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -7
- package/dist/esm/api/postgreSQLManagementFlexibleServerContext.js +26 -21
- package/dist/esm/api/postgreSQLManagementFlexibleServerContext.js.map +1 -7
- package/dist/esm/api/privateDnsZoneSuffix/index.js +4 -4
- package/dist/esm/api/privateDnsZoneSuffix/index.js.map +1 -7
- package/dist/esm/api/privateDnsZoneSuffix/operations.js +27 -30
- package/dist/esm/api/privateDnsZoneSuffix/operations.js.map +1 -7
- package/dist/esm/api/privateDnsZoneSuffix/options.js +4 -0
- package/dist/esm/api/privateDnsZoneSuffix/options.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/index.js +4 -7
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +0 -5
- package/dist/esm/api/privateEndpointConnections/operations.js +123 -162
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -7
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -7
- package/dist/esm/api/privateLinkResources/index.js +4 -5
- package/dist/esm/api/privateLinkResources/index.js.map +1 -7
- package/dist/esm/api/privateLinkResources/operations.js +61 -78
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -7
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -7
- package/dist/esm/api/quotaUsages/index.js +4 -4
- package/dist/esm/api/quotaUsages/index.js.map +1 -7
- package/dist/esm/api/quotaUsages/operations.js +32 -41
- package/dist/esm/api/quotaUsages/operations.js.map +1 -7
- package/dist/esm/api/quotaUsages/options.js +4 -0
- package/dist/esm/api/quotaUsages/options.js.map +1 -7
- package/dist/esm/api/replicas/index.js +4 -4
- package/dist/esm/api/replicas/index.js.map +1 -7
- package/dist/esm/api/replicas/operations.js +33 -42
- package/dist/esm/api/replicas/operations.js.map +1 -7
- package/dist/esm/api/replicas/options.js +4 -0
- package/dist/esm/api/replicas/options.js.map +1 -7
- package/dist/esm/api/serverThreatProtectionSettings/index.js +4 -4
- package/dist/esm/api/serverThreatProtectionSettings/index.js.map +1 -7
- package/dist/esm/api/serverThreatProtectionSettings/operations.js +38 -52
- package/dist/esm/api/serverThreatProtectionSettings/operations.js.map +1 -7
- package/dist/esm/api/serverThreatProtectionSettings/options.js +4 -0
- package/dist/esm/api/serverThreatProtectionSettings/options.js.map +1 -7
- package/dist/esm/api/servers/index.d.ts +2 -2
- package/dist/esm/api/servers/index.js +4 -24
- package/dist/esm/api/servers/index.js.map +1 -7
- package/dist/esm/api/servers/operations.d.ts +7 -8
- package/dist/esm/api/servers/operations.js +364 -384
- package/dist/esm/api/servers/operations.js.map +1 -7
- package/dist/esm/api/servers/options.d.ts +5 -0
- package/dist/esm/api/servers/options.js +4 -0
- package/dist/esm/api/servers/options.js.map +1 -7
- package/dist/esm/api/tuningOptionsOperations/index.d.ts +3 -0
- package/dist/esm/api/tuningOptionsOperations/index.js.map +1 -0
- package/dist/{react-native/api/tuningOptions → esm/api/tuningOptionsOperations}/operations.d.ts +7 -7
- package/dist/{react-native/api/tuningOptions → esm/api/tuningOptionsOperations}/operations.js +14 -8
- package/dist/esm/api/tuningOptionsOperations/operations.js.map +1 -0
- package/dist/esm/api/{tuningOptions → tuningOptionsOperations}/options.d.ts +3 -3
- package/dist/esm/api/tuningOptionsOperations/options.js.map +1 -0
- package/dist/esm/api/virtualEndpoints/index.js +4 -8
- package/dist/esm/api/virtualEndpoints/index.js.map +1 -7
- package/dist/esm/api/virtualEndpoints/operations.d.ts +0 -5
- package/dist/esm/api/virtualEndpoints/operations.js +156 -193
- package/dist/esm/api/virtualEndpoints/operations.js.map +1 -7
- package/dist/esm/api/virtualEndpoints/options.js +4 -0
- package/dist/esm/api/virtualEndpoints/options.js.map +1 -7
- package/dist/esm/api/virtualNetworkSubnetUsage/index.js +4 -4
- package/dist/esm/api/virtualNetworkSubnetUsage/index.js.map +1 -7
- package/dist/esm/api/virtualNetworkSubnetUsage/operations.js +32 -39
- package/dist/esm/api/virtualNetworkSubnetUsage/operations.js.map +1 -7
- package/dist/esm/api/virtualNetworkSubnetUsage/options.js +4 -0
- package/dist/esm/api/virtualNetworkSubnetUsage/options.js.map +1 -7
- package/dist/esm/classic/administratorsMicrosoftEntra/index.d.ts +0 -5
- package/dist/esm/classic/administratorsMicrosoftEntra/index.js +30 -49
- package/dist/esm/classic/administratorsMicrosoftEntra/index.js.map +1 -7
- package/dist/esm/classic/advancedThreatProtectionSettings/index.js +11 -11
- package/dist/esm/classic/advancedThreatProtectionSettings/index.js.map +1 -7
- package/dist/esm/classic/backupsAutomaticAndOnDemand/index.d.ts +0 -5
- package/dist/esm/classic/backupsAutomaticAndOnDemand/index.js +30 -35
- package/dist/esm/classic/backupsAutomaticAndOnDemand/index.js.map +1 -7
- package/dist/esm/classic/backupsLongTermRetention/index.js +22 -27
- package/dist/esm/classic/backupsLongTermRetention/index.js.map +1 -7
- package/dist/esm/classic/capabilitiesByLocation/index.js +10 -10
- package/dist/esm/classic/capabilitiesByLocation/index.js.map +1 -7
- package/dist/esm/classic/capabilitiesByServer/index.js +10 -10
- package/dist/esm/classic/capabilitiesByServer/index.js.map +1 -7
- package/dist/esm/classic/capturedLogs/index.js +10 -10
- package/dist/esm/classic/capturedLogs/index.js.map +1 -7
- package/dist/esm/classic/configurations/index.js +29 -57
- package/dist/esm/classic/configurations/index.js.map +1 -7
- package/dist/esm/classic/databases/index.d.ts +0 -5
- package/dist/esm/classic/databases/index.js +29 -43
- package/dist/esm/classic/databases/index.js.map +1 -7
- package/dist/esm/classic/firewallRules/index.d.ts +0 -5
- package/dist/esm/classic/firewallRules/index.js +29 -43
- package/dist/esm/classic/firewallRules/index.js.map +1 -7
- package/dist/esm/classic/index.d.ts +3 -1
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -7
- package/dist/esm/classic/maintenanceEvents/index.d.ts +27 -0
- package/dist/esm/classic/maintenanceEvents/index.js +34 -0
- package/dist/esm/classic/maintenanceEvents/index.js.map +1 -0
- package/dist/esm/classic/majorVersionUpgradePrecheck/index.d.ts +13 -0
- package/dist/esm/classic/majorVersionUpgradePrecheck/index.js +15 -0
- package/dist/esm/classic/majorVersionUpgradePrecheck/index.js.map +1 -0
- package/dist/esm/classic/migrations/index.d.ts +1 -1
- package/dist/esm/classic/migrations/index.js +16 -23
- package/dist/esm/classic/migrations/index.js.map +1 -7
- package/dist/esm/classic/nameAvailability/index.js +11 -11
- package/dist/esm/classic/nameAvailability/index.js.map +1 -7
- package/dist/esm/classic/operations/index.js +10 -10
- package/dist/esm/classic/operations/index.js.map +1 -7
- package/dist/esm/classic/privateDnsZoneSuffix/index.js +10 -10
- package/dist/esm/classic/privateDnsZoneSuffix/index.js.map +1 -7
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +0 -5
- package/dist/esm/classic/privateEndpointConnections/index.js +30 -68
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -7
- package/dist/esm/classic/privateLinkResources/index.js +11 -11
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -7
- package/dist/esm/classic/quotaUsages/index.js +10 -10
- package/dist/esm/classic/quotaUsages/index.js.map +1 -7
- package/dist/esm/classic/replicas/index.js +10 -10
- package/dist/esm/classic/replicas/index.js.map +1 -7
- package/dist/esm/classic/serverThreatProtectionSettings/index.js +18 -39
- package/dist/esm/classic/serverThreatProtectionSettings/index.js.map +1 -7
- package/dist/esm/classic/servers/index.d.ts +9 -8
- package/dist/esm/classic/servers/index.js +85 -87
- package/dist/esm/classic/servers/index.js.map +1 -7
- package/dist/esm/classic/tuningOptionsOperations/index.d.ts +15 -0
- package/dist/{browser/classic/tuningOptions → esm/classic/tuningOptionsOperations}/index.js +4 -4
- package/dist/esm/classic/tuningOptionsOperations/index.js.map +1 -0
- package/dist/esm/classic/virtualEndpoints/index.d.ts +0 -5
- package/dist/esm/classic/virtualEndpoints/index.js +39 -73
- package/dist/esm/classic/virtualEndpoints/index.js.map +1 -7
- package/dist/esm/classic/virtualNetworkSubnetUsage/index.js +10 -10
- package/dist/esm/classic/virtualNetworkSubnetUsage/index.js.map +1 -7
- package/dist/esm/index.d.ts +8 -5
- package/dist/esm/index.js +8 -135
- package/dist/esm/index.js.map +1 -7
- package/dist/esm/logger.js +4 -4
- package/dist/esm/logger.js.map +1 -7
- package/dist/esm/models/index.d.ts +2 -2
- package/dist/esm/models/index.js +4 -130
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +769 -520
- package/dist/esm/models/models.js +3321 -2747
- package/dist/esm/models/models.js.map +1 -7
- package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts +9 -3
- package/dist/esm/postgreSQLManagementFlexibleServerClient.js +104 -97
- package/dist/esm/postgreSQLManagementFlexibleServerClient.js.map +1 -7
- package/dist/esm/restorePollerHelpers.js +132 -144
- package/dist/esm/restorePollerHelpers.js.map +1 -7
- package/dist/esm/static-helpers/cloudSettingHelpers.js +37 -26
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pagingHelpers.js +122 -98
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/pollingHelpers.d.ts +1 -1
- package/dist/esm/static-helpers/pollingHelpers.js +86 -68
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -7
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +15 -9
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -7
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +1 -1
- package/dist/esm/static-helpers/simplePollerHelpers.js +43 -42
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -7
- package/dist/esm/static-helpers/urlTemplate.js +169 -142
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -7
- package/package.json +58 -126
- package/dist/browser/api/tuningOptions/index.d.ts +0 -3
- package/dist/browser/api/tuningOptions/index.js.map +0 -1
- package/dist/browser/api/tuningOptions/operations.d.ts +0 -18
- package/dist/browser/api/tuningOptions/operations.js.map +0 -1
- package/dist/browser/api/tuningOptions/options.js.map +0 -1
- package/dist/browser/classic/tuningOptions/index.d.ts +0 -15
- package/dist/browser/classic/tuningOptions/index.js.map +0 -1
- package/dist/commonjs/api/tuningOptions/index.d.ts +0 -3
- package/dist/commonjs/api/tuningOptions/operations.js.map +0 -7
- package/dist/commonjs/api/tuningOptions/options.d.ts +0 -14
- package/dist/commonjs/api/tuningOptions/options.js.map +0 -7
- package/dist/commonjs/classic/tuningOptions/index.d.ts +0 -15
- package/dist/commonjs/classic/tuningOptions/index.js.map +0 -7
- package/dist/esm/api/tuningOptions/index.d.ts +0 -3
- package/dist/esm/api/tuningOptions/index.js +0 -6
- package/dist/esm/api/tuningOptions/index.js.map +0 -7
- package/dist/esm/api/tuningOptions/operations.js +0 -134
- package/dist/esm/api/tuningOptions/operations.js.map +0 -7
- package/dist/esm/api/tuningOptions/options.js +0 -0
- package/dist/esm/api/tuningOptions/options.js.map +0 -7
- package/dist/esm/classic/tuningOptions/index.d.ts +0 -15
- package/dist/esm/classic/tuningOptions/index.js +0 -16
- package/dist/esm/classic/tuningOptions/index.js.map +0 -7
- package/dist/react-native/api/administratorsMicrosoftEntra/index.d.ts +0 -3
- package/dist/react-native/api/administratorsMicrosoftEntra/index.js +0 -4
- package/dist/react-native/api/administratorsMicrosoftEntra/index.js.map +0 -1
- package/dist/react-native/api/administratorsMicrosoftEntra/operations.d.ts +0 -28
- package/dist/react-native/api/administratorsMicrosoftEntra/operations.js +0 -139
- package/dist/react-native/api/administratorsMicrosoftEntra/operations.js.map +0 -1
- package/dist/react-native/api/administratorsMicrosoftEntra/options.d.ts +0 -18
- package/dist/react-native/api/administratorsMicrosoftEntra/options.js.map +0 -1
- package/dist/react-native/api/advancedThreatProtectionSettings/index.d.ts +0 -3
- package/dist/react-native/api/advancedThreatProtectionSettings/index.js +0 -4
- package/dist/react-native/api/advancedThreatProtectionSettings/index.js.map +0 -1
- package/dist/react-native/api/advancedThreatProtectionSettings/operations.d.ts +0 -14
- package/dist/react-native/api/advancedThreatProtectionSettings/operations.js.map +0 -1
- package/dist/react-native/api/advancedThreatProtectionSettings/options.d.ts +0 -8
- package/dist/react-native/api/advancedThreatProtectionSettings/options.js.map +0 -1
- package/dist/react-native/api/backupsAutomaticAndOnDemand/index.d.ts +0 -3
- package/dist/react-native/api/backupsAutomaticAndOnDemand/index.js +0 -4
- package/dist/react-native/api/backupsAutomaticAndOnDemand/index.js.map +0 -1
- package/dist/react-native/api/backupsAutomaticAndOnDemand/operations.d.ts +0 -28
- package/dist/react-native/api/backupsAutomaticAndOnDemand/operations.js +0 -135
- package/dist/react-native/api/backupsAutomaticAndOnDemand/operations.js.map +0 -1
- package/dist/react-native/api/backupsAutomaticAndOnDemand/options.d.ts +0 -18
- package/dist/react-native/api/backupsAutomaticAndOnDemand/options.js.map +0 -1
- package/dist/react-native/api/backupsLongTermRetention/index.d.ts +0 -3
- package/dist/react-native/api/backupsLongTermRetention/index.js +0 -4
- package/dist/react-native/api/backupsLongTermRetention/index.js.map +0 -1
- package/dist/react-native/api/backupsLongTermRetention/operations.d.ts +0 -23
- package/dist/react-native/api/backupsLongTermRetention/operations.js +0 -133
- package/dist/react-native/api/backupsLongTermRetention/operations.js.map +0 -1
- package/dist/react-native/api/backupsLongTermRetention/options.d.ts +0 -16
- package/dist/react-native/api/backupsLongTermRetention/options.js.map +0 -1
- package/dist/react-native/api/capabilitiesByLocation/index.d.ts +0 -3
- package/dist/react-native/api/capabilitiesByLocation/index.js +0 -4
- package/dist/react-native/api/capabilitiesByLocation/index.js.map +0 -1
- package/dist/react-native/api/capabilitiesByLocation/operations.d.ts +0 -10
- package/dist/react-native/api/capabilitiesByLocation/operations.js +0 -37
- package/dist/react-native/api/capabilitiesByLocation/operations.js.map +0 -1
- package/dist/react-native/api/capabilitiesByLocation/options.d.ts +0 -5
- package/dist/react-native/api/capabilitiesByLocation/options.js.map +0 -1
- package/dist/react-native/api/capabilitiesByServer/index.d.ts +0 -3
- package/dist/react-native/api/capabilitiesByServer/index.js +0 -4
- package/dist/react-native/api/capabilitiesByServer/index.js.map +0 -1
- package/dist/react-native/api/capabilitiesByServer/operations.d.ts +0 -10
- package/dist/react-native/api/capabilitiesByServer/operations.js +0 -38
- package/dist/react-native/api/capabilitiesByServer/operations.js.map +0 -1
- package/dist/react-native/api/capabilitiesByServer/options.d.ts +0 -5
- package/dist/react-native/api/capabilitiesByServer/options.js +0 -4
- package/dist/react-native/api/capabilitiesByServer/options.js.map +0 -1
- package/dist/react-native/api/capturedLogs/index.d.ts +0 -3
- package/dist/react-native/api/capturedLogs/index.js +0 -4
- package/dist/react-native/api/capturedLogs/index.js.map +0 -1
- package/dist/react-native/api/capturedLogs/operations.d.ts +0 -10
- package/dist/react-native/api/capturedLogs/operations.js +0 -38
- package/dist/react-native/api/capturedLogs/operations.js.map +0 -1
- package/dist/react-native/api/capturedLogs/options.d.ts +0 -5
- package/dist/react-native/api/capturedLogs/options.js +0 -4
- package/dist/react-native/api/capturedLogs/options.js.map +0 -1
- package/dist/react-native/api/configurations/index.d.ts +0 -3
- package/dist/react-native/api/configurations/index.js +0 -4
- package/dist/react-native/api/configurations/index.js.map +0 -1
- package/dist/react-native/api/configurations/operations.d.ts +0 -23
- package/dist/react-native/api/configurations/operations.js +0 -138
- package/dist/react-native/api/configurations/operations.js.map +0 -1
- package/dist/react-native/api/configurations/options.d.ts +0 -18
- package/dist/react-native/api/configurations/options.js +0 -4
- package/dist/react-native/api/configurations/options.js.map +0 -1
- package/dist/react-native/api/databases/index.d.ts +0 -3
- package/dist/react-native/api/databases/index.js +0 -4
- package/dist/react-native/api/databases/index.js.map +0 -1
- package/dist/react-native/api/databases/operations.d.ts +0 -28
- package/dist/react-native/api/databases/operations.js +0 -139
- package/dist/react-native/api/databases/operations.js.map +0 -1
- package/dist/react-native/api/databases/options.d.ts +0 -18
- package/dist/react-native/api/databases/options.js +0 -4
- package/dist/react-native/api/databases/options.js.map +0 -1
- package/dist/react-native/api/firewallRules/index.d.ts +0 -3
- package/dist/react-native/api/firewallRules/index.js +0 -4
- package/dist/react-native/api/firewallRules/index.js.map +0 -1
- package/dist/react-native/api/firewallRules/operations.d.ts +0 -28
- package/dist/react-native/api/firewallRules/operations.js +0 -139
- package/dist/react-native/api/firewallRules/operations.js.map +0 -1
- package/dist/react-native/api/firewallRules/options.d.ts +0 -18
- package/dist/react-native/api/firewallRules/options.js +0 -4
- package/dist/react-native/api/firewallRules/options.js.map +0 -1
- package/dist/react-native/api/index.d.ts +0 -3
- package/dist/react-native/api/index.js +0 -4
- package/dist/react-native/api/index.js.map +0 -1
- package/dist/react-native/api/migrations/index.d.ts +0 -3
- package/dist/react-native/api/migrations/index.js +0 -4
- package/dist/react-native/api/migrations/index.js.map +0 -1
- package/dist/react-native/api/migrations/operations.d.ts +0 -30
- package/dist/react-native/api/migrations/operations.js +0 -189
- package/dist/react-native/api/migrations/operations.js.map +0 -1
- package/dist/react-native/api/migrations/options.d.ts +0 -23
- package/dist/react-native/api/migrations/options.js +0 -4
- package/dist/react-native/api/migrations/options.js.map +0 -1
- package/dist/react-native/api/nameAvailability/index.d.ts +0 -3
- package/dist/react-native/api/nameAvailability/index.js +0 -4
- package/dist/react-native/api/nameAvailability/index.js.map +0 -1
- package/dist/react-native/api/nameAvailability/operations.d.ts +0 -13
- package/dist/react-native/api/nameAvailability/operations.js +0 -63
- package/dist/react-native/api/nameAvailability/operations.js.map +0 -1
- package/dist/react-native/api/nameAvailability/options.d.ts +0 -8
- package/dist/react-native/api/nameAvailability/options.js +0 -4
- package/dist/react-native/api/nameAvailability/options.js.map +0 -1
- package/dist/react-native/api/operations/index.d.ts +0 -3
- package/dist/react-native/api/operations/index.js +0 -4
- package/dist/react-native/api/operations/index.js.map +0 -1
- package/dist/react-native/api/operations/operations.d.ts +0 -10
- package/dist/react-native/api/operations/operations.js +0 -35
- package/dist/react-native/api/operations/operations.js.map +0 -1
- package/dist/react-native/api/operations/options.d.ts +0 -5
- package/dist/react-native/api/operations/options.js +0 -4
- package/dist/react-native/api/operations/options.js.map +0 -1
- package/dist/react-native/api/postgreSQLManagementFlexibleServerContext.d.ts +0 -22
- package/dist/react-native/api/postgreSQLManagementFlexibleServerContext.js +0 -28
- package/dist/react-native/api/postgreSQLManagementFlexibleServerContext.js.map +0 -1
- package/dist/react-native/api/privateDnsZoneSuffix/index.d.ts +0 -3
- package/dist/react-native/api/privateDnsZoneSuffix/index.js +0 -4
- package/dist/react-native/api/privateDnsZoneSuffix/index.js.map +0 -1
- package/dist/react-native/api/privateDnsZoneSuffix/operations.d.ts +0 -9
- package/dist/react-native/api/privateDnsZoneSuffix/operations.js +0 -31
- package/dist/react-native/api/privateDnsZoneSuffix/operations.js.map +0 -1
- package/dist/react-native/api/privateDnsZoneSuffix/options.d.ts +0 -5
- package/dist/react-native/api/privateDnsZoneSuffix/options.js +0 -4
- package/dist/react-native/api/privateDnsZoneSuffix/options.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/index.d.ts +0 -3
- package/dist/react-native/api/privateEndpointConnections/index.js +0 -4
- package/dist/react-native/api/privateEndpointConnections/index.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/operations.d.ts +0 -28
- package/dist/react-native/api/privateEndpointConnections/operations.js +0 -139
- package/dist/react-native/api/privateEndpointConnections/operations.js.map +0 -1
- package/dist/react-native/api/privateEndpointConnections/options.d.ts +0 -18
- package/dist/react-native/api/privateEndpointConnections/options.js +0 -4
- package/dist/react-native/api/privateEndpointConnections/options.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/index.d.ts +0 -3
- package/dist/react-native/api/privateLinkResources/index.js +0 -4
- package/dist/react-native/api/privateLinkResources/index.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/operations.d.ts +0 -14
- package/dist/react-native/api/privateLinkResources/operations.js.map +0 -1
- package/dist/react-native/api/privateLinkResources/options.d.ts +0 -8
- package/dist/react-native/api/privateLinkResources/options.js +0 -4
- package/dist/react-native/api/privateLinkResources/options.js.map +0 -1
- package/dist/react-native/api/quotaUsages/index.d.ts +0 -3
- package/dist/react-native/api/quotaUsages/index.js +0 -4
- package/dist/react-native/api/quotaUsages/index.js.map +0 -1
- package/dist/react-native/api/quotaUsages/operations.d.ts +0 -10
- package/dist/react-native/api/quotaUsages/operations.js +0 -37
- package/dist/react-native/api/quotaUsages/operations.js.map +0 -1
- package/dist/react-native/api/quotaUsages/options.d.ts +0 -5
- package/dist/react-native/api/quotaUsages/options.js +0 -4
- package/dist/react-native/api/quotaUsages/options.js.map +0 -1
- package/dist/react-native/api/replicas/index.d.ts +0 -3
- package/dist/react-native/api/replicas/index.js +0 -4
- package/dist/react-native/api/replicas/index.js.map +0 -1
- package/dist/react-native/api/replicas/operations.d.ts +0 -10
- package/dist/react-native/api/replicas/operations.js +0 -38
- package/dist/react-native/api/replicas/operations.js.map +0 -1
- package/dist/react-native/api/replicas/options.d.ts +0 -5
- package/dist/react-native/api/replicas/options.js +0 -4
- package/dist/react-native/api/replicas/options.js.map +0 -1
- package/dist/react-native/api/serverThreatProtectionSettings/index.d.ts +0 -3
- package/dist/react-native/api/serverThreatProtectionSettings/index.js +0 -4
- package/dist/react-native/api/serverThreatProtectionSettings/index.js.map +0 -1
- package/dist/react-native/api/serverThreatProtectionSettings/operations.d.ts +0 -10
- package/dist/react-native/api/serverThreatProtectionSettings/operations.js +0 -42
- package/dist/react-native/api/serverThreatProtectionSettings/operations.js.map +0 -1
- package/dist/react-native/api/serverThreatProtectionSettings/options.d.ts +0 -7
- package/dist/react-native/api/serverThreatProtectionSettings/options.js +0 -4
- package/dist/react-native/api/serverThreatProtectionSettings/options.js.map +0 -1
- package/dist/react-native/api/servers/index.d.ts +0 -3
- package/dist/react-native/api/servers/index.js +0 -4
- package/dist/react-native/api/servers/index.js.map +0 -1
- package/dist/react-native/api/servers/operations.d.ts +0 -52
- package/dist/react-native/api/servers/operations.js +0 -327
- package/dist/react-native/api/servers/operations.js.map +0 -1
- package/dist/react-native/api/servers/options.d.ts +0 -49
- package/dist/react-native/api/servers/options.js +0 -4
- package/dist/react-native/api/servers/options.js.map +0 -1
- package/dist/react-native/api/tuningOptions/index.d.ts +0 -3
- package/dist/react-native/api/tuningOptions/index.js.map +0 -1
- package/dist/react-native/api/tuningOptions/operations.js.map +0 -1
- package/dist/react-native/api/tuningOptions/options.js +0 -4
- package/dist/react-native/api/tuningOptions/options.js.map +0 -1
- package/dist/react-native/api/virtualEndpoints/index.d.ts +0 -3
- package/dist/react-native/api/virtualEndpoints/index.js +0 -4
- package/dist/react-native/api/virtualEndpoints/index.js.map +0 -1
- package/dist/react-native/api/virtualEndpoints/operations.d.ts +0 -32
- package/dist/react-native/api/virtualEndpoints/operations.js +0 -174
- package/dist/react-native/api/virtualEndpoints/operations.js.map +0 -1
- package/dist/react-native/api/virtualEndpoints/options.d.ts +0 -23
- package/dist/react-native/api/virtualEndpoints/options.js +0 -4
- package/dist/react-native/api/virtualEndpoints/options.js.map +0 -1
- package/dist/react-native/api/virtualNetworkSubnetUsage/index.d.ts +0 -3
- package/dist/react-native/api/virtualNetworkSubnetUsage/index.js +0 -4
- package/dist/react-native/api/virtualNetworkSubnetUsage/index.js.map +0 -1
- package/dist/react-native/api/virtualNetworkSubnetUsage/operations.d.ts +0 -9
- package/dist/react-native/api/virtualNetworkSubnetUsage/operations.js +0 -35
- package/dist/react-native/api/virtualNetworkSubnetUsage/operations.js.map +0 -1
- package/dist/react-native/api/virtualNetworkSubnetUsage/options.d.ts +0 -5
- package/dist/react-native/api/virtualNetworkSubnetUsage/options.js +0 -4
- package/dist/react-native/api/virtualNetworkSubnetUsage/options.js.map +0 -1
- package/dist/react-native/classic/administratorsMicrosoftEntra/index.d.ts +0 -32
- package/dist/react-native/classic/administratorsMicrosoftEntra/index.js +0 -34
- package/dist/react-native/classic/administratorsMicrosoftEntra/index.js.map +0 -1
- package/dist/react-native/classic/advancedThreatProtectionSettings/index.d.ts +0 -13
- package/dist/react-native/classic/advancedThreatProtectionSettings/index.js +0 -15
- package/dist/react-native/classic/advancedThreatProtectionSettings/index.js.map +0 -1
- package/dist/react-native/classic/backupsAutomaticAndOnDemand/index.d.ts +0 -32
- package/dist/react-native/classic/backupsAutomaticAndOnDemand/index.js +0 -34
- package/dist/react-native/classic/backupsAutomaticAndOnDemand/index.js.map +0 -1
- package/dist/react-native/classic/backupsLongTermRetention/index.d.ts +0 -23
- package/dist/react-native/classic/backupsLongTermRetention/index.js +0 -26
- package/dist/react-native/classic/backupsLongTermRetention/index.js.map +0 -1
- package/dist/react-native/classic/capabilitiesByLocation/index.d.ts +0 -11
- package/dist/react-native/classic/capabilitiesByLocation/index.js +0 -14
- package/dist/react-native/classic/capabilitiesByLocation/index.js.map +0 -1
- package/dist/react-native/classic/capabilitiesByServer/index.d.ts +0 -11
- package/dist/react-native/classic/capabilitiesByServer/index.js +0 -14
- package/dist/react-native/classic/capabilitiesByServer/index.js.map +0 -1
- package/dist/react-native/classic/capturedLogs/index.d.ts +0 -11
- package/dist/react-native/classic/capturedLogs/index.js +0 -14
- package/dist/react-native/classic/capturedLogs/index.js.map +0 -1
- package/dist/react-native/classic/configurations/index.d.ts +0 -27
- package/dist/react-native/classic/configurations/index.js +0 -34
- package/dist/react-native/classic/configurations/index.js.map +0 -1
- package/dist/react-native/classic/databases/index.d.ts +0 -32
- package/dist/react-native/classic/databases/index.js +0 -34
- package/dist/react-native/classic/databases/index.js.map +0 -1
- package/dist/react-native/classic/firewallRules/index.d.ts +0 -32
- package/dist/react-native/classic/firewallRules/index.js +0 -34
- package/dist/react-native/classic/firewallRules/index.js.map +0 -1
- package/dist/react-native/classic/index.d.ts +0 -24
- package/dist/react-native/classic/index.js +0 -4
- package/dist/react-native/classic/index.js.map +0 -1
- package/dist/react-native/classic/migrations/index.d.ts +0 -21
- package/dist/react-native/classic/migrations/index.js +0 -19
- package/dist/react-native/classic/migrations/index.js.map +0 -1
- package/dist/react-native/classic/nameAvailability/index.d.ts +0 -12
- package/dist/react-native/classic/nameAvailability/index.js +0 -15
- package/dist/react-native/classic/nameAvailability/index.js.map +0 -1
- package/dist/react-native/classic/operations/index.d.ts +0 -11
- package/dist/react-native/classic/operations/index.js +0 -14
- package/dist/react-native/classic/operations/index.js.map +0 -1
- package/dist/react-native/classic/privateDnsZoneSuffix/index.d.ts +0 -10
- package/dist/react-native/classic/privateDnsZoneSuffix/index.js +0 -14
- package/dist/react-native/classic/privateDnsZoneSuffix/index.js.map +0 -1
- package/dist/react-native/classic/privateEndpointConnections/index.d.ts +0 -32
- package/dist/react-native/classic/privateEndpointConnections/index.js +0 -34
- package/dist/react-native/classic/privateEndpointConnections/index.js.map +0 -1
- package/dist/react-native/classic/privateLinkResources/index.d.ts +0 -13
- package/dist/react-native/classic/privateLinkResources/index.js +0 -15
- package/dist/react-native/classic/privateLinkResources/index.js.map +0 -1
- package/dist/react-native/classic/quotaUsages/index.d.ts +0 -11
- package/dist/react-native/classic/quotaUsages/index.js +0 -14
- package/dist/react-native/classic/quotaUsages/index.js.map +0 -1
- package/dist/react-native/classic/replicas/index.d.ts +0 -11
- package/dist/react-native/classic/replicas/index.js +0 -14
- package/dist/react-native/classic/replicas/index.js.map +0 -1
- package/dist/react-native/classic/serverThreatProtectionSettings/index.d.ts +0 -16
- package/dist/react-native/classic/serverThreatProtectionSettings/index.js +0 -23
- package/dist/react-native/classic/serverThreatProtectionSettings/index.js.map +0 -1
- package/dist/react-native/classic/servers/index.d.ts +0 -64
- package/dist/react-native/classic/servers/index.js +0 -80
- package/dist/react-native/classic/servers/index.js.map +0 -1
- package/dist/react-native/classic/tuningOptions/index.d.ts +0 -15
- package/dist/react-native/classic/tuningOptions/index.js.map +0 -1
- package/dist/react-native/classic/virtualEndpoints/index.d.ts +0 -38
- package/dist/react-native/classic/virtualEndpoints/index.js +0 -43
- package/dist/react-native/classic/virtualEndpoints/index.js.map +0 -1
- package/dist/react-native/classic/virtualNetworkSubnetUsage/index.d.ts +0 -10
- package/dist/react-native/classic/virtualNetworkSubnetUsage/index.js +0 -14
- package/dist/react-native/classic/virtualNetworkSubnetUsage/index.js.map +0 -1
- package/dist/react-native/index.d.ts +0 -38
- package/dist/react-native/index.js +0 -8
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/logger.d.ts +0 -2
- package/dist/react-native/logger.js +0 -5
- package/dist/react-native/logger.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -3
- package/dist/react-native/models/index.js +0 -4
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/models.d.ts +0 -3355
- package/dist/react-native/models/models.js +0 -3117
- package/dist/react-native/models/models.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts +0 -81
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.js +0 -121
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.js.map +0 -1
- package/dist/react-native/restorePollerHelpers.d.ts +0 -21
- package/dist/react-native/restorePollerHelpers.js +0 -141
- package/dist/react-native/restorePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +0 -22
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +0 -38
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +0 -74
- package/dist/react-native/static-helpers/pagingHelpers.js +0 -143
- package/dist/react-native/static-helpers/pagingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +0 -34
- package/dist/react-native/static-helpers/pollingHelpers.js +0 -95
- package/dist/react-native/static-helpers/pollingHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +0 -8
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +0 -17
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +0 -1
- package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +0 -73
- package/dist/react-native/static-helpers/simplePollerHelpers.js +0 -44
- package/dist/react-native/static-helpers/simplePollerHelpers.js.map +0 -1
- package/dist/react-native/static-helpers/urlTemplate.d.ts +0 -5
- package/dist/react-native/static-helpers/urlTemplate.js +0 -200
- package/dist/react-native/static-helpers/urlTemplate.js.map +0 -1
- /package/dist/browser/api/{tuningOptions → maintenanceEvents}/options.js +0 -0
- /package/dist/{react-native/api/administratorsMicrosoftEntra → browser/api/majorVersionUpgradePrecheck}/options.js +0 -0
- /package/dist/browser/api/{tuningOptions → tuningOptionsOperations}/index.js +0 -0
- /package/dist/{react-native/api/advancedThreatProtectionSettings → browser/api/tuningOptionsOperations}/options.js +0 -0
- /package/dist/{react-native/api/backupsAutomaticAndOnDemand → esm/api/maintenanceEvents}/options.js +0 -0
- /package/dist/{react-native/api/backupsLongTermRetention → esm/api/majorVersionUpgradePrecheck}/options.js +0 -0
- /package/dist/{react-native/api/tuningOptions → esm/api/tuningOptionsOperations}/index.js +0 -0
- /package/dist/{react-native/api/capabilitiesByLocation → esm/api/tuningOptionsOperations}/options.js +0 -0
|
@@ -254,19 +254,19 @@ export interface MigrationStatus {
|
|
|
254
254
|
export declare function migrationStatusDeserializer(item: any): MigrationStatus;
|
|
255
255
|
/** State of migration. */
|
|
256
256
|
export declare enum KnownMigrationState {
|
|
257
|
-
/**
|
|
257
|
+
/** Migration is in progress. */
|
|
258
258
|
InProgress = "InProgress",
|
|
259
|
-
/**
|
|
259
|
+
/** Migration is waiting for user action. */
|
|
260
260
|
WaitingForUserAction = "WaitingForUserAction",
|
|
261
|
-
/**
|
|
261
|
+
/** Migration has been canceled. */
|
|
262
262
|
Canceled = "Canceled",
|
|
263
|
-
/**
|
|
263
|
+
/** Migration has failed. */
|
|
264
264
|
Failed = "Failed",
|
|
265
|
-
/**
|
|
265
|
+
/** Migration has succeeded. */
|
|
266
266
|
Succeeded = "Succeeded",
|
|
267
|
-
/**
|
|
267
|
+
/** Validation for migration has failed. */
|
|
268
268
|
ValidationFailed = "ValidationFailed",
|
|
269
|
-
/**
|
|
269
|
+
/** Migration is cleaning up resources. */
|
|
270
270
|
CleaningUp = "CleaningUp"
|
|
271
271
|
}
|
|
272
272
|
/**
|
|
@@ -274,13 +274,13 @@ export declare enum KnownMigrationState {
|
|
|
274
274
|
* {@link KnownMigrationState} can be used interchangeably with MigrationState,
|
|
275
275
|
* this enum contains the known values that the service supports.
|
|
276
276
|
* ### Known values supported by the service
|
|
277
|
-
* **InProgress
|
|
278
|
-
* **WaitingForUserAction
|
|
279
|
-
* **Canceled
|
|
280
|
-
* **Failed
|
|
281
|
-
* **Succeeded
|
|
282
|
-
* **ValidationFailed
|
|
283
|
-
* **CleaningUp
|
|
277
|
+
* **InProgress**: Migration is in progress. \
|
|
278
|
+
* **WaitingForUserAction**: Migration is waiting for user action. \
|
|
279
|
+
* **Canceled**: Migration has been canceled. \
|
|
280
|
+
* **Failed**: Migration has failed. \
|
|
281
|
+
* **Succeeded**: Migration has succeeded. \
|
|
282
|
+
* **ValidationFailed**: Validation for migration has failed. \
|
|
283
|
+
* **CleaningUp**: Migration is cleaning up resources.
|
|
284
284
|
*/
|
|
285
285
|
export type MigrationState = string;
|
|
286
286
|
/** Details of migration substate. */
|
|
@@ -293,29 +293,29 @@ export interface MigrationSubstateDetails {
|
|
|
293
293
|
export declare function migrationSubstateDetailsDeserializer(item: any): MigrationSubstateDetails;
|
|
294
294
|
/** Substate of migration. */
|
|
295
295
|
export declare enum KnownMigrationSubstate {
|
|
296
|
-
/**
|
|
296
|
+
/** Performing pre-requisite steps for migration. */
|
|
297
297
|
PerformingPreRequisiteSteps = "PerformingPreRequisiteSteps",
|
|
298
|
-
/**
|
|
298
|
+
/** Waiting for logical replication setup request on source database. */
|
|
299
299
|
WaitingForLogicalReplicationSetupRequestOnSourceDB = "WaitingForLogicalReplicationSetupRequestOnSourceDB",
|
|
300
|
-
/**
|
|
300
|
+
/** Waiting for databases to migrate specification. */
|
|
301
301
|
WaitingForDBsToMigrateSpecification = "WaitingForDBsToMigrateSpecification",
|
|
302
|
-
/**
|
|
302
|
+
/** Waiting for target database overwrite confirmation. */
|
|
303
303
|
WaitingForTargetDBOverwriteConfirmation = "WaitingForTargetDBOverwriteConfirmation",
|
|
304
|
-
/**
|
|
304
|
+
/** Waiting for data migration scheduling. */
|
|
305
305
|
WaitingForDataMigrationScheduling = "WaitingForDataMigrationScheduling",
|
|
306
|
-
/**
|
|
306
|
+
/** Waiting for data migration window. */
|
|
307
307
|
WaitingForDataMigrationWindow = "WaitingForDataMigrationWindow",
|
|
308
|
-
/**
|
|
308
|
+
/** Migrating data. */
|
|
309
309
|
MigratingData = "MigratingData",
|
|
310
|
-
/**
|
|
310
|
+
/** Waiting for cutover trigger. */
|
|
311
311
|
WaitingForCutoverTrigger = "WaitingForCutoverTrigger",
|
|
312
|
-
/**
|
|
312
|
+
/** Completing migration. */
|
|
313
313
|
CompletingMigration = "CompletingMigration",
|
|
314
|
-
/**
|
|
314
|
+
/** Migration completed. */
|
|
315
315
|
Completed = "Completed",
|
|
316
|
-
/**
|
|
316
|
+
/** Canceling requested database migrations. */
|
|
317
317
|
CancelingRequestedDBMigrations = "CancelingRequestedDBMigrations",
|
|
318
|
-
/**
|
|
318
|
+
/** Validation in progress. */
|
|
319
319
|
ValidationInProgress = "ValidationInProgress"
|
|
320
320
|
}
|
|
321
321
|
/**
|
|
@@ -323,18 +323,18 @@ export declare enum KnownMigrationSubstate {
|
|
|
323
323
|
* {@link KnownMigrationSubstate} can be used interchangeably with MigrationSubstate,
|
|
324
324
|
* this enum contains the known values that the service supports.
|
|
325
325
|
* ### Known values supported by the service
|
|
326
|
-
* **PerformingPreRequisiteSteps
|
|
327
|
-
* **WaitingForLogicalReplicationSetupRequestOnSourceDB
|
|
328
|
-
* **WaitingForDBsToMigrateSpecification
|
|
329
|
-
* **WaitingForTargetDBOverwriteConfirmation
|
|
330
|
-
* **WaitingForDataMigrationScheduling
|
|
331
|
-
* **WaitingForDataMigrationWindow
|
|
332
|
-
* **MigratingData
|
|
333
|
-
* **WaitingForCutoverTrigger
|
|
334
|
-
* **CompletingMigration
|
|
335
|
-
* **Completed
|
|
336
|
-
* **CancelingRequestedDBMigrations
|
|
337
|
-
* **ValidationInProgress
|
|
326
|
+
* **PerformingPreRequisiteSteps**: Performing pre-requisite steps for migration. \
|
|
327
|
+
* **WaitingForLogicalReplicationSetupRequestOnSourceDB**: Waiting for logical replication setup request on source database. \
|
|
328
|
+
* **WaitingForDBsToMigrateSpecification**: Waiting for databases to migrate specification. \
|
|
329
|
+
* **WaitingForTargetDBOverwriteConfirmation**: Waiting for target database overwrite confirmation. \
|
|
330
|
+
* **WaitingForDataMigrationScheduling**: Waiting for data migration scheduling. \
|
|
331
|
+
* **WaitingForDataMigrationWindow**: Waiting for data migration window. \
|
|
332
|
+
* **MigratingData**: Migrating data. \
|
|
333
|
+
* **WaitingForCutoverTrigger**: Waiting for cutover trigger. \
|
|
334
|
+
* **CompletingMigration**: Completing migration. \
|
|
335
|
+
* **Completed**: Migration completed. \
|
|
336
|
+
* **CancelingRequestedDBMigrations**: Canceling requested database migrations. \
|
|
337
|
+
* **ValidationInProgress**: Validation in progress.
|
|
338
338
|
*/
|
|
339
339
|
export type MigrationSubstate = string;
|
|
340
340
|
export declare function databaseMigrationStateRecordDeserializer(item: Record<string, any>): Record<string, DatabaseMigrationState>;
|
|
@@ -376,17 +376,17 @@ export interface DatabaseMigrationState {
|
|
|
376
376
|
export declare function databaseMigrationStateDeserializer(item: any): DatabaseMigrationState;
|
|
377
377
|
/** Migration state of a database. */
|
|
378
378
|
export declare enum KnownMigrationDatabaseState {
|
|
379
|
-
/**
|
|
379
|
+
/** Migration is in progress for the database. */
|
|
380
380
|
InProgress = "InProgress",
|
|
381
|
-
/**
|
|
381
|
+
/** Migration is waiting for cutover trigger for the database. */
|
|
382
382
|
WaitingForCutoverTrigger = "WaitingForCutoverTrigger",
|
|
383
|
-
/**
|
|
383
|
+
/** Migration has failed for the database. */
|
|
384
384
|
Failed = "Failed",
|
|
385
|
-
/**
|
|
385
|
+
/** Migration has been canceled for the database. */
|
|
386
386
|
Canceled = "Canceled",
|
|
387
|
-
/**
|
|
387
|
+
/** Migration has succeeded for the database. */
|
|
388
388
|
Succeeded = "Succeeded",
|
|
389
|
-
/**
|
|
389
|
+
/** Migration is being canceled for the database. */
|
|
390
390
|
Canceling = "Canceling"
|
|
391
391
|
}
|
|
392
392
|
/**
|
|
@@ -394,12 +394,12 @@ export declare enum KnownMigrationDatabaseState {
|
|
|
394
394
|
* {@link KnownMigrationDatabaseState} can be used interchangeably with MigrationDatabaseState,
|
|
395
395
|
* this enum contains the known values that the service supports.
|
|
396
396
|
* ### Known values supported by the service
|
|
397
|
-
* **InProgress
|
|
398
|
-
* **WaitingForCutoverTrigger
|
|
399
|
-
* **Failed
|
|
400
|
-
* **Canceled
|
|
401
|
-
* **Succeeded
|
|
402
|
-
* **Canceling
|
|
397
|
+
* **InProgress**: Migration is in progress for the database. \
|
|
398
|
+
* **WaitingForCutoverTrigger**: Migration is waiting for cutover trigger for the database. \
|
|
399
|
+
* **Failed**: Migration has failed for the database. \
|
|
400
|
+
* **Canceled**: Migration has been canceled for the database. \
|
|
401
|
+
* **Succeeded**: Migration has succeeded for the database. \
|
|
402
|
+
* **Canceling**: Migration is being canceled for the database.
|
|
403
403
|
*/
|
|
404
404
|
export type MigrationDatabaseState = string;
|
|
405
405
|
/** Details for the validation for migration. */
|
|
@@ -416,23 +416,23 @@ export interface ValidationDetails {
|
|
|
416
416
|
dbLevelValidationDetails?: DbLevelValidationStatus[];
|
|
417
417
|
}
|
|
418
418
|
export declare function validationDetailsDeserializer(item: any): ValidationDetails;
|
|
419
|
-
/** Validation
|
|
419
|
+
/** Validation state for migration. */
|
|
420
420
|
export declare enum KnownValidationState {
|
|
421
|
-
/**
|
|
421
|
+
/** Validation has failed. */
|
|
422
422
|
Failed = "Failed",
|
|
423
|
-
/**
|
|
423
|
+
/** Validation has succeeded. */
|
|
424
424
|
Succeeded = "Succeeded",
|
|
425
|
-
/**
|
|
425
|
+
/** Validation has succeeded with warnings. */
|
|
426
426
|
Warning = "Warning"
|
|
427
427
|
}
|
|
428
428
|
/**
|
|
429
|
-
* Validation
|
|
429
|
+
* Validation state for migration. \
|
|
430
430
|
* {@link KnownValidationState} can be used interchangeably with ValidationState,
|
|
431
431
|
* this enum contains the known values that the service supports.
|
|
432
432
|
* ### Known values supported by the service
|
|
433
|
-
* **Failed
|
|
434
|
-
* **Succeeded
|
|
435
|
-
* **Warning
|
|
433
|
+
* **Failed**: Validation has failed. \
|
|
434
|
+
* **Succeeded**: Validation has succeeded. \
|
|
435
|
+
* **Warning**: Validation has succeeded with warnings.
|
|
436
436
|
*/
|
|
437
437
|
export type ValidationState = string;
|
|
438
438
|
export declare function validationSummaryItemArrayDeserializer(result: Array<ValidationSummaryItem>): any[];
|
|
@@ -468,132 +468,132 @@ export interface DbLevelValidationStatus {
|
|
|
468
468
|
summary?: ValidationSummaryItem[];
|
|
469
469
|
}
|
|
470
470
|
export declare function dbLevelValidationStatusDeserializer(item: any): DbLevelValidationStatus;
|
|
471
|
-
/** Mode used to perform the migration
|
|
471
|
+
/** Mode used to perform the migration. */
|
|
472
472
|
export declare enum KnownMigrationMode {
|
|
473
|
-
/** Offline */
|
|
473
|
+
/** Offline migration mode. */
|
|
474
474
|
Offline = "Offline",
|
|
475
|
-
/** Online */
|
|
475
|
+
/** Online migration mode. */
|
|
476
476
|
Online = "Online"
|
|
477
477
|
}
|
|
478
478
|
/**
|
|
479
|
-
* Mode used to perform the migration
|
|
479
|
+
* Mode used to perform the migration. \
|
|
480
480
|
* {@link KnownMigrationMode} can be used interchangeably with MigrationMode,
|
|
481
481
|
* this enum contains the known values that the service supports.
|
|
482
482
|
* ### Known values supported by the service
|
|
483
|
-
* **Offline
|
|
484
|
-
* **Online
|
|
483
|
+
* **Offline**: Offline migration mode. \
|
|
484
|
+
* **Online**: Online migration mode.
|
|
485
485
|
*/
|
|
486
486
|
export type MigrationMode = string;
|
|
487
|
-
/** Supported option for a migration */
|
|
487
|
+
/** Supported option for a migration. */
|
|
488
488
|
export declare enum KnownMigrationOption {
|
|
489
|
-
/** Validate */
|
|
489
|
+
/** Validate the migration without performing it. */
|
|
490
490
|
Validate = "Validate",
|
|
491
|
-
/**
|
|
491
|
+
/** Perform the migration. */
|
|
492
492
|
Migrate = "Migrate",
|
|
493
|
-
/**
|
|
493
|
+
/** Validate and perform the migration. */
|
|
494
494
|
ValidateAndMigrate = "ValidateAndMigrate"
|
|
495
495
|
}
|
|
496
496
|
/**
|
|
497
|
-
* Supported option for a migration \
|
|
497
|
+
* Supported option for a migration. \
|
|
498
498
|
* {@link KnownMigrationOption} can be used interchangeably with MigrationOption,
|
|
499
499
|
* this enum contains the known values that the service supports.
|
|
500
500
|
* ### Known values supported by the service
|
|
501
|
-
* **Validate
|
|
502
|
-
* **Migrate
|
|
503
|
-
* **ValidateAndMigrate
|
|
501
|
+
* **Validate**: Validate the migration without performing it. \
|
|
502
|
+
* **Migrate**: Perform the migration. \
|
|
503
|
+
* **ValidateAndMigrate**: Validate and perform the migration.
|
|
504
504
|
*/
|
|
505
505
|
export type MigrationOption = string;
|
|
506
|
-
/** Source server type used for the migration
|
|
506
|
+
/** Source server type used for the migration. */
|
|
507
507
|
export declare enum KnownSourceType {
|
|
508
|
-
/**
|
|
508
|
+
/** On-premises PostgreSQL server. */
|
|
509
509
|
OnPremises = "OnPremises",
|
|
510
|
-
/**
|
|
510
|
+
/** Amazon Web Services PostgreSQL server. */
|
|
511
511
|
AWS = "AWS",
|
|
512
|
-
/**
|
|
512
|
+
/** Google Cloud Platform PostgreSQL server. */
|
|
513
513
|
GCP = "GCP",
|
|
514
|
-
/**
|
|
514
|
+
/** Azure Virtual Machine PostgreSQL server. */
|
|
515
515
|
AzureVM = "AzureVM",
|
|
516
|
-
/**
|
|
516
|
+
/** Azure Database for PostgreSQL single server. */
|
|
517
517
|
PostgreSQLSingleServer = "PostgreSQLSingleServer",
|
|
518
|
-
/**
|
|
518
|
+
/** Amazon RDS for PostgreSQL. */
|
|
519
519
|
AWSRDS = "AWS_RDS",
|
|
520
|
-
/**
|
|
520
|
+
/** Amazon Aurora for PostgreSQL. */
|
|
521
521
|
AWSAurora = "AWS_AURORA",
|
|
522
|
-
/**
|
|
522
|
+
/** Amazon EC2 for PostgreSQL. */
|
|
523
523
|
AWSEC2 = "AWS_EC2",
|
|
524
|
-
/**
|
|
524
|
+
/** Google Cloud SQL for PostgreSQL. */
|
|
525
525
|
GCPCloudSQL = "GCP_CloudSQL",
|
|
526
|
-
/**
|
|
526
|
+
/** Google Cloud AlloyDB for PostgreSQL. */
|
|
527
527
|
GCPAlloyDB = "GCP_AlloyDB",
|
|
528
|
-
/**
|
|
528
|
+
/** Google Compute Engine for PostgreSQL. */
|
|
529
529
|
GCPCompute = "GCP_Compute",
|
|
530
|
-
/**
|
|
530
|
+
/** EnterpriseDB PostgreSQL server. */
|
|
531
531
|
EDB = "EDB",
|
|
532
|
-
/**
|
|
532
|
+
/** EnterpriseDB Oracle Server. */
|
|
533
533
|
EDBOracleServer = "EDB_Oracle_Server",
|
|
534
|
-
/**
|
|
534
|
+
/** EnterpriseDB PostgreSQL server. */
|
|
535
535
|
EDBPostgreSQL = "EDB_PostgreSQL",
|
|
536
|
-
/**
|
|
536
|
+
/** Azure Database for PostgreSQL flexible server. */
|
|
537
537
|
PostgreSQLFlexibleServer = "PostgreSQLFlexibleServer",
|
|
538
|
-
/**
|
|
538
|
+
/** .NET Cosmos DB for PostgreSQL */
|
|
539
539
|
PostgreSQLCosmosDB = "PostgreSQLCosmosDB",
|
|
540
|
-
/**
|
|
540
|
+
/** Huawei RDS for PostgreSQL */
|
|
541
541
|
HuaweiRDS = "Huawei_RDS",
|
|
542
|
-
/**
|
|
542
|
+
/** Huawei Compute for PostgreSQL */
|
|
543
543
|
HuaweiCompute = "Huawei_Compute",
|
|
544
|
-
/**
|
|
544
|
+
/** Heroku PostgreSQL */
|
|
545
545
|
HerokuPostgreSQL = "Heroku_PostgreSQL",
|
|
546
|
-
/**
|
|
546
|
+
/** Crunchy PostgreSQL */
|
|
547
547
|
CrunchyPostgreSQL = "Crunchy_PostgreSQL",
|
|
548
|
-
/**
|
|
548
|
+
/** ApsaraDB RDS for PostgreSQL */
|
|
549
549
|
ApsaraDBRDS = "ApsaraDB_RDS",
|
|
550
|
-
/**
|
|
550
|
+
/** Digital Ocean Droplets for PostgreSQL */
|
|
551
551
|
DigitalOceanDroplets = "Digital_Ocean_Droplets",
|
|
552
|
-
/**
|
|
552
|
+
/** Digital Ocean PostgreSQL */
|
|
553
553
|
DigitalOceanPostgreSQL = "Digital_Ocean_PostgreSQL",
|
|
554
|
-
/**
|
|
554
|
+
/** Supabase PostgreSQL */
|
|
555
555
|
SupabasePostgreSQL = "Supabase_PostgreSQL"
|
|
556
556
|
}
|
|
557
557
|
/**
|
|
558
|
-
* Source server type used for the migration
|
|
558
|
+
* Source server type used for the migration. \
|
|
559
559
|
* {@link KnownSourceType} can be used interchangeably with SourceType,
|
|
560
560
|
* this enum contains the known values that the service supports.
|
|
561
561
|
* ### Known values supported by the service
|
|
562
|
-
* **OnPremises
|
|
563
|
-
* **AWS
|
|
564
|
-
* **GCP
|
|
565
|
-
* **AzureVM
|
|
566
|
-
* **PostgreSQLSingleServer
|
|
567
|
-
* **AWS_RDS
|
|
568
|
-
* **AWS_AURORA
|
|
569
|
-
* **AWS_EC2
|
|
570
|
-
* **GCP_CloudSQL
|
|
571
|
-
* **GCP_AlloyDB
|
|
572
|
-
* **GCP_Compute
|
|
573
|
-
* **EDB
|
|
574
|
-
* **EDB_Oracle_Server
|
|
575
|
-
* **EDB_PostgreSQL
|
|
576
|
-
* **PostgreSQLFlexibleServer
|
|
577
|
-
* **PostgreSQLCosmosDB
|
|
578
|
-
* **Huawei_RDS
|
|
579
|
-
* **Huawei_Compute
|
|
580
|
-
* **Heroku_PostgreSQL
|
|
581
|
-
* **Crunchy_PostgreSQL
|
|
582
|
-
* **ApsaraDB_RDS
|
|
583
|
-
* **Digital_Ocean_Droplets
|
|
584
|
-
* **Digital_Ocean_PostgreSQL
|
|
585
|
-
* **Supabase_PostgreSQL
|
|
562
|
+
* **OnPremises**: On-premises PostgreSQL server. \
|
|
563
|
+
* **AWS**: Amazon Web Services PostgreSQL server. \
|
|
564
|
+
* **GCP**: Google Cloud Platform PostgreSQL server. \
|
|
565
|
+
* **AzureVM**: Azure Virtual Machine PostgreSQL server. \
|
|
566
|
+
* **PostgreSQLSingleServer**: Azure Database for PostgreSQL single server. \
|
|
567
|
+
* **AWS_RDS**: Amazon RDS for PostgreSQL. \
|
|
568
|
+
* **AWS_AURORA**: Amazon Aurora for PostgreSQL. \
|
|
569
|
+
* **AWS_EC2**: Amazon EC2 for PostgreSQL. \
|
|
570
|
+
* **GCP_CloudSQL**: Google Cloud SQL for PostgreSQL. \
|
|
571
|
+
* **GCP_AlloyDB**: Google Cloud AlloyDB for PostgreSQL. \
|
|
572
|
+
* **GCP_Compute**: Google Compute Engine for PostgreSQL. \
|
|
573
|
+
* **EDB**: EnterpriseDB PostgreSQL server. \
|
|
574
|
+
* **EDB_Oracle_Server**: EnterpriseDB Oracle Server. \
|
|
575
|
+
* **EDB_PostgreSQL**: EnterpriseDB PostgreSQL server. \
|
|
576
|
+
* **PostgreSQLFlexibleServer**: Azure Database for PostgreSQL flexible server. \
|
|
577
|
+
* **PostgreSQLCosmosDB**: .NET Cosmos DB for PostgreSQL \
|
|
578
|
+
* **Huawei_RDS**: Huawei RDS for PostgreSQL \
|
|
579
|
+
* **Huawei_Compute**: Huawei Compute for PostgreSQL \
|
|
580
|
+
* **Heroku_PostgreSQL**: Heroku PostgreSQL \
|
|
581
|
+
* **Crunchy_PostgreSQL**: Crunchy PostgreSQL \
|
|
582
|
+
* **ApsaraDB_RDS**: ApsaraDB RDS for PostgreSQL \
|
|
583
|
+
* **Digital_Ocean_Droplets**: Digital Ocean Droplets for PostgreSQL \
|
|
584
|
+
* **Digital_Ocean_PostgreSQL**: Digital Ocean PostgreSQL \
|
|
585
|
+
* **Supabase_PostgreSQL**: Supabase PostgreSQL
|
|
586
586
|
*/
|
|
587
587
|
export type SourceType = string;
|
|
588
588
|
/** SSL mode used by a migration. Default SSL mode for 'PostgreSQLSingleServer' is 'VerifyFull'. Default SSL mode for other source types is 'Prefer'. */
|
|
589
589
|
export declare enum KnownSslMode {
|
|
590
|
-
/** Prefer */
|
|
590
|
+
/** Prefer SSL connection. If the server does not support SSL, the connection will be established without SSL. */
|
|
591
591
|
Prefer = "Prefer",
|
|
592
|
-
/** Require */
|
|
592
|
+
/** Require SSL connection. If the server does not support SSL, the connection will fail. */
|
|
593
593
|
Require = "Require",
|
|
594
|
-
/**
|
|
594
|
+
/** Require SSL connection and verify the server certificate against the CA certificate. */
|
|
595
595
|
VerifyCA = "VerifyCA",
|
|
596
|
-
/**
|
|
596
|
+
/** Require SSL connection, verify the server certificate against the CA certificate, and verify that the server hostname matches the certificate. */
|
|
597
597
|
VerifyFull = "VerifyFull"
|
|
598
598
|
}
|
|
599
599
|
/**
|
|
@@ -601,10 +601,10 @@ export declare enum KnownSslMode {
|
|
|
601
601
|
* {@link KnownSslMode} can be used interchangeably with SslMode,
|
|
602
602
|
* this enum contains the known values that the service supports.
|
|
603
603
|
* ### Known values supported by the service
|
|
604
|
-
* **Prefer
|
|
605
|
-
* **Require
|
|
606
|
-
* **VerifyCA
|
|
607
|
-
* **VerifyFull
|
|
604
|
+
* **Prefer**: Prefer SSL connection. If the server does not support SSL, the connection will be established without SSL. \
|
|
605
|
+
* **Require**: Require SSL connection. If the server does not support SSL, the connection will fail. \
|
|
606
|
+
* **VerifyCA**: Require SSL connection and verify the server certificate against the CA certificate. \
|
|
607
|
+
* **VerifyFull**: Require SSL connection, verify the server certificate against the CA certificate, and verify that the server hostname matches the certificate.
|
|
608
608
|
*/
|
|
609
609
|
export type SslMode = string;
|
|
610
610
|
/** Database server metadata. */
|
|
@@ -629,11 +629,11 @@ export interface ServerSku {
|
|
|
629
629
|
export declare function serverSkuDeserializer(item: any): ServerSku;
|
|
630
630
|
/** Tier of the compute assigned to a server. */
|
|
631
631
|
export declare enum KnownSkuTier {
|
|
632
|
-
/**
|
|
632
|
+
/** Cost-effective tier for infrequent CPU usage, ideal for development and testing workloads with low performance requirements. */
|
|
633
633
|
Burstable = "Burstable",
|
|
634
|
-
/**
|
|
634
|
+
/** Balanced compute and memory for most workloads, offering scalable performance and I/O throughput. */
|
|
635
635
|
GeneralPurpose = "GeneralPurpose",
|
|
636
|
-
/**
|
|
636
|
+
/** High memory-to-core ratio for demanding workloads needing fast in-memory processing and high concurrency. */
|
|
637
637
|
MemoryOptimized = "MemoryOptimized"
|
|
638
638
|
}
|
|
639
639
|
/**
|
|
@@ -641,9 +641,9 @@ export declare enum KnownSkuTier {
|
|
|
641
641
|
* {@link KnownSkuTier} can be used interchangeably with SkuTier,
|
|
642
642
|
* this enum contains the known values that the service supports.
|
|
643
643
|
* ### Known values supported by the service
|
|
644
|
-
* **Burstable
|
|
645
|
-
* **GeneralPurpose
|
|
646
|
-
* **MemoryOptimized
|
|
644
|
+
* **Burstable**: Cost-effective tier for infrequent CPU usage, ideal for development and testing workloads with low performance requirements. \
|
|
645
|
+
* **GeneralPurpose**: Balanced compute and memory for most workloads, offering scalable performance and I\/O throughput. \
|
|
646
|
+
* **MemoryOptimized**: High memory-to-core ratio for demanding workloads needing fast in-memory processing and high concurrency.
|
|
647
647
|
*/
|
|
648
648
|
export type SkuTier = string;
|
|
649
649
|
/** Migration secret parameters. */
|
|
@@ -668,9 +668,9 @@ export declare function adminCredentialsSerializer(item: AdminCredentials): any;
|
|
|
668
668
|
export declare function adminCredentialsDeserializer(item: any): AdminCredentials;
|
|
669
669
|
/** Indicates whether to setup logical replication on source server, if needed. */
|
|
670
670
|
export declare enum KnownLogicalReplicationOnSourceServer {
|
|
671
|
-
/**
|
|
671
|
+
/** Logical replication will be set up on the source server. */
|
|
672
672
|
True = "True",
|
|
673
|
-
/**
|
|
673
|
+
/** Logical replication will not be set up on the source server. */
|
|
674
674
|
False = "False"
|
|
675
675
|
}
|
|
676
676
|
/**
|
|
@@ -678,31 +678,31 @@ export declare enum KnownLogicalReplicationOnSourceServer {
|
|
|
678
678
|
* {@link KnownLogicalReplicationOnSourceServer} can be used interchangeably with LogicalReplicationOnSourceServer,
|
|
679
679
|
* this enum contains the known values that the service supports.
|
|
680
680
|
* ### Known values supported by the service
|
|
681
|
-
* **True
|
|
682
|
-
* **False
|
|
681
|
+
* **True**: Logical replication will be set up on the source server. \
|
|
682
|
+
* **False**: Logical replication will not be set up on the source server.
|
|
683
683
|
*/
|
|
684
684
|
export type LogicalReplicationOnSourceServer = string;
|
|
685
|
-
/** Indicates if databases on the target server can be overwritten when already present.
|
|
685
|
+
/** Indicates if databases on the target server can be overwritten when already present. */
|
|
686
686
|
export declare enum KnownOverwriteDatabasesOnTargetServer {
|
|
687
|
-
/**
|
|
687
|
+
/** Databases on the target server can be overwritten when already present. */
|
|
688
688
|
True = "True",
|
|
689
|
-
/**
|
|
689
|
+
/** Databases on the target server cannot be overwritten when already present. When the migration workflow detects that the database already exists on the target server, it will wait for a confirmation. */
|
|
690
690
|
False = "False"
|
|
691
691
|
}
|
|
692
692
|
/**
|
|
693
|
-
* Indicates if databases on the target server can be overwritten when already present.
|
|
693
|
+
* Indicates if databases on the target server can be overwritten when already present. \
|
|
694
694
|
* {@link KnownOverwriteDatabasesOnTargetServer} can be used interchangeably with OverwriteDatabasesOnTargetServer,
|
|
695
695
|
* this enum contains the known values that the service supports.
|
|
696
696
|
* ### Known values supported by the service
|
|
697
|
-
* **True
|
|
698
|
-
* **False
|
|
697
|
+
* **True**: Databases on the target server can be overwritten when already present. \
|
|
698
|
+
* **False**: Databases on the target server cannot be overwritten when already present. When the migration workflow detects that the database already exists on the target server, it will wait for a confirmation.
|
|
699
699
|
*/
|
|
700
700
|
export type OverwriteDatabasesOnTargetServer = string;
|
|
701
701
|
/** Indicates if roles and permissions must be migrated. */
|
|
702
702
|
export declare enum KnownMigrateRolesAndPermissions {
|
|
703
|
-
/**
|
|
703
|
+
/** Roles and permissions will be migrated. */
|
|
704
704
|
True = "True",
|
|
705
|
-
/**
|
|
705
|
+
/** Roles and permissions will not be migrated. */
|
|
706
706
|
False = "False"
|
|
707
707
|
}
|
|
708
708
|
/**
|
|
@@ -710,15 +710,15 @@ export declare enum KnownMigrateRolesAndPermissions {
|
|
|
710
710
|
* {@link KnownMigrateRolesAndPermissions} can be used interchangeably with MigrateRolesAndPermissions,
|
|
711
711
|
* this enum contains the known values that the service supports.
|
|
712
712
|
* ### Known values supported by the service
|
|
713
|
-
* **True
|
|
714
|
-
* **False
|
|
713
|
+
* **True**: Roles and permissions will be migrated. \
|
|
714
|
+
* **False**: Roles and permissions will not be migrated.
|
|
715
715
|
*/
|
|
716
716
|
export type MigrateRolesAndPermissions = string;
|
|
717
717
|
/** Indicates if data migration must start right away. */
|
|
718
718
|
export declare enum KnownStartDataMigration {
|
|
719
|
-
/**
|
|
719
|
+
/** Data migration must start right away. */
|
|
720
720
|
True = "True",
|
|
721
|
-
/**
|
|
721
|
+
/** Data migration must not start right away. */
|
|
722
722
|
False = "False"
|
|
723
723
|
}
|
|
724
724
|
/**
|
|
@@ -726,15 +726,15 @@ export declare enum KnownStartDataMigration {
|
|
|
726
726
|
* {@link KnownStartDataMigration} can be used interchangeably with StartDataMigration,
|
|
727
727
|
* this enum contains the known values that the service supports.
|
|
728
728
|
* ### Known values supported by the service
|
|
729
|
-
* **True
|
|
730
|
-
* **False
|
|
729
|
+
* **True**: Data migration must start right away. \
|
|
730
|
+
* **False**: Data migration must not start right away.
|
|
731
731
|
*/
|
|
732
732
|
export type StartDataMigration = string;
|
|
733
733
|
/** Indicates if cutover must be triggered for the entire migration. */
|
|
734
734
|
export declare enum KnownTriggerCutover {
|
|
735
|
-
/**
|
|
735
|
+
/** Cutover must be triggered for the entire migration. */
|
|
736
736
|
True = "True",
|
|
737
|
-
/**
|
|
737
|
+
/** Cutover must not be triggered for the entire migration. */
|
|
738
738
|
False = "False"
|
|
739
739
|
}
|
|
740
740
|
/**
|
|
@@ -742,15 +742,15 @@ export declare enum KnownTriggerCutover {
|
|
|
742
742
|
* {@link KnownTriggerCutover} can be used interchangeably with TriggerCutover,
|
|
743
743
|
* this enum contains the known values that the service supports.
|
|
744
744
|
* ### Known values supported by the service
|
|
745
|
-
* **True
|
|
746
|
-
* **False
|
|
745
|
+
* **True**: Cutover must be triggered for the entire migration. \
|
|
746
|
+
* **False**: Cutover must not be triggered for the entire migration.
|
|
747
747
|
*/
|
|
748
748
|
export type TriggerCutover = string;
|
|
749
749
|
/** Indicates if cancel must be triggered for the entire migration. */
|
|
750
750
|
export declare enum KnownCancel {
|
|
751
|
-
/**
|
|
751
|
+
/** Cancel must be triggered for the entire migration. */
|
|
752
752
|
True = "True",
|
|
753
|
-
/**
|
|
753
|
+
/** Cancel must not be triggered for the entire migration. */
|
|
754
754
|
False = "False"
|
|
755
755
|
}
|
|
756
756
|
/**
|
|
@@ -758,8 +758,8 @@ export declare enum KnownCancel {
|
|
|
758
758
|
* {@link KnownCancel} can be used interchangeably with Cancel,
|
|
759
759
|
* this enum contains the known values that the service supports.
|
|
760
760
|
* ### Known values supported by the service
|
|
761
|
-
* **True
|
|
762
|
-
* **False
|
|
761
|
+
* **True**: Cancel must be triggered for the entire migration. \
|
|
762
|
+
* **False**: Cancel must not be triggered for the entire migration.
|
|
763
763
|
*/
|
|
764
764
|
export type Cancel = string;
|
|
765
765
|
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
@@ -782,7 +782,7 @@ export interface Resource {
|
|
|
782
782
|
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
783
783
|
readonly systemData?: SystemData;
|
|
784
784
|
}
|
|
785
|
-
export declare function resourceSerializer(
|
|
785
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
786
786
|
export declare function resourceDeserializer(item: any): Resource;
|
|
787
787
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
788
788
|
export interface SystemData {
|
|
@@ -937,9 +937,9 @@ export declare function migrationNameAvailabilitySerializer(item: MigrationNameA
|
|
|
937
937
|
export declare function migrationNameAvailabilityDeserializer(item: any): MigrationNameAvailability;
|
|
938
938
|
/** Migration name availability reason. */
|
|
939
939
|
export declare enum KnownMigrationNameAvailabilityReason {
|
|
940
|
-
/**
|
|
940
|
+
/** Migration name is invalid. */
|
|
941
941
|
Invalid = "Invalid",
|
|
942
|
-
/**
|
|
942
|
+
/** Migration name already exists. */
|
|
943
943
|
AlreadyExists = "AlreadyExists"
|
|
944
944
|
}
|
|
945
945
|
/**
|
|
@@ -947,8 +947,8 @@ export declare enum KnownMigrationNameAvailabilityReason {
|
|
|
947
947
|
* {@link KnownMigrationNameAvailabilityReason} can be used interchangeably with MigrationNameAvailabilityReason,
|
|
948
948
|
* this enum contains the known values that the service supports.
|
|
949
949
|
* ### Known values supported by the service
|
|
950
|
-
* **Invalid
|
|
951
|
-
* **AlreadyExists
|
|
950
|
+
* **Invalid**: Migration name is invalid. \
|
|
951
|
+
* **AlreadyExists**: Migration name already exists.
|
|
952
952
|
*/
|
|
953
953
|
export type MigrationNameAvailabilityReason = string;
|
|
954
954
|
/** Properties of a server. */
|
|
@@ -1055,21 +1055,21 @@ export declare function serverPropertiesSerializer(item: ServerProperties): any;
|
|
|
1055
1055
|
export declare function serverPropertiesDeserializer(item: any): ServerProperties;
|
|
1056
1056
|
/** Major version of PostgreSQL database engine. */
|
|
1057
1057
|
export declare enum KnownPostgresMajorVersion {
|
|
1058
|
-
/** 18 */
|
|
1058
|
+
/** PostgreSQL 18. */
|
|
1059
1059
|
Eighteen = "18",
|
|
1060
|
-
/** 17 */
|
|
1060
|
+
/** PostgreSQL 17. */
|
|
1061
1061
|
Seventeen = "17",
|
|
1062
|
-
/** 16 */
|
|
1062
|
+
/** PostgreSQL 16. */
|
|
1063
1063
|
Sixteen = "16",
|
|
1064
|
-
/** 15 */
|
|
1064
|
+
/** PostgreSQL 15. */
|
|
1065
1065
|
Fifteen = "15",
|
|
1066
|
-
/** 14 */
|
|
1066
|
+
/** PostgreSQL 14. */
|
|
1067
1067
|
Fourteen = "14",
|
|
1068
|
-
/** 13 */
|
|
1068
|
+
/** PostgreSQL 13. */
|
|
1069
1069
|
Thirteen = "13",
|
|
1070
|
-
/** 12 */
|
|
1070
|
+
/** PostgreSQL 12. */
|
|
1071
1071
|
Twelve = "12",
|
|
1072
|
-
/** 11 */
|
|
1072
|
+
/** PostgreSQL 11. */
|
|
1073
1073
|
Eleven = "11"
|
|
1074
1074
|
}
|
|
1075
1075
|
/**
|
|
@@ -1077,54 +1077,54 @@ export declare enum KnownPostgresMajorVersion {
|
|
|
1077
1077
|
* {@link KnownPostgresMajorVersion} can be used interchangeably with PostgresMajorVersion,
|
|
1078
1078
|
* this enum contains the known values that the service supports.
|
|
1079
1079
|
* ### Known values supported by the service
|
|
1080
|
-
* **18
|
|
1081
|
-
* **17
|
|
1082
|
-
* **16
|
|
1083
|
-
* **15
|
|
1084
|
-
* **14
|
|
1085
|
-
* **13
|
|
1086
|
-
* **12
|
|
1087
|
-
* **11
|
|
1080
|
+
* **18**: PostgreSQL 18. \
|
|
1081
|
+
* **17**: PostgreSQL 17. \
|
|
1082
|
+
* **16**: PostgreSQL 16. \
|
|
1083
|
+
* **15**: PostgreSQL 15. \
|
|
1084
|
+
* **14**: PostgreSQL 14. \
|
|
1085
|
+
* **13**: PostgreSQL 13. \
|
|
1086
|
+
* **12**: PostgreSQL 12. \
|
|
1087
|
+
* **11**: PostgreSQL 11.
|
|
1088
1088
|
*/
|
|
1089
1089
|
export type PostgresMajorVersion = string;
|
|
1090
|
-
/**
|
|
1090
|
+
/** State of a server. */
|
|
1091
1091
|
export declare enum KnownServerState {
|
|
1092
|
-
/**
|
|
1092
|
+
/** 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. */
|
|
1093
1093
|
Ready = "Ready",
|
|
1094
|
-
/**
|
|
1094
|
+
/** Server is being deleted. */
|
|
1095
1095
|
Dropping = "Dropping",
|
|
1096
|
-
/**
|
|
1096
|
+
/** 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. */
|
|
1097
1097
|
Disabled = "Disabled",
|
|
1098
|
-
/**
|
|
1098
|
+
/** PostgreSQL database engine is being restarted. */
|
|
1099
1099
|
Starting = "Starting",
|
|
1100
|
-
/**
|
|
1100
|
+
/** 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. */
|
|
1101
1101
|
Stopping = "Stopping",
|
|
1102
|
-
/**
|
|
1102
|
+
/** Compute resources associated with the server are being stopped and deallocated. */
|
|
1103
1103
|
Stopped = "Stopped",
|
|
1104
|
-
/**
|
|
1104
|
+
/** 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. */
|
|
1105
1105
|
Updating = "Updating",
|
|
1106
|
-
/**
|
|
1106
|
+
/** PostgreSQL database engine is being restarted. */
|
|
1107
1107
|
Restarting = "Restarting",
|
|
1108
|
-
/**
|
|
1108
|
+
/** Server isn't accessible, because the key provided to encrypt and decrypt the data is in invalid state. */
|
|
1109
1109
|
Inaccessible = "Inaccessible",
|
|
1110
|
-
/**
|
|
1110
|
+
/** Server is in the process of being created. */
|
|
1111
1111
|
Provisioning = "Provisioning"
|
|
1112
1112
|
}
|
|
1113
1113
|
/**
|
|
1114
|
-
*
|
|
1114
|
+
* State of a server. \
|
|
1115
1115
|
* {@link KnownServerState} can be used interchangeably with ServerState,
|
|
1116
1116
|
* this enum contains the known values that the service supports.
|
|
1117
1117
|
* ### Known values supported by the service
|
|
1118
|
-
* **Ready
|
|
1119
|
-
* **Dropping
|
|
1120
|
-
* **Disabled
|
|
1121
|
-
* **Starting
|
|
1122
|
-
* **Stopping
|
|
1123
|
-
* **Stopped
|
|
1124
|
-
* **Updating
|
|
1125
|
-
* **Restarting
|
|
1126
|
-
* **Inaccessible
|
|
1127
|
-
* **Provisioning
|
|
1118
|
+
* **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. \
|
|
1119
|
+
* **Dropping**: Server is being deleted. \
|
|
1120
|
+
* **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. \
|
|
1121
|
+
* **Starting**: PostgreSQL database engine is being restarted. \
|
|
1122
|
+
* **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. \
|
|
1123
|
+
* **Stopped**: Compute resources associated with the server are being stopped and deallocated. \
|
|
1124
|
+
* **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. \
|
|
1125
|
+
* **Restarting**: PostgreSQL database engine is being restarted. \
|
|
1126
|
+
* **Inaccessible**: Server isn't accessible, because the key provided to encrypt and decrypt the data is in invalid state. \
|
|
1127
|
+
* **Provisioning**: Server is in the process of being created.
|
|
1128
1128
|
*/
|
|
1129
1129
|
export type ServerState = string;
|
|
1130
1130
|
/** Storage properties of a server. */
|
|
@@ -1144,51 +1144,51 @@ export interface Storage {
|
|
|
1144
1144
|
}
|
|
1145
1145
|
export declare function storageSerializer(item: Storage): any;
|
|
1146
1146
|
export declare function storageDeserializer(item: any): Storage;
|
|
1147
|
-
/**
|
|
1147
|
+
/** Indicates if the server is configured to automatically grow storage size when available space is nearing zero and conditions allow for automatic growing storage size. */
|
|
1148
1148
|
export declare enum KnownStorageAutoGrow {
|
|
1149
|
-
/**
|
|
1149
|
+
/** Server should automatically grow storage size when available space is nearing zero and conditions allow for automatically growing storage size. */
|
|
1150
1150
|
Enabled = "Enabled",
|
|
1151
|
-
/**
|
|
1151
|
+
/** Server should not automatically grow storage size when available space is nearing zero. */
|
|
1152
1152
|
Disabled = "Disabled"
|
|
1153
1153
|
}
|
|
1154
1154
|
/**
|
|
1155
|
-
*
|
|
1155
|
+
* Indicates if the server is configured to automatically grow storage size when available space is nearing zero and conditions allow for automatic growing storage size. \
|
|
1156
1156
|
* {@link KnownStorageAutoGrow} can be used interchangeably with StorageAutoGrow,
|
|
1157
1157
|
* this enum contains the known values that the service supports.
|
|
1158
1158
|
* ### Known values supported by the service
|
|
1159
|
-
* **Enabled
|
|
1160
|
-
* **Disabled
|
|
1159
|
+
* **Enabled**: Server should automatically grow storage size when available space is nearing zero and conditions allow for automatically growing storage size. \
|
|
1160
|
+
* **Disabled**: Server should not automatically grow storage size when available space is nearing zero.
|
|
1161
1161
|
*/
|
|
1162
1162
|
export type StorageAutoGrow = string;
|
|
1163
1163
|
/** Storage tier of a server. */
|
|
1164
1164
|
export declare enum KnownAzureManagedDiskPerformanceTier {
|
|
1165
|
-
/**
|
|
1165
|
+
/** Entry-level SSD for minimal IOPS, ideal for light development or testing workloads. */
|
|
1166
1166
|
P1 = "P1",
|
|
1167
|
-
/**
|
|
1167
|
+
/** Slightly higher IOPS for small-scale applications needing consistent low latency. */
|
|
1168
1168
|
P2 = "P2",
|
|
1169
|
-
/**
|
|
1169
|
+
/** Balanced performance for basic production workloads with moderate throughput. */
|
|
1170
1170
|
P3 = "P3",
|
|
1171
|
-
/**
|
|
1171
|
+
/** Enhanced IOPS for growing apps with predictable performance needs. */
|
|
1172
1172
|
P4 = "P4",
|
|
1173
|
-
/**
|
|
1173
|
+
/** Mid-tier SSD for steady workloads requiring reliable throughput and latency. */
|
|
1174
1174
|
P6 = "P6",
|
|
1175
|
-
/**
|
|
1175
|
+
/** Popular choice for general-purpose production workloads with scalable performance. */
|
|
1176
1176
|
P10 = "P10",
|
|
1177
|
-
/**
|
|
1177
|
+
/** High IOPS tier for demanding apps with frequent read/write operations. */
|
|
1178
1178
|
P15 = "P15",
|
|
1179
|
-
/**
|
|
1179
|
+
/** Entry point for high-performance Solid State Disks (SSDs), suitable for small-scale I/O-intensive workloads. */
|
|
1180
1180
|
P20 = "P20",
|
|
1181
|
-
/**
|
|
1181
|
+
/** Balanced tier for moderate throughput and latency-sensitive applications. */
|
|
1182
1182
|
P30 = "P30",
|
|
1183
|
-
/**
|
|
1183
|
+
/** Enhanced performance for growing production workloads with consistent IOPS demands. */
|
|
1184
1184
|
P40 = "P40",
|
|
1185
|
-
/**
|
|
1185
|
+
/** Optimized for enterprise-grade applications needing sustained high throughput. */
|
|
1186
1186
|
P50 = "P50",
|
|
1187
|
-
/**
|
|
1187
|
+
/** High-capacity tier for large databases and analytics workloads with elevated IOPS. */
|
|
1188
1188
|
P60 = "P60",
|
|
1189
|
-
/**
|
|
1189
|
+
/** Designed for mission-critical systems requiring ultra-low latency and high concurrency. */
|
|
1190
1190
|
P70 = "P70",
|
|
1191
|
-
/**
|
|
1191
|
+
/** Top-tier SSD for maximum IOPS and throughput, ideal for the most demanding workloads. */
|
|
1192
1192
|
P80 = "P80"
|
|
1193
1193
|
}
|
|
1194
1194
|
/**
|
|
@@ -1196,39 +1196,39 @@ export declare enum KnownAzureManagedDiskPerformanceTier {
|
|
|
1196
1196
|
* {@link KnownAzureManagedDiskPerformanceTier} can be used interchangeably with AzureManagedDiskPerformanceTier,
|
|
1197
1197
|
* this enum contains the known values that the service supports.
|
|
1198
1198
|
* ### Known values supported by the service
|
|
1199
|
-
* **P1
|
|
1200
|
-
* **P2
|
|
1201
|
-
* **P3
|
|
1202
|
-
* **P4
|
|
1203
|
-
* **P6
|
|
1204
|
-
* **P10
|
|
1205
|
-
* **P15
|
|
1206
|
-
* **P20
|
|
1207
|
-
* **P30
|
|
1208
|
-
* **P40
|
|
1209
|
-
* **P50
|
|
1210
|
-
* **P60
|
|
1211
|
-
* **P70
|
|
1212
|
-
* **P80
|
|
1199
|
+
* **P1**: Entry-level SSD for minimal IOPS, ideal for light development or testing workloads. \
|
|
1200
|
+
* **P2**: Slightly higher IOPS for small-scale applications needing consistent low latency. \
|
|
1201
|
+
* **P3**: Balanced performance for basic production workloads with moderate throughput. \
|
|
1202
|
+
* **P4**: Enhanced IOPS for growing apps with predictable performance needs. \
|
|
1203
|
+
* **P6**: Mid-tier SSD for steady workloads requiring reliable throughput and latency. \
|
|
1204
|
+
* **P10**: Popular choice for general-purpose production workloads with scalable performance. \
|
|
1205
|
+
* **P15**: High IOPS tier for demanding apps with frequent read\/write operations. \
|
|
1206
|
+
* **P20**: Entry point for high-performance Solid State Disks (SSDs), suitable for small-scale I\/O-intensive workloads. \
|
|
1207
|
+
* **P30**: Balanced tier for moderate throughput and latency-sensitive applications. \
|
|
1208
|
+
* **P40**: Enhanced performance for growing production workloads with consistent IOPS demands. \
|
|
1209
|
+
* **P50**: Optimized for enterprise-grade applications needing sustained high throughput. \
|
|
1210
|
+
* **P60**: High-capacity tier for large databases and analytics workloads with elevated IOPS. \
|
|
1211
|
+
* **P70**: Designed for mission-critical systems requiring ultra-low latency and high concurrency. \
|
|
1212
|
+
* **P80**: Top-tier SSD for maximum IOPS and throughput, ideal for the most demanding workloads.
|
|
1213
1213
|
*/
|
|
1214
1214
|
export type AzureManagedDiskPerformanceTier = string;
|
|
1215
|
-
/** Type of storage assigned to a server.
|
|
1215
|
+
/** Type of storage assigned to a server. If not specified, it defaults to Premium_LRS. */
|
|
1216
1216
|
export declare enum KnownStorageType {
|
|
1217
|
-
/**
|
|
1217
|
+
/** Standard Solid State Disk (SSD) backed storage offering consistent performance for general purpose workloads. */
|
|
1218
1218
|
PremiumLRS = "Premium_LRS",
|
|
1219
|
-
/**
|
|
1219
|
+
/** Next generation Solid State Disk (SSD) storage with improved scalability and performance for demanding enterprise workloads. */
|
|
1220
1220
|
PremiumV2LRS = "PremiumV2_LRS",
|
|
1221
|
-
/**
|
|
1221
|
+
/** High-end Solid State Disk (SSD) storage designed for extreme IOPS and latency-sensitive applications. */
|
|
1222
1222
|
UltraSSDLRS = "UltraSSD_LRS"
|
|
1223
1223
|
}
|
|
1224
1224
|
/**
|
|
1225
|
-
* Type of storage assigned to a server.
|
|
1225
|
+
* Type of storage assigned to a server. If not specified, it defaults to Premium_LRS. \
|
|
1226
1226
|
* {@link KnownStorageType} can be used interchangeably with StorageType,
|
|
1227
1227
|
* this enum contains the known values that the service supports.
|
|
1228
1228
|
* ### Known values supported by the service
|
|
1229
|
-
* **Premium_LRS
|
|
1230
|
-
* **PremiumV2_LRS
|
|
1231
|
-
* **UltraSSD_LRS
|
|
1229
|
+
* **Premium_LRS**: Standard Solid State Disk (SSD) backed storage offering consistent performance for general purpose workloads. \
|
|
1230
|
+
* **PremiumV2_LRS**: Next generation Solid State Disk (SSD) storage with improved scalability and performance for demanding enterprise workloads. \
|
|
1231
|
+
* **UltraSSD_LRS**: High-end Solid State Disk (SSD) storage designed for extreme IOPS and latency-sensitive applications.
|
|
1232
1232
|
*/
|
|
1233
1233
|
export type StorageType = string;
|
|
1234
1234
|
/** Authentication configuration properties of a server. */
|
|
@@ -1244,9 +1244,9 @@ export declare function authConfigSerializer(item: AuthConfig): any;
|
|
|
1244
1244
|
export declare function authConfigDeserializer(item: any): AuthConfig;
|
|
1245
1245
|
/** Indicates if the server supports Microsoft Entra authentication. */
|
|
1246
1246
|
export declare enum KnownMicrosoftEntraAuth {
|
|
1247
|
-
/**
|
|
1247
|
+
/** Server supports Microsoft Entra authentication. */
|
|
1248
1248
|
Enabled = "Enabled",
|
|
1249
|
-
/**
|
|
1249
|
+
/** Server does not support Microsoft Entra authentication. */
|
|
1250
1250
|
Disabled = "Disabled"
|
|
1251
1251
|
}
|
|
1252
1252
|
/**
|
|
@@ -1254,15 +1254,15 @@ export declare enum KnownMicrosoftEntraAuth {
|
|
|
1254
1254
|
* {@link KnownMicrosoftEntraAuth} can be used interchangeably with MicrosoftEntraAuth,
|
|
1255
1255
|
* this enum contains the known values that the service supports.
|
|
1256
1256
|
* ### Known values supported by the service
|
|
1257
|
-
* **Enabled
|
|
1258
|
-
* **Disabled
|
|
1257
|
+
* **Enabled**: Server supports Microsoft Entra authentication. \
|
|
1258
|
+
* **Disabled**: Server does not support Microsoft Entra authentication.
|
|
1259
1259
|
*/
|
|
1260
1260
|
export type MicrosoftEntraAuth = string;
|
|
1261
1261
|
/** Indicates if the server supports password based authentication. */
|
|
1262
1262
|
export declare enum KnownPasswordBasedAuth {
|
|
1263
|
-
/**
|
|
1263
|
+
/** Server supports password based authentication. */
|
|
1264
1264
|
Enabled = "Enabled",
|
|
1265
|
-
/**
|
|
1265
|
+
/** Server does not support password based authentication. */
|
|
1266
1266
|
Disabled = "Disabled"
|
|
1267
1267
|
}
|
|
1268
1268
|
/**
|
|
@@ -1270,8 +1270,8 @@ export declare enum KnownPasswordBasedAuth {
|
|
|
1270
1270
|
* {@link KnownPasswordBasedAuth} can be used interchangeably with PasswordBasedAuth,
|
|
1271
1271
|
* this enum contains the known values that the service supports.
|
|
1272
1272
|
* ### Known values supported by the service
|
|
1273
|
-
* **Enabled
|
|
1274
|
-
* **Disabled
|
|
1273
|
+
* **Enabled**: Server supports password based authentication. \
|
|
1274
|
+
* **Disabled**: Server does not support password based authentication.
|
|
1275
1275
|
*/
|
|
1276
1276
|
export type PasswordBasedAuth = string;
|
|
1277
1277
|
/** Data encryption properties of a server. */
|
|
@@ -1290,14 +1290,18 @@ export interface DataEncryption {
|
|
|
1290
1290
|
readonly primaryEncryptionKeyStatus?: EncryptionKeyStatus;
|
|
1291
1291
|
/** 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. */
|
|
1292
1292
|
readonly geoBackupEncryptionKeyStatus?: EncryptionKeyStatus;
|
|
1293
|
+
/** Client id of multi-tenant Microsoft Entra application. */
|
|
1294
|
+
primaryFederatedIdentityClientId?: string;
|
|
1295
|
+
/** Client id of multi-tenant Microsoft Entra application for when it is configured to support geographically redundant backups. */
|
|
1296
|
+
geoBackupFederatedIdentityClientId?: string;
|
|
1293
1297
|
}
|
|
1294
1298
|
export declare function dataEncryptionSerializer(item: DataEncryption): any;
|
|
1295
1299
|
export declare function dataEncryptionDeserializer(item: any): DataEncryption;
|
|
1296
1300
|
/** Data encryption type used by a server. */
|
|
1297
1301
|
export declare enum KnownDataEncryptionType {
|
|
1298
|
-
/**
|
|
1302
|
+
/** Encryption managed by Azure using platform managed keys for simplicity and compliance. */
|
|
1299
1303
|
SystemManaged = "SystemManaged",
|
|
1300
|
-
/**
|
|
1304
|
+
/** Encryption using customer managed keys stored in Azure Key Vault for enhanced control and security. */
|
|
1301
1305
|
AzureKeyVault = "AzureKeyVault"
|
|
1302
1306
|
}
|
|
1303
1307
|
/**
|
|
@@ -1305,15 +1309,15 @@ export declare enum KnownDataEncryptionType {
|
|
|
1305
1309
|
* {@link KnownDataEncryptionType} can be used interchangeably with DataEncryptionType,
|
|
1306
1310
|
* this enum contains the known values that the service supports.
|
|
1307
1311
|
* ### Known values supported by the service
|
|
1308
|
-
* **SystemManaged
|
|
1309
|
-
* **AzureKeyVault
|
|
1312
|
+
* **SystemManaged**: Encryption managed by Azure using platform managed keys for simplicity and compliance. \
|
|
1313
|
+
* **AzureKeyVault**: Encryption using customer managed keys stored in Azure Key Vault for enhanced control and security.
|
|
1310
1314
|
*/
|
|
1311
1315
|
export type DataEncryptionType = string;
|
|
1312
1316
|
/** 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. */
|
|
1313
1317
|
export declare enum KnownEncryptionKeyStatus {
|
|
1314
|
-
/**
|
|
1318
|
+
/** Key is valid and can be used for encryption. */
|
|
1315
1319
|
Valid = "Valid",
|
|
1316
|
-
/**
|
|
1320
|
+
/** 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. */
|
|
1317
1321
|
Invalid = "Invalid"
|
|
1318
1322
|
}
|
|
1319
1323
|
/**
|
|
@@ -1321,8 +1325,8 @@ export declare enum KnownEncryptionKeyStatus {
|
|
|
1321
1325
|
* {@link KnownEncryptionKeyStatus} can be used interchangeably with EncryptionKeyStatus,
|
|
1322
1326
|
* this enum contains the known values that the service supports.
|
|
1323
1327
|
* ### Known values supported by the service
|
|
1324
|
-
* **Valid
|
|
1325
|
-
* **Invalid
|
|
1328
|
+
* **Valid**: Key is valid and can be used for encryption. \
|
|
1329
|
+
* **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.
|
|
1326
1330
|
*/
|
|
1327
1331
|
export type EncryptionKeyStatus = string;
|
|
1328
1332
|
/** Backup properties of a server. */
|
|
@@ -1338,9 +1342,9 @@ export declare function backupSerializer(item: Backup): any;
|
|
|
1338
1342
|
export declare function backupDeserializer(item: any): Backup;
|
|
1339
1343
|
/** Indicates if the server is configured to create geographically redundant backups. */
|
|
1340
1344
|
export declare enum KnownGeographicallyRedundantBackup {
|
|
1341
|
-
/**
|
|
1345
|
+
/** Server is configured to create geographically redundant backups. */
|
|
1342
1346
|
Enabled = "Enabled",
|
|
1343
|
-
/**
|
|
1347
|
+
/** Server is not configured to create geographically redundant backups. */
|
|
1344
1348
|
Disabled = "Disabled"
|
|
1345
1349
|
}
|
|
1346
1350
|
/**
|
|
@@ -1348,8 +1352,8 @@ export declare enum KnownGeographicallyRedundantBackup {
|
|
|
1348
1352
|
* {@link KnownGeographicallyRedundantBackup} can be used interchangeably with GeographicallyRedundantBackup,
|
|
1349
1353
|
* this enum contains the known values that the service supports.
|
|
1350
1354
|
* ### Known values supported by the service
|
|
1351
|
-
* **Enabled
|
|
1352
|
-
* **Disabled
|
|
1355
|
+
* **Enabled**: Server is configured to create geographically redundant backups. \
|
|
1356
|
+
* **Disabled**: Server is not configured to create geographically redundant backups.
|
|
1353
1357
|
*/
|
|
1354
1358
|
export type GeographicallyRedundantBackup = string;
|
|
1355
1359
|
/** Network properties of a server. */
|
|
@@ -1365,9 +1369,9 @@ export declare function networkSerializer(item: Network): any;
|
|
|
1365
1369
|
export declare function networkDeserializer(item: any): Network;
|
|
1366
1370
|
/** Indicates if public network access is enabled or not. */
|
|
1367
1371
|
export declare enum KnownServerPublicNetworkAccessState {
|
|
1368
|
-
/**
|
|
1372
|
+
/** 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. */
|
|
1369
1373
|
Enabled = "Enabled",
|
|
1370
|
-
/**
|
|
1374
|
+
/** Public network access is disabled. This means the server cannot be accessed from the public internet, but only via private endpoints. */
|
|
1371
1375
|
Disabled = "Disabled"
|
|
1372
1376
|
}
|
|
1373
1377
|
/**
|
|
@@ -1375,8 +1379,8 @@ export declare enum KnownServerPublicNetworkAccessState {
|
|
|
1375
1379
|
* {@link KnownServerPublicNetworkAccessState} can be used interchangeably with ServerPublicNetworkAccessState,
|
|
1376
1380
|
* this enum contains the known values that the service supports.
|
|
1377
1381
|
* ### Known values supported by the service
|
|
1378
|
-
* **Enabled
|
|
1379
|
-
* **Disabled
|
|
1382
|
+
* **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. \
|
|
1383
|
+
* **Disabled**: Public network access is disabled. This means the server cannot be accessed from the public internet, but only via private endpoints.
|
|
1380
1384
|
*/
|
|
1381
1385
|
export type ServerPublicNetworkAccessState = string;
|
|
1382
1386
|
/** High availability properties of a server. */
|
|
@@ -1390,51 +1394,57 @@ export interface HighAvailability {
|
|
|
1390
1394
|
}
|
|
1391
1395
|
export declare function highAvailabilitySerializer(item: HighAvailability): any;
|
|
1392
1396
|
export declare function highAvailabilityDeserializer(item: any): HighAvailability;
|
|
1393
|
-
/**
|
|
1397
|
+
/** Mode of high availability supported for this compute. */
|
|
1394
1398
|
export declare enum KnownPostgreSqlFlexibleServerHighAvailabilityMode {
|
|
1395
|
-
/**
|
|
1399
|
+
/** High availability is disabled for the server. */
|
|
1396
1400
|
Disabled = "Disabled",
|
|
1397
|
-
/**
|
|
1401
|
+
/** High availability is enabled for the server, with standby server in a different availability zone than that of the primary. */
|
|
1398
1402
|
ZoneRedundant = "ZoneRedundant",
|
|
1399
|
-
/**
|
|
1403
|
+
/** High availability is enabled for the server, with standby server in the same availability zone as the primary. */
|
|
1400
1404
|
SameZone = "SameZone"
|
|
1401
1405
|
}
|
|
1402
1406
|
/**
|
|
1403
|
-
*
|
|
1407
|
+
* Mode of high availability supported for this compute. \
|
|
1404
1408
|
* {@link KnownPostgreSqlFlexibleServerHighAvailabilityMode} can be used interchangeably with PostgreSqlFlexibleServerHighAvailabilityMode,
|
|
1405
1409
|
* this enum contains the known values that the service supports.
|
|
1406
1410
|
* ### Known values supported by the service
|
|
1407
|
-
* **Disabled
|
|
1408
|
-
* **ZoneRedundant
|
|
1409
|
-
* **SameZone
|
|
1411
|
+
* **Disabled**: High availability is disabled for the server. \
|
|
1412
|
+
* **ZoneRedundant**: High availability is enabled for the server, with standby server in a different availability zone than that of the primary. \
|
|
1413
|
+
* **SameZone**: High availability is enabled for the server, with standby server in the same availability zone as the primary.
|
|
1410
1414
|
*/
|
|
1411
1415
|
export type PostgreSqlFlexibleServerHighAvailabilityMode = string;
|
|
1412
1416
|
/** Possible states of the standby server created when high availability is set to SameZone or ZoneRedundant. */
|
|
1413
1417
|
export declare enum KnownHighAvailabilityState {
|
|
1414
|
-
/**
|
|
1418
|
+
/** High availability is not enabled for the server. */
|
|
1415
1419
|
NotEnabled = "NotEnabled",
|
|
1416
|
-
/**
|
|
1420
|
+
/** Standby server is being created. */
|
|
1417
1421
|
CreatingStandby = "CreatingStandby",
|
|
1418
|
-
/**
|
|
1422
|
+
/** Data is being replicated to the standby server. */
|
|
1419
1423
|
ReplicatingData = "ReplicatingData",
|
|
1420
|
-
/**
|
|
1424
|
+
/** Failover operation to the standby server is in progress. */
|
|
1421
1425
|
FailingOver = "FailingOver",
|
|
1422
|
-
/**
|
|
1426
|
+
/** Standby server is healthy and ready to take over in case of a failover. */
|
|
1423
1427
|
Healthy = "Healthy",
|
|
1424
|
-
/**
|
|
1425
|
-
RemovingStandby = "RemovingStandby"
|
|
1428
|
+
/** Standby server is being removed. */
|
|
1429
|
+
RemovingStandby = "RemovingStandby",
|
|
1430
|
+
/** Standby server is being recreated. */
|
|
1431
|
+
RecreatingStandby = "RecreatingStandby",
|
|
1432
|
+
/** Compute is being updated due to a failover. */
|
|
1433
|
+
ComputeUpdatingByFailover = "ComputeUpdatingByFailover"
|
|
1426
1434
|
}
|
|
1427
1435
|
/**
|
|
1428
1436
|
* Possible states of the standby server created when high availability is set to SameZone or ZoneRedundant. \
|
|
1429
1437
|
* {@link KnownHighAvailabilityState} can be used interchangeably with HighAvailabilityState,
|
|
1430
1438
|
* this enum contains the known values that the service supports.
|
|
1431
1439
|
* ### Known values supported by the service
|
|
1432
|
-
* **NotEnabled
|
|
1433
|
-
* **CreatingStandby
|
|
1434
|
-
* **ReplicatingData
|
|
1435
|
-
* **FailingOver
|
|
1436
|
-
* **Healthy
|
|
1437
|
-
* **RemovingStandby
|
|
1440
|
+
* **NotEnabled**: High availability is not enabled for the server. \
|
|
1441
|
+
* **CreatingStandby**: Standby server is being created. \
|
|
1442
|
+
* **ReplicatingData**: Data is being replicated to the standby server. \
|
|
1443
|
+
* **FailingOver**: Failover operation to the standby server is in progress. \
|
|
1444
|
+
* **Healthy**: Standby server is healthy and ready to take over in case of a failover. \
|
|
1445
|
+
* **RemovingStandby**: Standby server is being removed. \
|
|
1446
|
+
* **RecreatingStandby**: Standby server is being recreated. \
|
|
1447
|
+
* **ComputeUpdatingByFailover**: Compute is being updated due to a failover.
|
|
1438
1448
|
*/
|
|
1439
1449
|
export type HighAvailabilityState = string;
|
|
1440
1450
|
/** Maintenance window properties of a server. */
|
|
@@ -1452,13 +1462,13 @@ export declare function maintenanceWindowSerializer(item: MaintenanceWindow): an
|
|
|
1452
1462
|
export declare function maintenanceWindowDeserializer(item: any): MaintenanceWindow;
|
|
1453
1463
|
/** Role of the server in a replication set. */
|
|
1454
1464
|
export declare enum KnownReplicationRole {
|
|
1455
|
-
/**
|
|
1465
|
+
/** No replication role assigned; the server operates independently. */
|
|
1456
1466
|
None = "None",
|
|
1457
|
-
/**
|
|
1467
|
+
/** Acts as the source server for replication to one or more replicas. */
|
|
1458
1468
|
Primary = "Primary",
|
|
1459
|
-
/**
|
|
1469
|
+
/** Receives data asynchronously from a primary server within the same region. */
|
|
1460
1470
|
AsyncReplica = "AsyncReplica",
|
|
1461
|
-
/**
|
|
1471
|
+
/** Receives data asynchronously from a primary server in a different region for geographical redundancy. */
|
|
1462
1472
|
GeoAsyncReplica = "GeoAsyncReplica"
|
|
1463
1473
|
}
|
|
1464
1474
|
/**
|
|
@@ -1466,10 +1476,10 @@ export declare enum KnownReplicationRole {
|
|
|
1466
1476
|
* {@link KnownReplicationRole} can be used interchangeably with ReplicationRole,
|
|
1467
1477
|
* this enum contains the known values that the service supports.
|
|
1468
1478
|
* ### Known values supported by the service
|
|
1469
|
-
* **None
|
|
1470
|
-
* **Primary
|
|
1471
|
-
* **AsyncReplica
|
|
1472
|
-
* **GeoAsyncReplica
|
|
1479
|
+
* **None**: No replication role assigned; the server operates independently. \
|
|
1480
|
+
* **Primary**: Acts as the source server for replication to one or more replicas. \
|
|
1481
|
+
* **AsyncReplica**: Receives data asynchronously from a primary server within the same region. \
|
|
1482
|
+
* **GeoAsyncReplica**: Receives data asynchronously from a primary server in a different region for geographical redundancy.
|
|
1473
1483
|
*/
|
|
1474
1484
|
export type ReplicationRole = string;
|
|
1475
1485
|
/** Replica properties of a server. */
|
|
@@ -1487,55 +1497,55 @@ export interface Replica {
|
|
|
1487
1497
|
}
|
|
1488
1498
|
export declare function replicaSerializer(item: Replica): any;
|
|
1489
1499
|
export declare function replicaDeserializer(item: any): Replica;
|
|
1490
|
-
/** Indicates the replication state of a read replica. This property is returned only when the target server is a read replica.
|
|
1500
|
+
/** Indicates the replication state of a read replica. This property is returned only when the target server is a read replica. */
|
|
1491
1501
|
export declare enum KnownReplicationState {
|
|
1492
|
-
/**
|
|
1502
|
+
/** Read replica server is fully synchronized and actively replicating data from the primary server. */
|
|
1493
1503
|
Active = "Active",
|
|
1494
|
-
/**
|
|
1504
|
+
/** Read replica server is behind the primary server and is currently catching up with pending changes. */
|
|
1495
1505
|
Catchup = "Catchup",
|
|
1496
|
-
/**
|
|
1506
|
+
/** Read replica server is being created and is in process of getting initialized. */
|
|
1497
1507
|
Provisioning = "Provisioning",
|
|
1498
|
-
/**
|
|
1508
|
+
/** Read replica server is undergoing some changes it can be changing compute size of promoting it to primary server. */
|
|
1499
1509
|
Updating = "Updating",
|
|
1500
1510
|
/** Replication has failed or been interrupted. */
|
|
1501
1511
|
Broken = "Broken",
|
|
1502
|
-
/**
|
|
1512
|
+
/** Read replica server is being reconfigured, possibly due to changes in source or settings. */
|
|
1503
1513
|
Reconfiguring = "Reconfiguring"
|
|
1504
1514
|
}
|
|
1505
1515
|
/**
|
|
1506
|
-
* Indicates the replication state of a read replica. This property is returned only when the target server is a read replica.
|
|
1516
|
+
* Indicates the replication state of a read replica. This property is returned only when the target server is a read replica. \
|
|
1507
1517
|
* {@link KnownReplicationState} can be used interchangeably with ReplicationState,
|
|
1508
1518
|
* this enum contains the known values that the service supports.
|
|
1509
1519
|
* ### Known values supported by the service
|
|
1510
|
-
* **Active**:
|
|
1511
|
-
* **Catchup**:
|
|
1512
|
-
* **Provisioning**:
|
|
1513
|
-
* **Updating**:
|
|
1520
|
+
* **Active**: Read replica server is fully synchronized and actively replicating data from the primary server. \
|
|
1521
|
+
* **Catchup**: Read replica server is behind the primary server and is currently catching up with pending changes. \
|
|
1522
|
+
* **Provisioning**: Read replica server is being created and is in process of getting initialized. \
|
|
1523
|
+
* **Updating**: Read replica server is undergoing some changes it can be changing compute size of promoting it to primary server. \
|
|
1514
1524
|
* **Broken**: Replication has failed or been interrupted. \
|
|
1515
|
-
* **Reconfiguring**:
|
|
1525
|
+
* **Reconfiguring**: Read replica server is being reconfigured, possibly due to changes in source or settings.
|
|
1516
1526
|
*/
|
|
1517
1527
|
export type ReplicationState = string;
|
|
1518
|
-
/** Type of operation to apply on the read replica. This property is write only.
|
|
1528
|
+
/** Type of operation to apply on the read replica. This property is write only. */
|
|
1519
1529
|
export declare enum KnownReadReplicaPromoteMode {
|
|
1520
|
-
/** Read replica will become an independent server. */
|
|
1530
|
+
/** Read replica will become an independent server, and a completely independent entity from the replication set. */
|
|
1521
1531
|
Standalone = "Standalone",
|
|
1522
1532
|
/** Read replica will swap roles with primary server. */
|
|
1523
1533
|
Switchover = "Switchover"
|
|
1524
1534
|
}
|
|
1525
1535
|
/**
|
|
1526
|
-
* Type of operation to apply on the read replica. This property is write only.
|
|
1536
|
+
* Type of operation to apply on the read replica. This property is write only. \
|
|
1527
1537
|
* {@link KnownReadReplicaPromoteMode} can be used interchangeably with ReadReplicaPromoteMode,
|
|
1528
1538
|
* this enum contains the known values that the service supports.
|
|
1529
1539
|
* ### Known values supported by the service
|
|
1530
|
-
* **Standalone**: Read replica will become an independent server. \
|
|
1540
|
+
* **Standalone**: Read replica will become an independent server, and a completely independent entity from the replication set. \
|
|
1531
1541
|
* **Switchover**: Read replica will swap roles with primary server.
|
|
1532
1542
|
*/
|
|
1533
1543
|
export type ReadReplicaPromoteMode = string;
|
|
1534
1544
|
/** Data synchronization option to use when processing the operation specified in the promoteMode property. This property is write only. */
|
|
1535
1545
|
export declare enum KnownReadReplicaPromoteOption {
|
|
1536
|
-
/**
|
|
1546
|
+
/** Wait for data in the read replica to be fully synchronized with its source server before it initiates the operation. */
|
|
1537
1547
|
Planned = "Planned",
|
|
1538
|
-
/**
|
|
1548
|
+
/** Initiate the operation immediately, without waiting for data in the read replica to be synchronized with its source server. */
|
|
1539
1549
|
Forced = "Forced"
|
|
1540
1550
|
}
|
|
1541
1551
|
/**
|
|
@@ -1543,25 +1553,25 @@ export declare enum KnownReadReplicaPromoteOption {
|
|
|
1543
1553
|
* {@link KnownReadReplicaPromoteOption} can be used interchangeably with ReadReplicaPromoteOption,
|
|
1544
1554
|
* this enum contains the known values that the service supports.
|
|
1545
1555
|
* ### Known values supported by the service
|
|
1546
|
-
* **Planned**:
|
|
1547
|
-
* **Forced**:
|
|
1556
|
+
* **Planned**: Wait for data in the read replica to be fully synchronized with its source server before it initiates the operation. \
|
|
1557
|
+
* **Forced**: Initiate the operation immediately, without waiting for data in the read replica to be synchronized with its source server.
|
|
1548
1558
|
*/
|
|
1549
1559
|
export type ReadReplicaPromoteOption = string;
|
|
1550
1560
|
/** Creation mode of a new server. */
|
|
1551
1561
|
export declare enum KnownCreateMode {
|
|
1552
|
-
/**
|
|
1562
|
+
/** 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'. */
|
|
1553
1563
|
Default = "Default",
|
|
1554
|
-
/**
|
|
1564
|
+
/** Operation creates a new server. */
|
|
1555
1565
|
Create = "Create",
|
|
1556
|
-
/**
|
|
1566
|
+
/** Operation updates an existing server. */
|
|
1557
1567
|
Update = "Update",
|
|
1558
|
-
/**
|
|
1568
|
+
/** 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. */
|
|
1559
1569
|
PointInTimeRestore = "PointInTimeRestore",
|
|
1560
|
-
/**
|
|
1570
|
+
/** 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. */
|
|
1561
1571
|
GeoRestore = "GeoRestore",
|
|
1562
|
-
/**
|
|
1572
|
+
/** 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. */
|
|
1563
1573
|
Replica = "Replica",
|
|
1564
|
-
/**
|
|
1574
|
+
/** Operation creates a new server, initialized with the backup of a server that was recently deleted. */
|
|
1565
1575
|
ReviveDropped = "ReviveDropped"
|
|
1566
1576
|
}
|
|
1567
1577
|
/**
|
|
@@ -1569,13 +1579,13 @@ export declare enum KnownCreateMode {
|
|
|
1569
1579
|
* {@link KnownCreateMode} can be used interchangeably with CreateMode,
|
|
1570
1580
|
* this enum contains the known values that the service supports.
|
|
1571
1581
|
* ### Known values supported by the service
|
|
1572
|
-
* **Default
|
|
1573
|
-
* **Create
|
|
1574
|
-
* **Update
|
|
1575
|
-
* **PointInTimeRestore
|
|
1576
|
-
* **GeoRestore
|
|
1577
|
-
* **Replica
|
|
1578
|
-
* **ReviveDropped
|
|
1582
|
+
* **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'. \
|
|
1583
|
+
* **Create**: Operation creates a new server. \
|
|
1584
|
+
* **Update**: Operation updates an existing server. \
|
|
1585
|
+
* **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. \
|
|
1586
|
+
* **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. \
|
|
1587
|
+
* **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. \
|
|
1588
|
+
* **ReviveDropped**: Operation creates a new server, initialized with the backup of a server that was recently deleted.
|
|
1579
1589
|
*/
|
|
1580
1590
|
export type CreateMode = string;
|
|
1581
1591
|
export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
|
|
@@ -1611,7 +1621,7 @@ export interface PrivateEndpoint {
|
|
|
1611
1621
|
/** The resource identifier of the private endpoint */
|
|
1612
1622
|
readonly id?: string;
|
|
1613
1623
|
}
|
|
1614
|
-
export declare function privateEndpointSerializer(
|
|
1624
|
+
export declare function privateEndpointSerializer(_item: PrivateEndpoint): any;
|
|
1615
1625
|
export declare function privateEndpointDeserializer(item: any): PrivateEndpoint;
|
|
1616
1626
|
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
1617
1627
|
export interface PrivateLinkServiceConnectionState {
|
|
@@ -1709,13 +1719,13 @@ export declare function userIdentitySerializer(item: UserIdentity): any;
|
|
|
1709
1719
|
export declare function userIdentityDeserializer(item: any): UserIdentity;
|
|
1710
1720
|
/** Types of identities associated with a server. */
|
|
1711
1721
|
export declare enum KnownIdentityType {
|
|
1712
|
-
/**
|
|
1722
|
+
/** No managed identity is assigned to the server. */
|
|
1713
1723
|
None = "None",
|
|
1714
|
-
/**
|
|
1724
|
+
/** One or more managed identities provided by the user are assigned to the server. */
|
|
1715
1725
|
UserAssigned = "UserAssigned",
|
|
1716
|
-
/**
|
|
1726
|
+
/** Azure automatically creates and manages the identity associated to the lifecycle of the server. */
|
|
1717
1727
|
SystemAssigned = "SystemAssigned",
|
|
1718
|
-
/**
|
|
1728
|
+
/** Both system-assigned and user-assigned identities are assigned to the server. */
|
|
1719
1729
|
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
1720
1730
|
}
|
|
1721
1731
|
/**
|
|
@@ -1723,10 +1733,10 @@ export declare enum KnownIdentityType {
|
|
|
1723
1733
|
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
1724
1734
|
* this enum contains the known values that the service supports.
|
|
1725
1735
|
* ### Known values supported by the service
|
|
1726
|
-
* **None
|
|
1727
|
-
* **UserAssigned
|
|
1728
|
-
* **SystemAssigned
|
|
1729
|
-
* **SystemAssigned,UserAssigned
|
|
1736
|
+
* **None**: No managed identity is assigned to the server. \
|
|
1737
|
+
* **UserAssigned**: One or more managed identities provided by the user are assigned to the server. \
|
|
1738
|
+
* **SystemAssigned**: Azure automatically creates and manages the identity associated to the lifecycle of the server. \
|
|
1739
|
+
* **SystemAssigned,UserAssigned**: Both system-assigned and user-assigned identities are assigned to the server.
|
|
1730
1740
|
*/
|
|
1731
1741
|
export type IdentityType = string;
|
|
1732
1742
|
/** Represents a server to be updated. */
|
|
@@ -1855,9 +1865,9 @@ export interface AuthConfigForPatch {
|
|
|
1855
1865
|
export declare function authConfigForPatchSerializer(item: AuthConfigForPatch): any;
|
|
1856
1866
|
/** Update mode of an existing server. */
|
|
1857
1867
|
export declare enum KnownCreateModeForPatch {
|
|
1858
|
-
/**
|
|
1868
|
+
/** It's equivalent to 'Update'. */
|
|
1859
1869
|
Default = "Default",
|
|
1860
|
-
/**
|
|
1870
|
+
/** Operation updates an existing server. */
|
|
1861
1871
|
Update = "Update"
|
|
1862
1872
|
}
|
|
1863
1873
|
/**
|
|
@@ -1865,8 +1875,8 @@ export declare enum KnownCreateModeForPatch {
|
|
|
1865
1875
|
* {@link KnownCreateModeForPatch} can be used interchangeably with CreateModeForPatch,
|
|
1866
1876
|
* this enum contains the known values that the service supports.
|
|
1867
1877
|
* ### Known values supported by the service
|
|
1868
|
-
* **Default
|
|
1869
|
-
* **Update
|
|
1878
|
+
* **Default**: It's equivalent to 'Update'. \
|
|
1879
|
+
* **Update**: Operation updates an existing server.
|
|
1870
1880
|
*/
|
|
1871
1881
|
export type CreateModeForPatch = string;
|
|
1872
1882
|
/** A list of servers. */
|
|
@@ -1889,13 +1899,13 @@ export interface RestartParameter {
|
|
|
1889
1899
|
export declare function restartParameterSerializer(item: RestartParameter): any;
|
|
1890
1900
|
/** Failover mode. */
|
|
1891
1901
|
export declare enum KnownFailoverMode {
|
|
1892
|
-
/**
|
|
1902
|
+
/** Trigger a failover from primary to standby without killing the primary database process first. This is a graceful failover that attempts to preserve data consistency. */
|
|
1893
1903
|
PlannedFailover = "PlannedFailover",
|
|
1894
|
-
/**
|
|
1904
|
+
/** Terminate 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. */
|
|
1895
1905
|
ForcedFailover = "ForcedFailover",
|
|
1896
|
-
/**
|
|
1906
|
+
/** Similar to 'PlannedFailover' but prefers a switch over operation where roles are swapped between primary and standby. */
|
|
1897
1907
|
PlannedSwitchover = "PlannedSwitchover",
|
|
1898
|
-
/**
|
|
1908
|
+
/** Terminate the primary database process first, and then triggers a switch over with role swapping. */
|
|
1899
1909
|
ForcedSwitchover = "ForcedSwitchover"
|
|
1900
1910
|
}
|
|
1901
1911
|
/**
|
|
@@ -1903,52 +1913,90 @@ export declare enum KnownFailoverMode {
|
|
|
1903
1913
|
* {@link KnownFailoverMode} can be used interchangeably with FailoverMode,
|
|
1904
1914
|
* this enum contains the known values that the service supports.
|
|
1905
1915
|
* ### Known values supported by the service
|
|
1906
|
-
* **PlannedFailover
|
|
1907
|
-
* **ForcedFailover
|
|
1908
|
-
* **PlannedSwitchover
|
|
1909
|
-
* **ForcedSwitchover
|
|
1916
|
+
* **PlannedFailover**: Trigger a failover from primary to standby without killing the primary database process first. This is a graceful failover that attempts to preserve data consistency. \
|
|
1917
|
+
* **ForcedFailover**: Terminate 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. \
|
|
1918
|
+
* **PlannedSwitchover**: Similar to 'PlannedFailover' but prefers a switch over operation where roles are swapped between primary and standby. \
|
|
1919
|
+
* **ForcedSwitchover**: Terminate the primary database process first, and then triggers a switch over with role swapping.
|
|
1910
1920
|
*/
|
|
1911
1921
|
export type FailoverMode = string;
|
|
1912
|
-
/**
|
|
1922
|
+
/** Status of a network migration operation. */
|
|
1913
1923
|
export interface MigrateNetworkStatus {
|
|
1914
|
-
/**
|
|
1924
|
+
/** Identifier of the subscription. */
|
|
1915
1925
|
subscriptionId?: string;
|
|
1916
|
-
/**
|
|
1926
|
+
/** Name of the resource group. */
|
|
1917
1927
|
resourceGroupName?: string;
|
|
1918
|
-
/**
|
|
1928
|
+
/** Name of the server. */
|
|
1919
1929
|
serverName?: string;
|
|
1920
|
-
/**
|
|
1930
|
+
/** State of the network migration operation. */
|
|
1921
1931
|
readonly state?: NetworkMigrationState;
|
|
1922
1932
|
}
|
|
1923
1933
|
export declare function migrateNetworkStatusDeserializer(item: any): MigrateNetworkStatus;
|
|
1924
|
-
/**
|
|
1934
|
+
/** State of the network migration operation. */
|
|
1925
1935
|
export declare enum KnownNetworkMigrationState {
|
|
1926
|
-
/**
|
|
1936
|
+
/** Network migration is pending. */
|
|
1927
1937
|
Pending = "Pending",
|
|
1928
|
-
/**
|
|
1938
|
+
/** Network migration is in progress. */
|
|
1929
1939
|
InProgress = "InProgress",
|
|
1930
|
-
/**
|
|
1940
|
+
/** Network migration succeeded. */
|
|
1931
1941
|
Succeeded = "Succeeded",
|
|
1932
|
-
/**
|
|
1942
|
+
/** Network migration failed. */
|
|
1933
1943
|
Failed = "Failed",
|
|
1934
|
-
/**
|
|
1944
|
+
/** Network migration cancellation is in progress. */
|
|
1935
1945
|
CancelInProgress = "CancelInProgress",
|
|
1936
|
-
/**
|
|
1946
|
+
/** Network migration was cancelled. */
|
|
1937
1947
|
Cancelled = "Cancelled"
|
|
1938
1948
|
}
|
|
1939
1949
|
/**
|
|
1940
|
-
*
|
|
1950
|
+
* State of the network migration operation. \
|
|
1941
1951
|
* {@link KnownNetworkMigrationState} can be used interchangeably with NetworkMigrationState,
|
|
1942
1952
|
* this enum contains the known values that the service supports.
|
|
1943
1953
|
* ### Known values supported by the service
|
|
1944
|
-
* **Pending**:
|
|
1945
|
-
* **InProgress**:
|
|
1946
|
-
* **Succeeded**:
|
|
1947
|
-
* **Failed**:
|
|
1948
|
-
* **CancelInProgress**:
|
|
1949
|
-
* **Cancelled**:
|
|
1954
|
+
* **Pending**: Network migration is pending. \
|
|
1955
|
+
* **InProgress**: Network migration is in progress. \
|
|
1956
|
+
* **Succeeded**: Network migration succeeded. \
|
|
1957
|
+
* **Failed**: Network migration failed. \
|
|
1958
|
+
* **CancelInProgress**: Network migration cancellation is in progress. \
|
|
1959
|
+
* **Cancelled**: Network migration was cancelled.
|
|
1950
1960
|
*/
|
|
1951
1961
|
export type NetworkMigrationState = string;
|
|
1962
|
+
/** Request model for starting a major version upgrade precheck. */
|
|
1963
|
+
export interface StartMajorVersionUpgradePrecheckRequest {
|
|
1964
|
+
/** The target major version to upgrade to. */
|
|
1965
|
+
targetVersion: PostgresMajorVersion;
|
|
1966
|
+
}
|
|
1967
|
+
export declare function startMajorVersionUpgradePrecheckRequestSerializer(item: StartMajorVersionUpgradePrecheckRequest): any;
|
|
1968
|
+
/** Response model for starting a major version upgrade precheck. */
|
|
1969
|
+
export interface StartMajorVersionUpgradePrecheckResponse {
|
|
1970
|
+
/** The precheck validation ID. */
|
|
1971
|
+
name?: string;
|
|
1972
|
+
/** The time when the precheck was created. */
|
|
1973
|
+
createTime?: Date;
|
|
1974
|
+
/** The status of the precheck validation. */
|
|
1975
|
+
status?: MajorVersionUpgradePrecheckStatus;
|
|
1976
|
+
}
|
|
1977
|
+
export declare function startMajorVersionUpgradePrecheckResponseDeserializer(item: any): StartMajorVersionUpgradePrecheckResponse;
|
|
1978
|
+
/** The status of the major version upgrade precheck. */
|
|
1979
|
+
export declare enum KnownMajorVersionUpgradePrecheckStatus {
|
|
1980
|
+
/** Executing prechecks against the source server */
|
|
1981
|
+
Validating = "Validating",
|
|
1982
|
+
/** Validation succeeded */
|
|
1983
|
+
Succeeded = "Succeeded",
|
|
1984
|
+
/** Validation failed */
|
|
1985
|
+
Failed = "Failed",
|
|
1986
|
+
/** Validation canceled */
|
|
1987
|
+
Canceled = "Canceled"
|
|
1988
|
+
}
|
|
1989
|
+
/**
|
|
1990
|
+
* The status of the major version upgrade precheck. \
|
|
1991
|
+
* {@link KnownMajorVersionUpgradePrecheckStatus} can be used interchangeably with MajorVersionUpgradePrecheckStatus,
|
|
1992
|
+
* this enum contains the known values that the service supports.
|
|
1993
|
+
* ### Known values supported by the service
|
|
1994
|
+
* **Validating**: Executing prechecks against the source server \
|
|
1995
|
+
* **Succeeded**: Validation succeeded \
|
|
1996
|
+
* **Failed**: Validation failed \
|
|
1997
|
+
* **Canceled**: Validation canceled
|
|
1998
|
+
*/
|
|
1999
|
+
export type MajorVersionUpgradePrecheckStatus = string;
|
|
1952
2000
|
/** Configuration (also known as server parameter). */
|
|
1953
2001
|
export interface Configuration extends ProxyResource {
|
|
1954
2002
|
/** Value of the configuration (also known as server parameter). Required to update the value assigned to a specific modifiable configuration. */
|
|
@@ -2004,17 +2052,17 @@ export declare function configurationPropertiesSerializer(item: ConfigurationPro
|
|
|
2004
2052
|
export declare function configurationPropertiesDeserializer(item: any): ConfigurationProperties;
|
|
2005
2053
|
/** Data type of the configuration (also known as server parameter). */
|
|
2006
2054
|
export declare enum KnownConfigurationDataType {
|
|
2007
|
-
/**
|
|
2055
|
+
/** A boolean value. */
|
|
2008
2056
|
Boolean = "Boolean",
|
|
2009
|
-
/**
|
|
2057
|
+
/** A numeric value. */
|
|
2010
2058
|
Numeric = "Numeric",
|
|
2011
|
-
/**
|
|
2059
|
+
/** An integer value. */
|
|
2012
2060
|
Integer = "Integer",
|
|
2013
|
-
/**
|
|
2061
|
+
/** An enumeration value. */
|
|
2014
2062
|
Enumeration = "Enumeration",
|
|
2015
|
-
/**
|
|
2063
|
+
/** A string value. */
|
|
2016
2064
|
String = "String",
|
|
2017
|
-
/**
|
|
2065
|
+
/** A set of values. */
|
|
2018
2066
|
Set = "Set"
|
|
2019
2067
|
}
|
|
2020
2068
|
/**
|
|
@@ -2022,18 +2070,18 @@ export declare enum KnownConfigurationDataType {
|
|
|
2022
2070
|
* {@link KnownConfigurationDataType} can be used interchangeably with ConfigurationDataType,
|
|
2023
2071
|
* this enum contains the known values that the service supports.
|
|
2024
2072
|
* ### Known values supported by the service
|
|
2025
|
-
* **Boolean
|
|
2026
|
-
* **Numeric
|
|
2027
|
-
* **Integer
|
|
2028
|
-
* **Enumeration
|
|
2029
|
-
* **String
|
|
2030
|
-
* **Set
|
|
2073
|
+
* **Boolean**: A boolean value. \
|
|
2074
|
+
* **Numeric**: A numeric value. \
|
|
2075
|
+
* **Integer**: An integer value. \
|
|
2076
|
+
* **Enumeration**: An enumeration value. \
|
|
2077
|
+
* **String**: A string value. \
|
|
2078
|
+
* **Set**: A set of values.
|
|
2031
2079
|
*/
|
|
2032
2080
|
export type ConfigurationDataType = string;
|
|
2033
2081
|
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
2034
2082
|
export interface ProxyResource extends Resource {
|
|
2035
2083
|
}
|
|
2036
|
-
export declare function proxyResourceSerializer(
|
|
2084
|
+
export declare function proxyResourceSerializer(_item: ProxyResource): any;
|
|
2037
2085
|
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
2038
2086
|
/** Configuration (also known as server parameter). */
|
|
2039
2087
|
export interface ConfigurationForUpdate {
|
|
@@ -2187,7 +2235,7 @@ export declare function virtualEndpointResourcePropertiesSerializer(item: Virtua
|
|
|
2187
2235
|
export declare function virtualEndpointResourcePropertiesDeserializer(item: any): VirtualEndpointResourceProperties;
|
|
2188
2236
|
/** Type of endpoint for the virtual endpoints. */
|
|
2189
2237
|
export declare enum KnownVirtualEndpointType {
|
|
2190
|
-
/**
|
|
2238
|
+
/** Read-write endpoint. */
|
|
2191
2239
|
ReadWrite = "ReadWrite"
|
|
2192
2240
|
}
|
|
2193
2241
|
/**
|
|
@@ -2195,7 +2243,7 @@ export declare enum KnownVirtualEndpointType {
|
|
|
2195
2243
|
* {@link KnownVirtualEndpointType} can be used interchangeably with VirtualEndpointType,
|
|
2196
2244
|
* this enum contains the known values that the service supports.
|
|
2197
2245
|
* ### Known values supported by the service
|
|
2198
|
-
* **ReadWrite
|
|
2246
|
+
* **ReadWrite**: Read-write endpoint.
|
|
2199
2247
|
*/
|
|
2200
2248
|
export type VirtualEndpointType = string;
|
|
2201
2249
|
/** Pair of virtual endpoints for a server. */
|
|
@@ -2218,6 +2266,182 @@ export interface _VirtualEndpointsList {
|
|
|
2218
2266
|
export declare function _virtualEndpointsListDeserializer(item: any): _VirtualEndpointsList;
|
|
2219
2267
|
export declare function virtualEndpointArraySerializer(result: Array<VirtualEndpoint>): any[];
|
|
2220
2268
|
export declare function virtualEndpointArrayDeserializer(result: Array<VirtualEndpoint>): any[];
|
|
2269
|
+
/** Maintenance event resource for a PostgreSQL flexible server. */
|
|
2270
|
+
export interface MaintenanceEventResource extends ProxyResource {
|
|
2271
|
+
/** The resource-specific properties for this resource. */
|
|
2272
|
+
properties?: MaintenanceEventResourceProperties;
|
|
2273
|
+
}
|
|
2274
|
+
export declare function maintenanceEventResourceDeserializer(item: any): MaintenanceEventResource;
|
|
2275
|
+
/** Properties of a maintenance event resource. */
|
|
2276
|
+
export interface MaintenanceEventResourceProperties {
|
|
2277
|
+
/** A service-generated identifier for this maintenance event, assigned by the platform (e.g., 'YL1T-HFG'). The format is not contractual and clients should not attempt to parse or construct this value. */
|
|
2278
|
+
readonly maintenanceEventId?: string;
|
|
2279
|
+
/** The maintenance type (e.g., 'PlannedMaintenance'). */
|
|
2280
|
+
readonly maintenanceType: MaintenanceType;
|
|
2281
|
+
/** The human-readable description of the maintenance event. */
|
|
2282
|
+
readonly description?: string;
|
|
2283
|
+
/** The customer-facing status of the maintenance event. */
|
|
2284
|
+
readonly status: MaintenanceEventStatus;
|
|
2285
|
+
/** The scheduled start time of the maintenance event (UTC). */
|
|
2286
|
+
readonly startTime: Date;
|
|
2287
|
+
/** The scheduled end time of the maintenance event (UTC). */
|
|
2288
|
+
readonly endTime: Date;
|
|
2289
|
+
/** The estimated downtime as an ISO 8601 duration string (e.g., 'PT60S' = 60 seconds). */
|
|
2290
|
+
readonly estimatedDowntime?: string;
|
|
2291
|
+
/** A value indicating whether this maintenance event can be rescheduled by the customer. */
|
|
2292
|
+
readonly deferrable: boolean;
|
|
2293
|
+
/** The latest date/time this maintenance event can be postponed to (UTC). Present only when deferrable is true. */
|
|
2294
|
+
readonly deferralDeadline?: Date;
|
|
2295
|
+
/** The previous scheduled start time before the most recent reschedule (UTC). Null if the event has never been rescheduled. */
|
|
2296
|
+
readonly rescheduledFrom?: Date;
|
|
2297
|
+
/** The time this maintenance event record was last updated (UTC). */
|
|
2298
|
+
readonly lastUpdatedTime?: Date;
|
|
2299
|
+
/** The initial scheduled start time before any reschedule (UTC). Equals startTime when the event has never been rescheduled. */
|
|
2300
|
+
readonly originalStartTime: Date;
|
|
2301
|
+
}
|
|
2302
|
+
export declare function maintenanceEventResourcePropertiesDeserializer(item: any): MaintenanceEventResourceProperties;
|
|
2303
|
+
/** Type of a maintenance event resource. */
|
|
2304
|
+
export declare enum KnownMaintenanceType {
|
|
2305
|
+
/** Planned maintenance event. */
|
|
2306
|
+
PlannedMaintenance = "PlannedMaintenance"
|
|
2307
|
+
}
|
|
2308
|
+
/**
|
|
2309
|
+
* Type of a maintenance event resource. \
|
|
2310
|
+
* {@link KnownMaintenanceType} can be used interchangeably with MaintenanceType,
|
|
2311
|
+
* this enum contains the known values that the service supports.
|
|
2312
|
+
* ### Known values supported by the service
|
|
2313
|
+
* **PlannedMaintenance**: Planned maintenance event.
|
|
2314
|
+
*/
|
|
2315
|
+
export type MaintenanceType = string;
|
|
2316
|
+
/** The status of a maintenance event. */
|
|
2317
|
+
export declare enum KnownMaintenanceEventStatus {
|
|
2318
|
+
/** The maintenance event is scheduled and has not yet started. */
|
|
2319
|
+
Planned = "Planned",
|
|
2320
|
+
/** The maintenance event is currently in progress. */
|
|
2321
|
+
InProgress = "InProgress",
|
|
2322
|
+
/** The maintenance event has completed successfully. */
|
|
2323
|
+
Complete = "Complete",
|
|
2324
|
+
/** The maintenance event has been rescheduled (postponed) by the customer. */
|
|
2325
|
+
Rescheduled = "Rescheduled",
|
|
2326
|
+
/** The maintenance event was canceled, failed, or timed out. */
|
|
2327
|
+
Canceled = "Canceled"
|
|
2328
|
+
}
|
|
2329
|
+
/**
|
|
2330
|
+
* The status of a maintenance event. \
|
|
2331
|
+
* {@link KnownMaintenanceEventStatus} can be used interchangeably with MaintenanceEventStatus,
|
|
2332
|
+
* this enum contains the known values that the service supports.
|
|
2333
|
+
* ### Known values supported by the service
|
|
2334
|
+
* **Planned**: The maintenance event is scheduled and has not yet started. \
|
|
2335
|
+
* **InProgress**: The maintenance event is currently in progress. \
|
|
2336
|
+
* **Complete**: The maintenance event has completed successfully. \
|
|
2337
|
+
* **Rescheduled**: The maintenance event has been rescheduled (postponed) by the customer. \
|
|
2338
|
+
* **Canceled**: The maintenance event was canceled, failed, or timed out.
|
|
2339
|
+
*/
|
|
2340
|
+
export type MaintenanceEventStatus = string;
|
|
2341
|
+
/** The response of a MaintenanceEventResource list operation. */
|
|
2342
|
+
export interface _MaintenanceEventResourceListResult {
|
|
2343
|
+
/** The MaintenanceEventResource items on this page */
|
|
2344
|
+
value: MaintenanceEventResource[];
|
|
2345
|
+
/** The link to the next page of items */
|
|
2346
|
+
nextLink?: string;
|
|
2347
|
+
}
|
|
2348
|
+
export declare function _maintenanceEventResourceListResultDeserializer(item: any): _MaintenanceEventResourceListResult;
|
|
2349
|
+
export declare function maintenanceEventResourceArrayDeserializer(result: Array<MaintenanceEventResource>): any[];
|
|
2350
|
+
/** Parameters to reschedule a maintenance event. */
|
|
2351
|
+
export interface MaintenanceEventRescheduleRequest {
|
|
2352
|
+
/** New start time in RFC3339 format. */
|
|
2353
|
+
postponeToDateTime: Date;
|
|
2354
|
+
}
|
|
2355
|
+
export declare function maintenanceEventRescheduleRequestSerializer(item: MaintenanceEventRescheduleRequest): any;
|
|
2356
|
+
/** Response model for maintenance event reschedule and apply-now actions. */
|
|
2357
|
+
export interface MaintenanceEventActionResponse {
|
|
2358
|
+
/** The maintenance event name (maintenance ID). */
|
|
2359
|
+
maintenanceEventId?: string;
|
|
2360
|
+
/** The full Azure resource ID of the server. */
|
|
2361
|
+
serverId?: string;
|
|
2362
|
+
/** The status of the maintenance event. */
|
|
2363
|
+
status?: MaintenanceEventStatus;
|
|
2364
|
+
/** The planned start time of the maintenance event (UTC). */
|
|
2365
|
+
plannedStartTime?: Date;
|
|
2366
|
+
/** The planned end time of the maintenance event (UTC). */
|
|
2367
|
+
plannedEndTime?: Date;
|
|
2368
|
+
/** A value indicating whether this was an apply-now (immediate) action. True for ApplyNow; false for Reschedule. */
|
|
2369
|
+
appliedNow?: boolean;
|
|
2370
|
+
/** The time this maintenance event record was last updated (UTC). */
|
|
2371
|
+
lastUpdatedTime?: Date;
|
|
2372
|
+
}
|
|
2373
|
+
export declare function maintenanceEventActionResponseDeserializer(item: any): MaintenanceEventActionResponse;
|
|
2374
|
+
/** Major version upgrade precheck resource for a PostgreSQL flexible server. */
|
|
2375
|
+
export interface MajorVersionUpgradePrecheckResource extends ProxyResource {
|
|
2376
|
+
/** The resource-specific properties for this resource. */
|
|
2377
|
+
properties?: MajorVersionUpgradePrecheckResourceProperties;
|
|
2378
|
+
}
|
|
2379
|
+
export declare function majorVersionUpgradePrecheckResourceDeserializer(item: any): MajorVersionUpgradePrecheckResource;
|
|
2380
|
+
/** Major version upgrade precheck resource with validation results. */
|
|
2381
|
+
export interface MajorVersionUpgradePrecheckResourceProperties {
|
|
2382
|
+
/** The time when the precheck was created. */
|
|
2383
|
+
createTime?: Date;
|
|
2384
|
+
/** The status of the precheck validation. */
|
|
2385
|
+
status?: MajorVersionUpgradePrecheckStatus;
|
|
2386
|
+
/** The detailed result of the precheck operation. */
|
|
2387
|
+
precheckResult?: PrecheckResult;
|
|
2388
|
+
/** The target PostgreSQL major version for the upgrade. */
|
|
2389
|
+
targetVersion?: PostgresMajorVersion;
|
|
2390
|
+
/** Array of policy validation details. */
|
|
2391
|
+
policyDetails?: PolicyDetail[];
|
|
2392
|
+
}
|
|
2393
|
+
export declare function majorVersionUpgradePrecheckResourcePropertiesDeserializer(item: any): MajorVersionUpgradePrecheckResourceProperties;
|
|
2394
|
+
/** Precheck result details. */
|
|
2395
|
+
export interface PrecheckResult {
|
|
2396
|
+
/** The action performed. */
|
|
2397
|
+
action?: string;
|
|
2398
|
+
/** The upgrade sequence information. */
|
|
2399
|
+
upgradeSequence?: UpgradeSequence;
|
|
2400
|
+
/** Array of error information. */
|
|
2401
|
+
errorInfo?: PrecheckErrorInfo[];
|
|
2402
|
+
}
|
|
2403
|
+
export declare function precheckResultDeserializer(item: any): PrecheckResult;
|
|
2404
|
+
/** Upgrade sequence information. */
|
|
2405
|
+
export interface UpgradeSequence {
|
|
2406
|
+
/** The source PostgreSQL version. */
|
|
2407
|
+
sourceVersion?: PostgresMajorVersion;
|
|
2408
|
+
/** The target PostgreSQL version. */
|
|
2409
|
+
targetVersion?: PostgresMajorVersion;
|
|
2410
|
+
}
|
|
2411
|
+
export declare function upgradeSequenceDeserializer(item: any): UpgradeSequence;
|
|
2412
|
+
export declare function precheckErrorInfoArrayDeserializer(result: Array<PrecheckErrorInfo>): any[];
|
|
2413
|
+
/** Error information from precheck validation. */
|
|
2414
|
+
export interface PrecheckErrorInfo {
|
|
2415
|
+
/** The error code. */
|
|
2416
|
+
errorCode?: number;
|
|
2417
|
+
/** The error message. */
|
|
2418
|
+
errorMessage?: string;
|
|
2419
|
+
}
|
|
2420
|
+
export declare function precheckErrorInfoDeserializer(item: any): PrecheckErrorInfo;
|
|
2421
|
+
export declare function policyDetailArrayDeserializer(result: Array<PolicyDetail>): any[];
|
|
2422
|
+
/** Policy validation details. */
|
|
2423
|
+
export interface PolicyDetail {
|
|
2424
|
+
/** The name of the policy. */
|
|
2425
|
+
policyName?: string;
|
|
2426
|
+
/** Whether the policy validation passed. */
|
|
2427
|
+
passed?: boolean;
|
|
2428
|
+
/** The error code if validation failed. */
|
|
2429
|
+
errorCode?: number;
|
|
2430
|
+
/** The error message if validation failed. */
|
|
2431
|
+
errorMessage?: string;
|
|
2432
|
+
/** Description of what the policy validates. */
|
|
2433
|
+
policyDescription?: string;
|
|
2434
|
+
}
|
|
2435
|
+
export declare function policyDetailDeserializer(item: any): PolicyDetail;
|
|
2436
|
+
/** The response of a MajorVersionUpgradePrecheckResource list operation. */
|
|
2437
|
+
export interface _MajorVersionUpgradePrecheckResourceListResult {
|
|
2438
|
+
/** The MajorVersionUpgradePrecheckResource items on this page */
|
|
2439
|
+
value: MajorVersionUpgradePrecheckResource[];
|
|
2440
|
+
/** The link to the next page of items */
|
|
2441
|
+
nextLink?: string;
|
|
2442
|
+
}
|
|
2443
|
+
export declare function _majorVersionUpgradePrecheckResourceListResultDeserializer(item: any): _MajorVersionUpgradePrecheckResourceListResult;
|
|
2444
|
+
export declare function majorVersionUpgradePrecheckResourceArrayDeserializer(result: Array<MajorVersionUpgradePrecheckResource>): any[];
|
|
2221
2445
|
/** Server administrator associated to a Microsoft Entra principal. */
|
|
2222
2446
|
export interface AdministratorMicrosoftEntra extends ProxyResource {
|
|
2223
2447
|
/** Type of Microsoft Entra principal to which the server administrator is associated. */
|
|
@@ -2244,13 +2468,13 @@ export interface AdministratorMicrosoftEntraProperties {
|
|
|
2244
2468
|
export declare function administratorMicrosoftEntraPropertiesDeserializer(item: any): AdministratorMicrosoftEntraProperties;
|
|
2245
2469
|
/** Type of Microsoft Entra principal to which the server administrator is associated. */
|
|
2246
2470
|
export declare enum KnownPrincipalType {
|
|
2247
|
-
/**
|
|
2471
|
+
/** Principal type is not known or not specified. */
|
|
2248
2472
|
Unknown = "Unknown",
|
|
2249
2473
|
/** A Microsoft Entra user. */
|
|
2250
2474
|
User = "User",
|
|
2251
2475
|
/** A Microsoft Entra group. */
|
|
2252
2476
|
Group = "Group",
|
|
2253
|
-
/** A Microsoft Entra service principal, typically representing an application or service identity */
|
|
2477
|
+
/** A Microsoft Entra service principal, typically representing an application or service identity. */
|
|
2254
2478
|
ServicePrincipal = "ServicePrincipal"
|
|
2255
2479
|
}
|
|
2256
2480
|
/**
|
|
@@ -2258,10 +2482,10 @@ export declare enum KnownPrincipalType {
|
|
|
2258
2482
|
* {@link KnownPrincipalType} can be used interchangeably with PrincipalType,
|
|
2259
2483
|
* this enum contains the known values that the service supports.
|
|
2260
2484
|
* ### Known values supported by the service
|
|
2261
|
-
* **Unknown**:
|
|
2485
|
+
* **Unknown**: Principal type is not known or not specified. \
|
|
2262
2486
|
* **User**: A Microsoft Entra user. \
|
|
2263
2487
|
* **Group**: A Microsoft Entra group. \
|
|
2264
|
-
* **ServicePrincipal**: A Microsoft Entra service principal, typically representing an application or service identity
|
|
2488
|
+
* **ServicePrincipal**: A Microsoft Entra service principal, typically representing an application or service identity.
|
|
2265
2489
|
*/
|
|
2266
2490
|
export type PrincipalType = string;
|
|
2267
2491
|
/** Server administrator associated to a Microsoft Entra principal. */
|
|
@@ -2405,20 +2629,20 @@ export interface ServerSkuCapability extends CapabilityBase {
|
|
|
2405
2629
|
readonly securityProfile?: string;
|
|
2406
2630
|
}
|
|
2407
2631
|
export declare function serverSkuCapabilityDeserializer(item: any): ServerSkuCapability;
|
|
2408
|
-
/**
|
|
2632
|
+
/** Mode of high availability supported for this compute. */
|
|
2409
2633
|
export declare enum KnownHighAvailabilityMode {
|
|
2410
|
-
/**
|
|
2634
|
+
/** High availability is supported for this compute, with standby server in a different availability zone than that of the primary. */
|
|
2411
2635
|
ZoneRedundant = "ZoneRedundant",
|
|
2412
|
-
/**
|
|
2636
|
+
/** High availability is supported for this compute, with standby server in the same availability zone as the primary. */
|
|
2413
2637
|
SameZone = "SameZone"
|
|
2414
2638
|
}
|
|
2415
2639
|
/**
|
|
2416
|
-
*
|
|
2640
|
+
* Mode of high availability supported for this compute. \
|
|
2417
2641
|
* {@link KnownHighAvailabilityMode} can be used interchangeably with HighAvailabilityMode,
|
|
2418
2642
|
* this enum contains the known values that the service supports.
|
|
2419
2643
|
* ### Known values supported by the service
|
|
2420
|
-
* **ZoneRedundant
|
|
2421
|
-
* **SameZone
|
|
2644
|
+
* **ZoneRedundant**: High availability is supported for this compute, with standby server in a different availability zone than that of the primary. \
|
|
2645
|
+
* **SameZone**: High availability is supported for this compute, with standby server in the same availability zone as the primary.
|
|
2422
2646
|
*/
|
|
2423
2647
|
export type HighAvailabilityMode = string;
|
|
2424
2648
|
export declare function supportedFeatureArrayDeserializer(result: Array<SupportedFeature>): any[];
|
|
@@ -2432,9 +2656,9 @@ export interface SupportedFeature {
|
|
|
2432
2656
|
export declare function supportedFeatureDeserializer(item: any): SupportedFeature;
|
|
2433
2657
|
/** Status of the feature. Indicates if the feature is enabled or not. */
|
|
2434
2658
|
export declare enum KnownFeatureStatus {
|
|
2435
|
-
/**
|
|
2659
|
+
/** Feature is enabled. */
|
|
2436
2660
|
Enabled = "Enabled",
|
|
2437
|
-
/**
|
|
2661
|
+
/** Feature is disabled. */
|
|
2438
2662
|
Disabled = "Disabled"
|
|
2439
2663
|
}
|
|
2440
2664
|
/**
|
|
@@ -2442,8 +2666,8 @@ export declare enum KnownFeatureStatus {
|
|
|
2442
2666
|
* {@link KnownFeatureStatus} can be used interchangeably with FeatureStatus,
|
|
2443
2667
|
* this enum contains the known values that the service supports.
|
|
2444
2668
|
* ### Known values supported by the service
|
|
2445
|
-
* **Enabled
|
|
2446
|
-
* **Disabled
|
|
2669
|
+
* **Enabled**: Feature is enabled. \
|
|
2670
|
+
* **Disabled**: Feature is disabled.
|
|
2447
2671
|
*/
|
|
2448
2672
|
export type FeatureStatus = string;
|
|
2449
2673
|
export declare function serverVersionCapabilityArrayDeserializer(result: Array<ServerVersionCapability>): any[];
|
|
@@ -2459,9 +2683,9 @@ export interface ServerVersionCapability extends CapabilityBase {
|
|
|
2459
2683
|
export declare function serverVersionCapabilityDeserializer(item: any): ServerVersionCapability;
|
|
2460
2684
|
/** 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'. */
|
|
2461
2685
|
export declare enum KnownFastProvisioningSupport {
|
|
2462
|
-
/**
|
|
2686
|
+
/** Fast provisioning is supported. */
|
|
2463
2687
|
Enabled = "Enabled",
|
|
2464
|
-
/**
|
|
2688
|
+
/** Fast provisioning is not supported. */
|
|
2465
2689
|
Disabled = "Disabled"
|
|
2466
2690
|
}
|
|
2467
2691
|
/**
|
|
@@ -2469,8 +2693,8 @@ export declare enum KnownFastProvisioningSupport {
|
|
|
2469
2693
|
* {@link KnownFastProvisioningSupport} can be used interchangeably with FastProvisioningSupport,
|
|
2470
2694
|
* this enum contains the known values that the service supports.
|
|
2471
2695
|
* ### Known values supported by the service
|
|
2472
|
-
* **Enabled
|
|
2473
|
-
* **Disabled
|
|
2696
|
+
* **Enabled**: Fast provisioning is supported. \
|
|
2697
|
+
* **Disabled**: Fast provisioning is not supported.
|
|
2474
2698
|
*/
|
|
2475
2699
|
export type FastProvisioningSupport = string;
|
|
2476
2700
|
export declare function fastProvisioningEditionCapabilityArrayDeserializer(result: Array<FastProvisioningEditionCapability>): any[];
|
|
@@ -2488,111 +2712,111 @@ export interface FastProvisioningEditionCapability extends CapabilityBase {
|
|
|
2488
2712
|
readonly serverCount?: number;
|
|
2489
2713
|
}
|
|
2490
2714
|
export declare function fastProvisioningEditionCapabilityDeserializer(item: any): FastProvisioningEditionCapability;
|
|
2491
|
-
/** Indicates if geographically redundant backups are supported in this location.
|
|
2715
|
+
/** Indicates if geographically redundant backups are supported in this location. Will be deprecated in the future. Look to Supported Features for 'GeoBackup'. */
|
|
2492
2716
|
export declare enum KnownGeographicallyRedundantBackupSupport {
|
|
2493
|
-
/**
|
|
2717
|
+
/** Geographically redundant backups are supported in this location. */
|
|
2494
2718
|
Enabled = "Enabled",
|
|
2495
|
-
/**
|
|
2719
|
+
/** Geographically redundant backups are not supported in this location. */
|
|
2496
2720
|
Disabled = "Disabled"
|
|
2497
2721
|
}
|
|
2498
2722
|
/**
|
|
2499
|
-
* Indicates if geographically redundant backups are supported in this location.
|
|
2723
|
+
* Indicates if geographically redundant backups are supported in this location. Will be deprecated in the future. Look to Supported Features for 'GeoBackup'. \
|
|
2500
2724
|
* {@link KnownGeographicallyRedundantBackupSupport} can be used interchangeably with GeographicallyRedundantBackupSupport,
|
|
2501
2725
|
* this enum contains the known values that the service supports.
|
|
2502
2726
|
* ### Known values supported by the service
|
|
2503
|
-
* **Enabled
|
|
2504
|
-
* **Disabled
|
|
2727
|
+
* **Enabled**: Geographically redundant backups are supported in this location. \
|
|
2728
|
+
* **Disabled**: Geographically redundant backups are not supported in this location.
|
|
2505
2729
|
*/
|
|
2506
2730
|
export type GeographicallyRedundantBackupSupport = string;
|
|
2507
|
-
/** Indicates if high availability with zone redundancy is supported in this location.
|
|
2731
|
+
/** Indicates if high availability with zone redundancy is supported in this location. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHa'. */
|
|
2508
2732
|
export declare enum KnownZoneRedundantHighAvailabilitySupport {
|
|
2509
|
-
/**
|
|
2733
|
+
/** High availability with zone redundancy is supported. */
|
|
2510
2734
|
Enabled = "Enabled",
|
|
2511
|
-
/**
|
|
2735
|
+
/** High availability with zone redundancy is not supported. */
|
|
2512
2736
|
Disabled = "Disabled"
|
|
2513
2737
|
}
|
|
2514
2738
|
/**
|
|
2515
|
-
* Indicates if high availability with zone redundancy is supported in this location.
|
|
2739
|
+
* Indicates if high availability with zone redundancy is supported in this location. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHa'. \
|
|
2516
2740
|
* {@link KnownZoneRedundantHighAvailabilitySupport} can be used interchangeably with ZoneRedundantHighAvailabilitySupport,
|
|
2517
2741
|
* this enum contains the known values that the service supports.
|
|
2518
2742
|
* ### Known values supported by the service
|
|
2519
|
-
* **Enabled
|
|
2520
|
-
* **Disabled
|
|
2743
|
+
* **Enabled**: High availability with zone redundancy is supported. \
|
|
2744
|
+
* **Disabled**: High availability with zone redundancy is not supported.
|
|
2521
2745
|
*/
|
|
2522
2746
|
export type ZoneRedundantHighAvailabilitySupport = string;
|
|
2523
|
-
/** Indicates if high availability with zone redundancy is supported in conjunction with geographically redundant backups in this location.
|
|
2747
|
+
/** Indicates if high availability with zone redundancy is supported in conjunction with geographically redundant backups in this location. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHaAndGeoBackup'. */
|
|
2524
2748
|
export declare enum KnownZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport {
|
|
2525
|
-
/**
|
|
2749
|
+
/** High availability with zone redundancy is supported in conjunction with geographically redundant backups. */
|
|
2526
2750
|
Enabled = "Enabled",
|
|
2527
|
-
/**
|
|
2751
|
+
/** High availability with zone redundancy is not supported in conjunction with geographically redundant backups. */
|
|
2528
2752
|
Disabled = "Disabled"
|
|
2529
2753
|
}
|
|
2530
2754
|
/**
|
|
2531
|
-
* Indicates if high availability with zone redundancy is supported in conjunction with geographically redundant backups in this location.
|
|
2755
|
+
* Indicates if high availability with zone redundancy is supported in conjunction with geographically redundant backups in this location. Will be deprecated in the future. Look to Supported Features for 'ZoneRedundantHaAndGeoBackup'. \
|
|
2532
2756
|
* {@link KnownZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport} can be used interchangeably with ZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport,
|
|
2533
2757
|
* this enum contains the known values that the service supports.
|
|
2534
2758
|
* ### Known values supported by the service
|
|
2535
|
-
* **Enabled
|
|
2536
|
-
* **Disabled
|
|
2759
|
+
* **Enabled**: High availability with zone redundancy is supported in conjunction with geographically redundant backups. \
|
|
2760
|
+
* **Disabled**: High availability with zone redundancy is not supported in conjunction with geographically redundant backups.
|
|
2537
2761
|
*/
|
|
2538
2762
|
export type ZoneRedundantHighAvailabilityAndGeographicallyRedundantBackupSupport = string;
|
|
2539
|
-
/** Indicates if storage autogrow is supported in this location.
|
|
2763
|
+
/** Indicates if storage autogrow is supported in this location. Will be deprecated in the future. Look to Supported Features for 'StorageAutoGrowth'. */
|
|
2540
2764
|
export declare enum KnownStorageAutoGrowthSupport {
|
|
2541
|
-
/**
|
|
2765
|
+
/** Storage autogrow is supported. */
|
|
2542
2766
|
Enabled = "Enabled",
|
|
2543
|
-
/**
|
|
2767
|
+
/** Storage autogrow is not supported. */
|
|
2544
2768
|
Disabled = "Disabled"
|
|
2545
2769
|
}
|
|
2546
2770
|
/**
|
|
2547
|
-
* Indicates if storage autogrow is supported in this location.
|
|
2771
|
+
* Indicates if storage autogrow is supported in this location. Will be deprecated in the future. Look to Supported Features for 'StorageAutoGrowth'. \
|
|
2548
2772
|
* {@link KnownStorageAutoGrowthSupport} can be used interchangeably with StorageAutoGrowthSupport,
|
|
2549
2773
|
* this enum contains the known values that the service supports.
|
|
2550
2774
|
* ### Known values supported by the service
|
|
2551
|
-
* **Enabled
|
|
2552
|
-
* **Disabled
|
|
2775
|
+
* **Enabled**: Storage autogrow is supported. \
|
|
2776
|
+
* **Disabled**: Storage autogrow is not supported.
|
|
2553
2777
|
*/
|
|
2554
2778
|
export type StorageAutoGrowthSupport = string;
|
|
2555
|
-
/** Indicates if resizing the storage, without interrupting the operation of the database engine, is supported in this location for the given subscription.
|
|
2779
|
+
/** Indicates if resizing the storage, without interrupting the operation of the database engine, is supported in this location for the given subscription. Will be deprecated in the future. Look to Supported Features for 'OnlineResize'. */
|
|
2556
2780
|
export declare enum KnownOnlineStorageResizeSupport {
|
|
2557
|
-
/**
|
|
2781
|
+
/** Resizing the storage without interrupting the operation of the database engine is supported. */
|
|
2558
2782
|
Enabled = "Enabled",
|
|
2559
|
-
/**
|
|
2783
|
+
/** Resizing the storage without interrupting the operation of the database engine is not supported. */
|
|
2560
2784
|
Disabled = "Disabled"
|
|
2561
2785
|
}
|
|
2562
2786
|
/**
|
|
2563
|
-
* Indicates if resizing the storage, without interrupting the operation of the database engine, is supported in this location for the given subscription.
|
|
2787
|
+
* Indicates if resizing the storage, without interrupting the operation of the database engine, is supported in this location for the given subscription. Will be deprecated in the future. Look to Supported Features for 'OnlineResize'. \
|
|
2564
2788
|
* {@link KnownOnlineStorageResizeSupport} can be used interchangeably with OnlineStorageResizeSupport,
|
|
2565
2789
|
* this enum contains the known values that the service supports.
|
|
2566
2790
|
* ### Known values supported by the service
|
|
2567
|
-
* **Enabled
|
|
2568
|
-
* **Disabled
|
|
2791
|
+
* **Enabled**: Resizing the storage without interrupting the operation of the database engine is supported. \
|
|
2792
|
+
* **Disabled**: Resizing the storage without interrupting the operation of the database engine is not supported.
|
|
2569
2793
|
*/
|
|
2570
2794
|
export type OnlineStorageResizeSupport = string;
|
|
2571
|
-
/** Indicates if this location is restricted.
|
|
2795
|
+
/** Indicates if this location is restricted. Will be deprecated in the future. Look to Supported Features for 'Restricted'. */
|
|
2572
2796
|
export declare enum KnownLocationRestricted {
|
|
2573
|
-
/**
|
|
2797
|
+
/** Location is restricted. */
|
|
2574
2798
|
Enabled = "Enabled",
|
|
2575
|
-
/**
|
|
2799
|
+
/** Location is not restricted. */
|
|
2576
2800
|
Disabled = "Disabled"
|
|
2577
2801
|
}
|
|
2578
2802
|
/**
|
|
2579
|
-
* Indicates if this location is restricted.
|
|
2803
|
+
* Indicates if this location is restricted. Will be deprecated in the future. Look to Supported Features for 'Restricted'. \
|
|
2580
2804
|
* {@link KnownLocationRestricted} can be used interchangeably with LocationRestricted,
|
|
2581
2805
|
* this enum contains the known values that the service supports.
|
|
2582
2806
|
* ### Known values supported by the service
|
|
2583
|
-
* **Enabled
|
|
2584
|
-
* **Disabled
|
|
2807
|
+
* **Enabled**: Location is restricted. \
|
|
2808
|
+
* **Disabled**: Location is not restricted.
|
|
2585
2809
|
*/
|
|
2586
2810
|
export type LocationRestricted = string;
|
|
2587
2811
|
/** Base object for representing capability */
|
|
2588
2812
|
export interface CapabilityBase {
|
|
2589
|
-
/**
|
|
2813
|
+
/** Status of the capability. */
|
|
2590
2814
|
readonly status?: CapabilityStatus;
|
|
2591
|
-
/**
|
|
2815
|
+
/** Reason for the capability not being available. */
|
|
2592
2816
|
readonly reason?: string;
|
|
2593
2817
|
}
|
|
2594
2818
|
export declare function capabilityBaseDeserializer(item: any): CapabilityBase;
|
|
2595
|
-
/**
|
|
2819
|
+
/** Status of the capability. */
|
|
2596
2820
|
export type CapabilityStatus = "Visible" | "Available" | "Default" | "Disabled";
|
|
2597
2821
|
/** List of log files. */
|
|
2598
2822
|
export interface _CapturedLogList {
|
|
@@ -2641,13 +2865,13 @@ export interface BackupRequestBase {
|
|
|
2641
2865
|
backupSettings: BackupSettings;
|
|
2642
2866
|
}
|
|
2643
2867
|
export declare function backupRequestBaseSerializer(item: BackupRequestBase): any;
|
|
2644
|
-
/**
|
|
2868
|
+
/** Settings for the long term backup. */
|
|
2645
2869
|
export interface BackupSettings {
|
|
2646
2870
|
/** Backup Name for the current backup */
|
|
2647
2871
|
backupName: string;
|
|
2648
2872
|
}
|
|
2649
2873
|
export declare function backupSettingsSerializer(item: BackupSettings): any;
|
|
2650
|
-
/** Response for the LTR pre-backup API call */
|
|
2874
|
+
/** Response for the LTR pre-backup API call. */
|
|
2651
2875
|
export interface LtrPreBackupResponse {
|
|
2652
2876
|
/** Number of storage containers the plugin will use during backup. More than one containers may be used for size limitations, parallelism, or redundancy etc. */
|
|
2653
2877
|
numberOfContainers: number;
|
|
@@ -2659,9 +2883,9 @@ export interface BackupsLongTermRetentionResponseProperties {
|
|
|
2659
2883
|
numberOfContainers: number;
|
|
2660
2884
|
}
|
|
2661
2885
|
export declare function backupsLongTermRetentionResponsePropertiesDeserializer(item: any): BackupsLongTermRetentionResponseProperties;
|
|
2662
|
-
/**
|
|
2886
|
+
/** Request made for a long term retention backup. */
|
|
2663
2887
|
export interface BackupsLongTermRetentionRequest extends BackupRequestBase {
|
|
2664
|
-
/** Backup store detail for target server */
|
|
2888
|
+
/** Backup store detail for target server. */
|
|
2665
2889
|
targetDetails: BackupStoreDetails;
|
|
2666
2890
|
}
|
|
2667
2891
|
export declare function backupsLongTermRetentionRequestSerializer(item: BackupsLongTermRetentionRequest): any;
|
|
@@ -2673,95 +2897,95 @@ export interface BackupStoreDetails {
|
|
|
2673
2897
|
export declare function backupStoreDetailsSerializer(item: BackupStoreDetails): any;
|
|
2674
2898
|
/** Response for the LTR backup API call */
|
|
2675
2899
|
export interface BackupsLongTermRetentionResponse {
|
|
2676
|
-
/** Size of datasource in bytes */
|
|
2900
|
+
/** Size of datasource in bytes. */
|
|
2677
2901
|
datasourceSizeInBytes?: number;
|
|
2678
|
-
/** Data transferred in bytes */
|
|
2902
|
+
/** Data transferred in bytes. */
|
|
2679
2903
|
dataTransferredInBytes?: number;
|
|
2680
|
-
/** Name of Backup operation */
|
|
2904
|
+
/** Name of Backup operation. */
|
|
2681
2905
|
backupName?: string;
|
|
2682
|
-
/** 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 */
|
|
2906
|
+
/** 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. */
|
|
2683
2907
|
backupMetadata?: string;
|
|
2684
|
-
/** Service-set extensible enum indicating the status of operation */
|
|
2908
|
+
/** Service-set extensible enum indicating the status of operation. */
|
|
2685
2909
|
status?: ExecutionStatus;
|
|
2686
2910
|
/** Start time of the operation. */
|
|
2687
2911
|
startTime?: Date;
|
|
2688
2912
|
/** End time of the operation. */
|
|
2689
2913
|
endTime?: Date;
|
|
2690
|
-
/**
|
|
2914
|
+
/** Percentage completed. */
|
|
2691
2915
|
percentComplete?: number;
|
|
2692
|
-
/**
|
|
2916
|
+
/** Error code. */
|
|
2693
2917
|
readonly errorCode?: string;
|
|
2694
|
-
/**
|
|
2918
|
+
/** Error message. */
|
|
2695
2919
|
readonly errorMessage?: string;
|
|
2696
2920
|
}
|
|
2697
2921
|
export declare function backupsLongTermRetentionResponseDeserializer(item: any): BackupsLongTermRetentionResponse;
|
|
2698
2922
|
/** Response for the backup request. */
|
|
2699
2923
|
export interface LtrBackupOperationResponseProperties {
|
|
2700
|
-
/** Size of datasource in bytes */
|
|
2924
|
+
/** Size of datasource in bytes. */
|
|
2701
2925
|
datasourceSizeInBytes?: number;
|
|
2702
|
-
/** Data transferred in bytes */
|
|
2926
|
+
/** Data transferred in bytes. */
|
|
2703
2927
|
dataTransferredInBytes?: number;
|
|
2704
|
-
/** Name of Backup operation */
|
|
2928
|
+
/** Name of Backup operation. */
|
|
2705
2929
|
backupName?: string;
|
|
2706
|
-
/** 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 */
|
|
2930
|
+
/** 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. */
|
|
2707
2931
|
backupMetadata?: string;
|
|
2708
|
-
/** Service-set extensible enum indicating the status of operation */
|
|
2932
|
+
/** Service-set extensible enum indicating the status of operation. */
|
|
2709
2933
|
status: ExecutionStatus;
|
|
2710
2934
|
/** Start time of the operation. */
|
|
2711
2935
|
startTime: Date;
|
|
2712
2936
|
/** End time of the operation. */
|
|
2713
2937
|
endTime?: Date;
|
|
2714
|
-
/**
|
|
2938
|
+
/** Percentage completed. */
|
|
2715
2939
|
percentComplete?: number;
|
|
2716
|
-
/**
|
|
2940
|
+
/** Error code. */
|
|
2717
2941
|
readonly errorCode?: string;
|
|
2718
|
-
/**
|
|
2942
|
+
/** Error message. */
|
|
2719
2943
|
readonly errorMessage?: string;
|
|
2720
2944
|
}
|
|
2721
2945
|
export declare function ltrBackupOperationResponsePropertiesDeserializer(item: any): LtrBackupOperationResponseProperties;
|
|
2722
|
-
/** Service-set extensible
|
|
2946
|
+
/** Service-set extensible enumeration indicating the status of operation. */
|
|
2723
2947
|
export declare enum KnownExecutionStatus {
|
|
2724
|
-
/**
|
|
2948
|
+
/** Operation is currently running. */
|
|
2725
2949
|
Running = "Running",
|
|
2726
|
-
/**
|
|
2950
|
+
/** Operation has been cancelled. */
|
|
2727
2951
|
Cancelled = "Cancelled",
|
|
2728
|
-
/**
|
|
2952
|
+
/** Operation has failed. */
|
|
2729
2953
|
Failed = "Failed",
|
|
2730
|
-
/**
|
|
2954
|
+
/** Operation has succeeded. */
|
|
2731
2955
|
Succeeded = "Succeeded"
|
|
2732
2956
|
}
|
|
2733
2957
|
/**
|
|
2734
|
-
* Service-set extensible
|
|
2958
|
+
* Service-set extensible enumeration indicating the status of operation. \
|
|
2735
2959
|
* {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,
|
|
2736
2960
|
* this enum contains the known values that the service supports.
|
|
2737
2961
|
* ### Known values supported by the service
|
|
2738
|
-
* **Running
|
|
2739
|
-
* **Cancelled
|
|
2740
|
-
* **Failed
|
|
2741
|
-
* **Succeeded
|
|
2962
|
+
* **Running**: Operation is currently running. \
|
|
2963
|
+
* **Cancelled**: Operation has been cancelled. \
|
|
2964
|
+
* **Failed**: Operation has failed. \
|
|
2965
|
+
* **Succeeded**: Operation has succeeded.
|
|
2742
2966
|
*/
|
|
2743
2967
|
export type ExecutionStatus = string;
|
|
2744
2968
|
/** Response for the LTR backup Operation API call */
|
|
2745
2969
|
export interface BackupsLongTermRetentionOperation extends ProxyResource {
|
|
2746
|
-
/** Size of datasource in bytes */
|
|
2970
|
+
/** Size of datasource in bytes. */
|
|
2747
2971
|
datasourceSizeInBytes?: number;
|
|
2748
|
-
/** Data transferred in bytes */
|
|
2972
|
+
/** Data transferred in bytes. */
|
|
2749
2973
|
dataTransferredInBytes?: number;
|
|
2750
|
-
/** Name of Backup operation */
|
|
2974
|
+
/** Name of Backup operation. */
|
|
2751
2975
|
backupName?: string;
|
|
2752
|
-
/** 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 */
|
|
2976
|
+
/** 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. */
|
|
2753
2977
|
backupMetadata?: string;
|
|
2754
|
-
/** Service-set extensible enum indicating the status of operation */
|
|
2978
|
+
/** Service-set extensible enum indicating the status of operation. */
|
|
2755
2979
|
status?: ExecutionStatus;
|
|
2756
2980
|
/** Start time of the operation. */
|
|
2757
2981
|
startTime?: Date;
|
|
2758
2982
|
/** End time of the operation. */
|
|
2759
2983
|
endTime?: Date;
|
|
2760
|
-
/**
|
|
2984
|
+
/** Percentage completed. */
|
|
2761
2985
|
percentComplete?: number;
|
|
2762
|
-
/**
|
|
2986
|
+
/** Error code. */
|
|
2763
2987
|
readonly errorCode?: string;
|
|
2764
|
-
/**
|
|
2988
|
+
/** Error message. */
|
|
2765
2989
|
readonly errorMessage?: string;
|
|
2766
2990
|
}
|
|
2767
2991
|
export declare function backupsLongTermRetentionOperationDeserializer(item: any): BackupsLongTermRetentionOperation;
|
|
@@ -2796,7 +3020,7 @@ export declare function advancedThreatProtectionSettingsPropertiesDeserializer(i
|
|
|
2796
3020
|
export type ThreatProtectionState = "Enabled" | "Disabled";
|
|
2797
3021
|
/** Known values of {@link ThreatProtectionName} that the service accepts. */
|
|
2798
3022
|
export declare enum KnownThreatProtectionName {
|
|
2799
|
-
/** Default */
|
|
3023
|
+
/** Default advanced threat protection settings. */
|
|
2800
3024
|
Default = "Default"
|
|
2801
3025
|
}
|
|
2802
3026
|
/** Type of ThreatProtectionName */
|
|
@@ -2833,9 +3057,9 @@ export interface BackupAutomaticAndOnDemandProperties {
|
|
|
2833
3057
|
export declare function backupAutomaticAndOnDemandPropertiesDeserializer(item: any): BackupAutomaticAndOnDemandProperties;
|
|
2834
3058
|
/** Type of backup. */
|
|
2835
3059
|
export declare enum KnownBackupType {
|
|
2836
|
-
/**
|
|
3060
|
+
/** 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. */
|
|
2837
3061
|
Full = "Full",
|
|
2838
|
-
/**
|
|
3062
|
+
/** 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. */
|
|
2839
3063
|
CustomerOnDemand = "Customer On-Demand"
|
|
2840
3064
|
}
|
|
2841
3065
|
/**
|
|
@@ -2843,8 +3067,8 @@ export declare enum KnownBackupType {
|
|
|
2843
3067
|
* {@link KnownBackupType} can be used interchangeably with BackupType,
|
|
2844
3068
|
* this enum contains the known values that the service supports.
|
|
2845
3069
|
* ### Known values supported by the service
|
|
2846
|
-
* **Full
|
|
2847
|
-
* **Customer On-Demand
|
|
3070
|
+
* **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. \
|
|
3071
|
+
* **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.
|
|
2848
3072
|
*/
|
|
2849
3073
|
export type BackupType = string;
|
|
2850
3074
|
/** List of backups. */
|
|
@@ -2868,20 +3092,20 @@ export interface TuningOptionsProperties {
|
|
|
2868
3092
|
readonly state?: string;
|
|
2869
3093
|
}
|
|
2870
3094
|
export declare function tuningOptionsPropertiesDeserializer(item: any): TuningOptionsProperties;
|
|
2871
|
-
/**
|
|
3095
|
+
/** Name of the tuning option. */
|
|
2872
3096
|
export declare enum KnownTuningOptionParameterEnum {
|
|
2873
|
-
/**
|
|
3097
|
+
/** Index related recommendations. */
|
|
2874
3098
|
Index = "index",
|
|
2875
|
-
/**
|
|
3099
|
+
/** Table related recommendations. */
|
|
2876
3100
|
Table = "table"
|
|
2877
3101
|
}
|
|
2878
3102
|
/**
|
|
2879
|
-
*
|
|
3103
|
+
* Name of the tuning option. \
|
|
2880
3104
|
* {@link KnownTuningOptionParameterEnum} can be used interchangeably with TuningOptionParameterEnum,
|
|
2881
3105
|
* this enum contains the known values that the service supports.
|
|
2882
3106
|
* ### Known values supported by the service
|
|
2883
|
-
* **index
|
|
2884
|
-
* **table
|
|
3107
|
+
* **index**: Index related recommendations. \
|
|
3108
|
+
* **table**: Table related recommendations.
|
|
2885
3109
|
*/
|
|
2886
3110
|
export type TuningOptionParameterEnum = string;
|
|
2887
3111
|
/** List of server tuning options. */
|
|
@@ -2958,15 +3182,15 @@ export interface ObjectRecommendationProperties {
|
|
|
2958
3182
|
export declare function objectRecommendationPropertiesDeserializer(item: any): ObjectRecommendationProperties;
|
|
2959
3183
|
/** Type for this recommendation. */
|
|
2960
3184
|
export declare enum KnownRecommendationTypeEnum {
|
|
2961
|
-
/**
|
|
3185
|
+
/** Recommendation to create an index to improve query performance. */
|
|
2962
3186
|
CreateIndex = "CreateIndex",
|
|
2963
|
-
/**
|
|
3187
|
+
/** Recommendation to drop an existing index because it's duplicate or unused. */
|
|
2964
3188
|
DropIndex = "DropIndex",
|
|
2965
|
-
/**
|
|
3189
|
+
/** Recommendation to reindex an existing invalid index. */
|
|
2966
3190
|
ReIndex = "ReIndex",
|
|
2967
|
-
/**
|
|
3191
|
+
/** Recommendation to analyze a table to update statistics for the query optimizer. */
|
|
2968
3192
|
AnalyzeTable = "AnalyzeTable",
|
|
2969
|
-
/**
|
|
3193
|
+
/** Recommendation to vacuum a table to reclaim storage and optimize performance. */
|
|
2970
3194
|
VacuumTable = "VacuumTable"
|
|
2971
3195
|
}
|
|
2972
3196
|
/**
|
|
@@ -2974,11 +3198,11 @@ export declare enum KnownRecommendationTypeEnum {
|
|
|
2974
3198
|
* {@link KnownRecommendationTypeEnum} can be used interchangeably with RecommendationTypeEnum,
|
|
2975
3199
|
* this enum contains the known values that the service supports.
|
|
2976
3200
|
* ### Known values supported by the service
|
|
2977
|
-
* **CreateIndex
|
|
2978
|
-
* **DropIndex
|
|
2979
|
-
* **ReIndex
|
|
2980
|
-
* **AnalyzeTable
|
|
2981
|
-
* **VacuumTable
|
|
3201
|
+
* **CreateIndex**: Recommendation to create an index to improve query performance. \
|
|
3202
|
+
* **DropIndex**: Recommendation to drop an existing index because it's duplicate or unused. \
|
|
3203
|
+
* **ReIndex**: Recommendation to reindex an existing invalid index. \
|
|
3204
|
+
* **AnalyzeTable**: Recommendation to analyze a table to update statistics for the query optimizer. \
|
|
3205
|
+
* **VacuumTable**: Recommendation to vacuum a table to reclaim storage and optimize performance.
|
|
2982
3206
|
*/
|
|
2983
3207
|
export type RecommendationTypeEnum = string;
|
|
2984
3208
|
/** Implementation details for the recommended action. */
|
|
@@ -3127,26 +3351,49 @@ export interface DelegatedSubnetUsage {
|
|
|
3127
3351
|
readonly usage?: number;
|
|
3128
3352
|
}
|
|
3129
3353
|
export declare function delegatedSubnetUsageDeserializer(item: any): DelegatedSubnetUsage;
|
|
3130
|
-
/**
|
|
3354
|
+
/** Indicates the filter to apply when listing migrations. */
|
|
3131
3355
|
export declare enum KnownMigrationListFilter {
|
|
3132
|
-
/**
|
|
3356
|
+
/** Only active (in-progress) migrations. */
|
|
3133
3357
|
Active = "Active",
|
|
3134
|
-
/** All */
|
|
3358
|
+
/** All migrations. */
|
|
3135
3359
|
All = "All"
|
|
3136
3360
|
}
|
|
3137
|
-
/**
|
|
3361
|
+
/**
|
|
3362
|
+
* Indicates the filter to apply when listing migrations. \
|
|
3363
|
+
* {@link KnownMigrationListFilter} can be used interchangeably with MigrationListFilter,
|
|
3364
|
+
* this enum contains the known values that the service supports.
|
|
3365
|
+
* ### Known values supported by the service
|
|
3366
|
+
* **Active**: Only active (in-progress) migrations. \
|
|
3367
|
+
* **All**: All migrations.
|
|
3368
|
+
*/
|
|
3138
3369
|
export type MigrationListFilter = string;
|
|
3370
|
+
/** Filter for maintenance event status. */
|
|
3371
|
+
export declare enum KnownMaintenanceEventStatusFilter {
|
|
3372
|
+
/** Return events that have a scheduled or in progress status. */
|
|
3373
|
+
Upcoming = "Upcoming",
|
|
3374
|
+
/** Return events that have a completed status. */
|
|
3375
|
+
Past = "Past"
|
|
3376
|
+
}
|
|
3377
|
+
/**
|
|
3378
|
+
* Filter for maintenance event status. \
|
|
3379
|
+
* {@link KnownMaintenanceEventStatusFilter} can be used interchangeably with MaintenanceEventStatusFilter,
|
|
3380
|
+
* this enum contains the known values that the service supports.
|
|
3381
|
+
* ### Known values supported by the service
|
|
3382
|
+
* **Upcoming**: Return events that have a scheduled or in progress status. \
|
|
3383
|
+
* **Past**: Return events that have a completed status.
|
|
3384
|
+
*/
|
|
3385
|
+
export type MaintenanceEventStatusFilter = string;
|
|
3139
3386
|
/** Recommendations list filter. Retrieves recommendations based on type. */
|
|
3140
3387
|
export declare enum KnownRecommendationTypeParameterEnum {
|
|
3141
|
-
/**
|
|
3388
|
+
/** Recommendation to create an index to improve query performance. */
|
|
3142
3389
|
CreateIndex = "CreateIndex",
|
|
3143
|
-
/**
|
|
3390
|
+
/** Recommendation to drop an existing index because it's duplicate or unused. */
|
|
3144
3391
|
DropIndex = "DropIndex",
|
|
3145
|
-
/**
|
|
3392
|
+
/** Recommendation to reindex an existing invalid index. */
|
|
3146
3393
|
ReIndex = "ReIndex",
|
|
3147
|
-
/**
|
|
3394
|
+
/** Recommendation to analyze a table to update statistics for the query optimizer. */
|
|
3148
3395
|
AnalyzeTable = "AnalyzeTable",
|
|
3149
|
-
/**
|
|
3396
|
+
/** Recommendation to vacuum a table to reclaim storage and optimize performance. */
|
|
3150
3397
|
VacuumTable = "VacuumTable"
|
|
3151
3398
|
}
|
|
3152
3399
|
/**
|
|
@@ -3154,11 +3401,11 @@ export declare enum KnownRecommendationTypeParameterEnum {
|
|
|
3154
3401
|
* {@link KnownRecommendationTypeParameterEnum} can be used interchangeably with RecommendationTypeParameterEnum,
|
|
3155
3402
|
* this enum contains the known values that the service supports.
|
|
3156
3403
|
* ### Known values supported by the service
|
|
3157
|
-
* **CreateIndex
|
|
3158
|
-
* **DropIndex
|
|
3159
|
-
* **ReIndex
|
|
3160
|
-
* **AnalyzeTable
|
|
3161
|
-
* **VacuumTable
|
|
3404
|
+
* **CreateIndex**: Recommendation to create an index to improve query performance. \
|
|
3405
|
+
* **DropIndex**: Recommendation to drop an existing index because it's duplicate or unused. \
|
|
3406
|
+
* **ReIndex**: Recommendation to reindex an existing invalid index. \
|
|
3407
|
+
* **AnalyzeTable**: Recommendation to analyze a table to update statistics for the query optimizer. \
|
|
3408
|
+
* **VacuumTable**: Recommendation to vacuum a table to reclaim storage and optimize performance.
|
|
3162
3409
|
*/
|
|
3163
3410
|
export type RecommendationTypeParameterEnum = string;
|
|
3164
3411
|
/** The available API versions. */
|
|
@@ -3166,7 +3413,9 @@ export declare enum KnownVersions {
|
|
|
3166
3413
|
/** The 2025-08-01 API version. */
|
|
3167
3414
|
V20250801 = "2025-08-01",
|
|
3168
3415
|
/** The 2026-01-01-preview API version. */
|
|
3169
|
-
V20260101 = "2026-01-01-preview"
|
|
3416
|
+
V20260101 = "2026-01-01-preview",
|
|
3417
|
+
/** The 2026-04-01-preview API version. */
|
|
3418
|
+
V20260401 = "2026-04-01-preview"
|
|
3170
3419
|
}
|
|
3171
3420
|
export declare function _migrationPropertiesSerializer(item: Migration): any;
|
|
3172
3421
|
export declare function _migrationPropertiesDeserializer(item: any): {
|