@azure/arm-postgresql-flexible 8.0.0-beta.6 → 8.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +373 -19
- package/LICENSE +3 -3
- package/README.md +28 -19
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +3676 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +712 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +140 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +4337 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +49 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +417 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/administrators.d.ts +81 -0
- package/dist/browser/operations/administrators.d.ts.map +1 -0
- package/dist/browser/operations/administrators.js +350 -0
- package/dist/browser/operations/administrators.js.map +1 -0
- package/dist/browser/operations/backups.d.ts +79 -0
- package/dist/browser/operations/backups.d.ts.map +1 -0
- package/dist/browser/operations/backups.js +354 -0
- package/dist/browser/operations/backups.js.map +1 -0
- package/dist/browser/operations/checkNameAvailability.d.ts +19 -0
- package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operations/checkNameAvailability.js +49 -0
- package/dist/browser/operations/checkNameAvailability.js.map +1 -0
- package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts +20 -0
- package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/browser/operations/checkNameAvailabilityWithLocation.js +50 -0
- package/dist/browser/operations/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/browser/operations/configurations.d.ts +83 -0
- package/dist/browser/operations/configurations.d.ts.map +1 -0
- package/dist/browser/operations/configurations.js +374 -0
- package/dist/browser/operations/configurations.js.map +1 -0
- package/dist/browser/operations/databases.d.ts +81 -0
- package/dist/browser/operations/databases.d.ts.map +1 -0
- package/dist/browser/operations/databases.js +356 -0
- package/dist/browser/operations/databases.js.map +1 -0
- package/dist/browser/operations/firewallRules.d.ts +81 -0
- package/dist/browser/operations/firewallRules.d.ts.map +1 -0
- package/dist/browser/operations/firewallRules.js +356 -0
- package/dist/browser/operations/firewallRules.js.map +1 -0
- package/dist/browser/operations/flexibleServer.d.ts +39 -0
- package/dist/browser/operations/flexibleServer.d.ts.map +1 -0
- package/dist/browser/operations/flexibleServer.js +152 -0
- package/dist/browser/operations/flexibleServer.js.map +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js +46 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operations/index.d.ts +28 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +35 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/browser/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/browser/operations/locationBasedCapabilities.js +141 -0
- package/dist/browser/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/browser/operations/logFiles.d.ts +38 -0
- package/dist/browser/operations/logFiles.d.ts.map +1 -0
- package/dist/browser/operations/logFiles.js +150 -0
- package/dist/browser/operations/logFiles.js.map +1 -0
- package/dist/browser/operations/ltrBackupOperations.d.ts +46 -0
- package/dist/browser/operations/ltrBackupOperations.d.ts.map +1 -0
- package/dist/browser/operations/ltrBackupOperations.js +182 -0
- package/dist/browser/operations/ltrBackupOperations.js.map +1 -0
- package/dist/browser/operations/migrations.d.ts +80 -0
- package/dist/browser/operations/migrations.d.ts.map +1 -0
- package/dist/browser/operations/migrations.js +326 -0
- package/dist/browser/operations/migrations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnectionOperations.d.ts +48 -0
- package/dist/browser/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnectionOperations.js +209 -0
- package/dist/browser/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +46 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +182 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +46 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +182 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/quotaUsages.d.ts +35 -0
- package/dist/browser/operations/quotaUsages.d.ts.map +1 -0
- package/dist/browser/operations/quotaUsages.js +141 -0
- package/dist/browser/operations/quotaUsages.js.map +1 -0
- package/dist/browser/operations/replicas.d.ts +30 -0
- package/dist/browser/operations/replicas.d.ts.map +1 -0
- package/dist/browser/operations/replicas.js +105 -0
- package/dist/browser/operations/replicas.js.map +1 -0
- package/dist/browser/operations/serverCapabilities.d.ts +38 -0
- package/dist/browser/operations/serverCapabilities.d.ts.map +1 -0
- package/dist/browser/operations/serverCapabilities.js +150 -0
- package/dist/browser/operations/serverCapabilities.js.map +1 -0
- package/dist/browser/operations/serverThreatProtectionSettings.d.ts +65 -0
- package/dist/browser/operations/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operations/serverThreatProtectionSettings.js +279 -0
- package/dist/browser/operations/serverThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operations/servers.d.ts +151 -0
- package/dist/browser/operations/servers.d.ts.map +1 -0
- package/dist/browser/operations/servers.js +752 -0
- package/dist/browser/operations/servers.js.map +1 -0
- package/dist/browser/operations/tuningConfiguration.d.ts +137 -0
- package/dist/browser/operations/tuningConfiguration.d.ts.map +1 -0
- package/dist/browser/operations/tuningConfiguration.js +638 -0
- package/dist/browser/operations/tuningConfiguration.js.map +1 -0
- package/dist/browser/operations/tuningIndex.d.ts +41 -0
- package/dist/browser/operations/tuningIndex.d.ts.map +1 -0
- package/dist/browser/operations/tuningIndex.js +155 -0
- package/dist/browser/operations/tuningIndex.js.map +1 -0
- package/dist/browser/operations/tuningOptions.d.ts +46 -0
- package/dist/browser/operations/tuningOptions.d.ts.map +1 -0
- package/dist/browser/operations/tuningOptions.js +182 -0
- package/dist/browser/operations/tuningOptions.js.map +1 -0
- package/dist/browser/operations/virtualEndpoints.d.ts +101 -0
- package/dist/browser/operations/virtualEndpoints.d.ts.map +1 -0
- package/dist/browser/operations/virtualEndpoints.js +461 -0
- package/dist/browser/operations/virtualEndpoints.js.map +1 -0
- package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/browser/operations/virtualNetworkSubnetUsage.js +50 -0
- package/dist/browser/operations/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/browser/operationsInterfaces/administrators.d.ts +56 -0
- package/dist/browser/operationsInterfaces/administrators.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/administrators.js.map +1 -0
- package/dist/browser/operationsInterfaces/backups.d.ts +54 -0
- package/dist/browser/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backups.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +12 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/databases.d.ts +56 -0
- package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databases.js.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/flexibleServer.d.ts +31 -0
- package/dist/browser/operationsInterfaces/flexibleServer.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/flexibleServer.js.map +1 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +28 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +35 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/browser/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/browser/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
- package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/ltrBackupOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/migrations.d.ts +53 -0
- package/dist/browser/operationsInterfaces/migrations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/migrations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts +40 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +21 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/quotaUsages.d.ts +12 -0
- package/dist/browser/operationsInterfaces/quotaUsages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/quotaUsages.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicas.js.map +1 -0
- package/dist/browser/operationsInterfaces/serverCapabilities.d.ts +13 -0
- package/dist/browser/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serverCapabilities.js.map +1 -0
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts +40 -0
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/servers.d.ts +115 -0
- package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/servers.js.map +1 -0
- package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts +90 -0
- package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tuningConfiguration.js +9 -0
- package/dist/browser/operationsInterfaces/tuningConfiguration.js.map +1 -0
- package/dist/browser/operationsInterfaces/tuningIndex.d.ts +14 -0
- package/dist/browser/operationsInterfaces/tuningIndex.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tuningIndex.js +9 -0
- package/dist/browser/operationsInterfaces/tuningIndex.js.map +1 -0
- package/dist/browser/operationsInterfaces/tuningOptions.d.ts +21 -0
- package/dist/browser/operationsInterfaces/tuningOptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tuningOptions.js +9 -0
- package/dist/browser/operationsInterfaces/tuningOptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts +76 -0
- package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualEndpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts +56 -0
- package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/browser/postgreSQLManagementFlexibleServerClient.js +164 -0
- package/dist/browser/postgreSQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3676 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +716 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +140 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +4342 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +49 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +420 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/administrators.d.ts +81 -0
- package/dist/commonjs/operations/administrators.d.ts.map +1 -0
- package/dist/commonjs/operations/administrators.js +354 -0
- package/dist/commonjs/operations/administrators.js.map +1 -0
- package/dist/commonjs/operations/backups.d.ts +79 -0
- package/dist/commonjs/operations/backups.d.ts.map +1 -0
- package/dist/commonjs/operations/backups.js +358 -0
- package/dist/commonjs/operations/backups.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts +19 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.js +54 -0
- package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts +20 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js +55 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/commonjs/operations/configurations.d.ts +83 -0
- package/dist/commonjs/operations/configurations.d.ts.map +1 -0
- package/dist/commonjs/operations/configurations.js +378 -0
- package/dist/commonjs/operations/configurations.js.map +1 -0
- package/dist/commonjs/operations/databases.d.ts +81 -0
- package/dist/commonjs/operations/databases.d.ts.map +1 -0
- package/dist/commonjs/operations/databases.js +360 -0
- package/dist/commonjs/operations/databases.js.map +1 -0
- package/dist/commonjs/operations/firewallRules.d.ts +81 -0
- package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operations/firewallRules.js +360 -0
- package/dist/commonjs/operations/firewallRules.js.map +1 -0
- package/dist/commonjs/operations/flexibleServer.d.ts +39 -0
- package/dist/commonjs/operations/flexibleServer.d.ts.map +1 -0
- package/dist/commonjs/operations/flexibleServer.js +157 -0
- package/dist/commonjs/operations/flexibleServer.js.map +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js +51 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +28 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +38 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilities.js +145 -0
- package/dist/commonjs/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/commonjs/operations/logFiles.d.ts +38 -0
- package/dist/commonjs/operations/logFiles.d.ts.map +1 -0
- package/dist/commonjs/operations/logFiles.js +154 -0
- package/dist/commonjs/operations/logFiles.js.map +1 -0
- package/dist/commonjs/operations/ltrBackupOperations.d.ts +46 -0
- package/dist/commonjs/operations/ltrBackupOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/ltrBackupOperations.js +186 -0
- package/dist/commonjs/operations/ltrBackupOperations.js.map +1 -0
- package/dist/commonjs/operations/migrations.d.ts +80 -0
- package/dist/commonjs/operations/migrations.d.ts.map +1 -0
- package/dist/commonjs/operations/migrations.js +330 -0
- package/dist/commonjs/operations/migrations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +48 -0
- package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js +214 -0
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +46 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +186 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +46 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +186 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/quotaUsages.d.ts +35 -0
- package/dist/commonjs/operations/quotaUsages.d.ts.map +1 -0
- package/dist/commonjs/operations/quotaUsages.js +145 -0
- package/dist/commonjs/operations/quotaUsages.js.map +1 -0
- package/dist/commonjs/operations/replicas.d.ts +30 -0
- package/dist/commonjs/operations/replicas.d.ts.map +1 -0
- package/dist/commonjs/operations/replicas.js +109 -0
- package/dist/commonjs/operations/replicas.js.map +1 -0
- package/dist/commonjs/operations/serverCapabilities.d.ts +38 -0
- package/dist/commonjs/operations/serverCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operations/serverCapabilities.js +154 -0
- package/dist/commonjs/operations/serverCapabilities.js.map +1 -0
- package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts +65 -0
- package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/serverThreatProtectionSettings.js +283 -0
- package/dist/commonjs/operations/serverThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operations/servers.d.ts +151 -0
- package/dist/commonjs/operations/servers.d.ts.map +1 -0
- package/dist/commonjs/operations/servers.js +756 -0
- package/dist/commonjs/operations/servers.js.map +1 -0
- package/dist/commonjs/operations/tuningConfiguration.d.ts +137 -0
- package/dist/commonjs/operations/tuningConfiguration.d.ts.map +1 -0
- package/dist/commonjs/operations/tuningConfiguration.js +642 -0
- package/dist/commonjs/operations/tuningConfiguration.js.map +1 -0
- package/dist/commonjs/operations/tuningIndex.d.ts +41 -0
- package/dist/commonjs/operations/tuningIndex.d.ts.map +1 -0
- package/dist/commonjs/operations/tuningIndex.js +159 -0
- package/dist/commonjs/operations/tuningIndex.js.map +1 -0
- package/dist/commonjs/operations/tuningOptions.d.ts +46 -0
- package/dist/commonjs/operations/tuningOptions.d.ts.map +1 -0
- package/dist/commonjs/operations/tuningOptions.js +186 -0
- package/dist/commonjs/operations/tuningOptions.js.map +1 -0
- package/dist/commonjs/operations/virtualEndpoints.d.ts +101 -0
- package/dist/commonjs/operations/virtualEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualEndpoints.js +465 -0
- package/dist/commonjs/operations/virtualEndpoints.js.map +1 -0
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.js +55 -0
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/administrators.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/administrators.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/administrators.js +10 -0
- package/dist/commonjs/operationsInterfaces/administrators.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.js +10 -0
- package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.js +10 -0
- package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/flexibleServer.js +10 -0
- package/dist/commonjs/operationsInterfaces/flexibleServer.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +10 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +28 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +38 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +10 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/logFiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrations.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/migrations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrations.js +10 -0
- package/dist/commonjs/operationsInterfaces/migrations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +40 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaUsages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/quotaUsages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaUsages.js +10 -0
- package/dist/commonjs/operationsInterfaces/quotaUsages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicas.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverCapabilities.js +10 -0
- package/dist/commonjs/operationsInterfaces/serverCapabilities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts +40 -0
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts +115 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.js +10 -0
- package/dist/commonjs/operationsInterfaces/servers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts +90 -0
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.js +10 -0
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningIndex.js +10 -0
- package/dist/commonjs/operationsInterfaces/tuningIndex.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningOptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/tuningOptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts +56 -0
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js +169 -0
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3676 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +712 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +140 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +4337 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +49 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +417 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/administrators.d.ts +81 -0
- package/dist/esm/operations/administrators.d.ts.map +1 -0
- package/dist/esm/operations/administrators.js +350 -0
- package/dist/esm/operations/administrators.js.map +1 -0
- package/dist/esm/operations/backups.d.ts +79 -0
- package/dist/esm/operations/backups.d.ts.map +1 -0
- package/dist/esm/operations/backups.js +354 -0
- package/dist/esm/operations/backups.js.map +1 -0
- package/dist/esm/operations/checkNameAvailability.d.ts +19 -0
- package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailability.js +49 -0
- package/dist/esm/operations/checkNameAvailability.js.map +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts +20 -0
- package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithLocation.js +50 -0
- package/dist/esm/operations/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/esm/operations/configurations.d.ts +83 -0
- package/dist/esm/operations/configurations.d.ts.map +1 -0
- package/dist/esm/operations/configurations.js +374 -0
- package/dist/esm/operations/configurations.js.map +1 -0
- package/dist/esm/operations/databases.d.ts +81 -0
- package/dist/esm/operations/databases.d.ts.map +1 -0
- package/dist/esm/operations/databases.js +356 -0
- package/dist/esm/operations/databases.js.map +1 -0
- package/dist/esm/operations/firewallRules.d.ts +81 -0
- package/dist/esm/operations/firewallRules.d.ts.map +1 -0
- package/dist/esm/operations/firewallRules.js +356 -0
- package/dist/esm/operations/firewallRules.js.map +1 -0
- package/dist/esm/operations/flexibleServer.d.ts +39 -0
- package/dist/esm/operations/flexibleServer.d.ts.map +1 -0
- package/dist/esm/operations/flexibleServer.js +152 -0
- package/dist/esm/operations/flexibleServer.js.map +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js +46 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operations/index.d.ts +28 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +35 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/esm/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/esm/operations/locationBasedCapabilities.js +141 -0
- package/dist/esm/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/esm/operations/logFiles.d.ts +38 -0
- package/dist/esm/operations/logFiles.d.ts.map +1 -0
- package/dist/esm/operations/logFiles.js +150 -0
- package/dist/esm/operations/logFiles.js.map +1 -0
- package/dist/esm/operations/ltrBackupOperations.d.ts +46 -0
- package/dist/esm/operations/ltrBackupOperations.d.ts.map +1 -0
- package/dist/esm/operations/ltrBackupOperations.js +182 -0
- package/dist/esm/operations/ltrBackupOperations.js.map +1 -0
- package/dist/esm/operations/migrations.d.ts +80 -0
- package/dist/esm/operations/migrations.d.ts.map +1 -0
- package/dist/esm/operations/migrations.js +326 -0
- package/dist/esm/operations/migrations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +48 -0
- package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnectionOperations.js +209 -0
- package/dist/esm/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +46 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +182 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +46 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +182 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/quotaUsages.d.ts +35 -0
- package/dist/esm/operations/quotaUsages.d.ts.map +1 -0
- package/dist/esm/operations/quotaUsages.js +141 -0
- package/dist/esm/operations/quotaUsages.js.map +1 -0
- package/dist/esm/operations/replicas.d.ts +30 -0
- package/dist/esm/operations/replicas.d.ts.map +1 -0
- package/dist/esm/operations/replicas.js +105 -0
- package/dist/esm/operations/replicas.js.map +1 -0
- package/dist/esm/operations/serverCapabilities.d.ts +38 -0
- package/dist/esm/operations/serverCapabilities.d.ts.map +1 -0
- package/dist/esm/operations/serverCapabilities.js +150 -0
- package/dist/esm/operations/serverCapabilities.js.map +1 -0
- package/dist/esm/operations/serverThreatProtectionSettings.d.ts +65 -0
- package/dist/esm/operations/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operations/serverThreatProtectionSettings.js +279 -0
- package/dist/esm/operations/serverThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operations/servers.d.ts +151 -0
- package/dist/esm/operations/servers.d.ts.map +1 -0
- package/dist/esm/operations/servers.js +752 -0
- package/dist/esm/operations/servers.js.map +1 -0
- package/dist/esm/operations/tuningConfiguration.d.ts +137 -0
- package/dist/esm/operations/tuningConfiguration.d.ts.map +1 -0
- package/dist/esm/operations/tuningConfiguration.js +638 -0
- package/dist/esm/operations/tuningConfiguration.js.map +1 -0
- package/dist/esm/operations/tuningIndex.d.ts +41 -0
- package/dist/esm/operations/tuningIndex.d.ts.map +1 -0
- package/dist/esm/operations/tuningIndex.js +155 -0
- package/dist/esm/operations/tuningIndex.js.map +1 -0
- package/dist/esm/operations/tuningOptions.d.ts +46 -0
- package/dist/esm/operations/tuningOptions.d.ts.map +1 -0
- package/dist/esm/operations/tuningOptions.js +182 -0
- package/dist/esm/operations/tuningOptions.js.map +1 -0
- package/dist/esm/operations/virtualEndpoints.d.ts +101 -0
- package/dist/esm/operations/virtualEndpoints.d.ts.map +1 -0
- package/dist/esm/operations/virtualEndpoints.js +461 -0
- package/dist/esm/operations/virtualEndpoints.js.map +1 -0
- package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/esm/operations/virtualNetworkSubnetUsage.js +50 -0
- package/dist/esm/operations/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/esm/operationsInterfaces/administrators.d.ts +56 -0
- package/dist/esm/operationsInterfaces/administrators.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/administrators.js +9 -0
- package/dist/esm/operationsInterfaces/administrators.js.map +1 -0
- package/dist/esm/operationsInterfaces/backups.d.ts +54 -0
- package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backups.js +9 -0
- package/dist/esm/operationsInterfaces/backups.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +12 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.js +9 -0
- package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/databases.d.ts +56 -0
- package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databases.js +9 -0
- package/dist/esm/operationsInterfaces/databases.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
- package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/flexibleServer.d.ts +31 -0
- package/dist/esm/operationsInterfaces/flexibleServer.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/flexibleServer.js +9 -0
- package/dist/esm/operationsInterfaces/flexibleServer.js.map +1 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +28 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +35 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/esm/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/esm/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/logFiles.js +9 -0
- package/dist/esm/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
- package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/ltrBackupOperations.js +9 -0
- package/dist/esm/operationsInterfaces/ltrBackupOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/migrations.d.ts +53 -0
- package/dist/esm/operationsInterfaces/migrations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/migrations.js +9 -0
- package/dist/esm/operationsInterfaces/migrations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +40 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +21 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/quotaUsages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/quotaUsages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/quotaUsages.js +9 -0
- package/dist/esm/operationsInterfaces/quotaUsages.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicas.js +9 -0
- package/dist/esm/operationsInterfaces/replicas.js.map +1 -0
- package/dist/esm/operationsInterfaces/serverCapabilities.d.ts +13 -0
- package/dist/esm/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serverCapabilities.js +9 -0
- package/dist/esm/operationsInterfaces/serverCapabilities.js.map +1 -0
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts +40 -0
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js +9 -0
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/servers.d.ts +115 -0
- package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/servers.js +9 -0
- package/dist/esm/operationsInterfaces/servers.js.map +1 -0
- package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts +90 -0
- package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tuningConfiguration.js +9 -0
- package/dist/esm/operationsInterfaces/tuningConfiguration.js.map +1 -0
- package/dist/esm/operationsInterfaces/tuningIndex.d.ts +14 -0
- package/dist/esm/operationsInterfaces/tuningIndex.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tuningIndex.js +9 -0
- package/dist/esm/operationsInterfaces/tuningIndex.js.map +1 -0
- package/dist/esm/operationsInterfaces/tuningOptions.d.ts +21 -0
- package/dist/esm/operationsInterfaces/tuningOptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tuningOptions.js +9 -0
- package/dist/esm/operationsInterfaces/tuningOptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts +76 -0
- package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualEndpoints.js +9 -0
- package/dist/esm/operationsInterfaces/virtualEndpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js +9 -0
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts +56 -0
- package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/esm/postgreSQLManagementFlexibleServerClient.js +164 -0
- package/dist/esm/postgreSQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3676 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +712 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +140 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +4337 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +49 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +417 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/administrators.d.ts +81 -0
- package/dist/react-native/operations/administrators.d.ts.map +1 -0
- package/dist/react-native/operations/administrators.js +350 -0
- package/dist/react-native/operations/administrators.js.map +1 -0
- package/dist/react-native/operations/backups.d.ts +79 -0
- package/dist/react-native/operations/backups.d.ts.map +1 -0
- package/dist/react-native/operations/backups.js +354 -0
- package/dist/react-native/operations/backups.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts +19 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.js +49 -0
- package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts +20 -0
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.js +50 -0
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/react-native/operations/configurations.d.ts +83 -0
- package/dist/react-native/operations/configurations.d.ts.map +1 -0
- package/dist/react-native/operations/configurations.js +374 -0
- package/dist/react-native/operations/configurations.js.map +1 -0
- package/dist/react-native/operations/databases.d.ts +81 -0
- package/dist/react-native/operations/databases.d.ts.map +1 -0
- package/dist/react-native/operations/databases.js +356 -0
- package/dist/react-native/operations/databases.js.map +1 -0
- package/dist/react-native/operations/firewallRules.d.ts +81 -0
- package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operations/firewallRules.js +356 -0
- package/dist/react-native/operations/firewallRules.js.map +1 -0
- package/dist/react-native/operations/flexibleServer.d.ts +39 -0
- package/dist/react-native/operations/flexibleServer.d.ts.map +1 -0
- package/dist/react-native/operations/flexibleServer.js +152 -0
- package/dist/react-native/operations/flexibleServer.js.map +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js +46 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +28 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +35 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilities.js +141 -0
- package/dist/react-native/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/react-native/operations/logFiles.d.ts +38 -0
- package/dist/react-native/operations/logFiles.d.ts.map +1 -0
- package/dist/react-native/operations/logFiles.js +150 -0
- package/dist/react-native/operations/logFiles.js.map +1 -0
- package/dist/react-native/operations/ltrBackupOperations.d.ts +46 -0
- package/dist/react-native/operations/ltrBackupOperations.d.ts.map +1 -0
- package/dist/react-native/operations/ltrBackupOperations.js +182 -0
- package/dist/react-native/operations/ltrBackupOperations.js.map +1 -0
- package/dist/react-native/operations/migrations.d.ts +80 -0
- package/dist/react-native/operations/migrations.d.ts.map +1 -0
- package/dist/react-native/operations/migrations.js +326 -0
- package/dist/react-native/operations/migrations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts +48 -0
- package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnectionOperations.js +209 -0
- package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +46 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +182 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +46 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +182 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/quotaUsages.d.ts +35 -0
- package/dist/react-native/operations/quotaUsages.d.ts.map +1 -0
- package/dist/react-native/operations/quotaUsages.js +141 -0
- package/dist/react-native/operations/quotaUsages.js.map +1 -0
- package/dist/react-native/operations/replicas.d.ts +30 -0
- package/dist/react-native/operations/replicas.d.ts.map +1 -0
- package/dist/react-native/operations/replicas.js +105 -0
- package/dist/react-native/operations/replicas.js.map +1 -0
- package/dist/react-native/operations/serverCapabilities.d.ts +38 -0
- package/dist/react-native/operations/serverCapabilities.d.ts.map +1 -0
- package/dist/react-native/operations/serverCapabilities.js +150 -0
- package/dist/react-native/operations/serverCapabilities.js.map +1 -0
- package/dist/react-native/operations/serverThreatProtectionSettings.d.ts +65 -0
- package/dist/react-native/operations/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operations/serverThreatProtectionSettings.js +279 -0
- package/dist/react-native/operations/serverThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operations/servers.d.ts +151 -0
- package/dist/react-native/operations/servers.d.ts.map +1 -0
- package/dist/react-native/operations/servers.js +752 -0
- package/dist/react-native/operations/servers.js.map +1 -0
- package/dist/react-native/operations/tuningConfiguration.d.ts +137 -0
- package/dist/react-native/operations/tuningConfiguration.d.ts.map +1 -0
- package/dist/react-native/operations/tuningConfiguration.js +638 -0
- package/dist/react-native/operations/tuningConfiguration.js.map +1 -0
- package/dist/react-native/operations/tuningIndex.d.ts +41 -0
- package/dist/react-native/operations/tuningIndex.d.ts.map +1 -0
- package/dist/react-native/operations/tuningIndex.js +155 -0
- package/dist/react-native/operations/tuningIndex.js.map +1 -0
- package/dist/react-native/operations/tuningOptions.d.ts +46 -0
- package/dist/react-native/operations/tuningOptions.d.ts.map +1 -0
- package/dist/react-native/operations/tuningOptions.js +182 -0
- package/dist/react-native/operations/tuningOptions.js.map +1 -0
- package/dist/react-native/operations/virtualEndpoints.d.ts +101 -0
- package/dist/react-native/operations/virtualEndpoints.d.ts.map +1 -0
- package/dist/react-native/operations/virtualEndpoints.js +461 -0
- package/dist/react-native/operations/virtualEndpoints.js.map +1 -0
- package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/react-native/operations/virtualNetworkSubnetUsage.js +50 -0
- package/dist/react-native/operations/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/react-native/operationsInterfaces/administrators.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/administrators.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/administrators.js +9 -0
- package/dist/react-native/operationsInterfaces/administrators.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.js +9 -0
- package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.js +9 -0
- package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.js +9 -0
- package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/flexibleServer.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/flexibleServer.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/flexibleServer.js +9 -0
- package/dist/react-native/operationsInterfaces/flexibleServer.js.map +1 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +28 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +35 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/logFiles.js +9 -0
- package/dist/react-native/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/migrations.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/migrations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/migrations.js +9 -0
- package/dist/react-native/operationsInterfaces/migrations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts +40 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaUsages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/quotaUsages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaUsages.js +9 -0
- package/dist/react-native/operationsInterfaces/quotaUsages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicas.js +9 -0
- package/dist/react-native/operationsInterfaces/replicas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serverCapabilities.js +9 -0
- package/dist/react-native/operationsInterfaces/serverCapabilities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts +40 -0
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts +115 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.js +9 -0
- package/dist/react-native/operationsInterfaces/servers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts +90 -0
- package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningConfiguration.js +9 -0
- package/dist/react-native/operationsInterfaces/tuningConfiguration.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningIndex.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/tuningIndex.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningIndex.js +9 -0
- package/dist/react-native/operationsInterfaces/tuningIndex.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningOptions.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/tuningOptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningOptions.js +9 -0
- package/dist/react-native/operationsInterfaces/tuningOptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualEndpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualEndpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts +56 -0
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.js +164 -0
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.js.map +1 -0
- package/package.json +77 -61
- package/review/arm-postgresql-flexible.api.md +382 -7
- package/dist/index.js +0 -10346
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/administratorsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/administratorsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/administratorsCreateSample.js +0 -45
- package/dist-esm/samples-dev/administratorsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/administratorsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/administratorsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/administratorsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/administratorsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/administratorsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/administratorsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/administratorsGetSample.js +0 -40
- package/dist-esm/samples-dev/administratorsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/administratorsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/administratorsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/administratorsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/administratorsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsGetSample.js +0 -40
- package/dist-esm/samples-dev/backupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/backupsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.js +0 -42
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +0 -41
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.js +0 -42
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.js +0 -40
- package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/configurationsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsPutSample.js +0 -41
- package/dist-esm/samples-dev/configurationsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesCreateSample.js +0 -41
- package/dist-esm/samples-dev/databasesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.js +0 -40
- package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesListByServerSample.js +0 -55
- package/dist-esm/samples-dev/databasesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -40
- package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js +0 -55
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.js +0 -43
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.js.map +0 -1
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.js +0 -42
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.js.map +0 -1
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js +0 -35
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.js +0 -54
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/logFilesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.js +0 -55
- package/dist-esm/samples-dev/logFilesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.js +0 -40
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationsCreateSample.js +0 -220
- package/dist-esm/samples-dev/migrationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/migrationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationsGetSample.js +0 -115
- package/dist-esm/samples-dev/migrationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.js +0 -58
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationsUpdateSample.js +0 -62
- package/dist-esm/samples-dev/migrationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -37
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js +0 -46
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -40
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js +0 -55
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaUsagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaUsagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaUsagesListSample.js +0 -54
- package/dist-esm/samples-dev/quotaUsagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicasListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicasListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicasListByServerSample.js +0 -55
- package/dist-esm/samples-dev/replicasListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/serverCapabilitiesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverCapabilitiesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverCapabilitiesListSample.js +0 -55
- package/dist-esm/samples-dev/serverCapabilitiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.js +0 -40
- package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/serversCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversCreateSample.js +0 -274
- package/dist-esm/samples-dev/serversCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/serversDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversDeleteSample.js +0 -39
- package/dist-esm/samples-dev/serversDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/serversGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversGetSample.js +0 -77
- package/dist-esm/samples-dev/serversGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/serversListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversListSample.js +0 -53
- package/dist-esm/samples-dev/serversListSample.js.map +0 -1
- package/dist-esm/samples-dev/serversRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversRestartSample.js +0 -63
- package/dist-esm/samples-dev/serversRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/serversStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversStartSample.js +0 -39
- package/dist-esm/samples-dev/serversStartSample.js.map +0 -1
- package/dist-esm/samples-dev/serversStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversStopSample.js +0 -39
- package/dist-esm/samples-dev/serversStopSample.js.map +0 -1
- package/dist-esm/samples-dev/serversUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversUpdateSample.js +0 -252
- package/dist-esm/samples-dev/serversUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualEndpointsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsCreateSample.js +0 -44
- package/dist-esm/samples-dev/virtualEndpointsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualEndpointsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/virtualEndpointsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualEndpointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsGetSample.js +0 -40
- package/dist-esm/samples-dev/virtualEndpointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualEndpointsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/virtualEndpointsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualEndpointsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/virtualEndpointsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.js +0 -41
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -3214
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -638
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -119
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -3702
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -45
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -384
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/administrators.d.ts +0 -81
- package/dist-esm/src/operations/administrators.d.ts.map +0 -1
- package/dist-esm/src/operations/administrators.js +0 -358
- package/dist-esm/src/operations/administrators.js.map +0 -1
- package/dist-esm/src/operations/backups.d.ts +0 -46
- package/dist-esm/src/operations/backups.d.ts.map +0 -1
- package/dist-esm/src/operations/backups.js +0 -182
- package/dist-esm/src/operations/backups.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -19
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.js +0 -49
- package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.js +0 -54
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist-esm/src/operations/configurations.d.ts +0 -83
- package/dist-esm/src/operations/configurations.d.ts.map +0 -1
- package/dist-esm/src/operations/configurations.js +0 -382
- package/dist-esm/src/operations/configurations.js.map +0 -1
- package/dist-esm/src/operations/databases.d.ts +0 -81
- package/dist-esm/src/operations/databases.d.ts.map +0 -1
- package/dist-esm/src/operations/databases.js +0 -364
- package/dist-esm/src/operations/databases.js.map +0 -1
- package/dist-esm/src/operations/firewallRules.d.ts +0 -81
- package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operations/firewallRules.js +0 -364
- package/dist-esm/src/operations/firewallRules.js.map +0 -1
- package/dist-esm/src/operations/flexibleServer.d.ts +0 -39
- package/dist-esm/src/operations/flexibleServer.d.ts.map +0 -1
- package/dist-esm/src/operations/flexibleServer.js +0 -157
- package/dist-esm/src/operations/flexibleServer.js.map +0 -1
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js +0 -46
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -25
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -32
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operations/locationBasedCapabilities.js +0 -145
- package/dist-esm/src/operations/locationBasedCapabilities.js.map +0 -1
- package/dist-esm/src/operations/logFiles.d.ts +0 -38
- package/dist-esm/src/operations/logFiles.d.ts.map +0 -1
- package/dist-esm/src/operations/logFiles.js +0 -150
- package/dist-esm/src/operations/logFiles.js.map +0 -1
- package/dist-esm/src/operations/ltrBackupOperations.d.ts +0 -46
- package/dist-esm/src/operations/ltrBackupOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/ltrBackupOperations.js +0 -182
- package/dist-esm/src/operations/ltrBackupOperations.js.map +0 -1
- package/dist-esm/src/operations/migrations.d.ts +0 -80
- package/dist-esm/src/operations/migrations.d.ts.map +0 -1
- package/dist-esm/src/operations/migrations.js +0 -326
- package/dist-esm/src/operations/migrations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -18
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -46
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +0 -48
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +0 -218
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -46
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -182
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -46
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -182
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/quotaUsages.d.ts +0 -35
- package/dist-esm/src/operations/quotaUsages.d.ts.map +0 -1
- package/dist-esm/src/operations/quotaUsages.js +0 -145
- package/dist-esm/src/operations/quotaUsages.js.map +0 -1
- package/dist-esm/src/operations/replicas.d.ts +0 -30
- package/dist-esm/src/operations/replicas.d.ts.map +0 -1
- package/dist-esm/src/operations/replicas.js +0 -105
- package/dist-esm/src/operations/replicas.js.map +0 -1
- package/dist-esm/src/operations/serverCapabilities.d.ts +0 -38
- package/dist-esm/src/operations/serverCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operations/serverCapabilities.js +0 -150
- package/dist-esm/src/operations/serverCapabilities.js.map +0 -1
- package/dist-esm/src/operations/serverThreatProtectionSettings.d.ts +0 -65
- package/dist-esm/src/operations/serverThreatProtectionSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/serverThreatProtectionSettings.js +0 -283
- package/dist-esm/src/operations/serverThreatProtectionSettings.js.map +0 -1
- package/dist-esm/src/operations/servers.d.ts +0 -151
- package/dist-esm/src/operations/servers.d.ts.map +0 -1
- package/dist-esm/src/operations/servers.js +0 -784
- package/dist-esm/src/operations/servers.js.map +0 -1
- package/dist-esm/src/operations/virtualEndpoints.d.ts +0 -101
- package/dist-esm/src/operations/virtualEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualEndpoints.js +0 -473
- package/dist-esm/src/operations/virtualEndpoints.js.map +0 -1
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.d.ts +0 -20
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js +0 -54
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/administrators.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/administrators.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/administrators.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/backups.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/backups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -58
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/flexibleServer.d.ts +0 -31
- package/dist-esm/src/operationsInterfaces/flexibleServer.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/flexibleServer.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -32
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/logFiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/ltrBackupOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/migrations.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/migrations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/migrations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaUsages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/quotaUsages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaUsages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicas.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverCapabilities.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverCapabilities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverThreatProtectionSettings.d.ts +0 -40
- package/dist-esm/src/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverThreatProtectionSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/servers.d.ts +0 -115
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/servers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualEndpoints.d.ts +0 -76
- package/dist-esm/src/operationsInterfaces/virtualEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.d.ts +0 -53
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.d.ts.map +0 -1
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.js +0 -168
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.js.map +0 -1
- package/dist-esm/test/postgresql_flexible_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/postgresql_flexible_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/postgresql_flexible_operations_test.spec.js +0 -55
- package/dist-esm/test/postgresql_flexible_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3628
- package/src/models/mappers.ts +0 -4023
- package/src/models/parameters.ts +0 -454
- package/src/operations/administrators.ts +0 -493
- package/src/operations/backups.ts +0 -240
- package/src/operations/checkNameAvailability.ts +0 -67
- package/src/operations/checkNameAvailabilityWithLocation.ts +0 -75
- package/src/operations/configurations.ts +0 -529
- package/src/operations/databases.ts +0 -498
- package/src/operations/firewallRules.ts +0 -498
- package/src/operations/flexibleServer.ts +0 -220
- package/src/operations/getPrivateDnsZoneSuffix.ts +0 -59
- package/src/operations/index.ts +0 -32
- package/src/operations/locationBasedCapabilities.ts +0 -175
- package/src/operations/logFiles.ts +0 -197
- package/src/operations/ltrBackupOperations.ts +0 -240
- package/src/operations/migrations.ts +0 -437
- package/src/operations/operations.ts +0 -59
- package/src/operations/privateEndpointConnectionOperations.ts +0 -313
- package/src/operations/privateEndpointConnections.ts +0 -242
- package/src/operations/privateLinkResources.ts +0 -240
- package/src/operations/quotaUsages.ts +0 -169
- package/src/operations/replicas.ts +0 -136
- package/src/operations/serverCapabilities.ts +0 -193
- package/src/operations/serverThreatProtectionSettings.ts +0 -390
- package/src/operations/servers.ts +0 -1023
- package/src/operations/virtualEndpoints.ts +0 -659
- package/src/operations/virtualNetworkSubnetUsage.ts +0 -75
- package/src/operationsInterfaces/administrators.ts +0 -110
- package/src/operationsInterfaces/backups.ts +0 -44
- package/src/operationsInterfaces/checkNameAvailability.ts +0 -26
- package/src/operationsInterfaces/checkNameAvailabilityWithLocation.ts +0 -28
- package/src/operationsInterfaces/configurations.ts +0 -120
- package/src/operationsInterfaces/databases.ts +0 -109
- package/src/operationsInterfaces/firewallRules.ts +0 -109
- package/src/operationsInterfaces/flexibleServer.ts +0 -66
- package/src/operationsInterfaces/getPrivateDnsZoneSuffix.ts +0 -23
- package/src/operationsInterfaces/index.ts +0 -32
- package/src/operationsInterfaces/locationBasedCapabilities.ts +0 -27
- package/src/operationsInterfaces/logFiles.ts +0 -26
- package/src/operationsInterfaces/ltrBackupOperations.ts +0 -44
- package/src/operationsInterfaces/migrations.ts +0 -104
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +0 -86
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -44
- package/src/operationsInterfaces/privateLinkResources.ts +0 -44
- package/src/operationsInterfaces/quotaUsages.ts +0 -24
- package/src/operationsInterfaces/replicas.ts +0 -26
- package/src/operationsInterfaces/serverCapabilities.ts +0 -29
- package/src/operationsInterfaces/serverThreatProtectionSettings.ts +0 -83
- package/src/operationsInterfaces/servers.ts +0 -208
- package/src/operationsInterfaces/virtualEndpoints.ts +0 -155
- package/src/operationsInterfaces/virtualNetworkSubnetUsage.ts +0 -28
- package/src/pagingHelper.ts +0 -39
- package/src/postgreSQLManagementFlexibleServerClient.ts +0 -316
- package/tsconfig.json +0 -33
- package/types/arm-postgresql-flexible.d.ts +0 -4395
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/administrators.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/backups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/flexibleServer.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedCapabilities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/logFiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/ltrBackupOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/migrations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnectionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaUsages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverCapabilities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverThreatProtectionSettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/servers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualEndpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworkSubnetUsage.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type * as coreClient from \"@azure/core-client\";\n\n/** Represents an Microsoft Entra Administrator. */\nexport interface ActiveDirectoryAdministratorAdd {\n /** The principal type used to represent the type of Microsoft Entra Administrator. */\n principalType?: PrincipalType;\n /** Microsoft Entra Administrator principal name. */\n principalName?: string;\n /** The tenantId of the Microsoft Entra Administrator. */\n tenantId?: string;\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /**\n * Fully qualified resource ID for the resource. E.g. \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n /**\n * The name of the resource\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * Azure Resource Manager metadata containing createdBy and modifiedBy information.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly systemData?: SystemData;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly code?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n /**\n * The error target.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly target?: string;\n /**\n * The error details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: ErrorDetail[];\n /**\n * The error additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /**\n * The additional info type.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n /**\n * The additional info.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly info?: Record<string, unknown>;\n}\n\n/** A list of Microsoft Entra Administrators. */\nexport interface AdministratorListResult {\n /** The list of Microsoft Entra Administrators */\n value?: ActiveDirectoryAdministrator[];\n /** The link used to get the next page of Microsoft Entra administrators. */\n nextLink?: string;\n}\n\n/** A list of server backups. */\nexport interface ServerBackupListResult {\n /** The list of backups of a server. */\n value?: ServerBackup[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Capability for the PostgreSQL server */\nexport interface CapabilitiesListResult {\n /**\n * A list of supported capabilities.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: FlexibleServerCapability[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Base object for representing capability */\nexport interface CapabilityBase {\n /**\n * The status of the capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: CapabilityStatus;\n /**\n * The reason for the capability not being available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: string;\n}\n\n/** The supported features. */\nexport interface SupportedFeature {\n /**\n * Name of feature\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Status of feature\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly status?: SupportedFeatureStatusEnum;\n}\n\n/** The check availability request body. */\nexport interface CheckNameAvailabilityRequest {\n /** The name of the resource for which availability needs to be checked. */\n name?: string;\n /** The resource type. */\n type?: string;\n}\n\n/** The check availability result. */\nexport interface CheckNameAvailabilityResponse {\n /** Indicates if the resource name is available. */\n nameAvailable?: boolean;\n /** The reason why the given name is not available. */\n reason?: CheckNameAvailabilityReason;\n /** Detailed reason why the given name is available. */\n message?: string;\n}\n\n/** A list of server configurations. */\nexport interface ConfigurationListResult {\n /** The list of server configurations. */\n value?: Configuration[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Represents a Configuration. */\nexport interface ConfigurationForUpdate {\n /** Value of the configuration. Required to update the configuration. */\n value?: string;\n /**\n * Description of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Default value of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultValue?: string;\n /**\n * Data type of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataType?: ConfigurationDataType;\n /**\n * Allowed values of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowedValues?: string;\n /** Source of the configuration. Required to update the configuration. */\n source?: string;\n /**\n * Configuration dynamic or static.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDynamicConfig?: boolean;\n /**\n * Configuration read-only or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isReadOnly?: boolean;\n /**\n * Configuration is pending restart or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isConfigPendingRestart?: boolean;\n /**\n * Configuration unit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * Configuration documentation link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly documentationLink?: string;\n}\n\n/** A List of databases. */\nexport interface DatabaseListResult {\n /** The list of databases housed in a server */\n value?: Database[];\n /** The link used to get the next page of databases. */\n nextLink?: string;\n}\n\n/** A list of firewall rules. */\nexport interface FirewallRuleListResult {\n /** The list of firewall rules in a server. */\n value?: FirewallRule[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Sku information related properties of a server. */\nexport interface Sku {\n /** The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. */\n name: string;\n /** The tier of the particular SKU, e.g. Burstable. */\n tier: SkuTier;\n}\n\n/** Information describing the identities associated with this application. */\nexport interface UserAssignedIdentity {\n /** represents user assigned identities map. */\n userAssignedIdentities?: { [propertyName: string]: UserIdentity };\n /** the identity principal Id of the server. */\n principalId?: string;\n /** the types of identities associated with this resource */\n type: IdentityType;\n /**\n * Tenant id of the server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly tenantId?: string;\n}\n\n/** Describes a single user-assigned identity associated with the application. */\nexport interface UserIdentity {\n /** the object identifier of the Service Principal which this identity represents. */\n principalId?: string;\n /** the client identifier of the Service Principal which this identity represents. */\n clientId?: string;\n}\n\n/** Storage properties of a server */\nexport interface Storage {\n /** Max storage allowed for a server. */\n storageSizeGB?: number;\n /** Flag to enable / disable Storage Auto grow for flexible server. */\n autoGrow?: StorageAutoGrow;\n /** Name of storage tier for IOPS. */\n tier?: AzureManagedDiskPerformanceTiers;\n /** Storage IOPS quantity. This property is required to be set for storage Type PremiumV2_LRS and UltraSSD_LRS. */\n iops?: number;\n /** Storage throughput for the server. This is required to be set for storage Type PremiumV2_LRS and UltraSSD_LRS. */\n throughput?: number;\n /** Storage type for the server. Allowed values are Premium_LRS, PremiumV2_LRS, and UltraSSD_LRS. Default is Premium_LRS if not specified */\n type?: StorageType;\n}\n\n/** Authentication configuration properties of a server */\nexport interface AuthConfig {\n /** If Enabled, Microsoft Entra authentication is enabled. */\n activeDirectoryAuth?: ActiveDirectoryAuthEnum;\n /** If Enabled, Password authentication is enabled. */\n passwordAuth?: PasswordAuthEnum;\n /** Tenant id of the server. */\n tenantId?: string;\n}\n\n/** Data encryption properties of a server */\nexport interface DataEncryption {\n /** URI for the key in keyvault for data encryption of the primary server. */\n primaryKeyURI?: string;\n /** Resource Id for the User assigned identity to be used for data encryption of the primary server. */\n primaryUserAssignedIdentityId?: string;\n /** URI for the key in keyvault for data encryption for geo-backup of server. */\n geoBackupKeyURI?: string;\n /** Resource Id for the User assigned identity to be used for data encryption for geo-backup of server. */\n geoBackupUserAssignedIdentityId?: string;\n /** Data encryption type to depict if it is System Managed vs Azure Key vault. */\n type?: ArmServerKeyType;\n /** Primary encryption key status for Data encryption enabled server. */\n primaryEncryptionKeyStatus?: KeyStatusEnum;\n /** Geo-backup encryption key status for Data encryption enabled server. */\n geoBackupEncryptionKeyStatus?: KeyStatusEnum;\n}\n\n/** Backup properties of a server */\nexport interface Backup {\n /** Backup retention days for the server. */\n backupRetentionDays?: number;\n /** A value indicating whether Geo-Redundant backup is enabled on the server. */\n geoRedundantBackup?: GeoRedundantBackupEnum;\n /**\n * The earliest restore point time (ISO8601 format) for server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly earliestRestoreDate?: Date;\n}\n\n/** Network properties of a server. */\nexport interface Network {\n /** public network access is enabled or not */\n publicNetworkAccess?: ServerPublicNetworkAccessState;\n /** Delegated subnet arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone. */\n delegatedSubnetResourceId?: string;\n /** Private dns zone arm resource id. This is required to be passed during create, in case we want the server to be VNET injected, i.e. Private access server. During update, pass this only if we want to update the value for Private DNS zone. */\n privateDnsZoneArmResourceId?: string;\n}\n\n/** High availability properties of a server */\nexport interface HighAvailability {\n /** The HA mode for the server. */\n mode?: HighAvailabilityMode;\n /**\n * A state of a HA server that is visible to user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ServerHAState;\n /** availability zone information of the standby. */\n standbyAvailabilityZone?: string;\n}\n\n/** Maintenance window properties of a server. */\nexport interface MaintenanceWindow {\n /** indicates whether custom window is enabled or disabled */\n customWindow?: string;\n /** start hour for maintenance window */\n startHour?: number;\n /** start minute for maintenance window */\n startMinute?: number;\n /** day of week for maintenance window */\n dayOfWeek?: number;\n}\n\n/** Replica properties of a server */\nexport interface Replica {\n /** Used to indicate role of the server in replication set. */\n role?: ReplicationRole;\n /**\n * Replicas allowed for a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly capacity?: number;\n /**\n * Gets the replication state of a replica server. This property is returned only for replicas api call. Supported values are Active, Catchup, Provisioning, Updating, Broken, Reconfiguring\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicationState?: ReplicationState;\n /** Sets the promote mode for a replica server. This is a write only property. */\n promoteMode?: ReadReplicaPromoteMode;\n /** Sets the promote options for a replica server. This is a write only property. */\n promoteOption?: ReplicationPromoteOption;\n}\n\n/** The private endpoint resource. */\nexport interface PrivateEndpoint {\n /**\n * The ARM identifier for private endpoint.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly id?: string;\n}\n\n/** A collection of information about the state of the connection between service consumer and provider. */\nexport interface PrivateLinkServiceConnectionState {\n /** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */\n status?: PrivateEndpointServiceConnectionStatus;\n /** The reason for approval/rejection of the connection. */\n description?: string;\n /** A message indicating if changes on the service provider require any updates on the consumer. */\n actionsRequired?: string;\n}\n\n/** Cluster properties of a server. */\nexport interface Cluster {\n /** The node count for the cluster. */\n clusterSize?: number;\n}\n\n/** Represents a server to be updated. */\nexport interface ServerForUpdate {\n /** The SKU (pricing tier) of the server. */\n sku?: Sku;\n /** Describes the identity of the application. */\n identity?: UserAssignedIdentity;\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n /** The administrator's login name of a server. Can only be specified when the server is trying to switch to password authentication and does not have default administrator login. */\n administratorLogin?: string;\n /**\n * The password of the administrator login.\n * This value contains a credential. Consider obscuring before showing to users\n */\n administratorLoginPassword?: string;\n /** PostgreSQL Server version. Version 17 is currently not supported for MVU. */\n version?: ServerVersion;\n /** Storage properties of a server. */\n storage?: Storage;\n /** Backup properties of a server. */\n backup?: Backup;\n /** High availability properties of a server. */\n highAvailability?: HighAvailability;\n /** Maintenance window properties of a server. */\n maintenanceWindow?: MaintenanceWindow;\n /** AuthConfig properties of a server. */\n authConfig?: AuthConfig;\n /** Data encryption properties of a server. */\n dataEncryption?: DataEncryption;\n /** The mode to update a new PostgreSQL server. */\n createMode?: CreateModeForUpdate;\n /** Replication role of the server */\n replicationRole?: ReplicationRole;\n /** Replica properties of a server. These Replica properties are required to be passed only in case you want to Promote a server. */\n replica?: Replica;\n /** Network properties of a server. These are required to be passed only in case if server is a private access server. */\n network?: Network;\n /** Cluster properties of a server. */\n cluster?: Cluster;\n}\n\n/** A list of servers. */\nexport interface ServerListResult {\n /** The list of flexible servers */\n value?: Server[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** BackupRequestBase is the base for all backup request. */\nexport interface BackupRequestBase {\n /** Backup Settings */\n backupSettings: BackupSettings;\n}\n\n/** The settings for the long term backup. */\nexport interface BackupSettings {\n /** Backup Name for the current backup */\n backupName: string;\n}\n\n/** Response for the LTR pre-backup API call */\nexport interface LtrPreBackupResponse {\n /** Number of storage containers the plugin will use during backup. More than one containers may be used for size limitations, parallelism, or redundancy etc. */\n numberOfContainers: number;\n}\n\n/** Details about the target where the backup content will be stored. */\nexport interface BackupStoreDetails {\n /** List of SAS uri of storage containers where backup data is to be streamed/copied. */\n sasUriList: string[];\n}\n\n/** Response for the LTR backup API call */\nexport interface LtrBackupResponse {\n /** Size of datasource in bytes */\n datasourceSizeInBytes?: number;\n /** Data transferred in bytes */\n dataTransferredInBytes?: number;\n /** Name of Backup operation */\n backupName?: string;\n /** Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc */\n backupMetadata?: string;\n /** Service-set extensible enum indicating the status of operation */\n status?: ExecutionStatus;\n /** Start time of the operation. */\n startTime?: Date;\n /** End time of the operation. */\n endTime?: Date;\n /** PercentageCompleted */\n percentComplete?: number;\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n}\n\n/** A list of long term retention backup operations for server. */\nexport interface LtrServerBackupOperationList {\n /** The list of long term retention server backup operations */\n value?: LtrServerBackupOperation[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Migration status. */\nexport interface MigrationStatus {\n /**\n * State of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: MigrationState;\n /**\n * Error message, if any, for the migration state\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly error?: string;\n /**\n * Current Migration sub state details.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentSubStateDetails?: MigrationSubStateDetails;\n}\n\n/** Migration sub state details. */\nexport interface MigrationSubStateDetails {\n /**\n * Migration sub state.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentSubState?: MigrationSubState;\n /** Dictionary of <DbMigrationStatus> */\n dbDetails?: { [propertyName: string]: DbMigrationStatus };\n /** Details for the validation for migration */\n validationDetails?: ValidationDetails;\n}\n\n/** Migration status of an individual database */\nexport interface DbMigrationStatus {\n /** Name of the database */\n databaseName?: string;\n /** Migration db state of an individual database */\n migrationState?: MigrationDbState;\n /** Migration operation of an individual database */\n migrationOperation?: string;\n /** Start date-time of a migration state */\n startedOn?: Date;\n /** End date-time of a migration state */\n endedOn?: Date;\n /** Number of tables queued for the migration of a DB */\n fullLoadQueuedTables?: number;\n /** Number of tables errored out during the migration of a DB */\n fullLoadErroredTables?: number;\n /** Number of tables loading during the migration of a DB */\n fullLoadLoadingTables?: number;\n /** Number of tables loaded during the migration of a DB */\n fullLoadCompletedTables?: number;\n /** CDC update counter */\n cdcUpdateCounter?: number;\n /** CDC delete counter */\n cdcDeleteCounter?: number;\n /** CDC insert counter */\n cdcInsertCounter?: number;\n /** CDC applied changes counter */\n appliedChanges?: number;\n /** CDC incoming changes counter */\n incomingChanges?: number;\n /** Lag in seconds between source and target during online phase */\n latency?: number;\n /** Error message, if any, for the migration state */\n message?: string;\n}\n\n/** Details for the validation for migration */\nexport interface ValidationDetails {\n /** Validation status for migration */\n status?: ValidationState;\n /** Validation Start date-time in UTC */\n validationStartTimeInUtc?: Date;\n /** Validation End date-time in UTC */\n validationEndTimeInUtc?: Date;\n /** Details of server level validations */\n serverLevelValidationDetails?: ValidationSummaryItem[];\n /** Details of server level validations */\n dbLevelValidationDetails?: DbLevelValidationStatus[];\n}\n\n/** Validation summary object */\nexport interface ValidationSummaryItem {\n /** Validation type */\n type?: string;\n /** Validation status for migration */\n state?: ValidationState;\n /** Validation messages */\n messages?: ValidationMessage[];\n}\n\n/** Validation message object */\nexport interface ValidationMessage {\n /** Severity of validation message */\n state?: ValidationState;\n /** Validation message string */\n message?: string;\n}\n\n/** Validation status summary for an individual database */\nexport interface DbLevelValidationStatus {\n /** Name of the database */\n databaseName?: string;\n /** Start date-time of a database level validation */\n startedOn?: Date;\n /** End date-time of a database level validation */\n endedOn?: Date;\n /** Summary of database level validations */\n summary?: ValidationSummaryItem[];\n}\n\n/** Database server metadata. */\nexport interface DbServerMetadata {\n /**\n * Location of database server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /** Version for database engine */\n version?: string;\n /** Storage size in MB for database server */\n storageMb?: number;\n /** SKU for the database server. This object is empty for PG single server */\n sku?: ServerSku;\n}\n\n/** Sku information related properties of a server. */\nexport interface ServerSku {\n /** The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. */\n name?: string;\n /** The tier of the particular SKU, e.g. Burstable. */\n tier?: SkuTier;\n}\n\n/** Migration secret parameters. */\nexport interface MigrationSecretParameters {\n /** Admin credentials for source and target servers */\n adminCredentials: AdminCredentials;\n /** Gets or sets the username for the source server. This user need not be an admin. */\n sourceServerUsername?: string;\n /** Gets or sets the username for the target server. This user need not be an admin. */\n targetServerUsername?: string;\n}\n\n/** Server admin credentials. */\nexport interface AdminCredentials {\n /** Password for source server. */\n sourceServerPassword: string;\n /** Password for target server. */\n targetServerPassword: string;\n}\n\n/** Represents a migration resource for patch. */\nexport interface MigrationResourceForPatch {\n /** Application-specific metadata in the form of key-value pairs. */\n tags?: { [propertyName: string]: string };\n /** ResourceId of the source database server */\n sourceDbServerResourceId?: string;\n /** Source server fully qualified domain name (FQDN) or IP address. It is a optional value, if customer provide it, migration service will always use it for connection */\n sourceDbServerFullyQualifiedDomainName?: string;\n /** Target server fully qualified domain name (FQDN) or IP address. It is a optional value, if customer provide it, migration service will always use it for connection */\n targetDbServerFullyQualifiedDomainName?: string;\n /** Migration secret parameters */\n secretParameters?: MigrationSecretParameters;\n /** Number of databases to migrate */\n dbsToMigrate?: string[];\n /** Indicates whether to setup LogicalReplicationOnSourceDb, if needed */\n setupLogicalReplicationOnSourceDbIfNeeded?: LogicalReplicationOnSourceDbEnum;\n /** Indicates whether the databases on the target server can be overwritten, if already present. If set to False, the migration workflow will wait for a confirmation, if it detects that the database already exists. */\n overwriteDbsInTarget?: OverwriteDbsInTargetEnum;\n /** Start time in UTC for migration window */\n migrationWindowStartTimeInUtc?: Date;\n /** To migrate roles and permissions we need to send this flag as True */\n migrateRoles?: MigrateRolesEnum;\n /** Indicates whether the data migration should start right away */\n startDataMigration?: StartDataMigrationEnum;\n /** To trigger cutover for entire migration we need to send this flag as True */\n triggerCutover?: TriggerCutoverEnum;\n /** When you want to trigger cutover for specific databases send triggerCutover flag as True and database names in this array */\n dbsToTriggerCutoverOn?: string[];\n /** To trigger cancel for entire migration we need to send this flag as True */\n cancel?: CancelEnum;\n /** When you want to trigger cancel for specific databases send cancel flag as True and database names in this array */\n dbsToCancelMigrationOn?: string[];\n /** There are two types of migration modes Online and Offline */\n migrationMode?: MigrationMode;\n}\n\n/** A list of migration resources. */\nexport interface MigrationResourceListResult {\n /**\n * A list of migration resources.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: MigrationResource[];\n /**\n * The link used to get the next page of migrations.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Represents a migration name's availability. */\nexport interface MigrationNameAvailabilityResource {\n /** The resource name to verify. */\n name: string;\n /** The type of the resource. */\n type: string;\n /**\n * Indicates whether the resource name is available.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nameAvailable?: boolean;\n /**\n * Migration name availability reason\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly reason?: MigrationNameAvailabilityReason;\n /**\n * Migration name availability message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly message?: string;\n}\n\n/** A list of resource provider operations. */\nexport interface OperationListResult {\n /** Collection of available operation details */\n value?: Operation[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** REST API operation definition. */\nexport interface Operation {\n /**\n * The name of the operation being performed on this particular object.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * The localized display information for this particular operation or action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly display?: OperationDisplay;\n /** Indicates whether the operation is a data action */\n isDataAction?: boolean;\n /**\n * The intended executor of the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly origin?: OperationOrigin;\n /**\n * Additional descriptions for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly properties?: { [propertyName: string]: Record<string, unknown> };\n}\n\n/** Display metadata associated with the operation. */\nexport interface OperationDisplay {\n /**\n * Operation resource provider name.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provider?: string;\n /**\n * Resource on which the operation is performed.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly resource?: string;\n /**\n * Localized friendly name for the operation.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly operation?: string;\n /**\n * Operation description.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n}\n\n/** A list of private endpoint connections. */\nexport interface PrivateEndpointConnectionListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateEndpointConnection[];\n /**\n * The URL to get the next set of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A list of private link resources */\nexport interface PrivateLinkResourceListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: PrivateLinkResource[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Capability for the PostgreSQL server */\nexport interface QuotaUsagesListResult {\n /**\n * A list of quota usages.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: QuotaUsage[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** Quota usage for flexible servers */\nexport interface QuotaUsage {\n /** Name of quota usage for flexible servers */\n name?: NameProperty;\n /** Quota limit */\n limit?: number;\n /** Quota unit */\n unit?: string;\n /** Current Quota usage value */\n currentValue?: number;\n /** Fully qualified ARM resource Id */\n id?: string;\n}\n\n/** Name property for quota usage */\nexport interface NameProperty {\n /** Name value */\n value?: string;\n /** Localized name */\n localizedValue?: string;\n}\n\n/** A List of logFiles. */\nexport interface LogFileListResult {\n /** The list of logFiles in a server */\n value?: LogFile[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Represents server restart parameters. */\nexport interface RestartParameter {\n /** Indicates whether to restart the server with failover. */\n restartWithFailover?: boolean;\n /** Failover mode. */\n failoverMode?: FailoverMode;\n}\n\n/** A list of the server's Advanced Threat Protection settings. */\nexport interface ServerThreatProtectionListResult {\n /**\n * Array of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly value?: ServerThreatProtectionSettingsModel[];\n /**\n * Link to retrieve next page of results.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly nextLink?: string;\n}\n\n/** A list of available index recommendations. */\nexport interface IndexRecommendationListResult {\n /** A list of available index recommendations. */\n value?: IndexRecommendationResource[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Stores implementation details for the recommended action. */\nexport interface IndexRecommendationResourcePropertiesImplementationDetails {\n /** Method of implementation for recommended action */\n method?: string;\n /** Implementation script for the recommended action */\n script?: string;\n}\n\n/** Stores workload information for the recommended action. */\nexport interface IndexRecommendationResourcePropertiesAnalyzedWorkload {\n /** Workload start time in UTC date-time string format. */\n startTime?: Date;\n /** Workload end time in UTC date-time string format. */\n endTime?: Date;\n /** Workload query examined count. For DROP INDEX will be 0. */\n queryCount?: number;\n}\n\n/** Stores property that features impact on some metric if this recommended action is applied. */\nexport interface ImpactRecord {\n /** Dimension name */\n dimensionName?: string;\n /** Dimension unit */\n unit?: string;\n /** Optional property that can be used to store the QueryId if the metric is for a specific query. */\n queryId?: number;\n /** Absolute value */\n absoluteValue?: number;\n}\n\n/** Recommendation details for the recommended action. */\nexport interface IndexRecommendationDetails {\n /** Database name. */\n databaseName?: string;\n /** Schema name. */\n schema?: string;\n /** Table name. */\n table?: string;\n /** Index type. */\n indexType?: string;\n /** Index name. */\n indexName?: string;\n /** Index columns. */\n indexColumns?: string[];\n /** Index included columns. */\n includedColumns?: string[];\n}\n\n/** Config tuning request parameters. */\nexport interface ConfigTuningRequestParameter {\n /** The name of server. */\n serverName?: string;\n /** Indicates whether PG should be restarted during a tuning session. */\n allowServerRestarts?: boolean;\n /** The target metric the tuning session is trying to improve. */\n targetImprovementMetric?: string;\n /** The mode with which the feature will be enabled. */\n configTuningUsageMode?: boolean;\n}\n\n/** A list of tuning configuration sessions. */\nexport interface SessionsListResult {\n /** A list of tuning configuration sessions. */\n value?: SessionResource[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Session resource properties. */\nexport interface SessionResource {\n /** the tuning session start time. */\n sessionStartTime?: string;\n /** Session id. */\n sessionId?: string;\n /** The status of the tuning session. */\n status?: string;\n /** The pre tuning aqr. */\n preTuningAqr?: string;\n /** The post tuning aqr. */\n postTuningAqr?: string;\n /** The pre tuning tps. */\n preTuningTps?: string;\n /** The post tuning tps. */\n postTuningTps?: string;\n}\n\n/** A list of tuning configuration sessions. */\nexport interface SessionDetailsListResult {\n /** A list of details of the session. */\n value?: SessionDetailsResource[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Session details properties. */\nexport interface SessionDetailsResource {\n /** Iteration id. */\n iterationId?: string;\n /** Session id. */\n sessionId?: string;\n /** Applied configuration for the iteration. */\n appliedConfiguration?: string;\n /** Iteration start time. */\n iterationStartTime?: string;\n /** The aqr for the iteration. */\n averageQueryRuntimeMs?: string;\n /** The tps for the iteration. */\n transactionsPerSecond?: string;\n}\n\n/** A list of server tuning options. */\nexport interface TuningOptionsListResult {\n /** A list of available tuning options. */\n value?: TuningOptionsResource[];\n /**\n * URL client should use to fetch the next page (per server side paging).\n * It's null for now, added for future use.\n */\n nextLink?: string;\n}\n\n/** Represents a virtual endpoint for a server. */\nexport interface VirtualEndpointResourceForPatch {\n /** The endpoint type for the virtual endpoint. */\n endpointType?: VirtualEndpointType;\n /** List of members for a virtual endpoint */\n members?: string[];\n /**\n * List of virtual endpoints for a server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly virtualEndpoints?: string[];\n}\n\n/** A list of virtual endpoints. */\nexport interface VirtualEndpointsListResult {\n /** The list of virtual endpoints */\n value?: VirtualEndpointResource[];\n /** The link used to get the next page of operations. */\n nextLink?: string;\n}\n\n/** Virtual network subnet usage parameter */\nexport interface VirtualNetworkSubnetUsageParameter {\n /** Virtual network resource id. */\n virtualNetworkArmResourceId?: string;\n}\n\n/** Virtual network subnet usage data. */\nexport interface VirtualNetworkSubnetUsageResult {\n /** NOTE: This property will not be serialized. It can only be populated by the server. */\n readonly delegatedSubnetsUsage?: DelegatedSubnetUsage[];\n /**\n * location of the delegated subnet usage\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly location?: string;\n /**\n * subscriptionId of the delegated subnet usage\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subscriptionId?: string;\n}\n\n/** Delegated subnet usage data. */\nexport interface DelegatedSubnetUsage {\n /**\n * Name of the delegated subnet for which IP addresses are in use\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly subnetName?: string;\n /**\n * Number of IP addresses used by the delegated subnet\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly usage?: number;\n}\n\n/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */\nexport interface ProxyResource extends Resource {}\n\n/** The private endpoint connection resource. */\nexport interface PrivateEndpointConnection extends Resource {\n /**\n * The group ids for the private endpoint resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupIds?: string[];\n /** The private endpoint resource. */\n privateEndpoint?: PrivateEndpoint;\n /** A collection of information about the state of the connection between service consumer and provider. */\n privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;\n /**\n * The provisioning state of the private endpoint connection resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly provisioningState?: PrivateEndpointConnectionProvisioningState;\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: { [propertyName: string]: string };\n /** The geo-location where the resource lives */\n location: string;\n}\n\n/** A private link resource. */\nexport interface PrivateLinkResource extends Resource {\n /**\n * The private link resource group id.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly groupId?: string;\n /**\n * The private link resource required member names.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly requiredMembers?: string[];\n /** The private link resource private link DNS zone name. */\n requiredZoneNames?: string[];\n}\n\n/** Represents a virtual endpoint for a server. */\nexport interface VirtualEndpointResource extends VirtualEndpointResourceForPatch, Resource {}\n\n/** Represents capability of a storage tier */\nexport interface StorageTierCapability extends CapabilityBase {\n /**\n * Name to represent Storage tier capability\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Supported IOPS for this storage tier\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly iops?: number;\n}\n\n/** storage size in MB capability */\nexport interface StorageMbCapability extends CapabilityBase {\n /**\n * Supported IOPS\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedIops?: number;\n /**\n * Maximum IOPS supported by this #Vcores or PremiumV2_LRS Storage Size\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedMaximumIops?: number;\n /**\n * Storage size in MB\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageSizeMb?: number;\n /**\n * Maximum value of Storage size in MB\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly maximumStorageSizeMb?: number;\n /**\n * Values of throughput in MB/s\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedThroughput?: number;\n /**\n * Maximum values of throughput in MB/s\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedMaximumThroughput?: number;\n /**\n * Default tier for IOPS\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultIopsTier?: string;\n /**\n * List of available options to upgrade the storage performance\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedIopsTiers?: StorageTierCapability[];\n}\n\n/** Storage edition capability */\nexport interface StorageEditionCapability extends CapabilityBase {\n /**\n * Storage edition name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Default storage size in MB for storage edition\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultStorageSizeMb?: number;\n /**\n * Flexible server supported storage range in MB\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedStorageMb?: StorageMbCapability[];\n}\n\n/** Sku capability */\nexport interface ServerSkuCapability extends CapabilityBase {\n /**\n * Sku name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Supported vCores\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly vCores?: number;\n /**\n * Supported IOPS\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedIops?: number;\n /**\n * Supported memory per vCore in MB\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedMemoryPerVcoreMb?: number;\n /**\n * List of supported Availability Zones. E.g. \"1\", \"2\", \"3\"\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedZones?: string[];\n /**\n * Supported high availability mode\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedHaMode?: HaMode[];\n /**\n * The supported features.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFeatures?: SupportedFeature[];\n /**\n * The value of security profile indicating if its confidential vm\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly securityProfile?: string;\n}\n\n/** Flexible server edition capabilities. */\nexport interface FlexibleServerEditionCapability extends CapabilityBase {\n /**\n * Server edition name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Default sku name for the server edition\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultSkuName?: string;\n /**\n * The list of editions supported by this server edition.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedStorageEditions?: StorageEditionCapability[];\n /**\n * List of supported server SKUs.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerSkus?: ServerSkuCapability[];\n}\n\n/** Server version capabilities. */\nexport interface ServerVersionCapability extends CapabilityBase {\n /**\n * Server version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * Supported servers versions to upgrade\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedVersionsToUpgrade?: string[];\n /**\n * The supported features.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFeatures?: SupportedFeature[];\n}\n\n/** Represents capability of a fast provisioning edition */\nexport interface FastProvisioningEditionCapability extends CapabilityBase {\n /**\n * Fast provisioning supported tier name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedTier?: string;\n /**\n * Fast provisioning supported sku name\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedSku?: string;\n /**\n * Fast provisioning supported storage in Gb\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedStorageGb?: number;\n /**\n * Fast provisioning supported version\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerVersions?: string;\n /**\n * Count of servers in cache matching the spec\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly serverCount?: number;\n}\n\n/** Capability for the PostgreSQL server */\nexport interface FlexibleServerCapability extends CapabilityBase {\n /** Name of flexible servers capability */\n name?: string;\n /**\n * List of supported flexible server editions\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerEditions?: FlexibleServerEditionCapability[];\n /**\n * The list of server versions supported for this capability.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedServerVersions?: ServerVersionCapability[];\n /**\n * The supported features.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFeatures?: SupportedFeature[];\n /**\n * Gets a value indicating whether fast provisioning is supported. \"Enabled\" means fast provisioning is supported. \"Disabled\" stands for fast provisioning is not supported. Will be deprecated in future, please look to Supported Features for \"FastProvisioning\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fastProvisioningSupported?: FastProvisioningSupportedEnum;\n /**\n * List of supported server editions for fast provisioning\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly supportedFastProvisioningEditions?: FastProvisioningEditionCapability[];\n /**\n * Determines if geo-backup is supported in this region. \"Enabled\" means geo-backup is supported. \"Disabled\" stands for geo-back is not supported. Will be deprecated in future, please look to Supported Features for \"GeoBackup\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly geoBackupSupported?: GeoBackupSupportedEnum;\n /**\n * A value indicating whether Zone Redundant HA is supported in this region. \"Enabled\" means zone redundant HA is supported. \"Disabled\" stands for zone redundant HA is not supported. Will be deprecated in future, please look to Supported Features for \"ZoneRedundantHa\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zoneRedundantHaSupported?: ZoneRedundantHaSupportedEnum;\n /**\n * A value indicating whether Zone Redundant HA and Geo-backup is supported in this region. \"Enabled\" means zone redundant HA and geo-backup is supported. \"Disabled\" stands for zone redundant HA and geo-backup is not supported. Will be deprecated in future, please look to Supported Features for \"ZoneRedundantHaAndGeoBackup\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly zoneRedundantHaAndGeoBackupSupported?: ZoneRedundantHaAndGeoBackupSupportedEnum;\n /**\n * A value indicating whether storage auto-grow is supported in this region. \"Enabled\" means storage auto-grow is supported. \"Disabled\" stands for storage auto-grow is not supported. Will be deprecated in future, please look to Supported Features for \"StorageAutoGrowth\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly storageAutoGrowthSupported?: StorageAutoGrowthSupportedEnum;\n /**\n * A value indicating whether online resize is supported in this region for the given subscription. \"Enabled\" means storage online resize is supported. \"Disabled\" means storage online resize is not supported. Will be deprecated in future, please look to Supported Features for \"OnlineResize\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly onlineResizeSupported?: OnlineResizeSupportedEnum;\n /**\n * A value indicating whether this region is restricted. \"Enabled\" means region is restricted. \"Disabled\" stands for region is not restricted. Will be deprecated in future, please look to Supported Features for \"Restricted\".\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly restricted?: RestrictedEnum;\n}\n\n/** Represents a resource name availability. */\nexport interface NameAvailability extends CheckNameAvailabilityResponse {\n /**\n * name of the PostgreSQL server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly name?: string;\n /**\n * type of the server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly type?: string;\n}\n\n/** A request that is made for pre-backup. */\nexport interface LtrPreBackupRequest extends BackupRequestBase {}\n\n/** The request that is made for a long term retention backup. */\nexport interface LtrBackupRequest extends BackupRequestBase {\n /** Backup store detail for target server */\n targetDetails: BackupStoreDetails;\n}\n\n/** Represents an Microsoft Entra Administrator. */\nexport interface ActiveDirectoryAdministrator extends ProxyResource {\n /** The principal type used to represent the type of Microsoft Entra Administrator. */\n principalType?: PrincipalType;\n /** Microsoft Entra Administrator principal name. */\n principalName?: string;\n /** The objectId of the Microsoft Entra Administrator. */\n objectId?: string;\n /** The tenantId of the Microsoft Entra Administrator. */\n tenantId?: string;\n}\n\n/** Server backup properties */\nexport interface ServerBackup extends ProxyResource {\n /** Backup type. */\n backupType?: Origin;\n /** Backup completed time (ISO8601 format). */\n completedTime?: Date;\n /** Backup source */\n source?: string;\n}\n\n/** Represents a Configuration. */\nexport interface Configuration extends ProxyResource {\n /** Value of the configuration. Required to update the configuration. */\n value?: string;\n /**\n * Description of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly description?: string;\n /**\n * Default value of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly defaultValue?: string;\n /**\n * Data type of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly dataType?: ConfigurationDataType;\n /**\n * Allowed values of the configuration.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly allowedValues?: string;\n /** Source of the configuration. Required to update the configuration. */\n source?: string;\n /**\n * Configuration dynamic or static.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isDynamicConfig?: boolean;\n /**\n * Configuration read-only or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isReadOnly?: boolean;\n /**\n * Configuration is pending restart or not.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly isConfigPendingRestart?: boolean;\n /**\n * Configuration unit.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly unit?: string;\n /**\n * Configuration documentation link.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly documentationLink?: string;\n}\n\n/** Represents a Database. */\nexport interface Database extends ProxyResource {\n /** The charset of the database. */\n charset?: string;\n /** The collation of the database. */\n collation?: string;\n}\n\n/** Represents a server firewall rule. */\nexport interface FirewallRule extends ProxyResource {\n /** The start IP address of the server firewall rule. Must be IPv4 format. */\n startIpAddress: string;\n /** The end IP address of the server firewall rule. Must be IPv4 format. */\n endIpAddress: string;\n}\n\n/** Response for the LTR backup Operation API call */\nexport interface LtrServerBackupOperation extends ProxyResource {\n /** Size of datasource in bytes */\n datasourceSizeInBytes?: number;\n /** Data transferred in bytes */\n dataTransferredInBytes?: number;\n /** Name of Backup operation */\n backupName?: string;\n /** Metadata to be stored in RP. Store everything that will be required to perform a successful restore using this Recovery point. e.g. Versions, DataFormat etc */\n backupMetadata?: string;\n /** Service-set extensible enum indicating the status of operation */\n status?: ExecutionStatus;\n /** Start time of the operation. */\n startTime?: Date;\n /** End time of the operation. */\n endTime?: Date;\n /** PercentageCompleted */\n percentComplete?: number;\n /**\n * The error code.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorCode?: string;\n /**\n * The error message.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly errorMessage?: string;\n}\n\n/** Represents a logFile. */\nexport interface LogFile extends ProxyResource {\n /** Creation timestamp of the log file. */\n createdTime?: Date;\n /** Last modified timestamp of the log file. */\n lastModifiedTime?: Date;\n /** The size in kb of the logFile. */\n sizeInKb?: number;\n /** Type of the log file. */\n typePropertiesType?: string;\n /** The url to download the log file from. */\n url?: string;\n}\n\n/** Server's Advanced Threat Protection settings. */\nexport interface ServerThreatProtectionSettingsModel extends ProxyResource {\n /** Specifies the state of the Threat Protection, whether it is enabled or disabled or a state has not been applied yet on the specific server. */\n state?: ThreatProtectionState;\n /**\n * Specifies the UTC creation time of the policy.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly creationTime?: Date;\n}\n\n/** Stores property that features impact on some metric if this recommended action is applied. */\nexport interface TuningOptionsResource extends ProxyResource {}\n\n/** Index recommendation properties. */\nexport interface IndexRecommendationResource extends ProxyResource {\n /** Creation time of this recommendation in UTC date-time string format. */\n initialRecommendedTime?: Date;\n /** The last refresh of this recommendation in UTC date-time string format. */\n lastRecommendedTime?: Date;\n /** The number of times this recommendation has encountered. */\n timesRecommended?: number;\n /** The ImprovedQueryIds. The list will only be populated for CREATE INDEX recommendations. */\n improvedQueryIds?: number[];\n /** Reason for this recommendation. */\n recommendationReason?: string;\n /** Type for this recommendation. */\n recommendationType?: RecommendationTypeEnum;\n /** Stores implementation details for the recommended action. */\n implementationDetails?: IndexRecommendationResourcePropertiesImplementationDetails;\n /** Stores workload information for the recommended action. */\n analyzedWorkload?: IndexRecommendationResourcePropertiesAnalyzedWorkload;\n /**\n * The estimated impact of this recommended action\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly estimatedImpact?: ImpactRecord[];\n /**\n * Stores recommendation details for the recommended action.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly details?: IndexRecommendationDetails;\n}\n\n/** Represents a server. */\nexport interface Server extends TrackedResource {\n /** The SKU (pricing tier) of the server. */\n sku?: Sku;\n /** Describes the identity of the application. */\n identity?: UserAssignedIdentity;\n /** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). */\n administratorLogin?: string;\n /**\n * The administrator login password (required for server creation).\n * This value contains a credential. Consider obscuring before showing to users\n */\n administratorLoginPassword?: string;\n /** PostgreSQL Server version. */\n version?: ServerVersion;\n /**\n * The minor version of the server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly minorVersion?: string;\n /**\n * A state of a server that is visible to user.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly state?: ServerState;\n /**\n * The fully qualified domain name of a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly fullyQualifiedDomainName?: string;\n /** Storage properties of a server. */\n storage?: Storage;\n /** AuthConfig properties of a server. */\n authConfig?: AuthConfig;\n /** Data encryption properties of a server. */\n dataEncryption?: DataEncryption;\n /** Backup properties of a server. */\n backup?: Backup;\n /** Network properties of a server. This Network property is required to be passed only in case you want the server to be Private access server. */\n network?: Network;\n /** High availability properties of a server. */\n highAvailability?: HighAvailability;\n /** Maintenance window properties of a server. */\n maintenanceWindow?: MaintenanceWindow;\n /** The source server resource ID to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'Replica' or 'ReviveDropped'. This property is returned only for Replica server */\n sourceServerResourceId?: string;\n /** Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'ReviveDropped'. */\n pointInTimeUTC?: Date;\n /** availability zone information of the server. */\n availabilityZone?: string;\n /** Replication role of the server */\n replicationRole?: ReplicationRole;\n /**\n * Replicas allowed for a server.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly replicaCapacity?: number;\n /** Replica properties of a server. These Replica properties are required to be passed only in case you want to Promote a server. */\n replica?: Replica;\n /** The mode to create a new PostgreSQL server. */\n createMode?: CreateMode;\n /**\n * List of private endpoint connections associated with the specified resource.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly privateEndpointConnections?: PrivateEndpointConnection[];\n /** Cluster properties of a server. */\n cluster?: Cluster;\n}\n\n/** Represents a migration resource. */\nexport interface MigrationResource extends TrackedResource {\n /**\n * ID for migration, a GUID.\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly migrationId?: string;\n /**\n * Current status of migration\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly currentStatus?: MigrationStatus;\n /** ResourceId of the private endpoint migration instance */\n migrationInstanceResourceId?: string;\n /** There are two types of migration modes Online and Offline */\n migrationMode?: MigrationMode;\n /** This indicates the supported Migration option for the migration */\n migrationOption?: MigrationOption;\n /** migration source server type : OnPremises, AWS, GCP, AzureVM, PostgreSQLSingleServer, AWS_RDS, AWS_AURORA, AWS_EC2, GCP_CloudSQL, GCP_AlloyDB, GCP_Compute, EDB, EDB_Oracle_Server, EDB_PostgreSQL, PostgreSQLFlexibleServer, PostgreSQLCosmosDB, Huawei_RDS, Huawei_Compute, Heroku_PostgreSQL, Crunchy_PostgreSQL, ApsaraDB_RDS, Digital_Ocean_Droplets, Digital_Ocean_PostgreSQL, or Supabase_PostgreSQL */\n sourceType?: SourceType;\n /** SSL modes for migration. Default SSL mode for PostgreSQLSingleServer is VerifyFull and Prefer for other source types */\n sslMode?: SslMode;\n /**\n * Metadata of the source database server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly sourceDbServerMetadata?: DbServerMetadata;\n /**\n * Metadata of the target database server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetDbServerMetadata?: DbServerMetadata;\n /** ResourceId of the source database server in case the sourceType is PostgreSQLSingleServer. For other source types this should be ipaddress:port@username or hostname:port@username */\n sourceDbServerResourceId?: string;\n /** Source server fully qualified domain name (FQDN) or IP address. It is a optional value, if customer provide it, migration service will always use it for connection */\n sourceDbServerFullyQualifiedDomainName?: string;\n /**\n * ResourceId of the source database server\n * NOTE: This property will not be serialized. It can only be populated by the server.\n */\n readonly targetDbServerResourceId?: string;\n /** Target server fully qualified domain name (FQDN) or IP address. It is a optional value, if customer provide it, migration service will always use it for connection */\n targetDbServerFullyQualifiedDomainName?: string;\n /** Migration secret parameters */\n secretParameters?: MigrationSecretParameters;\n /** Number of databases to migrate */\n dbsToMigrate?: string[];\n /** Indicates whether to setup LogicalReplicationOnSourceDb, if needed */\n setupLogicalReplicationOnSourceDbIfNeeded?: LogicalReplicationOnSourceDbEnum;\n /** Indicates whether the databases on the target server can be overwritten, if already present. If set to False, the migration workflow will wait for a confirmation, if it detects that the database already exists. */\n overwriteDbsInTarget?: OverwriteDbsInTargetEnum;\n /** Start time in UTC for migration window */\n migrationWindowStartTimeInUtc?: Date;\n /** End time in UTC for migration window */\n migrationWindowEndTimeInUtc?: Date;\n /** To migrate roles and permissions we need to send this flag as True */\n migrateRoles?: MigrateRolesEnum;\n /** Indicates whether the data migration should start right away */\n startDataMigration?: StartDataMigrationEnum;\n /** To trigger cutover for entire migration we need to send this flag as True */\n triggerCutover?: TriggerCutoverEnum;\n /** When you want to trigger cutover for specific databases send triggerCutover flag as True and database names in this array */\n dbsToTriggerCutoverOn?: string[];\n /** To trigger cancel for entire migration we need to send this flag as True */\n cancel?: CancelEnum;\n /** When you want to trigger cancel for specific databases send cancel flag as True and database names in this array */\n dbsToCancelMigrationOn?: string[];\n}\n\n/** Defines headers for Administrators_create operation. */\nexport interface AdministratorsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Administrators_delete operation. */\nexport interface AdministratorsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Backups_create operation. */\nexport interface BackupsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Backups_delete operation. */\nexport interface BackupsDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Configurations_update operation. */\nexport interface ConfigurationsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Configurations_put operation. */\nexport interface ConfigurationsPutHeaders {\n location?: string;\n}\n\n/** Defines headers for Databases_create operation. */\nexport interface DatabasesCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Databases_delete operation. */\nexport interface DatabasesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for FirewallRules_createOrUpdate operation. */\nexport interface FirewallRulesCreateOrUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for FirewallRules_delete operation. */\nexport interface FirewallRulesDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_create operation. */\nexport interface ServersCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_update operation. */\nexport interface ServersUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_delete operation. */\nexport interface ServersDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_restart operation. */\nexport interface ServersRestartHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_start operation. */\nexport interface ServersStartHeaders {\n location?: string;\n}\n\n/** Defines headers for Servers_stop operation. */\nexport interface ServersStopHeaders {\n location?: string;\n}\n\n/** Defines headers for FlexibleServer_triggerLtrPreBackup operation. */\nexport interface FlexibleServerTriggerLtrPreBackupHeaders {\n /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for FlexibleServer_triggerLtrPreBackup operation. */\nexport interface FlexibleServerTriggerLtrPreBackupExceptionHeaders {\n /** ErrorCode string in the event of a failure. */\n xMsErrorCode?: string;\n /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for FlexibleServer_startLtrBackup operation. */\nexport interface FlexibleServerStartLtrBackupHeaders {\n /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for FlexibleServer_startLtrBackup operation. */\nexport interface FlexibleServerStartLtrBackupExceptionHeaders {\n /** ErrorCode string in the event of a failure. */\n xMsErrorCode?: string;\n /** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */\n xMsRequestId?: string;\n}\n\n/** Defines headers for PrivateEndpointConnection_update operation. */\nexport interface PrivateEndpointConnectionUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for PrivateEndpointConnection_delete operation. */\nexport interface PrivateEndpointConnectionDeleteHeaders {\n location?: string;\n}\n\n/** Defines headers for ServerThreatProtectionSettings_createOrUpdate operation. */\nexport interface ServerThreatProtectionSettingsCreateOrUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for TuningConfiguration_enable operation. */\nexport interface TuningConfigurationEnableHeaders {\n location?: string;\n}\n\n/** Defines headers for TuningConfiguration_disable operation. */\nexport interface TuningConfigurationDisableHeaders {\n location?: string;\n}\n\n/** Defines headers for TuningConfiguration_startSession operation. */\nexport interface TuningConfigurationStartSessionHeaders {\n location?: string;\n}\n\n/** Defines headers for TuningConfiguration_stopSession operation. */\nexport interface TuningConfigurationStopSessionHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualEndpoints_create operation. */\nexport interface VirtualEndpointsCreateHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualEndpoints_update operation. */\nexport interface VirtualEndpointsUpdateHeaders {\n location?: string;\n}\n\n/** Defines headers for VirtualEndpoints_delete operation. */\nexport interface VirtualEndpointsDeleteHeaders {\n location?: string;\n}\n\n/** Known values of {@link PrincipalType} that the service accepts. */\nexport enum KnownPrincipalType {\n /** Unknown */\n Unknown = \"Unknown\",\n /** User */\n User = \"User\",\n /** Group */\n Group = \"Group\",\n /** ServicePrincipal */\n ServicePrincipal = \"ServicePrincipal\",\n}\n\n/**\n * Defines values for PrincipalType. \\\n * {@link KnownPrincipalType} can be used interchangeably with PrincipalType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Unknown** \\\n * **User** \\\n * **Group** \\\n * **ServicePrincipal**\n */\nexport type PrincipalType = string;\n\n/** Known values of {@link CreatedByType} that the service accepts. */\nexport enum KnownCreatedByType {\n /** User */\n User = \"User\",\n /** Application */\n Application = \"Application\",\n /** ManagedIdentity */\n ManagedIdentity = \"ManagedIdentity\",\n /** Key */\n Key = \"Key\",\n}\n\n/**\n * Defines values for CreatedByType. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User** \\\n * **Application** \\\n * **ManagedIdentity** \\\n * **Key**\n */\nexport type CreatedByType = string;\n\n/** Known values of {@link Origin} that the service accepts. */\nexport enum KnownOrigin {\n /** Full */\n Full = \"Full\",\n /** CustomerOnDemand */\n CustomerOnDemand = \"Customer On-Demand\",\n}\n\n/**\n * Defines values for Origin. \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Full** \\\n * **Customer On-Demand**\n */\nexport type Origin = string;\n\n/** Known values of {@link HaMode} that the service accepts. */\nexport enum KnownHaMode {\n /** SameZone */\n SameZone = \"SameZone\",\n /** ZoneRedundant */\n ZoneRedundant = \"ZoneRedundant\",\n}\n\n/**\n * Defines values for HaMode. \\\n * {@link KnownHaMode} can be used interchangeably with HaMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SameZone** \\\n * **ZoneRedundant**\n */\nexport type HaMode = string;\n\n/** Known values of {@link SupportedFeatureStatusEnum} that the service accepts. */\nexport enum KnownSupportedFeatureStatusEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for SupportedFeatureStatusEnum. \\\n * {@link KnownSupportedFeatureStatusEnum} can be used interchangeably with SupportedFeatureStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type SupportedFeatureStatusEnum = string;\n\n/** Known values of {@link FastProvisioningSupportedEnum} that the service accepts. */\nexport enum KnownFastProvisioningSupportedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for FastProvisioningSupportedEnum. \\\n * {@link KnownFastProvisioningSupportedEnum} can be used interchangeably with FastProvisioningSupportedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type FastProvisioningSupportedEnum = string;\n\n/** Known values of {@link GeoBackupSupportedEnum} that the service accepts. */\nexport enum KnownGeoBackupSupportedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for GeoBackupSupportedEnum. \\\n * {@link KnownGeoBackupSupportedEnum} can be used interchangeably with GeoBackupSupportedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type GeoBackupSupportedEnum = string;\n\n/** Known values of {@link ZoneRedundantHaSupportedEnum} that the service accepts. */\nexport enum KnownZoneRedundantHaSupportedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ZoneRedundantHaSupportedEnum. \\\n * {@link KnownZoneRedundantHaSupportedEnum} can be used interchangeably with ZoneRedundantHaSupportedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ZoneRedundantHaSupportedEnum = string;\n\n/** Known values of {@link ZoneRedundantHaAndGeoBackupSupportedEnum} that the service accepts. */\nexport enum KnownZoneRedundantHaAndGeoBackupSupportedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ZoneRedundantHaAndGeoBackupSupportedEnum. \\\n * {@link KnownZoneRedundantHaAndGeoBackupSupportedEnum} can be used interchangeably with ZoneRedundantHaAndGeoBackupSupportedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ZoneRedundantHaAndGeoBackupSupportedEnum = string;\n\n/** Known values of {@link StorageAutoGrowthSupportedEnum} that the service accepts. */\nexport enum KnownStorageAutoGrowthSupportedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for StorageAutoGrowthSupportedEnum. \\\n * {@link KnownStorageAutoGrowthSupportedEnum} can be used interchangeably with StorageAutoGrowthSupportedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type StorageAutoGrowthSupportedEnum = string;\n\n/** Known values of {@link OnlineResizeSupportedEnum} that the service accepts. */\nexport enum KnownOnlineResizeSupportedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for OnlineResizeSupportedEnum. \\\n * {@link KnownOnlineResizeSupportedEnum} can be used interchangeably with OnlineResizeSupportedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type OnlineResizeSupportedEnum = string;\n\n/** Known values of {@link RestrictedEnum} that the service accepts. */\nexport enum KnownRestrictedEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for RestrictedEnum. \\\n * {@link KnownRestrictedEnum} can be used interchangeably with RestrictedEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type RestrictedEnum = string;\n\n/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */\nexport enum KnownCheckNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for CheckNameAvailabilityReason. \\\n * {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type CheckNameAvailabilityReason = string;\n\n/** Known values of {@link ConfigurationDataType} that the service accepts. */\nexport enum KnownConfigurationDataType {\n /** Boolean */\n Boolean = \"Boolean\",\n /** Numeric */\n Numeric = \"Numeric\",\n /** Integer */\n Integer = \"Integer\",\n /** Enumeration */\n Enumeration = \"Enumeration\",\n}\n\n/**\n * Defines values for ConfigurationDataType. \\\n * {@link KnownConfigurationDataType} can be used interchangeably with ConfigurationDataType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Boolean** \\\n * **Numeric** \\\n * **Integer** \\\n * **Enumeration**\n */\nexport type ConfigurationDataType = string;\n\n/** Known values of {@link SkuTier} that the service accepts. */\nexport enum KnownSkuTier {\n /** Burstable */\n Burstable = \"Burstable\",\n /** GeneralPurpose */\n GeneralPurpose = \"GeneralPurpose\",\n /** MemoryOptimized */\n MemoryOptimized = \"MemoryOptimized\",\n}\n\n/**\n * Defines values for SkuTier. \\\n * {@link KnownSkuTier} can be used interchangeably with SkuTier,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Burstable** \\\n * **GeneralPurpose** \\\n * **MemoryOptimized**\n */\nexport type SkuTier = string;\n\n/** Known values of {@link IdentityType} that the service accepts. */\nexport enum KnownIdentityType {\n /** None */\n None = \"None\",\n /** UserAssigned */\n UserAssigned = \"UserAssigned\",\n /** SystemAssigned */\n SystemAssigned = \"SystemAssigned\",\n /** SystemAssignedUserAssigned */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Defines values for IdentityType. \\\n * {@link KnownIdentityType} can be used interchangeably with IdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **UserAssigned** \\\n * **SystemAssigned** \\\n * **SystemAssigned,UserAssigned**\n */\nexport type IdentityType = string;\n\n/** Known values of {@link ServerVersion} that the service accepts. */\nexport enum KnownServerVersion {\n /** Seventeen */\n Seventeen = \"17\",\n /** Sixteen */\n Sixteen = \"16\",\n /** Fifteen */\n Fifteen = \"15\",\n /** Fourteen */\n Fourteen = \"14\",\n /** Thirteen */\n Thirteen = \"13\",\n /** Twelve */\n Twelve = \"12\",\n /** Eleven */\n Eleven = \"11\",\n}\n\n/**\n * Defines values for ServerVersion. \\\n * {@link KnownServerVersion} can be used interchangeably with ServerVersion,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **17** \\\n * **16** \\\n * **15** \\\n * **14** \\\n * **13** \\\n * **12** \\\n * **11**\n */\nexport type ServerVersion = string;\n\n/** Known values of {@link ServerState} that the service accepts. */\nexport enum KnownServerState {\n /** Ready */\n Ready = \"Ready\",\n /** Dropping */\n Dropping = \"Dropping\",\n /** Disabled */\n Disabled = \"Disabled\",\n /** Starting */\n Starting = \"Starting\",\n /** Stopping */\n Stopping = \"Stopping\",\n /** Stopped */\n Stopped = \"Stopped\",\n /** Updating */\n Updating = \"Updating\",\n /** Restarting */\n Restarting = \"Restarting\",\n /** Inaccessible */\n Inaccessible = \"Inaccessible\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n}\n\n/**\n * Defines values for ServerState. \\\n * {@link KnownServerState} can be used interchangeably with ServerState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Ready** \\\n * **Dropping** \\\n * **Disabled** \\\n * **Starting** \\\n * **Stopping** \\\n * **Stopped** \\\n * **Updating** \\\n * **Restarting** \\\n * **Inaccessible** \\\n * **Provisioning**\n */\nexport type ServerState = string;\n\n/** Known values of {@link StorageAutoGrow} that the service accepts. */\nexport enum KnownStorageAutoGrow {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for StorageAutoGrow. \\\n * {@link KnownStorageAutoGrow} can be used interchangeably with StorageAutoGrow,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type StorageAutoGrow = string;\n\n/** Known values of {@link AzureManagedDiskPerformanceTiers} that the service accepts. */\nexport enum KnownAzureManagedDiskPerformanceTiers {\n /** P1 */\n P1 = \"P1\",\n /** P2 */\n P2 = \"P2\",\n /** P3 */\n P3 = \"P3\",\n /** P4 */\n P4 = \"P4\",\n /** P6 */\n P6 = \"P6\",\n /** P10 */\n P10 = \"P10\",\n /** P15 */\n P15 = \"P15\",\n /** P20 */\n P20 = \"P20\",\n /** P30 */\n P30 = \"P30\",\n /** P40 */\n P40 = \"P40\",\n /** P50 */\n P50 = \"P50\",\n /** P60 */\n P60 = \"P60\",\n /** P70 */\n P70 = \"P70\",\n /** P80 */\n P80 = \"P80\",\n}\n\n/**\n * Defines values for AzureManagedDiskPerformanceTiers. \\\n * {@link KnownAzureManagedDiskPerformanceTiers} can be used interchangeably with AzureManagedDiskPerformanceTiers,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **P1** \\\n * **P2** \\\n * **P3** \\\n * **P4** \\\n * **P6** \\\n * **P10** \\\n * **P15** \\\n * **P20** \\\n * **P30** \\\n * **P40** \\\n * **P50** \\\n * **P60** \\\n * **P70** \\\n * **P80**\n */\nexport type AzureManagedDiskPerformanceTiers = string;\n\n/** Known values of {@link StorageType} that the service accepts. */\nexport enum KnownStorageType {\n /** PremiumLRS */\n PremiumLRS = \"Premium_LRS\",\n /** PremiumV2LRS */\n PremiumV2LRS = \"PremiumV2_LRS\",\n /** UltraSSDLRS */\n UltraSSDLRS = \"UltraSSD_LRS\",\n}\n\n/**\n * Defines values for StorageType. \\\n * {@link KnownStorageType} can be used interchangeably with StorageType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Premium_LRS** \\\n * **PremiumV2_LRS** \\\n * **UltraSSD_LRS**\n */\nexport type StorageType = string;\n\n/** Known values of {@link ActiveDirectoryAuthEnum} that the service accepts. */\nexport enum KnownActiveDirectoryAuthEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ActiveDirectoryAuthEnum. \\\n * {@link KnownActiveDirectoryAuthEnum} can be used interchangeably with ActiveDirectoryAuthEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ActiveDirectoryAuthEnum = string;\n\n/** Known values of {@link PasswordAuthEnum} that the service accepts. */\nexport enum KnownPasswordAuthEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for PasswordAuthEnum. \\\n * {@link KnownPasswordAuthEnum} can be used interchangeably with PasswordAuthEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type PasswordAuthEnum = string;\n\n/** Known values of {@link ArmServerKeyType} that the service accepts. */\nexport enum KnownArmServerKeyType {\n /** SystemManaged */\n SystemManaged = \"SystemManaged\",\n /** AzureKeyVault */\n AzureKeyVault = \"AzureKeyVault\",\n}\n\n/**\n * Defines values for ArmServerKeyType. \\\n * {@link KnownArmServerKeyType} can be used interchangeably with ArmServerKeyType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **SystemManaged** \\\n * **AzureKeyVault**\n */\nexport type ArmServerKeyType = string;\n\n/** Known values of {@link KeyStatusEnum} that the service accepts. */\nexport enum KnownKeyStatusEnum {\n /** Valid */\n Valid = \"Valid\",\n /** Invalid */\n Invalid = \"Invalid\",\n}\n\n/**\n * Defines values for KeyStatusEnum. \\\n * {@link KnownKeyStatusEnum} can be used interchangeably with KeyStatusEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Valid** \\\n * **Invalid**\n */\nexport type KeyStatusEnum = string;\n\n/** Known values of {@link GeoRedundantBackupEnum} that the service accepts. */\nexport enum KnownGeoRedundantBackupEnum {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for GeoRedundantBackupEnum. \\\n * {@link KnownGeoRedundantBackupEnum} can be used interchangeably with GeoRedundantBackupEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type GeoRedundantBackupEnum = string;\n\n/** Known values of {@link ServerPublicNetworkAccessState} that the service accepts. */\nexport enum KnownServerPublicNetworkAccessState {\n /** Enabled */\n Enabled = \"Enabled\",\n /** Disabled */\n Disabled = \"Disabled\",\n}\n\n/**\n * Defines values for ServerPublicNetworkAccessState. \\\n * {@link KnownServerPublicNetworkAccessState} can be used interchangeably with ServerPublicNetworkAccessState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Enabled** \\\n * **Disabled**\n */\nexport type ServerPublicNetworkAccessState = string;\n\n/** Known values of {@link HighAvailabilityMode} that the service accepts. */\nexport enum KnownHighAvailabilityMode {\n /** Disabled */\n Disabled = \"Disabled\",\n /** ZoneRedundant */\n ZoneRedundant = \"ZoneRedundant\",\n /** SameZone */\n SameZone = \"SameZone\",\n}\n\n/**\n * Defines values for HighAvailabilityMode. \\\n * {@link KnownHighAvailabilityMode} can be used interchangeably with HighAvailabilityMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Disabled** \\\n * **ZoneRedundant** \\\n * **SameZone**\n */\nexport type HighAvailabilityMode = string;\n\n/** Known values of {@link ServerHAState} that the service accepts. */\nexport enum KnownServerHAState {\n /** NotEnabled */\n NotEnabled = \"NotEnabled\",\n /** CreatingStandby */\n CreatingStandby = \"CreatingStandby\",\n /** ReplicatingData */\n ReplicatingData = \"ReplicatingData\",\n /** FailingOver */\n FailingOver = \"FailingOver\",\n /** Healthy */\n Healthy = \"Healthy\",\n /** RemovingStandby */\n RemovingStandby = \"RemovingStandby\",\n}\n\n/**\n * Defines values for ServerHAState. \\\n * {@link KnownServerHAState} can be used interchangeably with ServerHAState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotEnabled** \\\n * **CreatingStandby** \\\n * **ReplicatingData** \\\n * **FailingOver** \\\n * **Healthy** \\\n * **RemovingStandby**\n */\nexport type ServerHAState = string;\n\n/** Known values of {@link ReplicationRole} that the service accepts. */\nexport enum KnownReplicationRole {\n /** None */\n None = \"None\",\n /** Primary */\n Primary = \"Primary\",\n /** AsyncReplica */\n AsyncReplica = \"AsyncReplica\",\n /** GeoAsyncReplica */\n GeoAsyncReplica = \"GeoAsyncReplica\",\n}\n\n/**\n * Defines values for ReplicationRole. \\\n * {@link KnownReplicationRole} can be used interchangeably with ReplicationRole,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None** \\\n * **Primary** \\\n * **AsyncReplica** \\\n * **GeoAsyncReplica**\n */\nexport type ReplicationRole = string;\n\n/** Known values of {@link ReplicationState} that the service accepts. */\nexport enum KnownReplicationState {\n /** Active */\n Active = \"Active\",\n /** Catchup */\n Catchup = \"Catchup\",\n /** Provisioning */\n Provisioning = \"Provisioning\",\n /** Updating */\n Updating = \"Updating\",\n /** Broken */\n Broken = \"Broken\",\n /** Reconfiguring */\n Reconfiguring = \"Reconfiguring\",\n}\n\n/**\n * Defines values for ReplicationState. \\\n * {@link KnownReplicationState} can be used interchangeably with ReplicationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **Catchup** \\\n * **Provisioning** \\\n * **Updating** \\\n * **Broken** \\\n * **Reconfiguring**\n */\nexport type ReplicationState = string;\n\n/** Known values of {@link ReadReplicaPromoteMode} that the service accepts. */\nexport enum KnownReadReplicaPromoteMode {\n /** Standalone */\n Standalone = \"standalone\",\n /** Switchover */\n Switchover = \"switchover\",\n}\n\n/**\n * Defines values for ReadReplicaPromoteMode. \\\n * {@link KnownReadReplicaPromoteMode} can be used interchangeably with ReadReplicaPromoteMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **standalone** \\\n * **switchover**\n */\nexport type ReadReplicaPromoteMode = string;\n\n/** Known values of {@link ReplicationPromoteOption} that the service accepts. */\nexport enum KnownReplicationPromoteOption {\n /** Planned */\n Planned = \"planned\",\n /** Forced */\n Forced = \"forced\",\n}\n\n/**\n * Defines values for ReplicationPromoteOption. \\\n * {@link KnownReplicationPromoteOption} can be used interchangeably with ReplicationPromoteOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **planned** \\\n * **forced**\n */\nexport type ReplicationPromoteOption = string;\n\n/** Known values of {@link CreateMode} that the service accepts. */\nexport enum KnownCreateMode {\n /** Default */\n Default = \"Default\",\n /** Create */\n Create = \"Create\",\n /** Update */\n Update = \"Update\",\n /** PointInTimeRestore */\n PointInTimeRestore = \"PointInTimeRestore\",\n /** GeoRestore */\n GeoRestore = \"GeoRestore\",\n /** Replica */\n Replica = \"Replica\",\n /** ReviveDropped */\n ReviveDropped = \"ReviveDropped\",\n}\n\n/**\n * Defines values for CreateMode. \\\n * {@link KnownCreateMode} can be used interchangeably with CreateMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **Create** \\\n * **Update** \\\n * **PointInTimeRestore** \\\n * **GeoRestore** \\\n * **Replica** \\\n * **ReviveDropped**\n */\nexport type CreateMode = string;\n\n/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */\nexport enum KnownPrivateEndpointServiceConnectionStatus {\n /** Pending */\n Pending = \"Pending\",\n /** Approved */\n Approved = \"Approved\",\n /** Rejected */\n Rejected = \"Rejected\",\n}\n\n/**\n * Defines values for PrivateEndpointServiceConnectionStatus. \\\n * {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Pending** \\\n * **Approved** \\\n * **Rejected**\n */\nexport type PrivateEndpointServiceConnectionStatus = string;\n\n/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */\nexport enum KnownPrivateEndpointConnectionProvisioningState {\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Creating */\n Creating = \"Creating\",\n /** Deleting */\n Deleting = \"Deleting\",\n /** Failed */\n Failed = \"Failed\",\n}\n\n/**\n * Defines values for PrivateEndpointConnectionProvisioningState. \\\n * {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Succeeded** \\\n * **Creating** \\\n * **Deleting** \\\n * **Failed**\n */\nexport type PrivateEndpointConnectionProvisioningState = string;\n\n/** Known values of {@link CreateModeForUpdate} that the service accepts. */\nexport enum KnownCreateModeForUpdate {\n /** Default */\n Default = \"Default\",\n /** Update */\n Update = \"Update\",\n}\n\n/**\n * Defines values for CreateModeForUpdate. \\\n * {@link KnownCreateModeForUpdate} can be used interchangeably with CreateModeForUpdate,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **Update**\n */\nexport type CreateModeForUpdate = string;\n\n/** Known values of {@link ExecutionStatus} that the service accepts. */\nexport enum KnownExecutionStatus {\n /** Running */\n Running = \"Running\",\n /** Cancelled */\n Cancelled = \"Cancelled\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n}\n\n/**\n * Defines values for ExecutionStatus. \\\n * {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Running** \\\n * **Cancelled** \\\n * **Failed** \\\n * **Succeeded**\n */\nexport type ExecutionStatus = string;\n\n/** Known values of {@link MigrationState} that the service accepts. */\nexport enum KnownMigrationState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** WaitingForUserAction */\n WaitingForUserAction = \"WaitingForUserAction\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** ValidationFailed */\n ValidationFailed = \"ValidationFailed\",\n /** CleaningUp */\n CleaningUp = \"CleaningUp\",\n}\n\n/**\n * Defines values for MigrationState. \\\n * {@link KnownMigrationState} can be used interchangeably with MigrationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **WaitingForUserAction** \\\n * **Canceled** \\\n * **Failed** \\\n * **Succeeded** \\\n * **ValidationFailed** \\\n * **CleaningUp**\n */\nexport type MigrationState = string;\n\n/** Known values of {@link MigrationSubState} that the service accepts. */\nexport enum KnownMigrationSubState {\n /** PerformingPreRequisiteSteps */\n PerformingPreRequisiteSteps = \"PerformingPreRequisiteSteps\",\n /** WaitingForLogicalReplicationSetupRequestOnSourceDB */\n WaitingForLogicalReplicationSetupRequestOnSourceDB = \"WaitingForLogicalReplicationSetupRequestOnSourceDB\",\n /** WaitingForDBsToMigrateSpecification */\n WaitingForDBsToMigrateSpecification = \"WaitingForDBsToMigrateSpecification\",\n /** WaitingForTargetDBOverwriteConfirmation */\n WaitingForTargetDBOverwriteConfirmation = \"WaitingForTargetDBOverwriteConfirmation\",\n /** WaitingForDataMigrationScheduling */\n WaitingForDataMigrationScheduling = \"WaitingForDataMigrationScheduling\",\n /** WaitingForDataMigrationWindow */\n WaitingForDataMigrationWindow = \"WaitingForDataMigrationWindow\",\n /** MigratingData */\n MigratingData = \"MigratingData\",\n /** WaitingForCutoverTrigger */\n WaitingForCutoverTrigger = \"WaitingForCutoverTrigger\",\n /** CompletingMigration */\n CompletingMigration = \"CompletingMigration\",\n /** Completed */\n Completed = \"Completed\",\n /** CancelingRequestedDBMigrations */\n CancelingRequestedDBMigrations = \"CancelingRequestedDBMigrations\",\n /** ValidationInProgress */\n ValidationInProgress = \"ValidationInProgress\",\n}\n\n/**\n * Defines values for MigrationSubState. \\\n * {@link KnownMigrationSubState} can be used interchangeably with MigrationSubState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PerformingPreRequisiteSteps** \\\n * **WaitingForLogicalReplicationSetupRequestOnSourceDB** \\\n * **WaitingForDBsToMigrateSpecification** \\\n * **WaitingForTargetDBOverwriteConfirmation** \\\n * **WaitingForDataMigrationScheduling** \\\n * **WaitingForDataMigrationWindow** \\\n * **MigratingData** \\\n * **WaitingForCutoverTrigger** \\\n * **CompletingMigration** \\\n * **Completed** \\\n * **CancelingRequestedDBMigrations** \\\n * **ValidationInProgress**\n */\nexport type MigrationSubState = string;\n\n/** Known values of {@link MigrationDbState} that the service accepts. */\nexport enum KnownMigrationDbState {\n /** InProgress */\n InProgress = \"InProgress\",\n /** WaitingForCutoverTrigger */\n WaitingForCutoverTrigger = \"WaitingForCutoverTrigger\",\n /** Failed */\n Failed = \"Failed\",\n /** Canceled */\n Canceled = \"Canceled\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Canceling */\n Canceling = \"Canceling\",\n}\n\n/**\n * Defines values for MigrationDbState. \\\n * {@link KnownMigrationDbState} can be used interchangeably with MigrationDbState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **InProgress** \\\n * **WaitingForCutoverTrigger** \\\n * **Failed** \\\n * **Canceled** \\\n * **Succeeded** \\\n * **Canceling**\n */\nexport type MigrationDbState = string;\n\n/** Known values of {@link ValidationState} that the service accepts. */\nexport enum KnownValidationState {\n /** Failed */\n Failed = \"Failed\",\n /** Succeeded */\n Succeeded = \"Succeeded\",\n /** Warning */\n Warning = \"Warning\",\n}\n\n/**\n * Defines values for ValidationState. \\\n * {@link KnownValidationState} can be used interchangeably with ValidationState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Failed** \\\n * **Succeeded** \\\n * **Warning**\n */\nexport type ValidationState = string;\n\n/** Known values of {@link MigrationMode} that the service accepts. */\nexport enum KnownMigrationMode {\n /** Offline */\n Offline = \"Offline\",\n /** Online */\n Online = \"Online\",\n}\n\n/**\n * Defines values for MigrationMode. \\\n * {@link KnownMigrationMode} can be used interchangeably with MigrationMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Offline** \\\n * **Online**\n */\nexport type MigrationMode = string;\n\n/** Known values of {@link MigrationOption} that the service accepts. */\nexport enum KnownMigrationOption {\n /** Validate */\n Validate = \"Validate\",\n /** Migrate */\n Migrate = \"Migrate\",\n /** ValidateAndMigrate */\n ValidateAndMigrate = \"ValidateAndMigrate\",\n}\n\n/**\n * Defines values for MigrationOption. \\\n * {@link KnownMigrationOption} can be used interchangeably with MigrationOption,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Validate** \\\n * **Migrate** \\\n * **ValidateAndMigrate**\n */\nexport type MigrationOption = string;\n\n/** Known values of {@link SourceType} that the service accepts. */\nexport enum KnownSourceType {\n /** OnPremises */\n OnPremises = \"OnPremises\",\n /** AWS */\n AWS = \"AWS\",\n /** GCP */\n GCP = \"GCP\",\n /** AzureVM */\n AzureVM = \"AzureVM\",\n /** PostgreSQLSingleServer */\n PostgreSQLSingleServer = \"PostgreSQLSingleServer\",\n /** AWSRDS */\n AWSRDS = \"AWS_RDS\",\n /** AWSAurora */\n AWSAurora = \"AWS_AURORA\",\n /** AWSEC2 */\n AWSEC2 = \"AWS_EC2\",\n /** GCPCloudSQL */\n GCPCloudSQL = \"GCP_CloudSQL\",\n /** GCPAlloyDB */\n GCPAlloyDB = \"GCP_AlloyDB\",\n /** GCPCompute */\n GCPCompute = \"GCP_Compute\",\n /** EDB */\n EDB = \"EDB\",\n /** EDBOracleServer */\n EDBOracleServer = \"EDB_Oracle_Server\",\n /** EDBPostgreSQL */\n EDBPostgreSQL = \"EDB_PostgreSQL\",\n /** PostgreSQLFlexibleServer */\n PostgreSQLFlexibleServer = \"PostgreSQLFlexibleServer\",\n /** PostgreSQLCosmosDB */\n PostgreSQLCosmosDB = \"PostgreSQLCosmosDB\",\n /** HuaweiRDS */\n HuaweiRDS = \"Huawei_RDS\",\n /** HuaweiCompute */\n HuaweiCompute = \"Huawei_Compute\",\n /** HerokuPostgreSQL */\n HerokuPostgreSQL = \"Heroku_PostgreSQL\",\n /** CrunchyPostgreSQL */\n CrunchyPostgreSQL = \"Crunchy_PostgreSQL\",\n /** ApsaraDBRDS */\n ApsaraDBRDS = \"ApsaraDB_RDS\",\n /** DigitalOceanDroplets */\n DigitalOceanDroplets = \"Digital_Ocean_Droplets\",\n /** DigitalOceanPostgreSQL */\n DigitalOceanPostgreSQL = \"Digital_Ocean_PostgreSQL\",\n /** SupabasePostgreSQL */\n SupabasePostgreSQL = \"Supabase_PostgreSQL\",\n}\n\n/**\n * Defines values for SourceType. \\\n * {@link KnownSourceType} can be used interchangeably with SourceType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **OnPremises** \\\n * **AWS** \\\n * **GCP** \\\n * **AzureVM** \\\n * **PostgreSQLSingleServer** \\\n * **AWS_RDS** \\\n * **AWS_AURORA** \\\n * **AWS_EC2** \\\n * **GCP_CloudSQL** \\\n * **GCP_AlloyDB** \\\n * **GCP_Compute** \\\n * **EDB** \\\n * **EDB_Oracle_Server** \\\n * **EDB_PostgreSQL** \\\n * **PostgreSQLFlexibleServer** \\\n * **PostgreSQLCosmosDB** \\\n * **Huawei_RDS** \\\n * **Huawei_Compute** \\\n * **Heroku_PostgreSQL** \\\n * **Crunchy_PostgreSQL** \\\n * **ApsaraDB_RDS** \\\n * **Digital_Ocean_Droplets** \\\n * **Digital_Ocean_PostgreSQL** \\\n * **Supabase_PostgreSQL**\n */\nexport type SourceType = string;\n\n/** Known values of {@link SslMode} that the service accepts. */\nexport enum KnownSslMode {\n /** Prefer */\n Prefer = \"Prefer\",\n /** Require */\n Require = \"Require\",\n /** VerifyCA */\n VerifyCA = \"VerifyCA\",\n /** VerifyFull */\n VerifyFull = \"VerifyFull\",\n}\n\n/**\n * Defines values for SslMode. \\\n * {@link KnownSslMode} can be used interchangeably with SslMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Prefer** \\\n * **Require** \\\n * **VerifyCA** \\\n * **VerifyFull**\n */\nexport type SslMode = string;\n\n/** Known values of {@link LogicalReplicationOnSourceDbEnum} that the service accepts. */\nexport enum KnownLogicalReplicationOnSourceDbEnum {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for LogicalReplicationOnSourceDbEnum. \\\n * {@link KnownLogicalReplicationOnSourceDbEnum} can be used interchangeably with LogicalReplicationOnSourceDbEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type LogicalReplicationOnSourceDbEnum = string;\n\n/** Known values of {@link OverwriteDbsInTargetEnum} that the service accepts. */\nexport enum KnownOverwriteDbsInTargetEnum {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for OverwriteDbsInTargetEnum. \\\n * {@link KnownOverwriteDbsInTargetEnum} can be used interchangeably with OverwriteDbsInTargetEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type OverwriteDbsInTargetEnum = string;\n\n/** Known values of {@link MigrateRolesEnum} that the service accepts. */\nexport enum KnownMigrateRolesEnum {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for MigrateRolesEnum. \\\n * {@link KnownMigrateRolesEnum} can be used interchangeably with MigrateRolesEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type MigrateRolesEnum = string;\n\n/** Known values of {@link StartDataMigrationEnum} that the service accepts. */\nexport enum KnownStartDataMigrationEnum {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for StartDataMigrationEnum. \\\n * {@link KnownStartDataMigrationEnum} can be used interchangeably with StartDataMigrationEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type StartDataMigrationEnum = string;\n\n/** Known values of {@link TriggerCutoverEnum} that the service accepts. */\nexport enum KnownTriggerCutoverEnum {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for TriggerCutoverEnum. \\\n * {@link KnownTriggerCutoverEnum} can be used interchangeably with TriggerCutoverEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type TriggerCutoverEnum = string;\n\n/** Known values of {@link CancelEnum} that the service accepts. */\nexport enum KnownCancelEnum {\n /** True */\n True = \"True\",\n /** False */\n False = \"False\",\n}\n\n/**\n * Defines values for CancelEnum. \\\n * {@link KnownCancelEnum} can be used interchangeably with CancelEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **True** \\\n * **False**\n */\nexport type CancelEnum = string;\n\n/** Known values of {@link MigrationListFilter} that the service accepts. */\nexport enum KnownMigrationListFilter {\n /** Active */\n Active = \"Active\",\n /** All */\n All = \"All\",\n}\n\n/**\n * Defines values for MigrationListFilter. \\\n * {@link KnownMigrationListFilter} can be used interchangeably with MigrationListFilter,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Active** \\\n * **All**\n */\nexport type MigrationListFilter = string;\n\n/** Known values of {@link MigrationNameAvailabilityReason} that the service accepts. */\nexport enum KnownMigrationNameAvailabilityReason {\n /** Invalid */\n Invalid = \"Invalid\",\n /** AlreadyExists */\n AlreadyExists = \"AlreadyExists\",\n}\n\n/**\n * Defines values for MigrationNameAvailabilityReason. \\\n * {@link KnownMigrationNameAvailabilityReason} can be used interchangeably with MigrationNameAvailabilityReason,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Invalid** \\\n * **AlreadyExists**\n */\nexport type MigrationNameAvailabilityReason = string;\n\n/** Known values of {@link OperationOrigin} that the service accepts. */\nexport enum KnownOperationOrigin {\n /** NotSpecified */\n NotSpecified = \"NotSpecified\",\n /** User */\n User = \"user\",\n /** System */\n System = \"system\",\n}\n\n/**\n * Defines values for OperationOrigin. \\\n * {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **NotSpecified** \\\n * **user** \\\n * **system**\n */\nexport type OperationOrigin = string;\n\n/** Known values of {@link FailoverMode} that the service accepts. */\nexport enum KnownFailoverMode {\n /** PlannedFailover */\n PlannedFailover = \"PlannedFailover\",\n /** ForcedFailover */\n ForcedFailover = \"ForcedFailover\",\n /** PlannedSwitchover */\n PlannedSwitchover = \"PlannedSwitchover\",\n /** ForcedSwitchover */\n ForcedSwitchover = \"ForcedSwitchover\",\n}\n\n/**\n * Defines values for FailoverMode. \\\n * {@link KnownFailoverMode} can be used interchangeably with FailoverMode,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PlannedFailover** \\\n * **ForcedFailover** \\\n * **PlannedSwitchover** \\\n * **ForcedSwitchover**\n */\nexport type FailoverMode = string;\n\n/** Known values of {@link ThreatProtectionName} that the service accepts. */\nexport enum KnownThreatProtectionName {\n /** Default */\n Default = \"Default\",\n}\n\n/**\n * Defines values for ThreatProtectionName. \\\n * {@link KnownThreatProtectionName} can be used interchangeably with ThreatProtectionName,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default**\n */\nexport type ThreatProtectionName = string;\n\n/** Known values of {@link TuningOptionEnum} that the service accepts. */\nexport enum KnownTuningOptionEnum {\n /** Index */\n Index = \"index\",\n /** Configuration */\n Configuration = \"configuration\",\n}\n\n/**\n * Defines values for TuningOptionEnum. \\\n * {@link KnownTuningOptionEnum} can be used interchangeably with TuningOptionEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **index** \\\n * **configuration**\n */\nexport type TuningOptionEnum = string;\n\n/** Known values of {@link RecommendationType} that the service accepts. */\nexport enum KnownRecommendationType {\n /** CreateIndex */\n CreateIndex = \"CreateIndex\",\n /** DropIndex */\n DropIndex = \"DropIndex\",\n}\n\n/**\n * Defines values for RecommendationType. \\\n * {@link KnownRecommendationType} can be used interchangeably with RecommendationType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CreateIndex** \\\n * **DropIndex**\n */\nexport type RecommendationType = string;\n\n/** Known values of {@link RecommendationTypeEnum} that the service accepts. */\nexport enum KnownRecommendationTypeEnum {\n /** CreateIndex */\n CreateIndex = \"CreateIndex\",\n /** DropIndex */\n DropIndex = \"DropIndex\",\n /** ReIndex */\n ReIndex = \"ReIndex\",\n}\n\n/**\n * Defines values for RecommendationTypeEnum. \\\n * {@link KnownRecommendationTypeEnum} can be used interchangeably with RecommendationTypeEnum,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **CreateIndex** \\\n * **DropIndex** \\\n * **ReIndex**\n */\nexport type RecommendationTypeEnum = string;\n\n/** Known values of {@link VirtualEndpointType} that the service accepts. */\nexport enum KnownVirtualEndpointType {\n /** ReadWrite */\n ReadWrite = \"ReadWrite\",\n}\n\n/**\n * Defines values for VirtualEndpointType. \\\n * {@link KnownVirtualEndpointType} can be used interchangeably with VirtualEndpointType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **ReadWrite**\n */\nexport type VirtualEndpointType = string;\n\n/** Known values of {@link MigrationDetailsLevel} that the service accepts. */\nexport enum KnownMigrationDetailsLevel {\n /** Default */\n Default = \"Default\",\n /** Summary */\n Summary = \"Summary\",\n /** Full */\n Full = \"Full\",\n}\n\n/**\n * Defines values for MigrationDetailsLevel. \\\n * {@link KnownMigrationDetailsLevel} can be used interchangeably with MigrationDetailsLevel,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Default** \\\n * **Summary** \\\n * **Full**\n */\nexport type MigrationDetailsLevel = string;\n/** Defines values for CapabilityStatus. */\nexport type CapabilityStatus = \"Visible\" | \"Available\" | \"Default\" | \"Disabled\";\n/** Defines values for ThreatProtectionState. */\nexport type ThreatProtectionState = \"Enabled\" | \"Disabled\";\n\n/** Optional parameters. */\nexport interface AdministratorsCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type AdministratorsCreateResponse = ActiveDirectoryAdministrator;\n\n/** Optional parameters. */\nexport interface AdministratorsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface AdministratorsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type AdministratorsGetResponse = ActiveDirectoryAdministrator;\n\n/** Optional parameters. */\nexport interface AdministratorsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type AdministratorsListByServerResponse = AdministratorListResult;\n\n/** Optional parameters. */\nexport interface AdministratorsListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type AdministratorsListByServerNextResponse = AdministratorListResult;\n\n/** Optional parameters. */\nexport interface BackupsCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type BackupsCreateResponse = ServerBackup;\n\n/** Optional parameters. */\nexport interface BackupsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type BackupsDeleteResponse = BackupsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface BackupsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type BackupsGetResponse = ServerBackup;\n\n/** Optional parameters. */\nexport interface BackupsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type BackupsListByServerResponse = ServerBackupListResult;\n\n/** Optional parameters. */\nexport interface BackupsListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type BackupsListByServerNextResponse = ServerBackupListResult;\n\n/** Optional parameters. */\nexport interface LocationBasedCapabilitiesExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type LocationBasedCapabilitiesExecuteResponse = CapabilitiesListResult;\n\n/** Optional parameters. */\nexport interface LocationBasedCapabilitiesExecuteNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the executeNext operation. */\nexport type LocationBasedCapabilitiesExecuteNextResponse = CapabilitiesListResult;\n\n/** Optional parameters. */\nexport interface ServerCapabilitiesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ServerCapabilitiesListResponse = CapabilitiesListResult;\n\n/** Optional parameters. */\nexport interface ServerCapabilitiesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ServerCapabilitiesListNextResponse = CapabilitiesListResult;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type CheckNameAvailabilityExecuteResponse = NameAvailability;\n\n/** Optional parameters. */\nexport interface CheckNameAvailabilityWithLocationExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type CheckNameAvailabilityWithLocationExecuteResponse = NameAvailability;\n\n/** Optional parameters. */\nexport interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type ConfigurationsListByServerResponse = ConfigurationListResult;\n\n/** Optional parameters. */\nexport interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ConfigurationsGetResponse = Configuration;\n\n/** Optional parameters. */\nexport interface ConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ConfigurationsUpdateResponse = Configuration;\n\n/** Optional parameters. */\nexport interface ConfigurationsPutOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the put operation. */\nexport type ConfigurationsPutResponse = Configuration;\n\n/** Optional parameters. */\nexport interface ConfigurationsListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type ConfigurationsListByServerNextResponse = ConfigurationListResult;\n\n/** Optional parameters. */\nexport interface DatabasesCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type DatabasesCreateResponse = Database;\n\n/** Optional parameters. */\nexport interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface DatabasesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type DatabasesGetResponse = Database;\n\n/** Optional parameters. */\nexport interface DatabasesListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type DatabasesListByServerResponse = DatabaseListResult;\n\n/** Optional parameters. */\nexport interface DatabasesListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type DatabasesListByServerNextResponse = DatabaseListResult;\n\n/** Optional parameters. */\nexport interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type FirewallRulesCreateOrUpdateResponse = FirewallRule;\n\n/** Optional parameters. */\nexport interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type FirewallRulesGetResponse = FirewallRule;\n\n/** Optional parameters. */\nexport interface FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type FirewallRulesListByServerResponse = FirewallRuleListResult;\n\n/** Optional parameters. */\nexport interface FirewallRulesListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type FirewallRulesListByServerNextResponse = FirewallRuleListResult;\n\n/** Optional parameters. */\nexport interface ServersCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type ServersCreateResponse = Server;\n\n/** Optional parameters. */\nexport interface ServersUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type ServersUpdateResponse = Server;\n\n/** Optional parameters. */\nexport interface ServersDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServersGetResponse = Server;\n\n/** Optional parameters. */\nexport interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroup operation. */\nexport type ServersListByResourceGroupResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface ServersListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type ServersListResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface ServersRestartOptionalParams extends coreClient.OperationOptions {\n /** The parameters for restarting a server. */\n parameters?: RestartParameter;\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersStartOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersStopOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Optional parameters. */\nexport interface ServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByResourceGroupNext operation. */\nexport type ServersListByResourceGroupNextResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface ServersListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type ServersListNextResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface FlexibleServerTriggerLtrPreBackupOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the triggerLtrPreBackup operation. */\nexport type FlexibleServerTriggerLtrPreBackupResponse = FlexibleServerTriggerLtrPreBackupHeaders &\n LtrPreBackupResponse;\n\n/** Optional parameters. */\nexport interface FlexibleServerStartLtrBackupOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startLtrBackup operation. */\nexport type FlexibleServerStartLtrBackupResponse = FlexibleServerStartLtrBackupHeaders &\n LtrBackupResponse;\n\n/** Optional parameters. */\nexport interface LtrBackupOperationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type LtrBackupOperationsGetResponse = LtrServerBackupOperation;\n\n/** Optional parameters. */\nexport interface LtrBackupOperationsListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type LtrBackupOperationsListByServerResponse = LtrServerBackupOperationList;\n\n/** Optional parameters. */\nexport interface LtrBackupOperationsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type LtrBackupOperationsListByServerNextResponse = LtrServerBackupOperationList;\n\n/** Optional parameters. */\nexport interface MigrationsCreateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the create operation. */\nexport type MigrationsCreateResponse = MigrationResource;\n\n/** Optional parameters. */\nexport interface MigrationsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type MigrationsGetResponse = MigrationResource;\n\n/** Optional parameters. */\nexport interface MigrationsUpdateOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the update operation. */\nexport type MigrationsUpdateResponse = MigrationResource;\n\n/** Optional parameters. */\nexport interface MigrationsDeleteOptionalParams extends coreClient.OperationOptions {}\n\n/** Optional parameters. */\nexport interface MigrationsListByTargetServerOptionalParams extends coreClient.OperationOptions {\n /** Migration list filter. Retrieves either active migrations or all migrations. */\n migrationListFilter?: MigrationListFilter;\n}\n\n/** Contains response data for the listByTargetServer operation. */\nexport type MigrationsListByTargetServerResponse = MigrationResourceListResult;\n\n/** Optional parameters. */\nexport interface MigrationsListByTargetServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByTargetServerNext operation. */\nexport type MigrationsListByTargetServerNextResponse = MigrationResourceListResult;\n\n/** Optional parameters. */\nexport interface CheckMigrationNameAvailabilityOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the checkMigrationNameAvailability operation. */\nexport type CheckMigrationNameAvailabilityResponse = MigrationNameAvailabilityResource;\n\n/** Optional parameters. */\nexport interface OperationsListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type OperationsListResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface OperationsListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type OperationsListNextResponse = OperationListResult;\n\n/** Optional parameters. */\nexport interface GetPrivateDnsZoneSuffixExecuteOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type GetPrivateDnsZoneSuffixExecuteResponse = {\n /** The parsed response body. */\n body: string;\n};\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type PrivateEndpointConnectionsListByServerResponse = PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type PrivateEndpointConnectionsListByServerNextResponse =\n PrivateEndpointConnectionListResult;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnection;\n\n/** Optional parameters. */\nexport interface PrivateEndpointConnectionDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type PrivateEndpointConnectionDeleteResponse = PrivateEndpointConnectionDeleteHeaders;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type PrivateLinkResourcesListByServerResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type PrivateLinkResourcesGetResponse = PrivateLinkResource;\n\n/** Optional parameters. */\nexport interface PrivateLinkResourcesListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type PrivateLinkResourcesListByServerNextResponse = PrivateLinkResourceListResult;\n\n/** Optional parameters. */\nexport interface QuotaUsagesListOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the list operation. */\nexport type QuotaUsagesListResponse = QuotaUsagesListResult;\n\n/** Optional parameters. */\nexport interface QuotaUsagesListNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listNext operation. */\nexport type QuotaUsagesListNextResponse = QuotaUsagesListResult;\n\n/** Optional parameters. */\nexport interface ReplicasListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type ReplicasListByServerResponse = ServerListResult;\n\n/** Optional parameters. */\nexport interface LogFilesListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type LogFilesListByServerResponse = LogFileListResult;\n\n/** Optional parameters. */\nexport interface LogFilesListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type LogFilesListByServerNextResponse = LogFileListResult;\n\n/** Optional parameters. */\nexport interface ServerThreatProtectionSettingsListByServerOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type ServerThreatProtectionSettingsListByServerResponse = ServerThreatProtectionListResult;\n\n/** Optional parameters. */\nexport interface ServerThreatProtectionSettingsGetOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type ServerThreatProtectionSettingsGetResponse = ServerThreatProtectionSettingsModel;\n\n/** Optional parameters. */\nexport interface ServerThreatProtectionSettingsCreateOrUpdateOptionalParams\n extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the createOrUpdate operation. */\nexport type ServerThreatProtectionSettingsCreateOrUpdateResponse =\n ServerThreatProtectionSettingsModel;\n\n/** Optional parameters. */\nexport interface ServerThreatProtectionSettingsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type ServerThreatProtectionSettingsListByServerNextResponse =\n ServerThreatProtectionListResult;\n\n/** Optional parameters. */\nexport interface TuningOptionsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type TuningOptionsGetResponse = TuningOptionsResource;\n\n/** Optional parameters. */\nexport interface TuningOptionsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type TuningOptionsListByServerResponse = TuningOptionsListResult;\n\n/** Optional parameters. */\nexport interface TuningOptionsListByServerNextOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type TuningOptionsListByServerNextResponse = TuningOptionsListResult;\n\n/** Optional parameters. */\nexport interface TuningIndexListRecommendationsOptionalParams extends coreClient.OperationOptions {\n /** Recommendations list filter. Retrieves recommendations based on type. */\n recommendationType?: RecommendationType;\n}\n\n/** Contains response data for the listRecommendations operation. */\nexport type TuningIndexListRecommendationsResponse = IndexRecommendationListResult;\n\n/** Optional parameters. */\nexport interface TuningIndexListRecommendationsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listRecommendationsNext operation. */\nexport type TuningIndexListRecommendationsNextResponse = IndexRecommendationListResult;\n\n/** Optional parameters. */\nexport interface TuningConfigurationEnableOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the enable operation. */\nexport type TuningConfigurationEnableResponse = TuningConfigurationEnableHeaders;\n\n/** Optional parameters. */\nexport interface TuningConfigurationDisableOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the disable operation. */\nexport type TuningConfigurationDisableResponse = TuningConfigurationDisableHeaders;\n\n/** Optional parameters. */\nexport interface TuningConfigurationStartSessionOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the startSession operation. */\nexport type TuningConfigurationStartSessionResponse = TuningConfigurationStartSessionHeaders;\n\n/** Optional parameters. */\nexport interface TuningConfigurationStopSessionOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the stopSession operation. */\nexport type TuningConfigurationStopSessionResponse = TuningConfigurationStopSessionHeaders;\n\n/** Optional parameters. */\nexport interface TuningConfigurationListSessionsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSessions operation. */\nexport type TuningConfigurationListSessionsResponse = SessionsListResult;\n\n/** Optional parameters. */\nexport interface TuningConfigurationListSessionDetailsOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSessionDetails operation. */\nexport type TuningConfigurationListSessionDetailsResponse = SessionDetailsListResult;\n\n/** Optional parameters. */\nexport interface TuningConfigurationListSessionsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSessionsNext operation. */\nexport type TuningConfigurationListSessionsNextResponse = SessionsListResult;\n\n/** Optional parameters. */\nexport interface TuningConfigurationListSessionDetailsNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listSessionDetailsNext operation. */\nexport type TuningConfigurationListSessionDetailsNextResponse = SessionDetailsListResult;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsCreateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the create operation. */\nexport type VirtualEndpointsCreateResponse = VirtualEndpointResource;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsUpdateOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the update operation. */\nexport type VirtualEndpointsUpdateResponse = VirtualEndpointResource;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsDeleteOptionalParams extends coreClient.OperationOptions {\n /** Delay to wait until next poll, in milliseconds. */\n updateIntervalInMs?: number;\n /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */\n resumeFrom?: string;\n}\n\n/** Contains response data for the delete operation. */\nexport type VirtualEndpointsDeleteResponse = VirtualEndpointsDeleteHeaders;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsGetOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the get operation. */\nexport type VirtualEndpointsGetResponse = VirtualEndpointResource;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsListByServerOptionalParams extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServer operation. */\nexport type VirtualEndpointsListByServerResponse = VirtualEndpointsListResult;\n\n/** Optional parameters. */\nexport interface VirtualEndpointsListByServerNextOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the listByServerNext operation. */\nexport type VirtualEndpointsListByServerNextResponse = VirtualEndpointsListResult;\n\n/** Optional parameters. */\nexport interface VirtualNetworkSubnetUsageExecuteOptionalParams\n extends coreClient.OperationOptions {}\n\n/** Contains response data for the execute operation. */\nexport type VirtualNetworkSubnetUsageExecuteResponse = VirtualNetworkSubnetUsageResult;\n\n/** Optional parameters. */\nexport interface PostgreSQLManagementFlexibleServerClientOptionalParams\n extends coreClient.ServiceClientOptions {\n /** server parameter */\n $host?: string;\n /** Api Version */\n apiVersion?: string;\n /** Overrides client endpoint. */\n endpoint?: string;\n}\n"]}
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import type * as coreClient from "@azure/core-client";
|
|
2
|
+
export declare const ActiveDirectoryAdministratorAdd: coreClient.CompositeMapper;
|
|
3
|
+
export declare const Resource: coreClient.CompositeMapper;
|
|
4
|
+
export declare const SystemData: coreClient.CompositeMapper;
|
|
5
|
+
export declare const ErrorResponse: coreClient.CompositeMapper;
|
|
6
|
+
export declare const ErrorDetail: coreClient.CompositeMapper;
|
|
7
|
+
export declare const ErrorAdditionalInfo: coreClient.CompositeMapper;
|
|
8
|
+
export declare const AdministratorListResult: coreClient.CompositeMapper;
|
|
9
|
+
export declare const ServerBackupListResult: coreClient.CompositeMapper;
|
|
10
|
+
export declare const CapabilitiesListResult: coreClient.CompositeMapper;
|
|
11
|
+
export declare const CapabilityBase: coreClient.CompositeMapper;
|
|
12
|
+
export declare const SupportedFeature: coreClient.CompositeMapper;
|
|
13
|
+
export declare const CheckNameAvailabilityRequest: coreClient.CompositeMapper;
|
|
14
|
+
export declare const CheckNameAvailabilityResponse: coreClient.CompositeMapper;
|
|
15
|
+
export declare const ConfigurationListResult: coreClient.CompositeMapper;
|
|
16
|
+
export declare const ConfigurationForUpdate: coreClient.CompositeMapper;
|
|
17
|
+
export declare const DatabaseListResult: coreClient.CompositeMapper;
|
|
18
|
+
export declare const FirewallRuleListResult: coreClient.CompositeMapper;
|
|
19
|
+
export declare const Sku: coreClient.CompositeMapper;
|
|
20
|
+
export declare const UserAssignedIdentity: coreClient.CompositeMapper;
|
|
21
|
+
export declare const UserIdentity: coreClient.CompositeMapper;
|
|
22
|
+
export declare const Storage: coreClient.CompositeMapper;
|
|
23
|
+
export declare const AuthConfig: coreClient.CompositeMapper;
|
|
24
|
+
export declare const DataEncryption: coreClient.CompositeMapper;
|
|
25
|
+
export declare const Backup: coreClient.CompositeMapper;
|
|
26
|
+
export declare const Network: coreClient.CompositeMapper;
|
|
27
|
+
export declare const HighAvailability: coreClient.CompositeMapper;
|
|
28
|
+
export declare const MaintenanceWindow: coreClient.CompositeMapper;
|
|
29
|
+
export declare const Replica: coreClient.CompositeMapper;
|
|
30
|
+
export declare const PrivateEndpoint: coreClient.CompositeMapper;
|
|
31
|
+
export declare const PrivateLinkServiceConnectionState: coreClient.CompositeMapper;
|
|
32
|
+
export declare const Cluster: coreClient.CompositeMapper;
|
|
33
|
+
export declare const ServerForUpdate: coreClient.CompositeMapper;
|
|
34
|
+
export declare const ServerListResult: coreClient.CompositeMapper;
|
|
35
|
+
export declare const BackupRequestBase: coreClient.CompositeMapper;
|
|
36
|
+
export declare const BackupSettings: coreClient.CompositeMapper;
|
|
37
|
+
export declare const LtrPreBackupResponse: coreClient.CompositeMapper;
|
|
38
|
+
export declare const BackupStoreDetails: coreClient.CompositeMapper;
|
|
39
|
+
export declare const LtrBackupResponse: coreClient.CompositeMapper;
|
|
40
|
+
export declare const LtrServerBackupOperationList: coreClient.CompositeMapper;
|
|
41
|
+
export declare const MigrationStatus: coreClient.CompositeMapper;
|
|
42
|
+
export declare const MigrationSubStateDetails: coreClient.CompositeMapper;
|
|
43
|
+
export declare const DbMigrationStatus: coreClient.CompositeMapper;
|
|
44
|
+
export declare const ValidationDetails: coreClient.CompositeMapper;
|
|
45
|
+
export declare const ValidationSummaryItem: coreClient.CompositeMapper;
|
|
46
|
+
export declare const ValidationMessage: coreClient.CompositeMapper;
|
|
47
|
+
export declare const DbLevelValidationStatus: coreClient.CompositeMapper;
|
|
48
|
+
export declare const DbServerMetadata: coreClient.CompositeMapper;
|
|
49
|
+
export declare const ServerSku: coreClient.CompositeMapper;
|
|
50
|
+
export declare const MigrationSecretParameters: coreClient.CompositeMapper;
|
|
51
|
+
export declare const AdminCredentials: coreClient.CompositeMapper;
|
|
52
|
+
export declare const MigrationResourceForPatch: coreClient.CompositeMapper;
|
|
53
|
+
export declare const MigrationResourceListResult: coreClient.CompositeMapper;
|
|
54
|
+
export declare const MigrationNameAvailabilityResource: coreClient.CompositeMapper;
|
|
55
|
+
export declare const OperationListResult: coreClient.CompositeMapper;
|
|
56
|
+
export declare const Operation: coreClient.CompositeMapper;
|
|
57
|
+
export declare const OperationDisplay: coreClient.CompositeMapper;
|
|
58
|
+
export declare const PrivateEndpointConnectionListResult: coreClient.CompositeMapper;
|
|
59
|
+
export declare const PrivateLinkResourceListResult: coreClient.CompositeMapper;
|
|
60
|
+
export declare const QuotaUsagesListResult: coreClient.CompositeMapper;
|
|
61
|
+
export declare const QuotaUsage: coreClient.CompositeMapper;
|
|
62
|
+
export declare const NameProperty: coreClient.CompositeMapper;
|
|
63
|
+
export declare const LogFileListResult: coreClient.CompositeMapper;
|
|
64
|
+
export declare const RestartParameter: coreClient.CompositeMapper;
|
|
65
|
+
export declare const ServerThreatProtectionListResult: coreClient.CompositeMapper;
|
|
66
|
+
export declare const IndexRecommendationListResult: coreClient.CompositeMapper;
|
|
67
|
+
export declare const IndexRecommendationResourcePropertiesImplementationDetails: coreClient.CompositeMapper;
|
|
68
|
+
export declare const IndexRecommendationResourcePropertiesAnalyzedWorkload: coreClient.CompositeMapper;
|
|
69
|
+
export declare const ImpactRecord: coreClient.CompositeMapper;
|
|
70
|
+
export declare const IndexRecommendationDetails: coreClient.CompositeMapper;
|
|
71
|
+
export declare const ConfigTuningRequestParameter: coreClient.CompositeMapper;
|
|
72
|
+
export declare const SessionsListResult: coreClient.CompositeMapper;
|
|
73
|
+
export declare const SessionResource: coreClient.CompositeMapper;
|
|
74
|
+
export declare const SessionDetailsListResult: coreClient.CompositeMapper;
|
|
75
|
+
export declare const SessionDetailsResource: coreClient.CompositeMapper;
|
|
76
|
+
export declare const TuningOptionsListResult: coreClient.CompositeMapper;
|
|
77
|
+
export declare const VirtualEndpointResourceForPatch: coreClient.CompositeMapper;
|
|
78
|
+
export declare const VirtualEndpointsListResult: coreClient.CompositeMapper;
|
|
79
|
+
export declare const VirtualNetworkSubnetUsageParameter: coreClient.CompositeMapper;
|
|
80
|
+
export declare const VirtualNetworkSubnetUsageResult: coreClient.CompositeMapper;
|
|
81
|
+
export declare const DelegatedSubnetUsage: coreClient.CompositeMapper;
|
|
82
|
+
export declare const ProxyResource: coreClient.CompositeMapper;
|
|
83
|
+
export declare const PrivateEndpointConnection: coreClient.CompositeMapper;
|
|
84
|
+
export declare const TrackedResource: coreClient.CompositeMapper;
|
|
85
|
+
export declare const PrivateLinkResource: coreClient.CompositeMapper;
|
|
86
|
+
export declare const VirtualEndpointResource: coreClient.CompositeMapper;
|
|
87
|
+
export declare const StorageTierCapability: coreClient.CompositeMapper;
|
|
88
|
+
export declare const StorageMbCapability: coreClient.CompositeMapper;
|
|
89
|
+
export declare const StorageEditionCapability: coreClient.CompositeMapper;
|
|
90
|
+
export declare const ServerSkuCapability: coreClient.CompositeMapper;
|
|
91
|
+
export declare const FlexibleServerEditionCapability: coreClient.CompositeMapper;
|
|
92
|
+
export declare const ServerVersionCapability: coreClient.CompositeMapper;
|
|
93
|
+
export declare const FastProvisioningEditionCapability: coreClient.CompositeMapper;
|
|
94
|
+
export declare const FlexibleServerCapability: coreClient.CompositeMapper;
|
|
95
|
+
export declare const NameAvailability: coreClient.CompositeMapper;
|
|
96
|
+
export declare const LtrPreBackupRequest: coreClient.CompositeMapper;
|
|
97
|
+
export declare const LtrBackupRequest: coreClient.CompositeMapper;
|
|
98
|
+
export declare const ActiveDirectoryAdministrator: coreClient.CompositeMapper;
|
|
99
|
+
export declare const ServerBackup: coreClient.CompositeMapper;
|
|
100
|
+
export declare const Configuration: coreClient.CompositeMapper;
|
|
101
|
+
export declare const Database: coreClient.CompositeMapper;
|
|
102
|
+
export declare const FirewallRule: coreClient.CompositeMapper;
|
|
103
|
+
export declare const LtrServerBackupOperation: coreClient.CompositeMapper;
|
|
104
|
+
export declare const LogFile: coreClient.CompositeMapper;
|
|
105
|
+
export declare const ServerThreatProtectionSettingsModel: coreClient.CompositeMapper;
|
|
106
|
+
export declare const TuningOptionsResource: coreClient.CompositeMapper;
|
|
107
|
+
export declare const IndexRecommendationResource: coreClient.CompositeMapper;
|
|
108
|
+
export declare const Server: coreClient.CompositeMapper;
|
|
109
|
+
export declare const MigrationResource: coreClient.CompositeMapper;
|
|
110
|
+
export declare const AdministratorsCreateHeaders: coreClient.CompositeMapper;
|
|
111
|
+
export declare const AdministratorsDeleteHeaders: coreClient.CompositeMapper;
|
|
112
|
+
export declare const BackupsCreateHeaders: coreClient.CompositeMapper;
|
|
113
|
+
export declare const BackupsDeleteHeaders: coreClient.CompositeMapper;
|
|
114
|
+
export declare const ConfigurationsUpdateHeaders: coreClient.CompositeMapper;
|
|
115
|
+
export declare const ConfigurationsPutHeaders: coreClient.CompositeMapper;
|
|
116
|
+
export declare const DatabasesCreateHeaders: coreClient.CompositeMapper;
|
|
117
|
+
export declare const DatabasesDeleteHeaders: coreClient.CompositeMapper;
|
|
118
|
+
export declare const FirewallRulesCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
119
|
+
export declare const FirewallRulesDeleteHeaders: coreClient.CompositeMapper;
|
|
120
|
+
export declare const ServersCreateHeaders: coreClient.CompositeMapper;
|
|
121
|
+
export declare const ServersUpdateHeaders: coreClient.CompositeMapper;
|
|
122
|
+
export declare const ServersDeleteHeaders: coreClient.CompositeMapper;
|
|
123
|
+
export declare const ServersRestartHeaders: coreClient.CompositeMapper;
|
|
124
|
+
export declare const ServersStartHeaders: coreClient.CompositeMapper;
|
|
125
|
+
export declare const ServersStopHeaders: coreClient.CompositeMapper;
|
|
126
|
+
export declare const FlexibleServerTriggerLtrPreBackupHeaders: coreClient.CompositeMapper;
|
|
127
|
+
export declare const FlexibleServerTriggerLtrPreBackupExceptionHeaders: coreClient.CompositeMapper;
|
|
128
|
+
export declare const FlexibleServerStartLtrBackupHeaders: coreClient.CompositeMapper;
|
|
129
|
+
export declare const FlexibleServerStartLtrBackupExceptionHeaders: coreClient.CompositeMapper;
|
|
130
|
+
export declare const PrivateEndpointConnectionUpdateHeaders: coreClient.CompositeMapper;
|
|
131
|
+
export declare const PrivateEndpointConnectionDeleteHeaders: coreClient.CompositeMapper;
|
|
132
|
+
export declare const ServerThreatProtectionSettingsCreateOrUpdateHeaders: coreClient.CompositeMapper;
|
|
133
|
+
export declare const TuningConfigurationEnableHeaders: coreClient.CompositeMapper;
|
|
134
|
+
export declare const TuningConfigurationDisableHeaders: coreClient.CompositeMapper;
|
|
135
|
+
export declare const TuningConfigurationStartSessionHeaders: coreClient.CompositeMapper;
|
|
136
|
+
export declare const TuningConfigurationStopSessionHeaders: coreClient.CompositeMapper;
|
|
137
|
+
export declare const VirtualEndpointsCreateHeaders: coreClient.CompositeMapper;
|
|
138
|
+
export declare const VirtualEndpointsUpdateHeaders: coreClient.CompositeMapper;
|
|
139
|
+
export declare const VirtualEndpointsDeleteHeaders: coreClient.CompositeMapper;
|
|
140
|
+
//# sourceMappingURL=mappers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mappers.d.ts","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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"}
|