@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
|
@@ -1,4395 +0,0 @@
|
|
|
1
|
-
import * as coreAuth from '@azure/core-auth';
|
|
2
|
-
import * as coreClient from '@azure/core-client';
|
|
3
|
-
import { OperationState } from '@azure/core-lro';
|
|
4
|
-
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
5
|
-
import { SimplePollerLike } from '@azure/core-lro';
|
|
6
|
-
|
|
7
|
-
/** Represents an Active Directory administrator. */
|
|
8
|
-
export declare interface ActiveDirectoryAdministrator extends ProxyResource {
|
|
9
|
-
/** The principal type used to represent the type of Active Directory Administrator. */
|
|
10
|
-
principalType?: PrincipalType;
|
|
11
|
-
/** Active Directory administrator principal name. */
|
|
12
|
-
principalName?: string;
|
|
13
|
-
/** The objectId of the Active Directory administrator. */
|
|
14
|
-
objectId?: string;
|
|
15
|
-
/** The tenantId of the Active Directory administrator. */
|
|
16
|
-
tenantId?: string;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
/** Represents an Active Directory administrator. */
|
|
20
|
-
export declare interface ActiveDirectoryAdministratorAdd {
|
|
21
|
-
/** The principal type used to represent the type of Active Directory Administrator. */
|
|
22
|
-
principalType?: PrincipalType;
|
|
23
|
-
/** Active Directory administrator principal name. */
|
|
24
|
-
principalName?: string;
|
|
25
|
-
/** The tenantId of the Active Directory administrator. */
|
|
26
|
-
tenantId?: string;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* Defines values for ActiveDirectoryAuthEnum. \
|
|
31
|
-
* {@link KnownActiveDirectoryAuthEnum} can be used interchangeably with ActiveDirectoryAuthEnum,
|
|
32
|
-
* this enum contains the known values that the service supports.
|
|
33
|
-
* ### Known values supported by the service
|
|
34
|
-
* **Enabled** \
|
|
35
|
-
* **Disabled**
|
|
36
|
-
*/
|
|
37
|
-
export declare type ActiveDirectoryAuthEnum = string;
|
|
38
|
-
|
|
39
|
-
/** Server admin credentials. */
|
|
40
|
-
export declare interface AdminCredentials {
|
|
41
|
-
/** Password for source server. */
|
|
42
|
-
sourceServerPassword: string;
|
|
43
|
-
/** Password for target server. */
|
|
44
|
-
targetServerPassword: string;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
/** A list of active directory administrators. */
|
|
48
|
-
export declare interface AdministratorListResult {
|
|
49
|
-
/** The list of active directory administrators */
|
|
50
|
-
value?: ActiveDirectoryAdministrator[];
|
|
51
|
-
/** The link used to get the next page of active directory. */
|
|
52
|
-
nextLink?: string;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/** Interface representing a Administrators. */
|
|
56
|
-
export declare interface Administrators {
|
|
57
|
-
/**
|
|
58
|
-
* List all the AAD administrators for a given server.
|
|
59
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
60
|
-
* @param serverName The name of the server.
|
|
61
|
-
* @param options The options parameters.
|
|
62
|
-
*/
|
|
63
|
-
listByServer(resourceGroupName: string, serverName: string, options?: AdministratorsListByServerOptionalParams): PagedAsyncIterableIterator<ActiveDirectoryAdministrator>;
|
|
64
|
-
/**
|
|
65
|
-
* Creates a new server.
|
|
66
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
67
|
-
* @param serverName The name of the server.
|
|
68
|
-
* @param objectId Guid of the objectId for the administrator.
|
|
69
|
-
* @param parameters The required parameters for adding an active directory administrator for a server.
|
|
70
|
-
* @param options The options parameters.
|
|
71
|
-
*/
|
|
72
|
-
beginCreate(resourceGroupName: string, serverName: string, objectId: string, parameters: ActiveDirectoryAdministratorAdd, options?: AdministratorsCreateOptionalParams): Promise<SimplePollerLike<OperationState<AdministratorsCreateResponse>, AdministratorsCreateResponse>>;
|
|
73
|
-
/**
|
|
74
|
-
* Creates a new server.
|
|
75
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
76
|
-
* @param serverName The name of the server.
|
|
77
|
-
* @param objectId Guid of the objectId for the administrator.
|
|
78
|
-
* @param parameters The required parameters for adding an active directory administrator for a server.
|
|
79
|
-
* @param options The options parameters.
|
|
80
|
-
*/
|
|
81
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, objectId: string, parameters: ActiveDirectoryAdministratorAdd, options?: AdministratorsCreateOptionalParams): Promise<AdministratorsCreateResponse>;
|
|
82
|
-
/**
|
|
83
|
-
* Deletes an Active Directory Administrator associated with the server.
|
|
84
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
85
|
-
* @param serverName The name of the server.
|
|
86
|
-
* @param objectId Guid of the objectId for the administrator.
|
|
87
|
-
* @param options The options parameters.
|
|
88
|
-
*/
|
|
89
|
-
beginDelete(resourceGroupName: string, serverName: string, objectId: string, options?: AdministratorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
90
|
-
/**
|
|
91
|
-
* Deletes an Active Directory Administrator associated with the server.
|
|
92
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
93
|
-
* @param serverName The name of the server.
|
|
94
|
-
* @param objectId Guid of the objectId for the administrator.
|
|
95
|
-
* @param options The options parameters.
|
|
96
|
-
*/
|
|
97
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, objectId: string, options?: AdministratorsDeleteOptionalParams): Promise<void>;
|
|
98
|
-
/**
|
|
99
|
-
* Gets information about a server.
|
|
100
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
101
|
-
* @param serverName The name of the server.
|
|
102
|
-
* @param objectId Guid of the objectId for the administrator.
|
|
103
|
-
* @param options The options parameters.
|
|
104
|
-
*/
|
|
105
|
-
get(resourceGroupName: string, serverName: string, objectId: string, options?: AdministratorsGetOptionalParams): Promise<AdministratorsGetResponse>;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
/** Defines headers for Administrators_create operation. */
|
|
109
|
-
export declare interface AdministratorsCreateHeaders {
|
|
110
|
-
location?: string;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
/** Optional parameters. */
|
|
114
|
-
export declare interface AdministratorsCreateOptionalParams extends coreClient.OperationOptions {
|
|
115
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
116
|
-
updateIntervalInMs?: number;
|
|
117
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
118
|
-
resumeFrom?: string;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
/** Contains response data for the create operation. */
|
|
122
|
-
export declare type AdministratorsCreateResponse = ActiveDirectoryAdministrator;
|
|
123
|
-
|
|
124
|
-
/** Defines headers for Administrators_delete operation. */
|
|
125
|
-
export declare interface AdministratorsDeleteHeaders {
|
|
126
|
-
location?: string;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
/** Optional parameters. */
|
|
130
|
-
export declare interface AdministratorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
131
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
132
|
-
updateIntervalInMs?: number;
|
|
133
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
134
|
-
resumeFrom?: string;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
/** Optional parameters. */
|
|
138
|
-
export declare interface AdministratorsGetOptionalParams extends coreClient.OperationOptions {
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
/** Contains response data for the get operation. */
|
|
142
|
-
export declare type AdministratorsGetResponse = ActiveDirectoryAdministrator;
|
|
143
|
-
|
|
144
|
-
/** Optional parameters. */
|
|
145
|
-
export declare interface AdministratorsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
/** Contains response data for the listByServerNext operation. */
|
|
149
|
-
export declare type AdministratorsListByServerNextResponse = AdministratorListResult;
|
|
150
|
-
|
|
151
|
-
/** Optional parameters. */
|
|
152
|
-
export declare interface AdministratorsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
/** Contains response data for the listByServer operation. */
|
|
156
|
-
export declare type AdministratorsListByServerResponse = AdministratorListResult;
|
|
157
|
-
|
|
158
|
-
/**
|
|
159
|
-
* Defines values for ArmServerKeyType. \
|
|
160
|
-
* {@link KnownArmServerKeyType} can be used interchangeably with ArmServerKeyType,
|
|
161
|
-
* this enum contains the known values that the service supports.
|
|
162
|
-
* ### Known values supported by the service
|
|
163
|
-
* **SystemManaged** \
|
|
164
|
-
* **AzureKeyVault**
|
|
165
|
-
*/
|
|
166
|
-
export declare type ArmServerKeyType = string;
|
|
167
|
-
|
|
168
|
-
/** Authentication configuration properties of a server */
|
|
169
|
-
export declare interface AuthConfig {
|
|
170
|
-
/** If Enabled, Azure Active Directory authentication is enabled. */
|
|
171
|
-
activeDirectoryAuth?: ActiveDirectoryAuthEnum;
|
|
172
|
-
/** If Enabled, Password authentication is enabled. */
|
|
173
|
-
passwordAuth?: PasswordAuthEnum;
|
|
174
|
-
/** Tenant id of the server. */
|
|
175
|
-
tenantId?: string;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
/**
|
|
179
|
-
* Defines values for AzureManagedDiskPerformanceTiers. \
|
|
180
|
-
* {@link KnownAzureManagedDiskPerformanceTiers} can be used interchangeably with AzureManagedDiskPerformanceTiers,
|
|
181
|
-
* this enum contains the known values that the service supports.
|
|
182
|
-
* ### Known values supported by the service
|
|
183
|
-
* **P1** \
|
|
184
|
-
* **P2** \
|
|
185
|
-
* **P3** \
|
|
186
|
-
* **P4** \
|
|
187
|
-
* **P6** \
|
|
188
|
-
* **P10** \
|
|
189
|
-
* **P15** \
|
|
190
|
-
* **P20** \
|
|
191
|
-
* **P30** \
|
|
192
|
-
* **P40** \
|
|
193
|
-
* **P50** \
|
|
194
|
-
* **P60** \
|
|
195
|
-
* **P70** \
|
|
196
|
-
* **P80**
|
|
197
|
-
*/
|
|
198
|
-
export declare type AzureManagedDiskPerformanceTiers = string;
|
|
199
|
-
|
|
200
|
-
/** Backup properties of a server */
|
|
201
|
-
export declare interface Backup {
|
|
202
|
-
/** Backup retention days for the server. */
|
|
203
|
-
backupRetentionDays?: number;
|
|
204
|
-
/** A value indicating whether Geo-Redundant backup is enabled on the server. */
|
|
205
|
-
geoRedundantBackup?: GeoRedundantBackupEnum;
|
|
206
|
-
/**
|
|
207
|
-
* The earliest restore point time (ISO8601 format) for server.
|
|
208
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
209
|
-
*/
|
|
210
|
-
readonly earliestRestoreDate?: Date;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
/** BackupRequestBase is the base for all backup request. */
|
|
214
|
-
export declare interface BackupRequestBase {
|
|
215
|
-
/** Backup Settings */
|
|
216
|
-
backupSettings: BackupSettings;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
/** Interface representing a Backups. */
|
|
220
|
-
export declare interface Backups {
|
|
221
|
-
/**
|
|
222
|
-
* List all the backups for a given server.
|
|
223
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
224
|
-
* @param serverName The name of the server.
|
|
225
|
-
* @param options The options parameters.
|
|
226
|
-
*/
|
|
227
|
-
listByServer(resourceGroupName: string, serverName: string, options?: BackupsListByServerOptionalParams): PagedAsyncIterableIterator<ServerBackup>;
|
|
228
|
-
/**
|
|
229
|
-
* Get specific backup for a given server.
|
|
230
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
231
|
-
* @param serverName The name of the server.
|
|
232
|
-
* @param backupName The name of the backup.
|
|
233
|
-
* @param options The options parameters.
|
|
234
|
-
*/
|
|
235
|
-
get(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsGetOptionalParams): Promise<BackupsGetResponse>;
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
/** The settings for the long term backup. */
|
|
239
|
-
export declare interface BackupSettings {
|
|
240
|
-
/** Backup Name for the current backup */
|
|
241
|
-
backupName: string;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
/** Optional parameters. */
|
|
245
|
-
export declare interface BackupsGetOptionalParams extends coreClient.OperationOptions {
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
/** Contains response data for the get operation. */
|
|
249
|
-
export declare type BackupsGetResponse = ServerBackup;
|
|
250
|
-
|
|
251
|
-
/** Optional parameters. */
|
|
252
|
-
export declare interface BackupsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
/** Contains response data for the listByServerNext operation. */
|
|
256
|
-
export declare type BackupsListByServerNextResponse = ServerBackupListResult;
|
|
257
|
-
|
|
258
|
-
/** Optional parameters. */
|
|
259
|
-
export declare interface BackupsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
/** Contains response data for the listByServer operation. */
|
|
263
|
-
export declare type BackupsListByServerResponse = ServerBackupListResult;
|
|
264
|
-
|
|
265
|
-
/** Details about the target where the backup content will be stored. */
|
|
266
|
-
export declare interface BackupStoreDetails {
|
|
267
|
-
/** List of SAS uri of storage containers where backup data is to be streamed/copied. */
|
|
268
|
-
sasUriList: string[];
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
/**
|
|
272
|
-
* Defines values for CancelEnum. \
|
|
273
|
-
* {@link KnownCancelEnum} can be used interchangeably with CancelEnum,
|
|
274
|
-
* this enum contains the known values that the service supports.
|
|
275
|
-
* ### Known values supported by the service
|
|
276
|
-
* **True** \
|
|
277
|
-
* **False**
|
|
278
|
-
*/
|
|
279
|
-
export declare type CancelEnum = string;
|
|
280
|
-
|
|
281
|
-
/** Capability for the PostgreSQL server */
|
|
282
|
-
export declare interface CapabilitiesListResult {
|
|
283
|
-
/**
|
|
284
|
-
* A list of supported capabilities.
|
|
285
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
286
|
-
*/
|
|
287
|
-
readonly value?: FlexibleServerCapability[];
|
|
288
|
-
/**
|
|
289
|
-
* Link to retrieve next page of results.
|
|
290
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
291
|
-
*/
|
|
292
|
-
readonly nextLink?: string;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
/** Base object for representing capability */
|
|
296
|
-
export declare interface CapabilityBase {
|
|
297
|
-
/**
|
|
298
|
-
* The status of the capability.
|
|
299
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
300
|
-
*/
|
|
301
|
-
readonly status?: CapabilityStatus;
|
|
302
|
-
/**
|
|
303
|
-
* The reason for the capability not being available.
|
|
304
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
305
|
-
*/
|
|
306
|
-
readonly reason?: string;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
/** Defines values for CapabilityStatus. */
|
|
310
|
-
export declare type CapabilityStatus = "Visible" | "Available" | "Default" | "Disabled";
|
|
311
|
-
|
|
312
|
-
/** Optional parameters. */
|
|
313
|
-
export declare interface CheckMigrationNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
/** Contains response data for the checkMigrationNameAvailability operation. */
|
|
317
|
-
export declare type CheckMigrationNameAvailabilityResponse = MigrationNameAvailabilityResource;
|
|
318
|
-
|
|
319
|
-
/** Interface representing a CheckNameAvailability. */
|
|
320
|
-
export declare interface CheckNameAvailability {
|
|
321
|
-
/**
|
|
322
|
-
* Check the availability of name for resource
|
|
323
|
-
* @param nameAvailabilityRequest The required parameters for checking if resource name is available.
|
|
324
|
-
* @param options The options parameters.
|
|
325
|
-
*/
|
|
326
|
-
execute(nameAvailabilityRequest: CheckNameAvailabilityRequest, options?: CheckNameAvailabilityExecuteOptionalParams): Promise<CheckNameAvailabilityExecuteResponse>;
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
/** Optional parameters. */
|
|
330
|
-
export declare interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
/** Contains response data for the execute operation. */
|
|
334
|
-
export declare type CheckNameAvailabilityExecuteResponse = NameAvailability;
|
|
335
|
-
|
|
336
|
-
/**
|
|
337
|
-
* Defines values for CheckNameAvailabilityReason. \
|
|
338
|
-
* {@link KnownCheckNameAvailabilityReason} can be used interchangeably with CheckNameAvailabilityReason,
|
|
339
|
-
* this enum contains the known values that the service supports.
|
|
340
|
-
* ### Known values supported by the service
|
|
341
|
-
* **Invalid** \
|
|
342
|
-
* **AlreadyExists**
|
|
343
|
-
*/
|
|
344
|
-
export declare type CheckNameAvailabilityReason = string;
|
|
345
|
-
|
|
346
|
-
/** The check availability request body. */
|
|
347
|
-
export declare interface CheckNameAvailabilityRequest {
|
|
348
|
-
/** The name of the resource for which availability needs to be checked. */
|
|
349
|
-
name?: string;
|
|
350
|
-
/** The resource type. */
|
|
351
|
-
type?: string;
|
|
352
|
-
}
|
|
353
|
-
|
|
354
|
-
/** The check availability result. */
|
|
355
|
-
export declare interface CheckNameAvailabilityResponse {
|
|
356
|
-
/** Indicates if the resource name is available. */
|
|
357
|
-
nameAvailable?: boolean;
|
|
358
|
-
/** The reason why the given name is not available. */
|
|
359
|
-
reason?: CheckNameAvailabilityReason;
|
|
360
|
-
/** Detailed reason why the given name is available. */
|
|
361
|
-
message?: string;
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
/** Interface representing a CheckNameAvailabilityWithLocation. */
|
|
365
|
-
export declare interface CheckNameAvailabilityWithLocation {
|
|
366
|
-
/**
|
|
367
|
-
* Check the availability of name for resource
|
|
368
|
-
* @param locationName The name of the location.
|
|
369
|
-
* @param nameAvailabilityRequest The required parameters for checking if resource name is available.
|
|
370
|
-
* @param options The options parameters.
|
|
371
|
-
*/
|
|
372
|
-
execute(locationName: string, nameAvailabilityRequest: CheckNameAvailabilityRequest, options?: CheckNameAvailabilityWithLocationExecuteOptionalParams): Promise<CheckNameAvailabilityWithLocationExecuteResponse>;
|
|
373
|
-
}
|
|
374
|
-
|
|
375
|
-
/** Optional parameters. */
|
|
376
|
-
export declare interface CheckNameAvailabilityWithLocationExecuteOptionalParams extends coreClient.OperationOptions {
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
/** Contains response data for the execute operation. */
|
|
380
|
-
export declare type CheckNameAvailabilityWithLocationExecuteResponse = NameAvailability;
|
|
381
|
-
|
|
382
|
-
/** Represents a Configuration. */
|
|
383
|
-
export declare interface Configuration extends ProxyResource {
|
|
384
|
-
/** Value of the configuration. */
|
|
385
|
-
value?: string;
|
|
386
|
-
/**
|
|
387
|
-
* Description of the configuration.
|
|
388
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
389
|
-
*/
|
|
390
|
-
readonly description?: string;
|
|
391
|
-
/**
|
|
392
|
-
* Default value of the configuration.
|
|
393
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
394
|
-
*/
|
|
395
|
-
readonly defaultValue?: string;
|
|
396
|
-
/**
|
|
397
|
-
* Data type of the configuration.
|
|
398
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
399
|
-
*/
|
|
400
|
-
readonly dataType?: ConfigurationDataType;
|
|
401
|
-
/**
|
|
402
|
-
* Allowed values of the configuration.
|
|
403
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
404
|
-
*/
|
|
405
|
-
readonly allowedValues?: string;
|
|
406
|
-
/** Source of the configuration. */
|
|
407
|
-
source?: string;
|
|
408
|
-
/**
|
|
409
|
-
* Configuration dynamic or static.
|
|
410
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
411
|
-
*/
|
|
412
|
-
readonly isDynamicConfig?: boolean;
|
|
413
|
-
/**
|
|
414
|
-
* Configuration read-only or not.
|
|
415
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
416
|
-
*/
|
|
417
|
-
readonly isReadOnly?: boolean;
|
|
418
|
-
/**
|
|
419
|
-
* Configuration is pending restart or not.
|
|
420
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
421
|
-
*/
|
|
422
|
-
readonly isConfigPendingRestart?: boolean;
|
|
423
|
-
/**
|
|
424
|
-
* Configuration unit.
|
|
425
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
426
|
-
*/
|
|
427
|
-
readonly unit?: string;
|
|
428
|
-
/**
|
|
429
|
-
* Configuration documentation link.
|
|
430
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
431
|
-
*/
|
|
432
|
-
readonly documentationLink?: string;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
/**
|
|
436
|
-
* Defines values for ConfigurationDataType. \
|
|
437
|
-
* {@link KnownConfigurationDataType} can be used interchangeably with ConfigurationDataType,
|
|
438
|
-
* this enum contains the known values that the service supports.
|
|
439
|
-
* ### Known values supported by the service
|
|
440
|
-
* **Boolean** \
|
|
441
|
-
* **Numeric** \
|
|
442
|
-
* **Integer** \
|
|
443
|
-
* **Enumeration**
|
|
444
|
-
*/
|
|
445
|
-
export declare type ConfigurationDataType = string;
|
|
446
|
-
|
|
447
|
-
/** Represents a Configuration. */
|
|
448
|
-
export declare interface ConfigurationForUpdate {
|
|
449
|
-
/** Value of the configuration. */
|
|
450
|
-
value?: string;
|
|
451
|
-
/**
|
|
452
|
-
* Description of the configuration.
|
|
453
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
454
|
-
*/
|
|
455
|
-
readonly description?: string;
|
|
456
|
-
/**
|
|
457
|
-
* Default value of the configuration.
|
|
458
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
459
|
-
*/
|
|
460
|
-
readonly defaultValue?: string;
|
|
461
|
-
/**
|
|
462
|
-
* Data type of the configuration.
|
|
463
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
464
|
-
*/
|
|
465
|
-
readonly dataType?: ConfigurationDataType;
|
|
466
|
-
/**
|
|
467
|
-
* Allowed values of the configuration.
|
|
468
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
469
|
-
*/
|
|
470
|
-
readonly allowedValues?: string;
|
|
471
|
-
/** Source of the configuration. */
|
|
472
|
-
source?: string;
|
|
473
|
-
/**
|
|
474
|
-
* Configuration dynamic or static.
|
|
475
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
476
|
-
*/
|
|
477
|
-
readonly isDynamicConfig?: boolean;
|
|
478
|
-
/**
|
|
479
|
-
* Configuration read-only or not.
|
|
480
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
481
|
-
*/
|
|
482
|
-
readonly isReadOnly?: boolean;
|
|
483
|
-
/**
|
|
484
|
-
* Configuration is pending restart or not.
|
|
485
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
486
|
-
*/
|
|
487
|
-
readonly isConfigPendingRestart?: boolean;
|
|
488
|
-
/**
|
|
489
|
-
* Configuration unit.
|
|
490
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
491
|
-
*/
|
|
492
|
-
readonly unit?: string;
|
|
493
|
-
/**
|
|
494
|
-
* Configuration documentation link.
|
|
495
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
496
|
-
*/
|
|
497
|
-
readonly documentationLink?: string;
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
/** A list of server configurations. */
|
|
501
|
-
export declare interface ConfigurationListResult {
|
|
502
|
-
/** The list of server configurations. */
|
|
503
|
-
value?: Configuration[];
|
|
504
|
-
/** The link used to get the next page of operations. */
|
|
505
|
-
nextLink?: string;
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
/** Interface representing a Configurations. */
|
|
509
|
-
export declare interface Configurations {
|
|
510
|
-
/**
|
|
511
|
-
* List all the configurations in a given server.
|
|
512
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
513
|
-
* @param serverName The name of the server.
|
|
514
|
-
* @param options The options parameters.
|
|
515
|
-
*/
|
|
516
|
-
listByServer(resourceGroupName: string, serverName: string, options?: ConfigurationsListByServerOptionalParams): PagedAsyncIterableIterator<Configuration>;
|
|
517
|
-
/**
|
|
518
|
-
* Gets information about a configuration of server.
|
|
519
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
520
|
-
* @param serverName The name of the server.
|
|
521
|
-
* @param configurationName The name of the server configuration.
|
|
522
|
-
* @param options The options parameters.
|
|
523
|
-
*/
|
|
524
|
-
get(resourceGroupName: string, serverName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>;
|
|
525
|
-
/**
|
|
526
|
-
* Updates a configuration of a server.
|
|
527
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
528
|
-
* @param serverName The name of the server.
|
|
529
|
-
* @param configurationName The name of the server configuration.
|
|
530
|
-
* @param parameters The required parameters for updating a server configuration.
|
|
531
|
-
* @param options The options parameters.
|
|
532
|
-
*/
|
|
533
|
-
beginUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsUpdateResponse>, ConfigurationsUpdateResponse>>;
|
|
534
|
-
/**
|
|
535
|
-
* Updates a configuration of a server.
|
|
536
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
537
|
-
* @param serverName The name of the server.
|
|
538
|
-
* @param configurationName The name of the server configuration.
|
|
539
|
-
* @param parameters The required parameters for updating a server configuration.
|
|
540
|
-
* @param options The options parameters.
|
|
541
|
-
*/
|
|
542
|
-
beginUpdateAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsUpdateOptionalParams): Promise<ConfigurationsUpdateResponse>;
|
|
543
|
-
/**
|
|
544
|
-
* Updates a configuration of a server.
|
|
545
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
546
|
-
* @param serverName The name of the server.
|
|
547
|
-
* @param configurationName The name of the server configuration.
|
|
548
|
-
* @param parameters The required parameters for updating a server configuration.
|
|
549
|
-
* @param options The options parameters.
|
|
550
|
-
*/
|
|
551
|
-
beginPut(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsPutOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsPutResponse>, ConfigurationsPutResponse>>;
|
|
552
|
-
/**
|
|
553
|
-
* Updates a configuration of a server.
|
|
554
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
555
|
-
* @param serverName The name of the server.
|
|
556
|
-
* @param configurationName The name of the server configuration.
|
|
557
|
-
* @param parameters The required parameters for updating a server configuration.
|
|
558
|
-
* @param options The options parameters.
|
|
559
|
-
*/
|
|
560
|
-
beginPutAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsPutOptionalParams): Promise<ConfigurationsPutResponse>;
|
|
561
|
-
}
|
|
562
|
-
|
|
563
|
-
/** Optional parameters. */
|
|
564
|
-
export declare interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
/** Contains response data for the get operation. */
|
|
568
|
-
export declare type ConfigurationsGetResponse = Configuration;
|
|
569
|
-
|
|
570
|
-
/** Optional parameters. */
|
|
571
|
-
export declare interface ConfigurationsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
/** Contains response data for the listByServerNext operation. */
|
|
575
|
-
export declare type ConfigurationsListByServerNextResponse = ConfigurationListResult;
|
|
576
|
-
|
|
577
|
-
/** Optional parameters. */
|
|
578
|
-
export declare interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
579
|
-
}
|
|
580
|
-
|
|
581
|
-
/** Contains response data for the listByServer operation. */
|
|
582
|
-
export declare type ConfigurationsListByServerResponse = ConfigurationListResult;
|
|
583
|
-
|
|
584
|
-
/** Defines headers for Configurations_put operation. */
|
|
585
|
-
export declare interface ConfigurationsPutHeaders {
|
|
586
|
-
location?: string;
|
|
587
|
-
}
|
|
588
|
-
|
|
589
|
-
/** Optional parameters. */
|
|
590
|
-
export declare interface ConfigurationsPutOptionalParams extends coreClient.OperationOptions {
|
|
591
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
592
|
-
updateIntervalInMs?: number;
|
|
593
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
594
|
-
resumeFrom?: string;
|
|
595
|
-
}
|
|
596
|
-
|
|
597
|
-
/** Contains response data for the put operation. */
|
|
598
|
-
export declare type ConfigurationsPutResponse = Configuration;
|
|
599
|
-
|
|
600
|
-
/** Defines headers for Configurations_update operation. */
|
|
601
|
-
export declare interface ConfigurationsUpdateHeaders {
|
|
602
|
-
location?: string;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
/** Optional parameters. */
|
|
606
|
-
export declare interface ConfigurationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
607
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
608
|
-
updateIntervalInMs?: number;
|
|
609
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
610
|
-
resumeFrom?: string;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
/** Contains response data for the update operation. */
|
|
614
|
-
export declare type ConfigurationsUpdateResponse = Configuration;
|
|
615
|
-
|
|
616
|
-
/**
|
|
617
|
-
* Defines values for CreatedByType. \
|
|
618
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
619
|
-
* this enum contains the known values that the service supports.
|
|
620
|
-
* ### Known values supported by the service
|
|
621
|
-
* **User** \
|
|
622
|
-
* **Application** \
|
|
623
|
-
* **ManagedIdentity** \
|
|
624
|
-
* **Key**
|
|
625
|
-
*/
|
|
626
|
-
export declare type CreatedByType = string;
|
|
627
|
-
|
|
628
|
-
/**
|
|
629
|
-
* Defines values for CreateMode. \
|
|
630
|
-
* {@link KnownCreateMode} can be used interchangeably with CreateMode,
|
|
631
|
-
* this enum contains the known values that the service supports.
|
|
632
|
-
* ### Known values supported by the service
|
|
633
|
-
* **Default** \
|
|
634
|
-
* **Create** \
|
|
635
|
-
* **Update** \
|
|
636
|
-
* **PointInTimeRestore** \
|
|
637
|
-
* **GeoRestore** \
|
|
638
|
-
* **Replica** \
|
|
639
|
-
* **ReviveDropped**
|
|
640
|
-
*/
|
|
641
|
-
export declare type CreateMode = string;
|
|
642
|
-
|
|
643
|
-
/**
|
|
644
|
-
* Defines values for CreateModeForUpdate. \
|
|
645
|
-
* {@link KnownCreateModeForUpdate} can be used interchangeably with CreateModeForUpdate,
|
|
646
|
-
* this enum contains the known values that the service supports.
|
|
647
|
-
* ### Known values supported by the service
|
|
648
|
-
* **Default** \
|
|
649
|
-
* **Update**
|
|
650
|
-
*/
|
|
651
|
-
export declare type CreateModeForUpdate = string;
|
|
652
|
-
|
|
653
|
-
/** Represents a Database. */
|
|
654
|
-
export declare interface Database extends ProxyResource {
|
|
655
|
-
/** The charset of the database. */
|
|
656
|
-
charset?: string;
|
|
657
|
-
/** The collation of the database. */
|
|
658
|
-
collation?: string;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
/** A List of databases. */
|
|
662
|
-
export declare interface DatabaseListResult {
|
|
663
|
-
/** The list of databases housed in a server */
|
|
664
|
-
value?: Database[];
|
|
665
|
-
/** The link used to get the next page of databases. */
|
|
666
|
-
nextLink?: string;
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
/** Interface representing a Databases. */
|
|
670
|
-
export declare interface Databases {
|
|
671
|
-
/**
|
|
672
|
-
* List all the databases in a given server.
|
|
673
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
674
|
-
* @param serverName The name of the server.
|
|
675
|
-
* @param options The options parameters.
|
|
676
|
-
*/
|
|
677
|
-
listByServer(resourceGroupName: string, serverName: string, options?: DatabasesListByServerOptionalParams): PagedAsyncIterableIterator<Database>;
|
|
678
|
-
/**
|
|
679
|
-
* Creates a new database or updates an existing database.
|
|
680
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
681
|
-
* @param serverName The name of the server.
|
|
682
|
-
* @param databaseName The name of the database.
|
|
683
|
-
* @param parameters The required parameters for creating or updating a database.
|
|
684
|
-
* @param options The options parameters.
|
|
685
|
-
*/
|
|
686
|
-
beginCreate(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesCreateResponse>, DatabasesCreateResponse>>;
|
|
687
|
-
/**
|
|
688
|
-
* Creates a new database or updates an existing database.
|
|
689
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
690
|
-
* @param serverName The name of the server.
|
|
691
|
-
* @param databaseName The name of the database.
|
|
692
|
-
* @param parameters The required parameters for creating or updating a database.
|
|
693
|
-
* @param options The options parameters.
|
|
694
|
-
*/
|
|
695
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOptionalParams): Promise<DatabasesCreateResponse>;
|
|
696
|
-
/**
|
|
697
|
-
* Deletes a database.
|
|
698
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
699
|
-
* @param serverName The name of the server.
|
|
700
|
-
* @param databaseName The name of the database.
|
|
701
|
-
* @param options The options parameters.
|
|
702
|
-
*/
|
|
703
|
-
beginDelete(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
704
|
-
/**
|
|
705
|
-
* Deletes a database.
|
|
706
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
707
|
-
* @param serverName The name of the server.
|
|
708
|
-
* @param databaseName The name of the database.
|
|
709
|
-
* @param options The options parameters.
|
|
710
|
-
*/
|
|
711
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
|
|
712
|
-
/**
|
|
713
|
-
* Gets information about a database.
|
|
714
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
715
|
-
* @param serverName The name of the server.
|
|
716
|
-
* @param databaseName The name of the database.
|
|
717
|
-
* @param options The options parameters.
|
|
718
|
-
*/
|
|
719
|
-
get(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
/** Defines headers for Databases_create operation. */
|
|
723
|
-
export declare interface DatabasesCreateHeaders {
|
|
724
|
-
location?: string;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
|
-
/** Optional parameters. */
|
|
728
|
-
export declare interface DatabasesCreateOptionalParams extends coreClient.OperationOptions {
|
|
729
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
730
|
-
updateIntervalInMs?: number;
|
|
731
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
732
|
-
resumeFrom?: string;
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
/** Contains response data for the create operation. */
|
|
736
|
-
export declare type DatabasesCreateResponse = Database;
|
|
737
|
-
|
|
738
|
-
/** Defines headers for Databases_delete operation. */
|
|
739
|
-
export declare interface DatabasesDeleteHeaders {
|
|
740
|
-
location?: string;
|
|
741
|
-
}
|
|
742
|
-
|
|
743
|
-
/** Optional parameters. */
|
|
744
|
-
export declare interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
745
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
746
|
-
updateIntervalInMs?: number;
|
|
747
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
748
|
-
resumeFrom?: string;
|
|
749
|
-
}
|
|
750
|
-
|
|
751
|
-
/** Optional parameters. */
|
|
752
|
-
export declare interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
753
|
-
}
|
|
754
|
-
|
|
755
|
-
/** Contains response data for the get operation. */
|
|
756
|
-
export declare type DatabasesGetResponse = Database;
|
|
757
|
-
|
|
758
|
-
/** Optional parameters. */
|
|
759
|
-
export declare interface DatabasesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
/** Contains response data for the listByServerNext operation. */
|
|
763
|
-
export declare type DatabasesListByServerNextResponse = DatabaseListResult;
|
|
764
|
-
|
|
765
|
-
/** Optional parameters. */
|
|
766
|
-
export declare interface DatabasesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
/** Contains response data for the listByServer operation. */
|
|
770
|
-
export declare type DatabasesListByServerResponse = DatabaseListResult;
|
|
771
|
-
|
|
772
|
-
/** Data encryption properties of a server */
|
|
773
|
-
export declare interface DataEncryption {
|
|
774
|
-
/** URI for the key in keyvault for data encryption of the primary server. */
|
|
775
|
-
primaryKeyURI?: string;
|
|
776
|
-
/** Resource Id for the User assigned identity to be used for data encryption of the primary server. */
|
|
777
|
-
primaryUserAssignedIdentityId?: string;
|
|
778
|
-
/** URI for the key in keyvault for data encryption for geo-backup of server. */
|
|
779
|
-
geoBackupKeyURI?: string;
|
|
780
|
-
/** Resource Id for the User assigned identity to be used for data encryption for geo-backup of server. */
|
|
781
|
-
geoBackupUserAssignedIdentityId?: string;
|
|
782
|
-
/** Data encryption type to depict if it is System Managed vs Azure Key vault. */
|
|
783
|
-
type?: ArmServerKeyType;
|
|
784
|
-
/** Primary encryption key status for Data encryption enabled server. */
|
|
785
|
-
primaryEncryptionKeyStatus?: KeyStatusEnum;
|
|
786
|
-
/** Geo-backup encryption key status for Data encryption enabled server. */
|
|
787
|
-
geoBackupEncryptionKeyStatus?: KeyStatusEnum;
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
/** Validation status summary for an individual database */
|
|
791
|
-
export declare interface DbLevelValidationStatus {
|
|
792
|
-
/** Name of the database */
|
|
793
|
-
databaseName?: string;
|
|
794
|
-
/** Start date-time of a database level validation */
|
|
795
|
-
startedOn?: Date;
|
|
796
|
-
/** End date-time of a database level validation */
|
|
797
|
-
endedOn?: Date;
|
|
798
|
-
/** Summary of database level validations */
|
|
799
|
-
summary?: ValidationSummaryItem[];
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
/** Migration status of an individual database */
|
|
803
|
-
export declare interface DbMigrationStatus {
|
|
804
|
-
/** Name of the database */
|
|
805
|
-
databaseName?: string;
|
|
806
|
-
/** Migration db state of an individual database */
|
|
807
|
-
migrationState?: MigrationDbState;
|
|
808
|
-
/** Migration operation of an individual database */
|
|
809
|
-
migrationOperation?: string;
|
|
810
|
-
/** Start date-time of a migration state */
|
|
811
|
-
startedOn?: Date;
|
|
812
|
-
/** End date-time of a migration state */
|
|
813
|
-
endedOn?: Date;
|
|
814
|
-
/** Number of tables queued for the migration of a DB */
|
|
815
|
-
fullLoadQueuedTables?: number;
|
|
816
|
-
/** Number of tables errored out during the migration of a DB */
|
|
817
|
-
fullLoadErroredTables?: number;
|
|
818
|
-
/** Number of tables loading during the migration of a DB */
|
|
819
|
-
fullLoadLoadingTables?: number;
|
|
820
|
-
/** Number of tables loaded during the migration of a DB */
|
|
821
|
-
fullLoadCompletedTables?: number;
|
|
822
|
-
/** CDC update counter */
|
|
823
|
-
cdcUpdateCounter?: number;
|
|
824
|
-
/** CDC delete counter */
|
|
825
|
-
cdcDeleteCounter?: number;
|
|
826
|
-
/** CDC insert counter */
|
|
827
|
-
cdcInsertCounter?: number;
|
|
828
|
-
/** CDC applied changes counter */
|
|
829
|
-
appliedChanges?: number;
|
|
830
|
-
/** CDC incoming changes counter */
|
|
831
|
-
incomingChanges?: number;
|
|
832
|
-
/** Lag in seconds between source and target during online phase */
|
|
833
|
-
latency?: number;
|
|
834
|
-
/** Error message, if any, for the migration state */
|
|
835
|
-
message?: string;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
/** Database server metadata. */
|
|
839
|
-
export declare interface DbServerMetadata {
|
|
840
|
-
/**
|
|
841
|
-
* Location of database server
|
|
842
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
843
|
-
*/
|
|
844
|
-
readonly location?: string;
|
|
845
|
-
/** Version for database engine */
|
|
846
|
-
version?: string;
|
|
847
|
-
/** Storage size in MB for database server */
|
|
848
|
-
storageMb?: number;
|
|
849
|
-
/** SKU for the database server. This object is empty for PG single server */
|
|
850
|
-
sku?: ServerSku;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
/** Delegated subnet usage data. */
|
|
854
|
-
export declare interface DelegatedSubnetUsage {
|
|
855
|
-
/**
|
|
856
|
-
* Name of the delegated subnet for which IP addresses are in use
|
|
857
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
858
|
-
*/
|
|
859
|
-
readonly subnetName?: string;
|
|
860
|
-
/**
|
|
861
|
-
* Number of IP addresses used by the delegated subnet
|
|
862
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
863
|
-
*/
|
|
864
|
-
readonly usage?: number;
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
/** The resource management error additional info. */
|
|
868
|
-
export declare interface ErrorAdditionalInfo {
|
|
869
|
-
/**
|
|
870
|
-
* The additional info type.
|
|
871
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
872
|
-
*/
|
|
873
|
-
readonly type?: string;
|
|
874
|
-
/**
|
|
875
|
-
* The additional info.
|
|
876
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
877
|
-
*/
|
|
878
|
-
readonly info?: Record<string, unknown>;
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
/** The error detail. */
|
|
882
|
-
export declare interface ErrorDetail {
|
|
883
|
-
/**
|
|
884
|
-
* The error code.
|
|
885
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
886
|
-
*/
|
|
887
|
-
readonly code?: string;
|
|
888
|
-
/**
|
|
889
|
-
* The error message.
|
|
890
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
891
|
-
*/
|
|
892
|
-
readonly message?: string;
|
|
893
|
-
/**
|
|
894
|
-
* The error target.
|
|
895
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
896
|
-
*/
|
|
897
|
-
readonly target?: string;
|
|
898
|
-
/**
|
|
899
|
-
* The error details.
|
|
900
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
901
|
-
*/
|
|
902
|
-
readonly details?: ErrorDetail[];
|
|
903
|
-
/**
|
|
904
|
-
* The error additional info.
|
|
905
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
906
|
-
*/
|
|
907
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
911
|
-
export declare interface ErrorResponse {
|
|
912
|
-
/** The error object. */
|
|
913
|
-
error?: ErrorDetail;
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
/**
|
|
917
|
-
* Defines values for ExecutionStatus. \
|
|
918
|
-
* {@link KnownExecutionStatus} can be used interchangeably with ExecutionStatus,
|
|
919
|
-
* this enum contains the known values that the service supports.
|
|
920
|
-
* ### Known values supported by the service
|
|
921
|
-
* **Running** \
|
|
922
|
-
* **Cancelled** \
|
|
923
|
-
* **Failed** \
|
|
924
|
-
* **Succeeded**
|
|
925
|
-
*/
|
|
926
|
-
export declare type ExecutionStatus = string;
|
|
927
|
-
|
|
928
|
-
/**
|
|
929
|
-
* Defines values for FailoverMode. \
|
|
930
|
-
* {@link KnownFailoverMode} can be used interchangeably with FailoverMode,
|
|
931
|
-
* this enum contains the known values that the service supports.
|
|
932
|
-
* ### Known values supported by the service
|
|
933
|
-
* **PlannedFailover** \
|
|
934
|
-
* **ForcedFailover** \
|
|
935
|
-
* **PlannedSwitchover** \
|
|
936
|
-
* **ForcedSwitchover**
|
|
937
|
-
*/
|
|
938
|
-
export declare type FailoverMode = string;
|
|
939
|
-
|
|
940
|
-
/** Represents capability of a fast provisioning edition */
|
|
941
|
-
export declare interface FastProvisioningEditionCapability extends CapabilityBase {
|
|
942
|
-
/**
|
|
943
|
-
* Fast provisioning supported tier name
|
|
944
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
945
|
-
*/
|
|
946
|
-
readonly supportedTier?: string;
|
|
947
|
-
/**
|
|
948
|
-
* Fast provisioning supported sku name
|
|
949
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
950
|
-
*/
|
|
951
|
-
readonly supportedSku?: string;
|
|
952
|
-
/**
|
|
953
|
-
* Fast provisioning supported storage in Gb
|
|
954
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
955
|
-
*/
|
|
956
|
-
readonly supportedStorageGb?: number;
|
|
957
|
-
/**
|
|
958
|
-
* Fast provisioning supported version
|
|
959
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
960
|
-
*/
|
|
961
|
-
readonly supportedServerVersions?: string;
|
|
962
|
-
/**
|
|
963
|
-
* Count of servers in cache matching the spec
|
|
964
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
965
|
-
*/
|
|
966
|
-
readonly serverCount?: number;
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
/**
|
|
970
|
-
* Defines values for FastProvisioningSupportedEnum. \
|
|
971
|
-
* {@link KnownFastProvisioningSupportedEnum} can be used interchangeably with FastProvisioningSupportedEnum,
|
|
972
|
-
* this enum contains the known values that the service supports.
|
|
973
|
-
* ### Known values supported by the service
|
|
974
|
-
* **Enabled** \
|
|
975
|
-
* **Disabled**
|
|
976
|
-
*/
|
|
977
|
-
export declare type FastProvisioningSupportedEnum = string;
|
|
978
|
-
|
|
979
|
-
/** Represents a server firewall rule. */
|
|
980
|
-
export declare interface FirewallRule extends ProxyResource {
|
|
981
|
-
/** The start IP address of the server firewall rule. Must be IPv4 format. */
|
|
982
|
-
startIpAddress: string;
|
|
983
|
-
/** The end IP address of the server firewall rule. Must be IPv4 format. */
|
|
984
|
-
endIpAddress: string;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
/** A list of firewall rules. */
|
|
988
|
-
export declare interface FirewallRuleListResult {
|
|
989
|
-
/** The list of firewall rules in a server. */
|
|
990
|
-
value?: FirewallRule[];
|
|
991
|
-
/** The link used to get the next page of operations. */
|
|
992
|
-
nextLink?: string;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
/** Interface representing a FirewallRules. */
|
|
996
|
-
export declare interface FirewallRules {
|
|
997
|
-
/**
|
|
998
|
-
* List all the firewall rules in a given PostgreSQL server.
|
|
999
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1000
|
-
* @param serverName The name of the server.
|
|
1001
|
-
* @param options The options parameters.
|
|
1002
|
-
*/
|
|
1003
|
-
listByServer(resourceGroupName: string, serverName: string, options?: FirewallRulesListByServerOptionalParams): PagedAsyncIterableIterator<FirewallRule>;
|
|
1004
|
-
/**
|
|
1005
|
-
* Creates a new firewall rule or updates an existing firewall rule.
|
|
1006
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1007
|
-
* @param serverName The name of the server.
|
|
1008
|
-
* @param firewallRuleName The name of the server firewall rule.
|
|
1009
|
-
* @param parameters The required parameters for creating or updating a firewall rule.
|
|
1010
|
-
* @param options The options parameters.
|
|
1011
|
-
*/
|
|
1012
|
-
beginCreateOrUpdate(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FirewallRulesCreateOrUpdateResponse>, FirewallRulesCreateOrUpdateResponse>>;
|
|
1013
|
-
/**
|
|
1014
|
-
* Creates a new firewall rule or updates an existing firewall rule.
|
|
1015
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1016
|
-
* @param serverName The name of the server.
|
|
1017
|
-
* @param firewallRuleName The name of the server firewall rule.
|
|
1018
|
-
* @param parameters The required parameters for creating or updating a firewall rule.
|
|
1019
|
-
* @param options The options parameters.
|
|
1020
|
-
*/
|
|
1021
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<FirewallRulesCreateOrUpdateResponse>;
|
|
1022
|
-
/**
|
|
1023
|
-
* Deletes a PostgreSQL server firewall rule.
|
|
1024
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1025
|
-
* @param serverName The name of the server.
|
|
1026
|
-
* @param firewallRuleName The name of the server firewall rule.
|
|
1027
|
-
* @param options The options parameters.
|
|
1028
|
-
*/
|
|
1029
|
-
beginDelete(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
1030
|
-
/**
|
|
1031
|
-
* Deletes a PostgreSQL server firewall rule.
|
|
1032
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1033
|
-
* @param serverName The name of the server.
|
|
1034
|
-
* @param firewallRuleName The name of the server firewall rule.
|
|
1035
|
-
* @param options The options parameters.
|
|
1036
|
-
*/
|
|
1037
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<void>;
|
|
1038
|
-
/**
|
|
1039
|
-
* List all the firewall rules in a given server.
|
|
1040
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1041
|
-
* @param serverName The name of the server.
|
|
1042
|
-
* @param firewallRuleName The name of the server firewall rule.
|
|
1043
|
-
* @param options The options parameters.
|
|
1044
|
-
*/
|
|
1045
|
-
get(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesGetOptionalParams): Promise<FirewallRulesGetResponse>;
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
/** Defines headers for FirewallRules_createOrUpdate operation. */
|
|
1049
|
-
export declare interface FirewallRulesCreateOrUpdateHeaders {
|
|
1050
|
-
location?: string;
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
/** Optional parameters. */
|
|
1054
|
-
export declare interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1055
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1056
|
-
updateIntervalInMs?: number;
|
|
1057
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1058
|
-
resumeFrom?: string;
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1062
|
-
export declare type FirewallRulesCreateOrUpdateResponse = FirewallRule;
|
|
1063
|
-
|
|
1064
|
-
/** Defines headers for FirewallRules_delete operation. */
|
|
1065
|
-
export declare interface FirewallRulesDeleteHeaders {
|
|
1066
|
-
location?: string;
|
|
1067
|
-
}
|
|
1068
|
-
|
|
1069
|
-
/** Optional parameters. */
|
|
1070
|
-
export declare interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1071
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1072
|
-
updateIntervalInMs?: number;
|
|
1073
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1074
|
-
resumeFrom?: string;
|
|
1075
|
-
}
|
|
1076
|
-
|
|
1077
|
-
/** Optional parameters. */
|
|
1078
|
-
export declare interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1079
|
-
}
|
|
1080
|
-
|
|
1081
|
-
/** Contains response data for the get operation. */
|
|
1082
|
-
export declare type FirewallRulesGetResponse = FirewallRule;
|
|
1083
|
-
|
|
1084
|
-
/** Optional parameters. */
|
|
1085
|
-
export declare interface FirewallRulesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1086
|
-
}
|
|
1087
|
-
|
|
1088
|
-
/** Contains response data for the listByServerNext operation. */
|
|
1089
|
-
export declare type FirewallRulesListByServerNextResponse = FirewallRuleListResult;
|
|
1090
|
-
|
|
1091
|
-
/** Optional parameters. */
|
|
1092
|
-
export declare interface FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
/** Contains response data for the listByServer operation. */
|
|
1096
|
-
export declare type FirewallRulesListByServerResponse = FirewallRuleListResult;
|
|
1097
|
-
|
|
1098
|
-
/** Interface representing a FlexibleServer. */
|
|
1099
|
-
export declare interface FlexibleServer {
|
|
1100
|
-
/**
|
|
1101
|
-
* PreBackup operation performs all the checks that are needed for the subsequent long term retention
|
|
1102
|
-
* backup operation to succeed.
|
|
1103
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1104
|
-
* @param serverName The name of the server.
|
|
1105
|
-
* @param parameters Request body for operation
|
|
1106
|
-
* @param options The options parameters.
|
|
1107
|
-
*/
|
|
1108
|
-
triggerLtrPreBackup(resourceGroupName: string, serverName: string, parameters: LtrPreBackupRequest, options?: FlexibleServerTriggerLtrPreBackupOptionalParams): Promise<FlexibleServerTriggerLtrPreBackupResponse>;
|
|
1109
|
-
/**
|
|
1110
|
-
* Start the Long Term Retention Backup operation
|
|
1111
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1112
|
-
* @param serverName The name of the server.
|
|
1113
|
-
* @param parameters Request body for operation
|
|
1114
|
-
* @param options The options parameters.
|
|
1115
|
-
*/
|
|
1116
|
-
beginStartLtrBackup(resourceGroupName: string, serverName: string, parameters: LtrBackupRequest, options?: FlexibleServerStartLtrBackupOptionalParams): Promise<SimplePollerLike<OperationState<FlexibleServerStartLtrBackupResponse>, FlexibleServerStartLtrBackupResponse>>;
|
|
1117
|
-
/**
|
|
1118
|
-
* Start the Long Term Retention Backup operation
|
|
1119
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
1120
|
-
* @param serverName The name of the server.
|
|
1121
|
-
* @param parameters Request body for operation
|
|
1122
|
-
* @param options The options parameters.
|
|
1123
|
-
*/
|
|
1124
|
-
beginStartLtrBackupAndWait(resourceGroupName: string, serverName: string, parameters: LtrBackupRequest, options?: FlexibleServerStartLtrBackupOptionalParams): Promise<FlexibleServerStartLtrBackupResponse>;
|
|
1125
|
-
}
|
|
1126
|
-
|
|
1127
|
-
/** Capability for the PostgreSQL server */
|
|
1128
|
-
export declare interface FlexibleServerCapability extends CapabilityBase {
|
|
1129
|
-
/** Name of flexible servers capability */
|
|
1130
|
-
name?: string;
|
|
1131
|
-
/**
|
|
1132
|
-
* List of supported flexible server editions
|
|
1133
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1134
|
-
*/
|
|
1135
|
-
readonly supportedServerEditions?: FlexibleServerEditionCapability[];
|
|
1136
|
-
/**
|
|
1137
|
-
* The list of server versions supported for this capability.
|
|
1138
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1139
|
-
*/
|
|
1140
|
-
readonly supportedServerVersions?: ServerVersionCapability[];
|
|
1141
|
-
/**
|
|
1142
|
-
* Gets a value indicating whether fast provisioning is supported. "Enabled" means fast provisioning is supported. "Disabled" stands for fast provisioning is not supported.
|
|
1143
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1144
|
-
*/
|
|
1145
|
-
readonly fastProvisioningSupported?: FastProvisioningSupportedEnum;
|
|
1146
|
-
/**
|
|
1147
|
-
* List of supported server editions for fast provisioning
|
|
1148
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1149
|
-
*/
|
|
1150
|
-
readonly supportedFastProvisioningEditions?: FastProvisioningEditionCapability[];
|
|
1151
|
-
/**
|
|
1152
|
-
* Determines if geo-backup is supported in this region. "Enabled" means geo-backup is supported. "Disabled" stands for geo-back is not supported.
|
|
1153
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1154
|
-
*/
|
|
1155
|
-
readonly geoBackupSupported?: GeoBackupSupportedEnum;
|
|
1156
|
-
/**
|
|
1157
|
-
* 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.
|
|
1158
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1159
|
-
*/
|
|
1160
|
-
readonly zoneRedundantHaSupported?: ZoneRedundantHaSupportedEnum;
|
|
1161
|
-
/**
|
|
1162
|
-
* 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.
|
|
1163
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1164
|
-
*/
|
|
1165
|
-
readonly zoneRedundantHaAndGeoBackupSupported?: ZoneRedundantHaAndGeoBackupSupportedEnum;
|
|
1166
|
-
/**
|
|
1167
|
-
* 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.
|
|
1168
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1169
|
-
*/
|
|
1170
|
-
readonly storageAutoGrowthSupported?: StorageAutoGrowthSupportedEnum;
|
|
1171
|
-
/**
|
|
1172
|
-
* 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.
|
|
1173
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1174
|
-
*/
|
|
1175
|
-
readonly onlineResizeSupported?: OnlineResizeSupportedEnum;
|
|
1176
|
-
/**
|
|
1177
|
-
* A value indicating whether this region is restricted. "Enabled" means region is restricted. "Disabled" stands for region is not restricted.
|
|
1178
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1179
|
-
*/
|
|
1180
|
-
readonly restricted?: RestrictedEnum;
|
|
1181
|
-
}
|
|
1182
|
-
|
|
1183
|
-
/** Flexible server edition capabilities. */
|
|
1184
|
-
export declare interface FlexibleServerEditionCapability extends CapabilityBase {
|
|
1185
|
-
/**
|
|
1186
|
-
* Server edition name
|
|
1187
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1188
|
-
*/
|
|
1189
|
-
readonly name?: string;
|
|
1190
|
-
/**
|
|
1191
|
-
* Default sku name for the server edition
|
|
1192
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1193
|
-
*/
|
|
1194
|
-
readonly defaultSkuName?: string;
|
|
1195
|
-
/**
|
|
1196
|
-
* The list of editions supported by this server edition.
|
|
1197
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1198
|
-
*/
|
|
1199
|
-
readonly supportedStorageEditions?: StorageEditionCapability[];
|
|
1200
|
-
/**
|
|
1201
|
-
* List of supported server SKUs.
|
|
1202
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1203
|
-
*/
|
|
1204
|
-
readonly supportedServerSkus?: ServerSkuCapability[];
|
|
1205
|
-
}
|
|
1206
|
-
|
|
1207
|
-
/** Defines headers for FlexibleServer_startLtrBackup operation. */
|
|
1208
|
-
export declare interface FlexibleServerStartLtrBackupExceptionHeaders {
|
|
1209
|
-
/** ErrorCode string in the event of a failure. */
|
|
1210
|
-
xMsErrorCode?: string;
|
|
1211
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
1212
|
-
xMsRequestId?: string;
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
/** Defines headers for FlexibleServer_startLtrBackup operation. */
|
|
1216
|
-
export declare interface FlexibleServerStartLtrBackupHeaders {
|
|
1217
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
1218
|
-
xMsRequestId?: string;
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
/** Optional parameters. */
|
|
1222
|
-
export declare interface FlexibleServerStartLtrBackupOptionalParams extends coreClient.OperationOptions {
|
|
1223
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1224
|
-
updateIntervalInMs?: number;
|
|
1225
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1226
|
-
resumeFrom?: string;
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
/** Contains response data for the startLtrBackup operation. */
|
|
1230
|
-
export declare type FlexibleServerStartLtrBackupResponse = FlexibleServerStartLtrBackupHeaders & LtrBackupResponse;
|
|
1231
|
-
|
|
1232
|
-
/** Defines headers for FlexibleServer_triggerLtrPreBackup operation. */
|
|
1233
|
-
export declare interface FlexibleServerTriggerLtrPreBackupExceptionHeaders {
|
|
1234
|
-
/** ErrorCode string in the event of a failure. */
|
|
1235
|
-
xMsErrorCode?: string;
|
|
1236
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
1237
|
-
xMsRequestId?: string;
|
|
1238
|
-
}
|
|
1239
|
-
|
|
1240
|
-
/** Defines headers for FlexibleServer_triggerLtrPreBackup operation. */
|
|
1241
|
-
export declare interface FlexibleServerTriggerLtrPreBackupHeaders {
|
|
1242
|
-
/** A unique ID for the current operation, service generated. All the resource providers must return this value in the response headers to facilitate debugging. */
|
|
1243
|
-
xMsRequestId?: string;
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
|
-
/** Optional parameters. */
|
|
1247
|
-
export declare interface FlexibleServerTriggerLtrPreBackupOptionalParams extends coreClient.OperationOptions {
|
|
1248
|
-
}
|
|
1249
|
-
|
|
1250
|
-
/** Contains response data for the triggerLtrPreBackup operation. */
|
|
1251
|
-
export declare type FlexibleServerTriggerLtrPreBackupResponse = FlexibleServerTriggerLtrPreBackupHeaders & LtrPreBackupResponse;
|
|
1252
|
-
|
|
1253
|
-
/**
|
|
1254
|
-
* Defines values for GeoBackupSupportedEnum. \
|
|
1255
|
-
* {@link KnownGeoBackupSupportedEnum} can be used interchangeably with GeoBackupSupportedEnum,
|
|
1256
|
-
* this enum contains the known values that the service supports.
|
|
1257
|
-
* ### Known values supported by the service
|
|
1258
|
-
* **Enabled** \
|
|
1259
|
-
* **Disabled**
|
|
1260
|
-
*/
|
|
1261
|
-
export declare type GeoBackupSupportedEnum = string;
|
|
1262
|
-
|
|
1263
|
-
/**
|
|
1264
|
-
* Defines values for GeoRedundantBackupEnum. \
|
|
1265
|
-
* {@link KnownGeoRedundantBackupEnum} can be used interchangeably with GeoRedundantBackupEnum,
|
|
1266
|
-
* this enum contains the known values that the service supports.
|
|
1267
|
-
* ### Known values supported by the service
|
|
1268
|
-
* **Enabled** \
|
|
1269
|
-
* **Disabled**
|
|
1270
|
-
*/
|
|
1271
|
-
export declare type GeoRedundantBackupEnum = string;
|
|
1272
|
-
|
|
1273
|
-
/**
|
|
1274
|
-
* Given the last `.value` produced by the `byPage` iterator,
|
|
1275
|
-
* returns a continuation token that can be used to begin paging from
|
|
1276
|
-
* that point later.
|
|
1277
|
-
* @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
|
|
1278
|
-
* @returns The continuation token that can be passed into byPage() during future calls.
|
|
1279
|
-
*/
|
|
1280
|
-
export declare function getContinuationToken(page: unknown): string | undefined;
|
|
1281
|
-
|
|
1282
|
-
/** Interface representing a GetPrivateDnsZoneSuffix. */
|
|
1283
|
-
export declare interface GetPrivateDnsZoneSuffix {
|
|
1284
|
-
/**
|
|
1285
|
-
* Get private DNS zone suffix in the cloud
|
|
1286
|
-
* @param options The options parameters.
|
|
1287
|
-
*/
|
|
1288
|
-
execute(options?: GetPrivateDnsZoneSuffixExecuteOptionalParams): Promise<GetPrivateDnsZoneSuffixExecuteResponse>;
|
|
1289
|
-
}
|
|
1290
|
-
|
|
1291
|
-
/** Optional parameters. */
|
|
1292
|
-
export declare interface GetPrivateDnsZoneSuffixExecuteOptionalParams extends coreClient.OperationOptions {
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
/** Contains response data for the execute operation. */
|
|
1296
|
-
export declare type GetPrivateDnsZoneSuffixExecuteResponse = {
|
|
1297
|
-
/** The parsed response body. */
|
|
1298
|
-
body: string;
|
|
1299
|
-
};
|
|
1300
|
-
|
|
1301
|
-
/**
|
|
1302
|
-
* Defines values for HaMode. \
|
|
1303
|
-
* {@link KnownHaMode} can be used interchangeably with HaMode,
|
|
1304
|
-
* this enum contains the known values that the service supports.
|
|
1305
|
-
* ### Known values supported by the service
|
|
1306
|
-
* **SameZone** \
|
|
1307
|
-
* **ZoneRedundant**
|
|
1308
|
-
*/
|
|
1309
|
-
export declare type HaMode = string;
|
|
1310
|
-
|
|
1311
|
-
/** High availability properties of a server */
|
|
1312
|
-
export declare interface HighAvailability {
|
|
1313
|
-
/** The HA mode for the server. */
|
|
1314
|
-
mode?: HighAvailabilityMode;
|
|
1315
|
-
/**
|
|
1316
|
-
* A state of a HA server that is visible to user.
|
|
1317
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1318
|
-
*/
|
|
1319
|
-
readonly state?: ServerHAState;
|
|
1320
|
-
/** availability zone information of the standby. */
|
|
1321
|
-
standbyAvailabilityZone?: string;
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
/**
|
|
1325
|
-
* Defines values for HighAvailabilityMode. \
|
|
1326
|
-
* {@link KnownHighAvailabilityMode} can be used interchangeably with HighAvailabilityMode,
|
|
1327
|
-
* this enum contains the known values that the service supports.
|
|
1328
|
-
* ### Known values supported by the service
|
|
1329
|
-
* **Disabled** \
|
|
1330
|
-
* **ZoneRedundant** \
|
|
1331
|
-
* **SameZone**
|
|
1332
|
-
*/
|
|
1333
|
-
export declare type HighAvailabilityMode = string;
|
|
1334
|
-
|
|
1335
|
-
/**
|
|
1336
|
-
* Defines values for IdentityType. \
|
|
1337
|
-
* {@link KnownIdentityType} can be used interchangeably with IdentityType,
|
|
1338
|
-
* this enum contains the known values that the service supports.
|
|
1339
|
-
* ### Known values supported by the service
|
|
1340
|
-
* **None** \
|
|
1341
|
-
* **UserAssigned**
|
|
1342
|
-
*/
|
|
1343
|
-
export declare type IdentityType = string;
|
|
1344
|
-
|
|
1345
|
-
/**
|
|
1346
|
-
* Defines values for KeyStatusEnum. \
|
|
1347
|
-
* {@link KnownKeyStatusEnum} can be used interchangeably with KeyStatusEnum,
|
|
1348
|
-
* this enum contains the known values that the service supports.
|
|
1349
|
-
* ### Known values supported by the service
|
|
1350
|
-
* **Valid** \
|
|
1351
|
-
* **Invalid**
|
|
1352
|
-
*/
|
|
1353
|
-
export declare type KeyStatusEnum = string;
|
|
1354
|
-
|
|
1355
|
-
/** Known values of {@link ActiveDirectoryAuthEnum} that the service accepts. */
|
|
1356
|
-
export declare enum KnownActiveDirectoryAuthEnum {
|
|
1357
|
-
/** Enabled */
|
|
1358
|
-
Enabled = "Enabled",
|
|
1359
|
-
/** Disabled */
|
|
1360
|
-
Disabled = "Disabled"
|
|
1361
|
-
}
|
|
1362
|
-
|
|
1363
|
-
/** Known values of {@link ArmServerKeyType} that the service accepts. */
|
|
1364
|
-
export declare enum KnownArmServerKeyType {
|
|
1365
|
-
/** SystemManaged */
|
|
1366
|
-
SystemManaged = "SystemManaged",
|
|
1367
|
-
/** AzureKeyVault */
|
|
1368
|
-
AzureKeyVault = "AzureKeyVault"
|
|
1369
|
-
}
|
|
1370
|
-
|
|
1371
|
-
/** Known values of {@link AzureManagedDiskPerformanceTiers} that the service accepts. */
|
|
1372
|
-
export declare enum KnownAzureManagedDiskPerformanceTiers {
|
|
1373
|
-
/** P1 */
|
|
1374
|
-
P1 = "P1",
|
|
1375
|
-
/** P2 */
|
|
1376
|
-
P2 = "P2",
|
|
1377
|
-
/** P3 */
|
|
1378
|
-
P3 = "P3",
|
|
1379
|
-
/** P4 */
|
|
1380
|
-
P4 = "P4",
|
|
1381
|
-
/** P6 */
|
|
1382
|
-
P6 = "P6",
|
|
1383
|
-
/** P10 */
|
|
1384
|
-
P10 = "P10",
|
|
1385
|
-
/** P15 */
|
|
1386
|
-
P15 = "P15",
|
|
1387
|
-
/** P20 */
|
|
1388
|
-
P20 = "P20",
|
|
1389
|
-
/** P30 */
|
|
1390
|
-
P30 = "P30",
|
|
1391
|
-
/** P40 */
|
|
1392
|
-
P40 = "P40",
|
|
1393
|
-
/** P50 */
|
|
1394
|
-
P50 = "P50",
|
|
1395
|
-
/** P60 */
|
|
1396
|
-
P60 = "P60",
|
|
1397
|
-
/** P70 */
|
|
1398
|
-
P70 = "P70",
|
|
1399
|
-
/** P80 */
|
|
1400
|
-
P80 = "P80"
|
|
1401
|
-
}
|
|
1402
|
-
|
|
1403
|
-
/** Known values of {@link CancelEnum} that the service accepts. */
|
|
1404
|
-
export declare enum KnownCancelEnum {
|
|
1405
|
-
/** True */
|
|
1406
|
-
True = "True",
|
|
1407
|
-
/** False */
|
|
1408
|
-
False = "False"
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
/** Known values of {@link CheckNameAvailabilityReason} that the service accepts. */
|
|
1412
|
-
export declare enum KnownCheckNameAvailabilityReason {
|
|
1413
|
-
/** Invalid */
|
|
1414
|
-
Invalid = "Invalid",
|
|
1415
|
-
/** AlreadyExists */
|
|
1416
|
-
AlreadyExists = "AlreadyExists"
|
|
1417
|
-
}
|
|
1418
|
-
|
|
1419
|
-
/** Known values of {@link ConfigurationDataType} that the service accepts. */
|
|
1420
|
-
export declare enum KnownConfigurationDataType {
|
|
1421
|
-
/** Boolean */
|
|
1422
|
-
Boolean = "Boolean",
|
|
1423
|
-
/** Numeric */
|
|
1424
|
-
Numeric = "Numeric",
|
|
1425
|
-
/** Integer */
|
|
1426
|
-
Integer = "Integer",
|
|
1427
|
-
/** Enumeration */
|
|
1428
|
-
Enumeration = "Enumeration"
|
|
1429
|
-
}
|
|
1430
|
-
|
|
1431
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1432
|
-
export declare enum KnownCreatedByType {
|
|
1433
|
-
/** User */
|
|
1434
|
-
User = "User",
|
|
1435
|
-
/** Application */
|
|
1436
|
-
Application = "Application",
|
|
1437
|
-
/** ManagedIdentity */
|
|
1438
|
-
ManagedIdentity = "ManagedIdentity",
|
|
1439
|
-
/** Key */
|
|
1440
|
-
Key = "Key"
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
/** Known values of {@link CreateMode} that the service accepts. */
|
|
1444
|
-
export declare enum KnownCreateMode {
|
|
1445
|
-
/** Default */
|
|
1446
|
-
Default = "Default",
|
|
1447
|
-
/** Create */
|
|
1448
|
-
Create = "Create",
|
|
1449
|
-
/** Update */
|
|
1450
|
-
Update = "Update",
|
|
1451
|
-
/** PointInTimeRestore */
|
|
1452
|
-
PointInTimeRestore = "PointInTimeRestore",
|
|
1453
|
-
/** GeoRestore */
|
|
1454
|
-
GeoRestore = "GeoRestore",
|
|
1455
|
-
/** Replica */
|
|
1456
|
-
Replica = "Replica",
|
|
1457
|
-
/** ReviveDropped */
|
|
1458
|
-
ReviveDropped = "ReviveDropped"
|
|
1459
|
-
}
|
|
1460
|
-
|
|
1461
|
-
/** Known values of {@link CreateModeForUpdate} that the service accepts. */
|
|
1462
|
-
export declare enum KnownCreateModeForUpdate {
|
|
1463
|
-
/** Default */
|
|
1464
|
-
Default = "Default",
|
|
1465
|
-
/** Update */
|
|
1466
|
-
Update = "Update"
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
/** Known values of {@link ExecutionStatus} that the service accepts. */
|
|
1470
|
-
export declare enum KnownExecutionStatus {
|
|
1471
|
-
/** Running */
|
|
1472
|
-
Running = "Running",
|
|
1473
|
-
/** Cancelled */
|
|
1474
|
-
Cancelled = "Cancelled",
|
|
1475
|
-
/** Failed */
|
|
1476
|
-
Failed = "Failed",
|
|
1477
|
-
/** Succeeded */
|
|
1478
|
-
Succeeded = "Succeeded"
|
|
1479
|
-
}
|
|
1480
|
-
|
|
1481
|
-
/** Known values of {@link FailoverMode} that the service accepts. */
|
|
1482
|
-
export declare enum KnownFailoverMode {
|
|
1483
|
-
/** PlannedFailover */
|
|
1484
|
-
PlannedFailover = "PlannedFailover",
|
|
1485
|
-
/** ForcedFailover */
|
|
1486
|
-
ForcedFailover = "ForcedFailover",
|
|
1487
|
-
/** PlannedSwitchover */
|
|
1488
|
-
PlannedSwitchover = "PlannedSwitchover",
|
|
1489
|
-
/** ForcedSwitchover */
|
|
1490
|
-
ForcedSwitchover = "ForcedSwitchover"
|
|
1491
|
-
}
|
|
1492
|
-
|
|
1493
|
-
/** Known values of {@link FastProvisioningSupportedEnum} that the service accepts. */
|
|
1494
|
-
export declare enum KnownFastProvisioningSupportedEnum {
|
|
1495
|
-
/** Enabled */
|
|
1496
|
-
Enabled = "Enabled",
|
|
1497
|
-
/** Disabled */
|
|
1498
|
-
Disabled = "Disabled"
|
|
1499
|
-
}
|
|
1500
|
-
|
|
1501
|
-
/** Known values of {@link GeoBackupSupportedEnum} that the service accepts. */
|
|
1502
|
-
export declare enum KnownGeoBackupSupportedEnum {
|
|
1503
|
-
/** Enabled */
|
|
1504
|
-
Enabled = "Enabled",
|
|
1505
|
-
/** Disabled */
|
|
1506
|
-
Disabled = "Disabled"
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
/** Known values of {@link GeoRedundantBackupEnum} that the service accepts. */
|
|
1510
|
-
export declare enum KnownGeoRedundantBackupEnum {
|
|
1511
|
-
/** Enabled */
|
|
1512
|
-
Enabled = "Enabled",
|
|
1513
|
-
/** Disabled */
|
|
1514
|
-
Disabled = "Disabled"
|
|
1515
|
-
}
|
|
1516
|
-
|
|
1517
|
-
/** Known values of {@link HaMode} that the service accepts. */
|
|
1518
|
-
export declare enum KnownHaMode {
|
|
1519
|
-
/** SameZone */
|
|
1520
|
-
SameZone = "SameZone",
|
|
1521
|
-
/** ZoneRedundant */
|
|
1522
|
-
ZoneRedundant = "ZoneRedundant"
|
|
1523
|
-
}
|
|
1524
|
-
|
|
1525
|
-
/** Known values of {@link HighAvailabilityMode} that the service accepts. */
|
|
1526
|
-
export declare enum KnownHighAvailabilityMode {
|
|
1527
|
-
/** Disabled */
|
|
1528
|
-
Disabled = "Disabled",
|
|
1529
|
-
/** ZoneRedundant */
|
|
1530
|
-
ZoneRedundant = "ZoneRedundant",
|
|
1531
|
-
/** SameZone */
|
|
1532
|
-
SameZone = "SameZone"
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
/** Known values of {@link IdentityType} that the service accepts. */
|
|
1536
|
-
export declare enum KnownIdentityType {
|
|
1537
|
-
/** None */
|
|
1538
|
-
None = "None",
|
|
1539
|
-
/** UserAssigned */
|
|
1540
|
-
UserAssigned = "UserAssigned"
|
|
1541
|
-
}
|
|
1542
|
-
|
|
1543
|
-
/** Known values of {@link KeyStatusEnum} that the service accepts. */
|
|
1544
|
-
export declare enum KnownKeyStatusEnum {
|
|
1545
|
-
/** Valid */
|
|
1546
|
-
Valid = "Valid",
|
|
1547
|
-
/** Invalid */
|
|
1548
|
-
Invalid = "Invalid"
|
|
1549
|
-
}
|
|
1550
|
-
|
|
1551
|
-
/** Known values of {@link LogicalReplicationOnSourceDbEnum} that the service accepts. */
|
|
1552
|
-
export declare enum KnownLogicalReplicationOnSourceDbEnum {
|
|
1553
|
-
/** True */
|
|
1554
|
-
True = "True",
|
|
1555
|
-
/** False */
|
|
1556
|
-
False = "False"
|
|
1557
|
-
}
|
|
1558
|
-
|
|
1559
|
-
/** Known values of {@link MigrateRolesEnum} that the service accepts. */
|
|
1560
|
-
export declare enum KnownMigrateRolesEnum {
|
|
1561
|
-
/** True */
|
|
1562
|
-
True = "True",
|
|
1563
|
-
/** False */
|
|
1564
|
-
False = "False"
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
/** Known values of {@link MigrationDbState} that the service accepts. */
|
|
1568
|
-
export declare enum KnownMigrationDbState {
|
|
1569
|
-
/** InProgress */
|
|
1570
|
-
InProgress = "InProgress",
|
|
1571
|
-
/** WaitingForCutoverTrigger */
|
|
1572
|
-
WaitingForCutoverTrigger = "WaitingForCutoverTrigger",
|
|
1573
|
-
/** Failed */
|
|
1574
|
-
Failed = "Failed",
|
|
1575
|
-
/** Canceled */
|
|
1576
|
-
Canceled = "Canceled",
|
|
1577
|
-
/** Succeeded */
|
|
1578
|
-
Succeeded = "Succeeded",
|
|
1579
|
-
/** Canceling */
|
|
1580
|
-
Canceling = "Canceling"
|
|
1581
|
-
}
|
|
1582
|
-
|
|
1583
|
-
/** Known values of {@link MigrationDetailsLevel} that the service accepts. */
|
|
1584
|
-
export declare enum KnownMigrationDetailsLevel {
|
|
1585
|
-
/** Default */
|
|
1586
|
-
Default = "Default",
|
|
1587
|
-
/** Summary */
|
|
1588
|
-
Summary = "Summary",
|
|
1589
|
-
/** Full */
|
|
1590
|
-
Full = "Full"
|
|
1591
|
-
}
|
|
1592
|
-
|
|
1593
|
-
/** Known values of {@link MigrationListFilter} that the service accepts. */
|
|
1594
|
-
export declare enum KnownMigrationListFilter {
|
|
1595
|
-
/** Active */
|
|
1596
|
-
Active = "Active",
|
|
1597
|
-
/** All */
|
|
1598
|
-
All = "All"
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
|
-
/** Known values of {@link MigrationMode} that the service accepts. */
|
|
1602
|
-
export declare enum KnownMigrationMode {
|
|
1603
|
-
/** Offline */
|
|
1604
|
-
Offline = "Offline",
|
|
1605
|
-
/** Online */
|
|
1606
|
-
Online = "Online"
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
/** Known values of {@link MigrationNameAvailabilityReason} that the service accepts. */
|
|
1610
|
-
export declare enum KnownMigrationNameAvailabilityReason {
|
|
1611
|
-
/** Invalid */
|
|
1612
|
-
Invalid = "Invalid",
|
|
1613
|
-
/** AlreadyExists */
|
|
1614
|
-
AlreadyExists = "AlreadyExists"
|
|
1615
|
-
}
|
|
1616
|
-
|
|
1617
|
-
/** Known values of {@link MigrationOption} that the service accepts. */
|
|
1618
|
-
export declare enum KnownMigrationOption {
|
|
1619
|
-
/** Validate */
|
|
1620
|
-
Validate = "Validate",
|
|
1621
|
-
/** Migrate */
|
|
1622
|
-
Migrate = "Migrate",
|
|
1623
|
-
/** ValidateAndMigrate */
|
|
1624
|
-
ValidateAndMigrate = "ValidateAndMigrate"
|
|
1625
|
-
}
|
|
1626
|
-
|
|
1627
|
-
/** Known values of {@link MigrationState} that the service accepts. */
|
|
1628
|
-
export declare enum KnownMigrationState {
|
|
1629
|
-
/** InProgress */
|
|
1630
|
-
InProgress = "InProgress",
|
|
1631
|
-
/** WaitingForUserAction */
|
|
1632
|
-
WaitingForUserAction = "WaitingForUserAction",
|
|
1633
|
-
/** Canceled */
|
|
1634
|
-
Canceled = "Canceled",
|
|
1635
|
-
/** Failed */
|
|
1636
|
-
Failed = "Failed",
|
|
1637
|
-
/** Succeeded */
|
|
1638
|
-
Succeeded = "Succeeded",
|
|
1639
|
-
/** ValidationFailed */
|
|
1640
|
-
ValidationFailed = "ValidationFailed",
|
|
1641
|
-
/** CleaningUp */
|
|
1642
|
-
CleaningUp = "CleaningUp"
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
/** Known values of {@link MigrationSubState} that the service accepts. */
|
|
1646
|
-
export declare enum KnownMigrationSubState {
|
|
1647
|
-
/** PerformingPreRequisiteSteps */
|
|
1648
|
-
PerformingPreRequisiteSteps = "PerformingPreRequisiteSteps",
|
|
1649
|
-
/** WaitingForLogicalReplicationSetupRequestOnSourceDB */
|
|
1650
|
-
WaitingForLogicalReplicationSetupRequestOnSourceDB = "WaitingForLogicalReplicationSetupRequestOnSourceDB",
|
|
1651
|
-
/** WaitingForDBsToMigrateSpecification */
|
|
1652
|
-
WaitingForDBsToMigrateSpecification = "WaitingForDBsToMigrateSpecification",
|
|
1653
|
-
/** WaitingForTargetDBOverwriteConfirmation */
|
|
1654
|
-
WaitingForTargetDBOverwriteConfirmation = "WaitingForTargetDBOverwriteConfirmation",
|
|
1655
|
-
/** WaitingForDataMigrationScheduling */
|
|
1656
|
-
WaitingForDataMigrationScheduling = "WaitingForDataMigrationScheduling",
|
|
1657
|
-
/** WaitingForDataMigrationWindow */
|
|
1658
|
-
WaitingForDataMigrationWindow = "WaitingForDataMigrationWindow",
|
|
1659
|
-
/** MigratingData */
|
|
1660
|
-
MigratingData = "MigratingData",
|
|
1661
|
-
/** WaitingForCutoverTrigger */
|
|
1662
|
-
WaitingForCutoverTrigger = "WaitingForCutoverTrigger",
|
|
1663
|
-
/** CompletingMigration */
|
|
1664
|
-
CompletingMigration = "CompletingMigration",
|
|
1665
|
-
/** Completed */
|
|
1666
|
-
Completed = "Completed",
|
|
1667
|
-
/** CancelingRequestedDBMigrations */
|
|
1668
|
-
CancelingRequestedDBMigrations = "CancelingRequestedDBMigrations",
|
|
1669
|
-
/** ValidationInProgress */
|
|
1670
|
-
ValidationInProgress = "ValidationInProgress"
|
|
1671
|
-
}
|
|
1672
|
-
|
|
1673
|
-
/** Known values of {@link OnlineResizeSupportedEnum} that the service accepts. */
|
|
1674
|
-
export declare enum KnownOnlineResizeSupportedEnum {
|
|
1675
|
-
/** Enabled */
|
|
1676
|
-
Enabled = "Enabled",
|
|
1677
|
-
/** Disabled */
|
|
1678
|
-
Disabled = "Disabled"
|
|
1679
|
-
}
|
|
1680
|
-
|
|
1681
|
-
/** Known values of {@link OperationOrigin} that the service accepts. */
|
|
1682
|
-
export declare enum KnownOperationOrigin {
|
|
1683
|
-
/** NotSpecified */
|
|
1684
|
-
NotSpecified = "NotSpecified",
|
|
1685
|
-
/** User */
|
|
1686
|
-
User = "user",
|
|
1687
|
-
/** System */
|
|
1688
|
-
System = "system"
|
|
1689
|
-
}
|
|
1690
|
-
|
|
1691
|
-
/** Known values of {@link Origin} that the service accepts. */
|
|
1692
|
-
export declare enum KnownOrigin {
|
|
1693
|
-
/** Full */
|
|
1694
|
-
Full = "Full"
|
|
1695
|
-
}
|
|
1696
|
-
|
|
1697
|
-
/** Known values of {@link OverwriteDbsInTargetEnum} that the service accepts. */
|
|
1698
|
-
export declare enum KnownOverwriteDbsInTargetEnum {
|
|
1699
|
-
/** True */
|
|
1700
|
-
True = "True",
|
|
1701
|
-
/** False */
|
|
1702
|
-
False = "False"
|
|
1703
|
-
}
|
|
1704
|
-
|
|
1705
|
-
/** Known values of {@link PasswordAuthEnum} that the service accepts. */
|
|
1706
|
-
export declare enum KnownPasswordAuthEnum {
|
|
1707
|
-
/** Enabled */
|
|
1708
|
-
Enabled = "Enabled",
|
|
1709
|
-
/** Disabled */
|
|
1710
|
-
Disabled = "Disabled"
|
|
1711
|
-
}
|
|
1712
|
-
|
|
1713
|
-
/** Known values of {@link PrincipalType} that the service accepts. */
|
|
1714
|
-
export declare enum KnownPrincipalType {
|
|
1715
|
-
/** Unknown */
|
|
1716
|
-
Unknown = "Unknown",
|
|
1717
|
-
/** User */
|
|
1718
|
-
User = "User",
|
|
1719
|
-
/** Group */
|
|
1720
|
-
Group = "Group",
|
|
1721
|
-
/** ServicePrincipal */
|
|
1722
|
-
ServicePrincipal = "ServicePrincipal"
|
|
1723
|
-
}
|
|
1724
|
-
|
|
1725
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
1726
|
-
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1727
|
-
/** Succeeded */
|
|
1728
|
-
Succeeded = "Succeeded",
|
|
1729
|
-
/** Creating */
|
|
1730
|
-
Creating = "Creating",
|
|
1731
|
-
/** Deleting */
|
|
1732
|
-
Deleting = "Deleting",
|
|
1733
|
-
/** Failed */
|
|
1734
|
-
Failed = "Failed"
|
|
1735
|
-
}
|
|
1736
|
-
|
|
1737
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
1738
|
-
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
1739
|
-
/** Pending */
|
|
1740
|
-
Pending = "Pending",
|
|
1741
|
-
/** Approved */
|
|
1742
|
-
Approved = "Approved",
|
|
1743
|
-
/** Rejected */
|
|
1744
|
-
Rejected = "Rejected"
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
/** Known values of {@link ReadReplicaPromoteMode} that the service accepts. */
|
|
1748
|
-
export declare enum KnownReadReplicaPromoteMode {
|
|
1749
|
-
/** Standalone */
|
|
1750
|
-
Standalone = "standalone",
|
|
1751
|
-
/** Switchover */
|
|
1752
|
-
Switchover = "switchover"
|
|
1753
|
-
}
|
|
1754
|
-
|
|
1755
|
-
/** Known values of {@link ReplicationPromoteOption} that the service accepts. */
|
|
1756
|
-
export declare enum KnownReplicationPromoteOption {
|
|
1757
|
-
/** Planned */
|
|
1758
|
-
Planned = "planned",
|
|
1759
|
-
/** Forced */
|
|
1760
|
-
Forced = "forced"
|
|
1761
|
-
}
|
|
1762
|
-
|
|
1763
|
-
/** Known values of {@link ReplicationRole} that the service accepts. */
|
|
1764
|
-
export declare enum KnownReplicationRole {
|
|
1765
|
-
/** None */
|
|
1766
|
-
None = "None",
|
|
1767
|
-
/** Primary */
|
|
1768
|
-
Primary = "Primary",
|
|
1769
|
-
/** AsyncReplica */
|
|
1770
|
-
AsyncReplica = "AsyncReplica",
|
|
1771
|
-
/** GeoAsyncReplica */
|
|
1772
|
-
GeoAsyncReplica = "GeoAsyncReplica"
|
|
1773
|
-
}
|
|
1774
|
-
|
|
1775
|
-
/** Known values of {@link ReplicationState} that the service accepts. */
|
|
1776
|
-
export declare enum KnownReplicationState {
|
|
1777
|
-
/** Active */
|
|
1778
|
-
Active = "Active",
|
|
1779
|
-
/** Catchup */
|
|
1780
|
-
Catchup = "Catchup",
|
|
1781
|
-
/** Provisioning */
|
|
1782
|
-
Provisioning = "Provisioning",
|
|
1783
|
-
/** Updating */
|
|
1784
|
-
Updating = "Updating",
|
|
1785
|
-
/** Broken */
|
|
1786
|
-
Broken = "Broken",
|
|
1787
|
-
/** Reconfiguring */
|
|
1788
|
-
Reconfiguring = "Reconfiguring"
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
|
-
/** Known values of {@link RestrictedEnum} that the service accepts. */
|
|
1792
|
-
export declare enum KnownRestrictedEnum {
|
|
1793
|
-
/** Enabled */
|
|
1794
|
-
Enabled = "Enabled",
|
|
1795
|
-
/** Disabled */
|
|
1796
|
-
Disabled = "Disabled"
|
|
1797
|
-
}
|
|
1798
|
-
|
|
1799
|
-
/** Known values of {@link ServerHAState} that the service accepts. */
|
|
1800
|
-
export declare enum KnownServerHAState {
|
|
1801
|
-
/** NotEnabled */
|
|
1802
|
-
NotEnabled = "NotEnabled",
|
|
1803
|
-
/** CreatingStandby */
|
|
1804
|
-
CreatingStandby = "CreatingStandby",
|
|
1805
|
-
/** ReplicatingData */
|
|
1806
|
-
ReplicatingData = "ReplicatingData",
|
|
1807
|
-
/** FailingOver */
|
|
1808
|
-
FailingOver = "FailingOver",
|
|
1809
|
-
/** Healthy */
|
|
1810
|
-
Healthy = "Healthy",
|
|
1811
|
-
/** RemovingStandby */
|
|
1812
|
-
RemovingStandby = "RemovingStandby"
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
/** Known values of {@link ServerPublicNetworkAccessState} that the service accepts. */
|
|
1816
|
-
export declare enum KnownServerPublicNetworkAccessState {
|
|
1817
|
-
/** Enabled */
|
|
1818
|
-
Enabled = "Enabled",
|
|
1819
|
-
/** Disabled */
|
|
1820
|
-
Disabled = "Disabled"
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1823
|
-
/** Known values of {@link ServerState} that the service accepts. */
|
|
1824
|
-
export declare enum KnownServerState {
|
|
1825
|
-
/** Ready */
|
|
1826
|
-
Ready = "Ready",
|
|
1827
|
-
/** Dropping */
|
|
1828
|
-
Dropping = "Dropping",
|
|
1829
|
-
/** Disabled */
|
|
1830
|
-
Disabled = "Disabled",
|
|
1831
|
-
/** Starting */
|
|
1832
|
-
Starting = "Starting",
|
|
1833
|
-
/** Stopping */
|
|
1834
|
-
Stopping = "Stopping",
|
|
1835
|
-
/** Stopped */
|
|
1836
|
-
Stopped = "Stopped",
|
|
1837
|
-
/** Updating */
|
|
1838
|
-
Updating = "Updating"
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
|
-
/** Known values of {@link ServerVersion} that the service accepts. */
|
|
1842
|
-
export declare enum KnownServerVersion {
|
|
1843
|
-
/** Fifteen */
|
|
1844
|
-
Fifteen = "15",
|
|
1845
|
-
/** Fourteen */
|
|
1846
|
-
Fourteen = "14",
|
|
1847
|
-
/** Thirteen */
|
|
1848
|
-
Thirteen = "13",
|
|
1849
|
-
/** Twelve */
|
|
1850
|
-
Twelve = "12",
|
|
1851
|
-
/** Eleven */
|
|
1852
|
-
Eleven = "11",
|
|
1853
|
-
/** Sixteen */
|
|
1854
|
-
Sixteen = "16"
|
|
1855
|
-
}
|
|
1856
|
-
|
|
1857
|
-
/** Known values of {@link SkuTier} that the service accepts. */
|
|
1858
|
-
export declare enum KnownSkuTier {
|
|
1859
|
-
/** Burstable */
|
|
1860
|
-
Burstable = "Burstable",
|
|
1861
|
-
/** GeneralPurpose */
|
|
1862
|
-
GeneralPurpose = "GeneralPurpose",
|
|
1863
|
-
/** MemoryOptimized */
|
|
1864
|
-
MemoryOptimized = "MemoryOptimized"
|
|
1865
|
-
}
|
|
1866
|
-
|
|
1867
|
-
/** Known values of {@link SourceType} that the service accepts. */
|
|
1868
|
-
export declare enum KnownSourceType {
|
|
1869
|
-
/** OnPremises */
|
|
1870
|
-
OnPremises = "OnPremises",
|
|
1871
|
-
/** AWS */
|
|
1872
|
-
AWS = "AWS",
|
|
1873
|
-
/** GCP */
|
|
1874
|
-
GCP = "GCP",
|
|
1875
|
-
/** AzureVM */
|
|
1876
|
-
AzureVM = "AzureVM",
|
|
1877
|
-
/** PostgreSQLSingleServer */
|
|
1878
|
-
PostgreSQLSingleServer = "PostgreSQLSingleServer",
|
|
1879
|
-
/** AWSRDS */
|
|
1880
|
-
AWSRDS = "AWS_RDS",
|
|
1881
|
-
/** AWSAurora */
|
|
1882
|
-
AWSAurora = "AWS_AURORA",
|
|
1883
|
-
/** AWSEC2 */
|
|
1884
|
-
AWSEC2 = "AWS_EC2",
|
|
1885
|
-
/** GCPCloudSQL */
|
|
1886
|
-
GCPCloudSQL = "GCP_CloudSQL",
|
|
1887
|
-
/** GCPAlloyDB */
|
|
1888
|
-
GCPAlloyDB = "GCP_AlloyDB",
|
|
1889
|
-
/** GCPCompute */
|
|
1890
|
-
GCPCompute = "GCP_Compute",
|
|
1891
|
-
/** EDB */
|
|
1892
|
-
EDB = "EDB"
|
|
1893
|
-
}
|
|
1894
|
-
|
|
1895
|
-
/** Known values of {@link SslMode} that the service accepts. */
|
|
1896
|
-
export declare enum KnownSslMode {
|
|
1897
|
-
/** Prefer */
|
|
1898
|
-
Prefer = "Prefer",
|
|
1899
|
-
/** Require */
|
|
1900
|
-
Require = "Require",
|
|
1901
|
-
/** VerifyCA */
|
|
1902
|
-
VerifyCA = "VerifyCA",
|
|
1903
|
-
/** VerifyFull */
|
|
1904
|
-
VerifyFull = "VerifyFull"
|
|
1905
|
-
}
|
|
1906
|
-
|
|
1907
|
-
/** Known values of {@link StartDataMigrationEnum} that the service accepts. */
|
|
1908
|
-
export declare enum KnownStartDataMigrationEnum {
|
|
1909
|
-
/** True */
|
|
1910
|
-
True = "True",
|
|
1911
|
-
/** False */
|
|
1912
|
-
False = "False"
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
/** Known values of {@link StorageAutoGrow} that the service accepts. */
|
|
1916
|
-
export declare enum KnownStorageAutoGrow {
|
|
1917
|
-
/** Enabled */
|
|
1918
|
-
Enabled = "Enabled",
|
|
1919
|
-
/** Disabled */
|
|
1920
|
-
Disabled = "Disabled"
|
|
1921
|
-
}
|
|
1922
|
-
|
|
1923
|
-
/** Known values of {@link StorageAutoGrowthSupportedEnum} that the service accepts. */
|
|
1924
|
-
export declare enum KnownStorageAutoGrowthSupportedEnum {
|
|
1925
|
-
/** Enabled */
|
|
1926
|
-
Enabled = "Enabled",
|
|
1927
|
-
/** Disabled */
|
|
1928
|
-
Disabled = "Disabled"
|
|
1929
|
-
}
|
|
1930
|
-
|
|
1931
|
-
/** Known values of {@link StorageType} that the service accepts. */
|
|
1932
|
-
export declare enum KnownStorageType {
|
|
1933
|
-
/** PremiumLRS */
|
|
1934
|
-
PremiumLRS = "Premium_LRS",
|
|
1935
|
-
/** PremiumV2LRS */
|
|
1936
|
-
PremiumV2LRS = "PremiumV2_LRS"
|
|
1937
|
-
}
|
|
1938
|
-
|
|
1939
|
-
/** Known values of {@link ThreatProtectionName} that the service accepts. */
|
|
1940
|
-
export declare enum KnownThreatProtectionName {
|
|
1941
|
-
/** Default */
|
|
1942
|
-
Default = "Default"
|
|
1943
|
-
}
|
|
1944
|
-
|
|
1945
|
-
/** Known values of {@link TriggerCutoverEnum} that the service accepts. */
|
|
1946
|
-
export declare enum KnownTriggerCutoverEnum {
|
|
1947
|
-
/** True */
|
|
1948
|
-
True = "True",
|
|
1949
|
-
/** False */
|
|
1950
|
-
False = "False"
|
|
1951
|
-
}
|
|
1952
|
-
|
|
1953
|
-
/** Known values of {@link ValidationState} that the service accepts. */
|
|
1954
|
-
export declare enum KnownValidationState {
|
|
1955
|
-
/** Failed */
|
|
1956
|
-
Failed = "Failed",
|
|
1957
|
-
/** Succeeded */
|
|
1958
|
-
Succeeded = "Succeeded",
|
|
1959
|
-
/** Warning */
|
|
1960
|
-
Warning = "Warning"
|
|
1961
|
-
}
|
|
1962
|
-
|
|
1963
|
-
/** Known values of {@link VirtualEndpointType} that the service accepts. */
|
|
1964
|
-
export declare enum KnownVirtualEndpointType {
|
|
1965
|
-
/** ReadWrite */
|
|
1966
|
-
ReadWrite = "ReadWrite"
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
/** Known values of {@link ZoneRedundantHaAndGeoBackupSupportedEnum} that the service accepts. */
|
|
1970
|
-
export declare enum KnownZoneRedundantHaAndGeoBackupSupportedEnum {
|
|
1971
|
-
/** Enabled */
|
|
1972
|
-
Enabled = "Enabled",
|
|
1973
|
-
/** Disabled */
|
|
1974
|
-
Disabled = "Disabled"
|
|
1975
|
-
}
|
|
1976
|
-
|
|
1977
|
-
/** Known values of {@link ZoneRedundantHaSupportedEnum} that the service accepts. */
|
|
1978
|
-
export declare enum KnownZoneRedundantHaSupportedEnum {
|
|
1979
|
-
/** Enabled */
|
|
1980
|
-
Enabled = "Enabled",
|
|
1981
|
-
/** Disabled */
|
|
1982
|
-
Disabled = "Disabled"
|
|
1983
|
-
}
|
|
1984
|
-
|
|
1985
|
-
/** Interface representing a LocationBasedCapabilities. */
|
|
1986
|
-
export declare interface LocationBasedCapabilities {
|
|
1987
|
-
/**
|
|
1988
|
-
* Get capabilities at specified location in a given subscription.
|
|
1989
|
-
* @param locationName The name of the location.
|
|
1990
|
-
* @param options The options parameters.
|
|
1991
|
-
*/
|
|
1992
|
-
listExecute(locationName: string, options?: LocationBasedCapabilitiesExecuteOptionalParams): PagedAsyncIterableIterator<FlexibleServerCapability>;
|
|
1993
|
-
}
|
|
1994
|
-
|
|
1995
|
-
/** Optional parameters. */
|
|
1996
|
-
export declare interface LocationBasedCapabilitiesExecuteNextOptionalParams extends coreClient.OperationOptions {
|
|
1997
|
-
}
|
|
1998
|
-
|
|
1999
|
-
/** Contains response data for the executeNext operation. */
|
|
2000
|
-
export declare type LocationBasedCapabilitiesExecuteNextResponse = CapabilitiesListResult;
|
|
2001
|
-
|
|
2002
|
-
/** Optional parameters. */
|
|
2003
|
-
export declare interface LocationBasedCapabilitiesExecuteOptionalParams extends coreClient.OperationOptions {
|
|
2004
|
-
}
|
|
2005
|
-
|
|
2006
|
-
/** Contains response data for the execute operation. */
|
|
2007
|
-
export declare type LocationBasedCapabilitiesExecuteResponse = CapabilitiesListResult;
|
|
2008
|
-
|
|
2009
|
-
/** Represents a logFile. */
|
|
2010
|
-
export declare interface LogFile extends ProxyResource {
|
|
2011
|
-
/** Creation timestamp of the log file. */
|
|
2012
|
-
createdTime?: Date;
|
|
2013
|
-
/** Last modified timestamp of the log file. */
|
|
2014
|
-
lastModifiedTime?: Date;
|
|
2015
|
-
/** The size in kb of the logFile. */
|
|
2016
|
-
sizeInKb?: number;
|
|
2017
|
-
/** Type of the log file. */
|
|
2018
|
-
typePropertiesType?: string;
|
|
2019
|
-
/** The url to download the log file from. */
|
|
2020
|
-
url?: string;
|
|
2021
|
-
}
|
|
2022
|
-
|
|
2023
|
-
/** A List of logFiles. */
|
|
2024
|
-
export declare interface LogFileListResult {
|
|
2025
|
-
/** The list of logFiles in a server */
|
|
2026
|
-
value?: LogFile[];
|
|
2027
|
-
/** The link used to get the next page of operations. */
|
|
2028
|
-
nextLink?: string;
|
|
2029
|
-
}
|
|
2030
|
-
|
|
2031
|
-
/** Interface representing a LogFiles. */
|
|
2032
|
-
export declare interface LogFiles {
|
|
2033
|
-
/**
|
|
2034
|
-
* List all the server log files in a given server.
|
|
2035
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2036
|
-
* @param serverName The name of the server.
|
|
2037
|
-
* @param options The options parameters.
|
|
2038
|
-
*/
|
|
2039
|
-
listByServer(resourceGroupName: string, serverName: string, options?: LogFilesListByServerOptionalParams): PagedAsyncIterableIterator<LogFile>;
|
|
2040
|
-
}
|
|
2041
|
-
|
|
2042
|
-
/** Optional parameters. */
|
|
2043
|
-
export declare interface LogFilesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
2044
|
-
}
|
|
2045
|
-
|
|
2046
|
-
/** Contains response data for the listByServerNext operation. */
|
|
2047
|
-
export declare type LogFilesListByServerNextResponse = LogFileListResult;
|
|
2048
|
-
|
|
2049
|
-
/** Optional parameters. */
|
|
2050
|
-
export declare interface LogFilesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
/** Contains response data for the listByServer operation. */
|
|
2054
|
-
export declare type LogFilesListByServerResponse = LogFileListResult;
|
|
2055
|
-
|
|
2056
|
-
/**
|
|
2057
|
-
* Defines values for LogicalReplicationOnSourceDbEnum. \
|
|
2058
|
-
* {@link KnownLogicalReplicationOnSourceDbEnum} can be used interchangeably with LogicalReplicationOnSourceDbEnum,
|
|
2059
|
-
* this enum contains the known values that the service supports.
|
|
2060
|
-
* ### Known values supported by the service
|
|
2061
|
-
* **True** \
|
|
2062
|
-
* **False**
|
|
2063
|
-
*/
|
|
2064
|
-
export declare type LogicalReplicationOnSourceDbEnum = string;
|
|
2065
|
-
|
|
2066
|
-
/** Interface representing a LtrBackupOperations. */
|
|
2067
|
-
export declare interface LtrBackupOperations {
|
|
2068
|
-
/**
|
|
2069
|
-
* Gets the result of the give long term retention backup operations for the flexible server.
|
|
2070
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2071
|
-
* @param serverName The name of the server.
|
|
2072
|
-
* @param options The options parameters.
|
|
2073
|
-
*/
|
|
2074
|
-
listByServer(resourceGroupName: string, serverName: string, options?: LtrBackupOperationsListByServerOptionalParams): PagedAsyncIterableIterator<LtrServerBackupOperation>;
|
|
2075
|
-
/**
|
|
2076
|
-
* Gets the result of the give long term retention backup operation for the flexible server.
|
|
2077
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2078
|
-
* @param serverName The name of the server.
|
|
2079
|
-
* @param backupName The name of the backup.
|
|
2080
|
-
* @param options The options parameters.
|
|
2081
|
-
*/
|
|
2082
|
-
get(resourceGroupName: string, serverName: string, backupName: string, options?: LtrBackupOperationsGetOptionalParams): Promise<LtrBackupOperationsGetResponse>;
|
|
2083
|
-
}
|
|
2084
|
-
|
|
2085
|
-
/** Optional parameters. */
|
|
2086
|
-
export declare interface LtrBackupOperationsGetOptionalParams extends coreClient.OperationOptions {
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
|
-
/** Contains response data for the get operation. */
|
|
2090
|
-
export declare type LtrBackupOperationsGetResponse = LtrServerBackupOperation;
|
|
2091
|
-
|
|
2092
|
-
/** Optional parameters. */
|
|
2093
|
-
export declare interface LtrBackupOperationsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
/** Contains response data for the listByServerNext operation. */
|
|
2097
|
-
export declare type LtrBackupOperationsListByServerNextResponse = LtrServerBackupOperationList;
|
|
2098
|
-
|
|
2099
|
-
/** Optional parameters. */
|
|
2100
|
-
export declare interface LtrBackupOperationsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
2101
|
-
}
|
|
2102
|
-
|
|
2103
|
-
/** Contains response data for the listByServer operation. */
|
|
2104
|
-
export declare type LtrBackupOperationsListByServerResponse = LtrServerBackupOperationList;
|
|
2105
|
-
|
|
2106
|
-
/** The request that is made for a long term retention backup. */
|
|
2107
|
-
export declare interface LtrBackupRequest extends BackupRequestBase {
|
|
2108
|
-
/** Backup store detail for target server */
|
|
2109
|
-
targetDetails: BackupStoreDetails;
|
|
2110
|
-
}
|
|
2111
|
-
|
|
2112
|
-
/** Response for the LTR backup API call */
|
|
2113
|
-
export declare interface LtrBackupResponse {
|
|
2114
|
-
/** Size of datasource in bytes */
|
|
2115
|
-
datasourceSizeInBytes?: number;
|
|
2116
|
-
/** Data transferred in bytes */
|
|
2117
|
-
dataTransferredInBytes?: number;
|
|
2118
|
-
/** Name of Backup operation */
|
|
2119
|
-
backupName?: string;
|
|
2120
|
-
/** 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 */
|
|
2121
|
-
backupMetadata?: string;
|
|
2122
|
-
/** Service-set extensible enum indicating the status of operation */
|
|
2123
|
-
status?: ExecutionStatus;
|
|
2124
|
-
/** Start time of the operation. */
|
|
2125
|
-
startTime?: Date;
|
|
2126
|
-
/** End time of the operation. */
|
|
2127
|
-
endTime?: Date;
|
|
2128
|
-
/** PercentageCompleted */
|
|
2129
|
-
percentComplete?: number;
|
|
2130
|
-
/**
|
|
2131
|
-
* The error code.
|
|
2132
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2133
|
-
*/
|
|
2134
|
-
readonly errorCode?: string;
|
|
2135
|
-
/**
|
|
2136
|
-
* The error message.
|
|
2137
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2138
|
-
*/
|
|
2139
|
-
readonly errorMessage?: string;
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
/** A request that is made for pre-backup. */
|
|
2143
|
-
export declare interface LtrPreBackupRequest extends BackupRequestBase {
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
|
-
/** Response for the LTR pre-backup API call */
|
|
2147
|
-
export declare interface LtrPreBackupResponse {
|
|
2148
|
-
/** Number of storage containers the plugin will use during backup. More than one containers may be used for size limitations, parallelism, or redundancy etc. */
|
|
2149
|
-
numberOfContainers: number;
|
|
2150
|
-
}
|
|
2151
|
-
|
|
2152
|
-
/** Response for the LTR backup Operation API call */
|
|
2153
|
-
export declare interface LtrServerBackupOperation extends ProxyResource {
|
|
2154
|
-
/** Size of datasource in bytes */
|
|
2155
|
-
datasourceSizeInBytes?: number;
|
|
2156
|
-
/** Data transferred in bytes */
|
|
2157
|
-
dataTransferredInBytes?: number;
|
|
2158
|
-
/** Name of Backup operation */
|
|
2159
|
-
backupName?: string;
|
|
2160
|
-
/** 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 */
|
|
2161
|
-
backupMetadata?: string;
|
|
2162
|
-
/** Service-set extensible enum indicating the status of operation */
|
|
2163
|
-
status?: ExecutionStatus;
|
|
2164
|
-
/** Start time of the operation. */
|
|
2165
|
-
startTime?: Date;
|
|
2166
|
-
/** End time of the operation. */
|
|
2167
|
-
endTime?: Date;
|
|
2168
|
-
/** PercentageCompleted */
|
|
2169
|
-
percentComplete?: number;
|
|
2170
|
-
/**
|
|
2171
|
-
* The error code.
|
|
2172
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2173
|
-
*/
|
|
2174
|
-
readonly errorCode?: string;
|
|
2175
|
-
/**
|
|
2176
|
-
* The error message.
|
|
2177
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2178
|
-
*/
|
|
2179
|
-
readonly errorMessage?: string;
|
|
2180
|
-
}
|
|
2181
|
-
|
|
2182
|
-
/** A list of long term retention backup operations for server. */
|
|
2183
|
-
export declare interface LtrServerBackupOperationList {
|
|
2184
|
-
/** The list of long term retention server backup operations */
|
|
2185
|
-
value?: LtrServerBackupOperation[];
|
|
2186
|
-
/** The link used to get the next page of operations. */
|
|
2187
|
-
nextLink?: string;
|
|
2188
|
-
}
|
|
2189
|
-
|
|
2190
|
-
/** Maintenance window properties of a server. */
|
|
2191
|
-
export declare interface MaintenanceWindow {
|
|
2192
|
-
/** indicates whether custom window is enabled or disabled */
|
|
2193
|
-
customWindow?: string;
|
|
2194
|
-
/** start hour for maintenance window */
|
|
2195
|
-
startHour?: number;
|
|
2196
|
-
/** start minute for maintenance window */
|
|
2197
|
-
startMinute?: number;
|
|
2198
|
-
/** day of week for maintenance window */
|
|
2199
|
-
dayOfWeek?: number;
|
|
2200
|
-
}
|
|
2201
|
-
|
|
2202
|
-
/**
|
|
2203
|
-
* Defines values for MigrateRolesEnum. \
|
|
2204
|
-
* {@link KnownMigrateRolesEnum} can be used interchangeably with MigrateRolesEnum,
|
|
2205
|
-
* this enum contains the known values that the service supports.
|
|
2206
|
-
* ### Known values supported by the service
|
|
2207
|
-
* **True** \
|
|
2208
|
-
* **False**
|
|
2209
|
-
*/
|
|
2210
|
-
export declare type MigrateRolesEnum = string;
|
|
2211
|
-
|
|
2212
|
-
/**
|
|
2213
|
-
* Defines values for MigrationDbState. \
|
|
2214
|
-
* {@link KnownMigrationDbState} can be used interchangeably with MigrationDbState,
|
|
2215
|
-
* this enum contains the known values that the service supports.
|
|
2216
|
-
* ### Known values supported by the service
|
|
2217
|
-
* **InProgress** \
|
|
2218
|
-
* **WaitingForCutoverTrigger** \
|
|
2219
|
-
* **Failed** \
|
|
2220
|
-
* **Canceled** \
|
|
2221
|
-
* **Succeeded** \
|
|
2222
|
-
* **Canceling**
|
|
2223
|
-
*/
|
|
2224
|
-
export declare type MigrationDbState = string;
|
|
2225
|
-
|
|
2226
|
-
/**
|
|
2227
|
-
* Defines values for MigrationDetailsLevel. \
|
|
2228
|
-
* {@link KnownMigrationDetailsLevel} can be used interchangeably with MigrationDetailsLevel,
|
|
2229
|
-
* this enum contains the known values that the service supports.
|
|
2230
|
-
* ### Known values supported by the service
|
|
2231
|
-
* **Default** \
|
|
2232
|
-
* **Summary** \
|
|
2233
|
-
* **Full**
|
|
2234
|
-
*/
|
|
2235
|
-
export declare type MigrationDetailsLevel = string;
|
|
2236
|
-
|
|
2237
|
-
/**
|
|
2238
|
-
* Defines values for MigrationListFilter. \
|
|
2239
|
-
* {@link KnownMigrationListFilter} can be used interchangeably with MigrationListFilter,
|
|
2240
|
-
* this enum contains the known values that the service supports.
|
|
2241
|
-
* ### Known values supported by the service
|
|
2242
|
-
* **Active** \
|
|
2243
|
-
* **All**
|
|
2244
|
-
*/
|
|
2245
|
-
export declare type MigrationListFilter = string;
|
|
2246
|
-
|
|
2247
|
-
/**
|
|
2248
|
-
* Defines values for MigrationMode. \
|
|
2249
|
-
* {@link KnownMigrationMode} can be used interchangeably with MigrationMode,
|
|
2250
|
-
* this enum contains the known values that the service supports.
|
|
2251
|
-
* ### Known values supported by the service
|
|
2252
|
-
* **Offline** \
|
|
2253
|
-
* **Online**
|
|
2254
|
-
*/
|
|
2255
|
-
export declare type MigrationMode = string;
|
|
2256
|
-
|
|
2257
|
-
/**
|
|
2258
|
-
* Defines values for MigrationNameAvailabilityReason. \
|
|
2259
|
-
* {@link KnownMigrationNameAvailabilityReason} can be used interchangeably with MigrationNameAvailabilityReason,
|
|
2260
|
-
* this enum contains the known values that the service supports.
|
|
2261
|
-
* ### Known values supported by the service
|
|
2262
|
-
* **Invalid** \
|
|
2263
|
-
* **AlreadyExists**
|
|
2264
|
-
*/
|
|
2265
|
-
export declare type MigrationNameAvailabilityReason = string;
|
|
2266
|
-
|
|
2267
|
-
/** Represents a migration name's availability. */
|
|
2268
|
-
export declare interface MigrationNameAvailabilityResource {
|
|
2269
|
-
/** The resource name to verify. */
|
|
2270
|
-
name: string;
|
|
2271
|
-
/** The type of the resource. */
|
|
2272
|
-
type: string;
|
|
2273
|
-
/**
|
|
2274
|
-
* Indicates whether the resource name is available.
|
|
2275
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2276
|
-
*/
|
|
2277
|
-
readonly nameAvailable?: boolean;
|
|
2278
|
-
/**
|
|
2279
|
-
* Migration name availability reason
|
|
2280
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2281
|
-
*/
|
|
2282
|
-
readonly reason?: MigrationNameAvailabilityReason;
|
|
2283
|
-
/**
|
|
2284
|
-
* Migration name availability message.
|
|
2285
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2286
|
-
*/
|
|
2287
|
-
readonly message?: string;
|
|
2288
|
-
}
|
|
2289
|
-
|
|
2290
|
-
/**
|
|
2291
|
-
* Defines values for MigrationOption. \
|
|
2292
|
-
* {@link KnownMigrationOption} can be used interchangeably with MigrationOption,
|
|
2293
|
-
* this enum contains the known values that the service supports.
|
|
2294
|
-
* ### Known values supported by the service
|
|
2295
|
-
* **Validate** \
|
|
2296
|
-
* **Migrate** \
|
|
2297
|
-
* **ValidateAndMigrate**
|
|
2298
|
-
*/
|
|
2299
|
-
export declare type MigrationOption = string;
|
|
2300
|
-
|
|
2301
|
-
/** Represents a migration resource. */
|
|
2302
|
-
export declare interface MigrationResource extends TrackedResource {
|
|
2303
|
-
/**
|
|
2304
|
-
* ID for migration, a GUID.
|
|
2305
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2306
|
-
*/
|
|
2307
|
-
readonly migrationId?: string;
|
|
2308
|
-
/**
|
|
2309
|
-
* Current status of migration
|
|
2310
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2311
|
-
*/
|
|
2312
|
-
readonly currentStatus?: MigrationStatus;
|
|
2313
|
-
/** ResourceId of the private endpoint migration instance */
|
|
2314
|
-
migrationInstanceResourceId?: string;
|
|
2315
|
-
/** There are two types of migration modes Online and Offline */
|
|
2316
|
-
migrationMode?: MigrationMode;
|
|
2317
|
-
/** This indicates the supported Migration option for the migration */
|
|
2318
|
-
migrationOption?: MigrationOption;
|
|
2319
|
-
/** migration source server type : OnPremises, AWS, GCP, AzureVM, PostgreSQLSingleServer, AWS_RDS, AWS_AURORA, AWS_EC2, GCP_CloudSQL, GCP_AlloyDB, GCP_Compute, or EDB */
|
|
2320
|
-
sourceType?: SourceType;
|
|
2321
|
-
/** SSL modes for migration. Default SSL mode for PostgreSQLSingleServer is VerifyFull and Prefer for other source types */
|
|
2322
|
-
sslMode?: SslMode;
|
|
2323
|
-
/**
|
|
2324
|
-
* Metadata of the source database server
|
|
2325
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2326
|
-
*/
|
|
2327
|
-
readonly sourceDbServerMetadata?: DbServerMetadata;
|
|
2328
|
-
/**
|
|
2329
|
-
* Metadata of the target database server
|
|
2330
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2331
|
-
*/
|
|
2332
|
-
readonly targetDbServerMetadata?: DbServerMetadata;
|
|
2333
|
-
/** 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 */
|
|
2334
|
-
sourceDbServerResourceId?: string;
|
|
2335
|
-
/** Source server fully qualified domain name or ip. It is a optional value, if customer provide it, dms will always use it for connection */
|
|
2336
|
-
sourceDbServerFullyQualifiedDomainName?: string;
|
|
2337
|
-
/**
|
|
2338
|
-
* ResourceId of the source database server
|
|
2339
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2340
|
-
*/
|
|
2341
|
-
readonly targetDbServerResourceId?: string;
|
|
2342
|
-
/** Target server fully qualified domain name or ip. It is a optional value, if customer provide it, dms will always use it for connection */
|
|
2343
|
-
targetDbServerFullyQualifiedDomainName?: string;
|
|
2344
|
-
/** Migration secret parameters */
|
|
2345
|
-
secretParameters?: MigrationSecretParameters;
|
|
2346
|
-
/** Number of databases to migrate */
|
|
2347
|
-
dbsToMigrate?: string[];
|
|
2348
|
-
/** Indicates whether to setup LogicalReplicationOnSourceDb, if needed */
|
|
2349
|
-
setupLogicalReplicationOnSourceDbIfNeeded?: LogicalReplicationOnSourceDbEnum;
|
|
2350
|
-
/** 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. */
|
|
2351
|
-
overwriteDbsInTarget?: OverwriteDbsInTargetEnum;
|
|
2352
|
-
/** Start time in UTC for migration window */
|
|
2353
|
-
migrationWindowStartTimeInUtc?: Date;
|
|
2354
|
-
/** End time in UTC for migration window */
|
|
2355
|
-
migrationWindowEndTimeInUtc?: Date;
|
|
2356
|
-
/** To migrate roles and permissions we need to send this flag as True */
|
|
2357
|
-
migrateRoles?: MigrateRolesEnum;
|
|
2358
|
-
/** Indicates whether the data migration should start right away */
|
|
2359
|
-
startDataMigration?: StartDataMigrationEnum;
|
|
2360
|
-
/** To trigger cutover for entire migration we need to send this flag as True */
|
|
2361
|
-
triggerCutover?: TriggerCutoverEnum;
|
|
2362
|
-
/** When you want to trigger cutover for specific databases send triggerCutover flag as True and database names in this array */
|
|
2363
|
-
dbsToTriggerCutoverOn?: string[];
|
|
2364
|
-
/** To trigger cancel for entire migration we need to send this flag as True */
|
|
2365
|
-
cancel?: CancelEnum;
|
|
2366
|
-
/** When you want to trigger cancel for specific databases send cancel flag as True and database names in this array */
|
|
2367
|
-
dbsToCancelMigrationOn?: string[];
|
|
2368
|
-
}
|
|
2369
|
-
|
|
2370
|
-
/** Represents a migration resource for patch. */
|
|
2371
|
-
export declare interface MigrationResourceForPatch {
|
|
2372
|
-
/** Application-specific metadata in the form of key-value pairs. */
|
|
2373
|
-
tags?: {
|
|
2374
|
-
[propertyName: string]: string;
|
|
2375
|
-
};
|
|
2376
|
-
/** ResourceId of the source database server */
|
|
2377
|
-
sourceDbServerResourceId?: string;
|
|
2378
|
-
/** Source server fully qualified domain name or ip. It is a optional value, if customer provide it, dms will always use it for connection */
|
|
2379
|
-
sourceDbServerFullyQualifiedDomainName?: string;
|
|
2380
|
-
/** Target server fully qualified domain name or ip. It is a optional value, if customer provide it, dms will always use it for connection */
|
|
2381
|
-
targetDbServerFullyQualifiedDomainName?: string;
|
|
2382
|
-
/** Migration secret parameters */
|
|
2383
|
-
secretParameters?: MigrationSecretParameters;
|
|
2384
|
-
/** Number of databases to migrate */
|
|
2385
|
-
dbsToMigrate?: string[];
|
|
2386
|
-
/** Indicates whether to setup LogicalReplicationOnSourceDb, if needed */
|
|
2387
|
-
setupLogicalReplicationOnSourceDbIfNeeded?: LogicalReplicationOnSourceDbEnum;
|
|
2388
|
-
/** 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. */
|
|
2389
|
-
overwriteDbsInTarget?: OverwriteDbsInTargetEnum;
|
|
2390
|
-
/** Start time in UTC for migration window */
|
|
2391
|
-
migrationWindowStartTimeInUtc?: Date;
|
|
2392
|
-
/** To migrate roles and permissions we need to send this flag as True */
|
|
2393
|
-
migrateRoles?: MigrateRolesEnum;
|
|
2394
|
-
/** Indicates whether the data migration should start right away */
|
|
2395
|
-
startDataMigration?: StartDataMigrationEnum;
|
|
2396
|
-
/** To trigger cutover for entire migration we need to send this flag as True */
|
|
2397
|
-
triggerCutover?: TriggerCutoverEnum;
|
|
2398
|
-
/** When you want to trigger cutover for specific databases send triggerCutover flag as True and database names in this array */
|
|
2399
|
-
dbsToTriggerCutoverOn?: string[];
|
|
2400
|
-
/** To trigger cancel for entire migration we need to send this flag as True */
|
|
2401
|
-
cancel?: CancelEnum;
|
|
2402
|
-
/** When you want to trigger cancel for specific databases send cancel flag as True and database names in this array */
|
|
2403
|
-
dbsToCancelMigrationOn?: string[];
|
|
2404
|
-
/** There are two types of migration modes Online and Offline */
|
|
2405
|
-
migrationMode?: MigrationMode;
|
|
2406
|
-
}
|
|
2407
|
-
|
|
2408
|
-
/** A list of migration resources. */
|
|
2409
|
-
export declare interface MigrationResourceListResult {
|
|
2410
|
-
/**
|
|
2411
|
-
* A list of migration resources.
|
|
2412
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2413
|
-
*/
|
|
2414
|
-
readonly value?: MigrationResource[];
|
|
2415
|
-
/**
|
|
2416
|
-
* The link used to get the next page of migrations.
|
|
2417
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2418
|
-
*/
|
|
2419
|
-
readonly nextLink?: string;
|
|
2420
|
-
}
|
|
2421
|
-
|
|
2422
|
-
/** Interface representing a Migrations. */
|
|
2423
|
-
export declare interface Migrations {
|
|
2424
|
-
/**
|
|
2425
|
-
* List all the migrations on a given target server.
|
|
2426
|
-
* @param subscriptionId The subscription ID of the target database server.
|
|
2427
|
-
* @param resourceGroupName The resource group name of the target database server.
|
|
2428
|
-
* @param targetDbServerName The name of the target database server.
|
|
2429
|
-
* @param options The options parameters.
|
|
2430
|
-
*/
|
|
2431
|
-
listByTargetServer(subscriptionId: string, resourceGroupName: string, targetDbServerName: string, options?: MigrationsListByTargetServerOptionalParams): PagedAsyncIterableIterator<MigrationResource>;
|
|
2432
|
-
/**
|
|
2433
|
-
* Creates a new migration.
|
|
2434
|
-
* @param subscriptionId The subscription ID of the target database server.
|
|
2435
|
-
* @param resourceGroupName The resource group name of the target database server.
|
|
2436
|
-
* @param targetDbServerName The name of the target database server.
|
|
2437
|
-
* @param migrationName The name of the migration.
|
|
2438
|
-
* @param parameters The required parameters for creating a migration.
|
|
2439
|
-
* @param options The options parameters.
|
|
2440
|
-
*/
|
|
2441
|
-
create(subscriptionId: string, resourceGroupName: string, targetDbServerName: string, migrationName: string, parameters: MigrationResource, options?: MigrationsCreateOptionalParams): Promise<MigrationsCreateResponse>;
|
|
2442
|
-
/**
|
|
2443
|
-
* Gets details of a migration.
|
|
2444
|
-
* @param subscriptionId The subscription ID of the target database server.
|
|
2445
|
-
* @param resourceGroupName The resource group name of the target database server.
|
|
2446
|
-
* @param targetDbServerName The name of the target database server.
|
|
2447
|
-
* @param migrationName The name of the migration.
|
|
2448
|
-
* @param options The options parameters.
|
|
2449
|
-
*/
|
|
2450
|
-
get(subscriptionId: string, resourceGroupName: string, targetDbServerName: string, migrationName: string, options?: MigrationsGetOptionalParams): Promise<MigrationsGetResponse>;
|
|
2451
|
-
/**
|
|
2452
|
-
* Updates an existing migration. The request body can contain one to many of the mutable properties
|
|
2453
|
-
* present in the migration definition. Certain property updates initiate migration state transitions.
|
|
2454
|
-
* @param subscriptionId The subscription ID of the target database server.
|
|
2455
|
-
* @param resourceGroupName The resource group name of the target database server.
|
|
2456
|
-
* @param targetDbServerName The name of the target database server.
|
|
2457
|
-
* @param migrationName The name of the migration.
|
|
2458
|
-
* @param parameters The required parameters for updating a migration.
|
|
2459
|
-
* @param options The options parameters.
|
|
2460
|
-
*/
|
|
2461
|
-
update(subscriptionId: string, resourceGroupName: string, targetDbServerName: string, migrationName: string, parameters: MigrationResourceForPatch, options?: MigrationsUpdateOptionalParams): Promise<MigrationsUpdateResponse>;
|
|
2462
|
-
/**
|
|
2463
|
-
* Deletes a migration.
|
|
2464
|
-
* @param subscriptionId The subscription ID of the target database server.
|
|
2465
|
-
* @param resourceGroupName The resource group name of the target database server.
|
|
2466
|
-
* @param targetDbServerName The name of the target database server.
|
|
2467
|
-
* @param migrationName The name of the migration.
|
|
2468
|
-
* @param options The options parameters.
|
|
2469
|
-
*/
|
|
2470
|
-
delete(subscriptionId: string, resourceGroupName: string, targetDbServerName: string, migrationName: string, options?: MigrationsDeleteOptionalParams): Promise<void>;
|
|
2471
|
-
}
|
|
2472
|
-
|
|
2473
|
-
/** Optional parameters. */
|
|
2474
|
-
export declare interface MigrationsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2475
|
-
}
|
|
2476
|
-
|
|
2477
|
-
/** Contains response data for the create operation. */
|
|
2478
|
-
export declare type MigrationsCreateResponse = MigrationResource;
|
|
2479
|
-
|
|
2480
|
-
/** Optional parameters. */
|
|
2481
|
-
export declare interface MigrationsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2482
|
-
}
|
|
2483
|
-
|
|
2484
|
-
/** Migration secret parameters. */
|
|
2485
|
-
export declare interface MigrationSecretParameters {
|
|
2486
|
-
/** Admin credentials for source and target servers */
|
|
2487
|
-
adminCredentials: AdminCredentials;
|
|
2488
|
-
/** Gets or sets the username for the source server. This user need not be an admin. */
|
|
2489
|
-
sourceServerUsername?: string;
|
|
2490
|
-
/** Gets or sets the username for the target server. This user need not be an admin. */
|
|
2491
|
-
targetServerUsername?: string;
|
|
2492
|
-
}
|
|
2493
|
-
|
|
2494
|
-
/** Optional parameters. */
|
|
2495
|
-
export declare interface MigrationsGetOptionalParams extends coreClient.OperationOptions {
|
|
2496
|
-
}
|
|
2497
|
-
|
|
2498
|
-
/** Contains response data for the get operation. */
|
|
2499
|
-
export declare type MigrationsGetResponse = MigrationResource;
|
|
2500
|
-
|
|
2501
|
-
/** Optional parameters. */
|
|
2502
|
-
export declare interface MigrationsListByTargetServerNextOptionalParams extends coreClient.OperationOptions {
|
|
2503
|
-
}
|
|
2504
|
-
|
|
2505
|
-
/** Contains response data for the listByTargetServerNext operation. */
|
|
2506
|
-
export declare type MigrationsListByTargetServerNextResponse = MigrationResourceListResult;
|
|
2507
|
-
|
|
2508
|
-
/** Optional parameters. */
|
|
2509
|
-
export declare interface MigrationsListByTargetServerOptionalParams extends coreClient.OperationOptions {
|
|
2510
|
-
/** Migration list filter. Retrieves either active migrations or all migrations. */
|
|
2511
|
-
migrationListFilter?: MigrationListFilter;
|
|
2512
|
-
}
|
|
2513
|
-
|
|
2514
|
-
/** Contains response data for the listByTargetServer operation. */
|
|
2515
|
-
export declare type MigrationsListByTargetServerResponse = MigrationResourceListResult;
|
|
2516
|
-
|
|
2517
|
-
/**
|
|
2518
|
-
* Defines values for MigrationState. \
|
|
2519
|
-
* {@link KnownMigrationState} can be used interchangeably with MigrationState,
|
|
2520
|
-
* this enum contains the known values that the service supports.
|
|
2521
|
-
* ### Known values supported by the service
|
|
2522
|
-
* **InProgress** \
|
|
2523
|
-
* **WaitingForUserAction** \
|
|
2524
|
-
* **Canceled** \
|
|
2525
|
-
* **Failed** \
|
|
2526
|
-
* **Succeeded** \
|
|
2527
|
-
* **ValidationFailed** \
|
|
2528
|
-
* **CleaningUp**
|
|
2529
|
-
*/
|
|
2530
|
-
export declare type MigrationState = string;
|
|
2531
|
-
|
|
2532
|
-
/** Migration status. */
|
|
2533
|
-
export declare interface MigrationStatus {
|
|
2534
|
-
/**
|
|
2535
|
-
* State of migration
|
|
2536
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2537
|
-
*/
|
|
2538
|
-
readonly state?: MigrationState;
|
|
2539
|
-
/**
|
|
2540
|
-
* Error message, if any, for the migration state
|
|
2541
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2542
|
-
*/
|
|
2543
|
-
readonly error?: string;
|
|
2544
|
-
/**
|
|
2545
|
-
* Current Migration sub state details.
|
|
2546
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2547
|
-
*/
|
|
2548
|
-
readonly currentSubStateDetails?: MigrationSubStateDetails;
|
|
2549
|
-
}
|
|
2550
|
-
|
|
2551
|
-
/**
|
|
2552
|
-
* Defines values for MigrationSubState. \
|
|
2553
|
-
* {@link KnownMigrationSubState} can be used interchangeably with MigrationSubState,
|
|
2554
|
-
* this enum contains the known values that the service supports.
|
|
2555
|
-
* ### Known values supported by the service
|
|
2556
|
-
* **PerformingPreRequisiteSteps** \
|
|
2557
|
-
* **WaitingForLogicalReplicationSetupRequestOnSourceDB** \
|
|
2558
|
-
* **WaitingForDBsToMigrateSpecification** \
|
|
2559
|
-
* **WaitingForTargetDBOverwriteConfirmation** \
|
|
2560
|
-
* **WaitingForDataMigrationScheduling** \
|
|
2561
|
-
* **WaitingForDataMigrationWindow** \
|
|
2562
|
-
* **MigratingData** \
|
|
2563
|
-
* **WaitingForCutoverTrigger** \
|
|
2564
|
-
* **CompletingMigration** \
|
|
2565
|
-
* **Completed** \
|
|
2566
|
-
* **CancelingRequestedDBMigrations** \
|
|
2567
|
-
* **ValidationInProgress**
|
|
2568
|
-
*/
|
|
2569
|
-
export declare type MigrationSubState = string;
|
|
2570
|
-
|
|
2571
|
-
/** Migration sub state details. */
|
|
2572
|
-
export declare interface MigrationSubStateDetails {
|
|
2573
|
-
/**
|
|
2574
|
-
* Migration sub state.
|
|
2575
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2576
|
-
*/
|
|
2577
|
-
readonly currentSubState?: MigrationSubState;
|
|
2578
|
-
/** Dictionary of <DbMigrationStatus> */
|
|
2579
|
-
dbDetails?: {
|
|
2580
|
-
[propertyName: string]: DbMigrationStatus;
|
|
2581
|
-
};
|
|
2582
|
-
/** Details for the validation for migration */
|
|
2583
|
-
validationDetails?: ValidationDetails;
|
|
2584
|
-
}
|
|
2585
|
-
|
|
2586
|
-
/** Optional parameters. */
|
|
2587
|
-
export declare interface MigrationsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2588
|
-
}
|
|
2589
|
-
|
|
2590
|
-
/** Contains response data for the update operation. */
|
|
2591
|
-
export declare type MigrationsUpdateResponse = MigrationResource;
|
|
2592
|
-
|
|
2593
|
-
/** Represents a resource name availability. */
|
|
2594
|
-
export declare interface NameAvailability extends CheckNameAvailabilityResponse {
|
|
2595
|
-
/**
|
|
2596
|
-
* name of the PostgreSQL server.
|
|
2597
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2598
|
-
*/
|
|
2599
|
-
readonly name?: string;
|
|
2600
|
-
/**
|
|
2601
|
-
* type of the server
|
|
2602
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2603
|
-
*/
|
|
2604
|
-
readonly type?: string;
|
|
2605
|
-
}
|
|
2606
|
-
|
|
2607
|
-
/** Name property for quota usage */
|
|
2608
|
-
export declare interface NameProperty {
|
|
2609
|
-
/** Name value */
|
|
2610
|
-
value?: string;
|
|
2611
|
-
/** Localized name */
|
|
2612
|
-
localizedValue?: string;
|
|
2613
|
-
}
|
|
2614
|
-
|
|
2615
|
-
/** Network properties of a server. */
|
|
2616
|
-
export declare interface Network {
|
|
2617
|
-
/** public network access is enabled or not */
|
|
2618
|
-
publicNetworkAccess?: ServerPublicNetworkAccessState;
|
|
2619
|
-
/** 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. */
|
|
2620
|
-
delegatedSubnetResourceId?: string;
|
|
2621
|
-
/** 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. */
|
|
2622
|
-
privateDnsZoneArmResourceId?: string;
|
|
2623
|
-
}
|
|
2624
|
-
|
|
2625
|
-
/**
|
|
2626
|
-
* Defines values for OnlineResizeSupportedEnum. \
|
|
2627
|
-
* {@link KnownOnlineResizeSupportedEnum} can be used interchangeably with OnlineResizeSupportedEnum,
|
|
2628
|
-
* this enum contains the known values that the service supports.
|
|
2629
|
-
* ### Known values supported by the service
|
|
2630
|
-
* **Enabled** \
|
|
2631
|
-
* **Disabled**
|
|
2632
|
-
*/
|
|
2633
|
-
export declare type OnlineResizeSupportedEnum = string;
|
|
2634
|
-
|
|
2635
|
-
/** REST API operation definition. */
|
|
2636
|
-
export declare interface Operation {
|
|
2637
|
-
/**
|
|
2638
|
-
* The name of the operation being performed on this particular object.
|
|
2639
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2640
|
-
*/
|
|
2641
|
-
readonly name?: string;
|
|
2642
|
-
/**
|
|
2643
|
-
* The localized display information for this particular operation or action.
|
|
2644
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2645
|
-
*/
|
|
2646
|
-
readonly display?: OperationDisplay;
|
|
2647
|
-
/** Indicates whether the operation is a data action */
|
|
2648
|
-
isDataAction?: boolean;
|
|
2649
|
-
/**
|
|
2650
|
-
* The intended executor of the operation.
|
|
2651
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2652
|
-
*/
|
|
2653
|
-
readonly origin?: OperationOrigin;
|
|
2654
|
-
/**
|
|
2655
|
-
* Additional descriptions for the operation.
|
|
2656
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2657
|
-
*/
|
|
2658
|
-
readonly properties?: {
|
|
2659
|
-
[propertyName: string]: Record<string, unknown>;
|
|
2660
|
-
};
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
|
-
/** Display metadata associated with the operation. */
|
|
2664
|
-
export declare interface OperationDisplay {
|
|
2665
|
-
/**
|
|
2666
|
-
* Operation resource provider name.
|
|
2667
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2668
|
-
*/
|
|
2669
|
-
readonly provider?: string;
|
|
2670
|
-
/**
|
|
2671
|
-
* Resource on which the operation is performed.
|
|
2672
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2673
|
-
*/
|
|
2674
|
-
readonly resource?: string;
|
|
2675
|
-
/**
|
|
2676
|
-
* Localized friendly name for the operation.
|
|
2677
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2678
|
-
*/
|
|
2679
|
-
readonly operation?: string;
|
|
2680
|
-
/**
|
|
2681
|
-
* Operation description.
|
|
2682
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2683
|
-
*/
|
|
2684
|
-
readonly description?: string;
|
|
2685
|
-
}
|
|
2686
|
-
|
|
2687
|
-
/** A list of resource provider operations. */
|
|
2688
|
-
export declare interface OperationListResult {
|
|
2689
|
-
/** Collection of available operation details */
|
|
2690
|
-
value?: Operation[];
|
|
2691
|
-
/**
|
|
2692
|
-
* URL client should use to fetch the next page (per server side paging).
|
|
2693
|
-
* It's null for now, added for future use.
|
|
2694
|
-
*/
|
|
2695
|
-
nextLink?: string;
|
|
2696
|
-
}
|
|
2697
|
-
|
|
2698
|
-
/**
|
|
2699
|
-
* Defines values for OperationOrigin. \
|
|
2700
|
-
* {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,
|
|
2701
|
-
* this enum contains the known values that the service supports.
|
|
2702
|
-
* ### Known values supported by the service
|
|
2703
|
-
* **NotSpecified** \
|
|
2704
|
-
* **user** \
|
|
2705
|
-
* **system**
|
|
2706
|
-
*/
|
|
2707
|
-
export declare type OperationOrigin = string;
|
|
2708
|
-
|
|
2709
|
-
/** Interface representing a Operations. */
|
|
2710
|
-
export declare interface Operations {
|
|
2711
|
-
/**
|
|
2712
|
-
* Lists all of the available REST API operations.
|
|
2713
|
-
* @param options The options parameters.
|
|
2714
|
-
*/
|
|
2715
|
-
list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
|
|
2716
|
-
}
|
|
2717
|
-
|
|
2718
|
-
/** Optional parameters. */
|
|
2719
|
-
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
2720
|
-
}
|
|
2721
|
-
|
|
2722
|
-
/** Contains response data for the list operation. */
|
|
2723
|
-
export declare type OperationsListResponse = OperationListResult;
|
|
2724
|
-
|
|
2725
|
-
/**
|
|
2726
|
-
* Defines values for Origin. \
|
|
2727
|
-
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
2728
|
-
* this enum contains the known values that the service supports.
|
|
2729
|
-
* ### Known values supported by the service
|
|
2730
|
-
* **Full**
|
|
2731
|
-
*/
|
|
2732
|
-
export declare type Origin = string;
|
|
2733
|
-
|
|
2734
|
-
/**
|
|
2735
|
-
* Defines values for OverwriteDbsInTargetEnum. \
|
|
2736
|
-
* {@link KnownOverwriteDbsInTargetEnum} can be used interchangeably with OverwriteDbsInTargetEnum,
|
|
2737
|
-
* this enum contains the known values that the service supports.
|
|
2738
|
-
* ### Known values supported by the service
|
|
2739
|
-
* **True** \
|
|
2740
|
-
* **False**
|
|
2741
|
-
*/
|
|
2742
|
-
export declare type OverwriteDbsInTargetEnum = string;
|
|
2743
|
-
|
|
2744
|
-
/**
|
|
2745
|
-
* Defines values for PasswordAuthEnum. \
|
|
2746
|
-
* {@link KnownPasswordAuthEnum} can be used interchangeably with PasswordAuthEnum,
|
|
2747
|
-
* this enum contains the known values that the service supports.
|
|
2748
|
-
* ### Known values supported by the service
|
|
2749
|
-
* **Enabled** \
|
|
2750
|
-
* **Disabled**
|
|
2751
|
-
*/
|
|
2752
|
-
export declare type PasswordAuthEnum = string;
|
|
2753
|
-
|
|
2754
|
-
export declare class PostgreSQLManagementFlexibleServerClient extends coreClient.ServiceClient {
|
|
2755
|
-
$host: string;
|
|
2756
|
-
subscriptionId?: string;
|
|
2757
|
-
apiVersion: string;
|
|
2758
|
-
/**
|
|
2759
|
-
* Initializes a new instance of the PostgreSQLManagementFlexibleServerClient class.
|
|
2760
|
-
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
2761
|
-
* @param subscriptionId The ID of the target subscription. The value must be an UUID.
|
|
2762
|
-
* @param options The parameter options
|
|
2763
|
-
*/
|
|
2764
|
-
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: PostgreSQLManagementFlexibleServerClientOptionalParams);
|
|
2765
|
-
constructor(credentials: coreAuth.TokenCredential, options?: PostgreSQLManagementFlexibleServerClientOptionalParams);
|
|
2766
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
2767
|
-
private addCustomApiVersionPolicy;
|
|
2768
|
-
/**
|
|
2769
|
-
* This method checks whether a proposed migration name is valid and available.
|
|
2770
|
-
* @param subscriptionId The subscription ID of the target database server.
|
|
2771
|
-
* @param resourceGroupName The resource group name of the target database server.
|
|
2772
|
-
* @param targetDbServerName The name of the target database server.
|
|
2773
|
-
* @param parameters The required parameters for checking if a migration name is available.
|
|
2774
|
-
* @param options The options parameters.
|
|
2775
|
-
*/
|
|
2776
|
-
checkMigrationNameAvailability(subscriptionId: string, resourceGroupName: string, targetDbServerName: string, parameters: MigrationNameAvailabilityResource, options?: CheckMigrationNameAvailabilityOptionalParams): Promise<CheckMigrationNameAvailabilityResponse>;
|
|
2777
|
-
administrators: Administrators;
|
|
2778
|
-
backups: Backups;
|
|
2779
|
-
locationBasedCapabilities: LocationBasedCapabilities;
|
|
2780
|
-
serverCapabilities: ServerCapabilities;
|
|
2781
|
-
checkNameAvailability: CheckNameAvailability;
|
|
2782
|
-
checkNameAvailabilityWithLocation: CheckNameAvailabilityWithLocation;
|
|
2783
|
-
configurations: Configurations;
|
|
2784
|
-
databases: Databases;
|
|
2785
|
-
firewallRules: FirewallRules;
|
|
2786
|
-
servers: Servers;
|
|
2787
|
-
flexibleServer: FlexibleServer;
|
|
2788
|
-
ltrBackupOperations: LtrBackupOperations;
|
|
2789
|
-
migrations: Migrations;
|
|
2790
|
-
operations: Operations;
|
|
2791
|
-
getPrivateDnsZoneSuffix: GetPrivateDnsZoneSuffix;
|
|
2792
|
-
privateEndpointConnections: PrivateEndpointConnections;
|
|
2793
|
-
privateEndpointConnectionOperations: PrivateEndpointConnectionOperations;
|
|
2794
|
-
privateLinkResources: PrivateLinkResources;
|
|
2795
|
-
quotaUsages: QuotaUsages;
|
|
2796
|
-
replicas: Replicas;
|
|
2797
|
-
logFiles: LogFiles;
|
|
2798
|
-
serverThreatProtectionSettings: ServerThreatProtectionSettings;
|
|
2799
|
-
virtualEndpoints: VirtualEndpoints;
|
|
2800
|
-
virtualNetworkSubnetUsage: VirtualNetworkSubnetUsage;
|
|
2801
|
-
}
|
|
2802
|
-
|
|
2803
|
-
/** Optional parameters. */
|
|
2804
|
-
export declare interface PostgreSQLManagementFlexibleServerClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
2805
|
-
/** server parameter */
|
|
2806
|
-
$host?: string;
|
|
2807
|
-
/** Api Version */
|
|
2808
|
-
apiVersion?: string;
|
|
2809
|
-
/** Overrides client endpoint. */
|
|
2810
|
-
endpoint?: string;
|
|
2811
|
-
}
|
|
2812
|
-
|
|
2813
|
-
/**
|
|
2814
|
-
* Defines values for PrincipalType. \
|
|
2815
|
-
* {@link KnownPrincipalType} can be used interchangeably with PrincipalType,
|
|
2816
|
-
* this enum contains the known values that the service supports.
|
|
2817
|
-
* ### Known values supported by the service
|
|
2818
|
-
* **Unknown** \
|
|
2819
|
-
* **User** \
|
|
2820
|
-
* **Group** \
|
|
2821
|
-
* **ServicePrincipal**
|
|
2822
|
-
*/
|
|
2823
|
-
export declare type PrincipalType = string;
|
|
2824
|
-
|
|
2825
|
-
/** The private endpoint resource. */
|
|
2826
|
-
export declare interface PrivateEndpoint {
|
|
2827
|
-
/**
|
|
2828
|
-
* The ARM identifier for private endpoint.
|
|
2829
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2830
|
-
*/
|
|
2831
|
-
readonly id?: string;
|
|
2832
|
-
}
|
|
2833
|
-
|
|
2834
|
-
/** The private endpoint connection resource. */
|
|
2835
|
-
export declare interface PrivateEndpointConnection extends Resource {
|
|
2836
|
-
/**
|
|
2837
|
-
* The group ids for the private endpoint resource.
|
|
2838
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2839
|
-
*/
|
|
2840
|
-
readonly groupIds?: string[];
|
|
2841
|
-
/** The private endpoint resource. */
|
|
2842
|
-
privateEndpoint?: PrivateEndpoint;
|
|
2843
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
2844
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
2845
|
-
/**
|
|
2846
|
-
* The provisioning state of the private endpoint connection resource.
|
|
2847
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2848
|
-
*/
|
|
2849
|
-
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
|
-
/** Defines headers for PrivateEndpointConnection_delete operation. */
|
|
2853
|
-
export declare interface PrivateEndpointConnectionDeleteHeaders {
|
|
2854
|
-
location?: string;
|
|
2855
|
-
}
|
|
2856
|
-
|
|
2857
|
-
/** Optional parameters. */
|
|
2858
|
-
export declare interface PrivateEndpointConnectionDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2859
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2860
|
-
updateIntervalInMs?: number;
|
|
2861
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2862
|
-
resumeFrom?: string;
|
|
2863
|
-
}
|
|
2864
|
-
|
|
2865
|
-
/** Contains response data for the delete operation. */
|
|
2866
|
-
export declare type PrivateEndpointConnectionDeleteResponse = PrivateEndpointConnectionDeleteHeaders;
|
|
2867
|
-
|
|
2868
|
-
/** A list of private endpoint connections. */
|
|
2869
|
-
export declare interface PrivateEndpointConnectionListResult {
|
|
2870
|
-
/**
|
|
2871
|
-
* Array of results.
|
|
2872
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2873
|
-
*/
|
|
2874
|
-
readonly value?: PrivateEndpointConnection[];
|
|
2875
|
-
/**
|
|
2876
|
-
* The URL to get the next set of results.
|
|
2877
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2878
|
-
*/
|
|
2879
|
-
readonly nextLink?: string;
|
|
2880
|
-
}
|
|
2881
|
-
|
|
2882
|
-
/** Interface representing a PrivateEndpointConnectionOperations. */
|
|
2883
|
-
export declare interface PrivateEndpointConnectionOperations {
|
|
2884
|
-
/**
|
|
2885
|
-
* Approve or reject a private endpoint connection with a given name.
|
|
2886
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2887
|
-
* @param serverName The name of the server.
|
|
2888
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
2889
|
-
* @param parameters The required parameters for updating private endpoint connection.
|
|
2890
|
-
* @param options The options parameters.
|
|
2891
|
-
*/
|
|
2892
|
-
beginUpdate(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionUpdateResponse>, PrivateEndpointConnectionUpdateResponse>>;
|
|
2893
|
-
/**
|
|
2894
|
-
* Approve or reject a private endpoint connection with a given name.
|
|
2895
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2896
|
-
* @param serverName The name of the server.
|
|
2897
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
2898
|
-
* @param parameters The required parameters for updating private endpoint connection.
|
|
2899
|
-
* @param options The options parameters.
|
|
2900
|
-
*/
|
|
2901
|
-
beginUpdateAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionUpdateOptionalParams): Promise<PrivateEndpointConnectionUpdateResponse>;
|
|
2902
|
-
/**
|
|
2903
|
-
* Deletes a private endpoint connection with a given name.
|
|
2904
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2905
|
-
* @param serverName The name of the server.
|
|
2906
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
2907
|
-
* @param options The options parameters.
|
|
2908
|
-
*/
|
|
2909
|
-
beginDelete(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionDeleteResponse>, PrivateEndpointConnectionDeleteResponse>>;
|
|
2910
|
-
/**
|
|
2911
|
-
* Deletes a private endpoint connection with a given name.
|
|
2912
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2913
|
-
* @param serverName The name of the server.
|
|
2914
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
2915
|
-
* @param options The options parameters.
|
|
2916
|
-
*/
|
|
2917
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionDeleteOptionalParams): Promise<PrivateEndpointConnectionDeleteResponse>;
|
|
2918
|
-
}
|
|
2919
|
-
|
|
2920
|
-
/**
|
|
2921
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
2922
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
2923
|
-
* this enum contains the known values that the service supports.
|
|
2924
|
-
* ### Known values supported by the service
|
|
2925
|
-
* **Succeeded** \
|
|
2926
|
-
* **Creating** \
|
|
2927
|
-
* **Deleting** \
|
|
2928
|
-
* **Failed**
|
|
2929
|
-
*/
|
|
2930
|
-
export declare type PrivateEndpointConnectionProvisioningState = string;
|
|
2931
|
-
|
|
2932
|
-
/** Interface representing a PrivateEndpointConnections. */
|
|
2933
|
-
export declare interface PrivateEndpointConnections {
|
|
2934
|
-
/**
|
|
2935
|
-
* Gets all private endpoint connections on a server.
|
|
2936
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2937
|
-
* @param serverName The name of the server.
|
|
2938
|
-
* @param options The options parameters.
|
|
2939
|
-
*/
|
|
2940
|
-
listByServer(resourceGroupName: string, serverName: string, options?: PrivateEndpointConnectionsListByServerOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
2941
|
-
/**
|
|
2942
|
-
* Gets a private endpoint connection.
|
|
2943
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
2944
|
-
* @param serverName The name of the server.
|
|
2945
|
-
* @param privateEndpointConnectionName The name of the private endpoint connection.
|
|
2946
|
-
* @param options The options parameters.
|
|
2947
|
-
*/
|
|
2948
|
-
get(resourceGroupName: string, serverName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
2949
|
-
}
|
|
2950
|
-
|
|
2951
|
-
/** Optional parameters. */
|
|
2952
|
-
export declare interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
2953
|
-
}
|
|
2954
|
-
|
|
2955
|
-
/** Contains response data for the get operation. */
|
|
2956
|
-
export declare type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
2957
|
-
|
|
2958
|
-
/** Optional parameters. */
|
|
2959
|
-
export declare interface PrivateEndpointConnectionsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
2960
|
-
}
|
|
2961
|
-
|
|
2962
|
-
/** Contains response data for the listByServerNext operation. */
|
|
2963
|
-
export declare type PrivateEndpointConnectionsListByServerNextResponse = PrivateEndpointConnectionListResult;
|
|
2964
|
-
|
|
2965
|
-
/** Optional parameters. */
|
|
2966
|
-
export declare interface PrivateEndpointConnectionsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
2967
|
-
}
|
|
2968
|
-
|
|
2969
|
-
/** Contains response data for the listByServer operation. */
|
|
2970
|
-
export declare type PrivateEndpointConnectionsListByServerResponse = PrivateEndpointConnectionListResult;
|
|
2971
|
-
|
|
2972
|
-
/** Defines headers for PrivateEndpointConnection_update operation. */
|
|
2973
|
-
export declare interface PrivateEndpointConnectionUpdateHeaders {
|
|
2974
|
-
location?: string;
|
|
2975
|
-
}
|
|
2976
|
-
|
|
2977
|
-
/** Optional parameters. */
|
|
2978
|
-
export declare interface PrivateEndpointConnectionUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2979
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
2980
|
-
updateIntervalInMs?: number;
|
|
2981
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2982
|
-
resumeFrom?: string;
|
|
2983
|
-
}
|
|
2984
|
-
|
|
2985
|
-
/** Contains response data for the update operation. */
|
|
2986
|
-
export declare type PrivateEndpointConnectionUpdateResponse = PrivateEndpointConnection;
|
|
2987
|
-
|
|
2988
|
-
/**
|
|
2989
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
2990
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
2991
|
-
* this enum contains the known values that the service supports.
|
|
2992
|
-
* ### Known values supported by the service
|
|
2993
|
-
* **Pending** \
|
|
2994
|
-
* **Approved** \
|
|
2995
|
-
* **Rejected**
|
|
2996
|
-
*/
|
|
2997
|
-
export declare type PrivateEndpointServiceConnectionStatus = string;
|
|
2998
|
-
|
|
2999
|
-
/** A private link resource. */
|
|
3000
|
-
export declare interface PrivateLinkResource extends Resource {
|
|
3001
|
-
/**
|
|
3002
|
-
* The private link resource group id.
|
|
3003
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3004
|
-
*/
|
|
3005
|
-
readonly groupId?: string;
|
|
3006
|
-
/**
|
|
3007
|
-
* The private link resource required member names.
|
|
3008
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3009
|
-
*/
|
|
3010
|
-
readonly requiredMembers?: string[];
|
|
3011
|
-
/** The private link resource private link DNS zone name. */
|
|
3012
|
-
requiredZoneNames?: string[];
|
|
3013
|
-
}
|
|
3014
|
-
|
|
3015
|
-
/** A list of private link resources */
|
|
3016
|
-
export declare interface PrivateLinkResourceListResult {
|
|
3017
|
-
/**
|
|
3018
|
-
* Array of results.
|
|
3019
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3020
|
-
*/
|
|
3021
|
-
readonly value?: PrivateLinkResource[];
|
|
3022
|
-
/**
|
|
3023
|
-
* Link to retrieve next page of results.
|
|
3024
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3025
|
-
*/
|
|
3026
|
-
readonly nextLink?: string;
|
|
3027
|
-
}
|
|
3028
|
-
|
|
3029
|
-
/** Interface representing a PrivateLinkResources. */
|
|
3030
|
-
export declare interface PrivateLinkResources {
|
|
3031
|
-
/**
|
|
3032
|
-
* Gets the private link resources for PostgreSQL server.
|
|
3033
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3034
|
-
* @param serverName The name of the server.
|
|
3035
|
-
* @param options The options parameters.
|
|
3036
|
-
*/
|
|
3037
|
-
listByServer(resourceGroupName: string, serverName: string, options?: PrivateLinkResourcesListByServerOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
3038
|
-
/**
|
|
3039
|
-
* Gets a private link resource for PostgreSQL server.
|
|
3040
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3041
|
-
* @param serverName The name of the server.
|
|
3042
|
-
* @param groupName The name of the private link resource.
|
|
3043
|
-
* @param options The options parameters.
|
|
3044
|
-
*/
|
|
3045
|
-
get(resourceGroupName: string, serverName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
3046
|
-
}
|
|
3047
|
-
|
|
3048
|
-
/** Optional parameters. */
|
|
3049
|
-
export declare interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
3050
|
-
}
|
|
3051
|
-
|
|
3052
|
-
/** Contains response data for the get operation. */
|
|
3053
|
-
export declare type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
3054
|
-
|
|
3055
|
-
/** Optional parameters. */
|
|
3056
|
-
export declare interface PrivateLinkResourcesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
3057
|
-
}
|
|
3058
|
-
|
|
3059
|
-
/** Contains response data for the listByServerNext operation. */
|
|
3060
|
-
export declare type PrivateLinkResourcesListByServerNextResponse = PrivateLinkResourceListResult;
|
|
3061
|
-
|
|
3062
|
-
/** Optional parameters. */
|
|
3063
|
-
export declare interface PrivateLinkResourcesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
3064
|
-
}
|
|
3065
|
-
|
|
3066
|
-
/** Contains response data for the listByServer operation. */
|
|
3067
|
-
export declare type PrivateLinkResourcesListByServerResponse = PrivateLinkResourceListResult;
|
|
3068
|
-
|
|
3069
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
3070
|
-
export declare interface PrivateLinkServiceConnectionState {
|
|
3071
|
-
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
3072
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
3073
|
-
/** The reason for approval/rejection of the connection. */
|
|
3074
|
-
description?: string;
|
|
3075
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
3076
|
-
actionsRequired?: string;
|
|
3077
|
-
}
|
|
3078
|
-
|
|
3079
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
3080
|
-
export declare interface ProxyResource extends Resource {
|
|
3081
|
-
}
|
|
3082
|
-
|
|
3083
|
-
/** Quota usage for flexible servers */
|
|
3084
|
-
export declare interface QuotaUsage {
|
|
3085
|
-
/** Name of quota usage for flexible servers */
|
|
3086
|
-
name?: NameProperty;
|
|
3087
|
-
/** Quota limit */
|
|
3088
|
-
limit?: number;
|
|
3089
|
-
/** Quota unit */
|
|
3090
|
-
unit?: string;
|
|
3091
|
-
/** Current Quota usage value */
|
|
3092
|
-
currentValue?: number;
|
|
3093
|
-
/** Fully qualified ARM resource Id */
|
|
3094
|
-
id?: string;
|
|
3095
|
-
}
|
|
3096
|
-
|
|
3097
|
-
/** Interface representing a QuotaUsages. */
|
|
3098
|
-
export declare interface QuotaUsages {
|
|
3099
|
-
/**
|
|
3100
|
-
* Get quota usages at specified location in a given subscription.
|
|
3101
|
-
* @param locationName The name of the location.
|
|
3102
|
-
* @param options The options parameters.
|
|
3103
|
-
*/
|
|
3104
|
-
list(locationName: string, options?: QuotaUsagesListOptionalParams): PagedAsyncIterableIterator<QuotaUsage>;
|
|
3105
|
-
}
|
|
3106
|
-
|
|
3107
|
-
/** Optional parameters. */
|
|
3108
|
-
export declare interface QuotaUsagesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3109
|
-
}
|
|
3110
|
-
|
|
3111
|
-
/** Contains response data for the listNext operation. */
|
|
3112
|
-
export declare type QuotaUsagesListNextResponse = QuotaUsagesListResult;
|
|
3113
|
-
|
|
3114
|
-
/** Optional parameters. */
|
|
3115
|
-
export declare interface QuotaUsagesListOptionalParams extends coreClient.OperationOptions {
|
|
3116
|
-
}
|
|
3117
|
-
|
|
3118
|
-
/** Contains response data for the list operation. */
|
|
3119
|
-
export declare type QuotaUsagesListResponse = QuotaUsagesListResult;
|
|
3120
|
-
|
|
3121
|
-
/** Capability for the PostgreSQL server */
|
|
3122
|
-
export declare interface QuotaUsagesListResult {
|
|
3123
|
-
/**
|
|
3124
|
-
* A list of quota usages.
|
|
3125
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3126
|
-
*/
|
|
3127
|
-
readonly value?: QuotaUsage[];
|
|
3128
|
-
/**
|
|
3129
|
-
* Link to retrieve next page of results.
|
|
3130
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3131
|
-
*/
|
|
3132
|
-
readonly nextLink?: string;
|
|
3133
|
-
}
|
|
3134
|
-
|
|
3135
|
-
/**
|
|
3136
|
-
* Defines values for ReadReplicaPromoteMode. \
|
|
3137
|
-
* {@link KnownReadReplicaPromoteMode} can be used interchangeably with ReadReplicaPromoteMode,
|
|
3138
|
-
* this enum contains the known values that the service supports.
|
|
3139
|
-
* ### Known values supported by the service
|
|
3140
|
-
* **standalone** \
|
|
3141
|
-
* **switchover**
|
|
3142
|
-
*/
|
|
3143
|
-
export declare type ReadReplicaPromoteMode = string;
|
|
3144
|
-
|
|
3145
|
-
/** Replica properties of a server */
|
|
3146
|
-
export declare interface Replica {
|
|
3147
|
-
/** Used to indicate role of the server in replication set. */
|
|
3148
|
-
role?: ReplicationRole;
|
|
3149
|
-
/**
|
|
3150
|
-
* Replicas allowed for a server.
|
|
3151
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3152
|
-
*/
|
|
3153
|
-
readonly capacity?: number;
|
|
3154
|
-
/**
|
|
3155
|
-
* 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
|
|
3156
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3157
|
-
*/
|
|
3158
|
-
readonly replicationState?: ReplicationState;
|
|
3159
|
-
/** Sets the promote mode for a replica server. This is a write only property. */
|
|
3160
|
-
promoteMode?: ReadReplicaPromoteMode;
|
|
3161
|
-
/** Sets the promote options for a replica server. This is a write only property. */
|
|
3162
|
-
promoteOption?: ReplicationPromoteOption;
|
|
3163
|
-
}
|
|
3164
|
-
|
|
3165
|
-
/** Interface representing a Replicas. */
|
|
3166
|
-
export declare interface Replicas {
|
|
3167
|
-
/**
|
|
3168
|
-
* List all the replicas for a given server.
|
|
3169
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3170
|
-
* @param serverName The name of the server.
|
|
3171
|
-
* @param options The options parameters.
|
|
3172
|
-
*/
|
|
3173
|
-
listByServer(resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
3174
|
-
}
|
|
3175
|
-
|
|
3176
|
-
/** Optional parameters. */
|
|
3177
|
-
export declare interface ReplicasListByServerOptionalParams extends coreClient.OperationOptions {
|
|
3178
|
-
}
|
|
3179
|
-
|
|
3180
|
-
/** Contains response data for the listByServer operation. */
|
|
3181
|
-
export declare type ReplicasListByServerResponse = ServerListResult;
|
|
3182
|
-
|
|
3183
|
-
/**
|
|
3184
|
-
* Defines values for ReplicationPromoteOption. \
|
|
3185
|
-
* {@link KnownReplicationPromoteOption} can be used interchangeably with ReplicationPromoteOption,
|
|
3186
|
-
* this enum contains the known values that the service supports.
|
|
3187
|
-
* ### Known values supported by the service
|
|
3188
|
-
* **planned** \
|
|
3189
|
-
* **forced**
|
|
3190
|
-
*/
|
|
3191
|
-
export declare type ReplicationPromoteOption = string;
|
|
3192
|
-
|
|
3193
|
-
/**
|
|
3194
|
-
* Defines values for ReplicationRole. \
|
|
3195
|
-
* {@link KnownReplicationRole} can be used interchangeably with ReplicationRole,
|
|
3196
|
-
* this enum contains the known values that the service supports.
|
|
3197
|
-
* ### Known values supported by the service
|
|
3198
|
-
* **None** \
|
|
3199
|
-
* **Primary** \
|
|
3200
|
-
* **AsyncReplica** \
|
|
3201
|
-
* **GeoAsyncReplica**
|
|
3202
|
-
*/
|
|
3203
|
-
export declare type ReplicationRole = string;
|
|
3204
|
-
|
|
3205
|
-
/**
|
|
3206
|
-
* Defines values for ReplicationState. \
|
|
3207
|
-
* {@link KnownReplicationState} can be used interchangeably with ReplicationState,
|
|
3208
|
-
* this enum contains the known values that the service supports.
|
|
3209
|
-
* ### Known values supported by the service
|
|
3210
|
-
* **Active** \
|
|
3211
|
-
* **Catchup** \
|
|
3212
|
-
* **Provisioning** \
|
|
3213
|
-
* **Updating** \
|
|
3214
|
-
* **Broken** \
|
|
3215
|
-
* **Reconfiguring**
|
|
3216
|
-
*/
|
|
3217
|
-
export declare type ReplicationState = string;
|
|
3218
|
-
|
|
3219
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
3220
|
-
export declare interface Resource {
|
|
3221
|
-
/**
|
|
3222
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
3223
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3224
|
-
*/
|
|
3225
|
-
readonly id?: string;
|
|
3226
|
-
/**
|
|
3227
|
-
* The name of the resource
|
|
3228
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3229
|
-
*/
|
|
3230
|
-
readonly name?: string;
|
|
3231
|
-
/**
|
|
3232
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
3233
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3234
|
-
*/
|
|
3235
|
-
readonly type?: string;
|
|
3236
|
-
/**
|
|
3237
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
3238
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3239
|
-
*/
|
|
3240
|
-
readonly systemData?: SystemData;
|
|
3241
|
-
}
|
|
3242
|
-
|
|
3243
|
-
/** Represents server restart parameters. */
|
|
3244
|
-
export declare interface RestartParameter {
|
|
3245
|
-
/** Indicates whether to restart the server with failover. */
|
|
3246
|
-
restartWithFailover?: boolean;
|
|
3247
|
-
/** Failover mode. */
|
|
3248
|
-
failoverMode?: FailoverMode;
|
|
3249
|
-
}
|
|
3250
|
-
|
|
3251
|
-
/**
|
|
3252
|
-
* Defines values for RestrictedEnum. \
|
|
3253
|
-
* {@link KnownRestrictedEnum} can be used interchangeably with RestrictedEnum,
|
|
3254
|
-
* this enum contains the known values that the service supports.
|
|
3255
|
-
* ### Known values supported by the service
|
|
3256
|
-
* **Enabled** \
|
|
3257
|
-
* **Disabled**
|
|
3258
|
-
*/
|
|
3259
|
-
export declare type RestrictedEnum = string;
|
|
3260
|
-
|
|
3261
|
-
/** Represents a server. */
|
|
3262
|
-
export declare interface Server extends TrackedResource {
|
|
3263
|
-
/** The SKU (pricing tier) of the server. */
|
|
3264
|
-
sku?: Sku;
|
|
3265
|
-
/** Describes the identity of the application. */
|
|
3266
|
-
identity?: UserAssignedIdentity;
|
|
3267
|
-
/** The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation). */
|
|
3268
|
-
administratorLogin?: string;
|
|
3269
|
-
/**
|
|
3270
|
-
* The administrator login password (required for server creation).
|
|
3271
|
-
* This value contains a credential. Consider obscuring before showing to users
|
|
3272
|
-
*/
|
|
3273
|
-
administratorLoginPassword?: string;
|
|
3274
|
-
/** PostgreSQL Server version. */
|
|
3275
|
-
version?: ServerVersion;
|
|
3276
|
-
/**
|
|
3277
|
-
* The minor version of the server.
|
|
3278
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3279
|
-
*/
|
|
3280
|
-
readonly minorVersion?: string;
|
|
3281
|
-
/**
|
|
3282
|
-
* A state of a server that is visible to user.
|
|
3283
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3284
|
-
*/
|
|
3285
|
-
readonly state?: ServerState;
|
|
3286
|
-
/**
|
|
3287
|
-
* The fully qualified domain name of a server.
|
|
3288
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3289
|
-
*/
|
|
3290
|
-
readonly fullyQualifiedDomainName?: string;
|
|
3291
|
-
/** Storage properties of a server. */
|
|
3292
|
-
storage?: Storage_2;
|
|
3293
|
-
/** AuthConfig properties of a server. */
|
|
3294
|
-
authConfig?: AuthConfig;
|
|
3295
|
-
/** Data encryption properties of a server. */
|
|
3296
|
-
dataEncryption?: DataEncryption;
|
|
3297
|
-
/** Backup properties of a server. */
|
|
3298
|
-
backup?: Backup;
|
|
3299
|
-
/** 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. */
|
|
3300
|
-
network?: Network;
|
|
3301
|
-
/** High availability properties of a server. */
|
|
3302
|
-
highAvailability?: HighAvailability;
|
|
3303
|
-
/** Maintenance window properties of a server. */
|
|
3304
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
3305
|
-
/** 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 */
|
|
3306
|
-
sourceServerResourceId?: string;
|
|
3307
|
-
/** Restore point creation time (ISO8601 format), specifying the time to restore from. It's required when 'createMode' is 'PointInTimeRestore' or 'GeoRestore' or 'ReviveDropped'. */
|
|
3308
|
-
pointInTimeUTC?: Date;
|
|
3309
|
-
/** availability zone information of the server. */
|
|
3310
|
-
availabilityZone?: string;
|
|
3311
|
-
/** Replication role of the server */
|
|
3312
|
-
replicationRole?: ReplicationRole;
|
|
3313
|
-
/**
|
|
3314
|
-
* Replicas allowed for a server.
|
|
3315
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3316
|
-
*/
|
|
3317
|
-
readonly replicaCapacity?: number;
|
|
3318
|
-
/** Replica properties of a server. These Replica properties are required to be passed only in case you want to Promote a server. */
|
|
3319
|
-
replica?: Replica;
|
|
3320
|
-
/** The mode to create a new PostgreSQL server. */
|
|
3321
|
-
createMode?: CreateMode;
|
|
3322
|
-
/**
|
|
3323
|
-
* List of private endpoint connections associated with the specified resource.
|
|
3324
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3325
|
-
*/
|
|
3326
|
-
readonly privateEndpointConnections?: PrivateEndpointConnection[];
|
|
3327
|
-
}
|
|
3328
|
-
|
|
3329
|
-
/** Server backup properties */
|
|
3330
|
-
export declare interface ServerBackup extends ProxyResource {
|
|
3331
|
-
/** Backup type. */
|
|
3332
|
-
backupType?: Origin;
|
|
3333
|
-
/** Backup completed time (ISO8601 format). */
|
|
3334
|
-
completedTime?: Date;
|
|
3335
|
-
/** Backup source */
|
|
3336
|
-
source?: string;
|
|
3337
|
-
}
|
|
3338
|
-
|
|
3339
|
-
/** A list of server backups. */
|
|
3340
|
-
export declare interface ServerBackupListResult {
|
|
3341
|
-
/** The list of backups of a server. */
|
|
3342
|
-
value?: ServerBackup[];
|
|
3343
|
-
/** The link used to get the next page of operations. */
|
|
3344
|
-
nextLink?: string;
|
|
3345
|
-
}
|
|
3346
|
-
|
|
3347
|
-
/** Interface representing a ServerCapabilities. */
|
|
3348
|
-
export declare interface ServerCapabilities {
|
|
3349
|
-
/**
|
|
3350
|
-
* Get capabilities for a flexible server.
|
|
3351
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3352
|
-
* @param serverName The name of the server.
|
|
3353
|
-
* @param options The options parameters.
|
|
3354
|
-
*/
|
|
3355
|
-
list(resourceGroupName: string, serverName: string, options?: ServerCapabilitiesListOptionalParams): PagedAsyncIterableIterator<FlexibleServerCapability>;
|
|
3356
|
-
}
|
|
3357
|
-
|
|
3358
|
-
/** Optional parameters. */
|
|
3359
|
-
export declare interface ServerCapabilitiesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3360
|
-
}
|
|
3361
|
-
|
|
3362
|
-
/** Contains response data for the listNext operation. */
|
|
3363
|
-
export declare type ServerCapabilitiesListNextResponse = CapabilitiesListResult;
|
|
3364
|
-
|
|
3365
|
-
/** Optional parameters. */
|
|
3366
|
-
export declare interface ServerCapabilitiesListOptionalParams extends coreClient.OperationOptions {
|
|
3367
|
-
}
|
|
3368
|
-
|
|
3369
|
-
/** Contains response data for the list operation. */
|
|
3370
|
-
export declare type ServerCapabilitiesListResponse = CapabilitiesListResult;
|
|
3371
|
-
|
|
3372
|
-
/** Represents a server to be updated. */
|
|
3373
|
-
export declare interface ServerForUpdate {
|
|
3374
|
-
/** The SKU (pricing tier) of the server. */
|
|
3375
|
-
sku?: Sku;
|
|
3376
|
-
/** Describes the identity of the application. */
|
|
3377
|
-
identity?: UserAssignedIdentity;
|
|
3378
|
-
/** Application-specific metadata in the form of key-value pairs. */
|
|
3379
|
-
tags?: {
|
|
3380
|
-
[propertyName: string]: string;
|
|
3381
|
-
};
|
|
3382
|
-
/**
|
|
3383
|
-
* The password of the administrator login.
|
|
3384
|
-
* This value contains a credential. Consider obscuring before showing to users
|
|
3385
|
-
*/
|
|
3386
|
-
administratorLoginPassword?: string;
|
|
3387
|
-
/** PostgreSQL Server version. Version 16 is currently not supported for MVU. */
|
|
3388
|
-
version?: ServerVersion;
|
|
3389
|
-
/** Storage properties of a server. */
|
|
3390
|
-
storage?: Storage_2;
|
|
3391
|
-
/** Backup properties of a server. */
|
|
3392
|
-
backup?: Backup;
|
|
3393
|
-
/** High availability properties of a server. */
|
|
3394
|
-
highAvailability?: HighAvailability;
|
|
3395
|
-
/** Maintenance window properties of a server. */
|
|
3396
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
3397
|
-
/** AuthConfig properties of a server. */
|
|
3398
|
-
authConfig?: AuthConfig;
|
|
3399
|
-
/** Data encryption properties of a server. */
|
|
3400
|
-
dataEncryption?: DataEncryption;
|
|
3401
|
-
/** The mode to update a new PostgreSQL server. */
|
|
3402
|
-
createMode?: CreateModeForUpdate;
|
|
3403
|
-
/** Replication role of the server */
|
|
3404
|
-
replicationRole?: ReplicationRole;
|
|
3405
|
-
/** Replica properties of a server. These Replica properties are required to be passed only in case you want to Promote a server. */
|
|
3406
|
-
replica?: Replica;
|
|
3407
|
-
/** Network properties of a server. These are required to be passed only in case if server is a private access server. */
|
|
3408
|
-
network?: Network;
|
|
3409
|
-
}
|
|
3410
|
-
|
|
3411
|
-
/**
|
|
3412
|
-
* Defines values for ServerHAState. \
|
|
3413
|
-
* {@link KnownServerHAState} can be used interchangeably with ServerHAState,
|
|
3414
|
-
* this enum contains the known values that the service supports.
|
|
3415
|
-
* ### Known values supported by the service
|
|
3416
|
-
* **NotEnabled** \
|
|
3417
|
-
* **CreatingStandby** \
|
|
3418
|
-
* **ReplicatingData** \
|
|
3419
|
-
* **FailingOver** \
|
|
3420
|
-
* **Healthy** \
|
|
3421
|
-
* **RemovingStandby**
|
|
3422
|
-
*/
|
|
3423
|
-
export declare type ServerHAState = string;
|
|
3424
|
-
|
|
3425
|
-
/** A list of servers. */
|
|
3426
|
-
export declare interface ServerListResult {
|
|
3427
|
-
/** The list of flexible servers */
|
|
3428
|
-
value?: Server[];
|
|
3429
|
-
/** The link used to get the next page of operations. */
|
|
3430
|
-
nextLink?: string;
|
|
3431
|
-
}
|
|
3432
|
-
|
|
3433
|
-
/**
|
|
3434
|
-
* Defines values for ServerPublicNetworkAccessState. \
|
|
3435
|
-
* {@link KnownServerPublicNetworkAccessState} can be used interchangeably with ServerPublicNetworkAccessState,
|
|
3436
|
-
* this enum contains the known values that the service supports.
|
|
3437
|
-
* ### Known values supported by the service
|
|
3438
|
-
* **Enabled** \
|
|
3439
|
-
* **Disabled**
|
|
3440
|
-
*/
|
|
3441
|
-
export declare type ServerPublicNetworkAccessState = string;
|
|
3442
|
-
|
|
3443
|
-
/** Interface representing a Servers. */
|
|
3444
|
-
export declare interface Servers {
|
|
3445
|
-
/**
|
|
3446
|
-
* List all the servers in a given resource group.
|
|
3447
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3448
|
-
* @param options The options parameters.
|
|
3449
|
-
*/
|
|
3450
|
-
listByResourceGroup(resourceGroupName: string, options?: ServersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
3451
|
-
/**
|
|
3452
|
-
* List all the servers in a given subscription.
|
|
3453
|
-
* @param options The options parameters.
|
|
3454
|
-
*/
|
|
3455
|
-
list(options?: ServersListOptionalParams): PagedAsyncIterableIterator<Server>;
|
|
3456
|
-
/**
|
|
3457
|
-
* Creates a new server.
|
|
3458
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3459
|
-
* @param serverName The name of the server.
|
|
3460
|
-
* @param parameters The required parameters for creating or updating a server.
|
|
3461
|
-
* @param options The options parameters.
|
|
3462
|
-
*/
|
|
3463
|
-
beginCreate(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOptionalParams): Promise<SimplePollerLike<OperationState<ServersCreateResponse>, ServersCreateResponse>>;
|
|
3464
|
-
/**
|
|
3465
|
-
* Creates a new server.
|
|
3466
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3467
|
-
* @param serverName The name of the server.
|
|
3468
|
-
* @param parameters The required parameters for creating or updating a server.
|
|
3469
|
-
* @param options The options parameters.
|
|
3470
|
-
*/
|
|
3471
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, parameters: Server, options?: ServersCreateOptionalParams): Promise<ServersCreateResponse>;
|
|
3472
|
-
/**
|
|
3473
|
-
* Updates an existing server. The request body can contain one to many of the properties present in
|
|
3474
|
-
* the normal server definition.
|
|
3475
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3476
|
-
* @param serverName The name of the server.
|
|
3477
|
-
* @param parameters The required parameters for updating a server.
|
|
3478
|
-
* @param options The options parameters.
|
|
3479
|
-
*/
|
|
3480
|
-
beginUpdate(resourceGroupName: string, serverName: string, parameters: ServerForUpdate, options?: ServersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServersUpdateResponse>, ServersUpdateResponse>>;
|
|
3481
|
-
/**
|
|
3482
|
-
* Updates an existing server. The request body can contain one to many of the properties present in
|
|
3483
|
-
* the normal server definition.
|
|
3484
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3485
|
-
* @param serverName The name of the server.
|
|
3486
|
-
* @param parameters The required parameters for updating a server.
|
|
3487
|
-
* @param options The options parameters.
|
|
3488
|
-
*/
|
|
3489
|
-
beginUpdateAndWait(resourceGroupName: string, serverName: string, parameters: ServerForUpdate, options?: ServersUpdateOptionalParams): Promise<ServersUpdateResponse>;
|
|
3490
|
-
/**
|
|
3491
|
-
* Deletes a server.
|
|
3492
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3493
|
-
* @param serverName The name of the server.
|
|
3494
|
-
* @param options The options parameters.
|
|
3495
|
-
*/
|
|
3496
|
-
beginDelete(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3497
|
-
/**
|
|
3498
|
-
* Deletes a server.
|
|
3499
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3500
|
-
* @param serverName The name of the server.
|
|
3501
|
-
* @param options The options parameters.
|
|
3502
|
-
*/
|
|
3503
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, options?: ServersDeleteOptionalParams): Promise<void>;
|
|
3504
|
-
/**
|
|
3505
|
-
* Gets information about a server.
|
|
3506
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3507
|
-
* @param serverName The name of the server.
|
|
3508
|
-
* @param options The options parameters.
|
|
3509
|
-
*/
|
|
3510
|
-
get(resourceGroupName: string, serverName: string, options?: ServersGetOptionalParams): Promise<ServersGetResponse>;
|
|
3511
|
-
/**
|
|
3512
|
-
* Restarts a server.
|
|
3513
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3514
|
-
* @param serverName The name of the server.
|
|
3515
|
-
* @param options The options parameters.
|
|
3516
|
-
*/
|
|
3517
|
-
beginRestart(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3518
|
-
/**
|
|
3519
|
-
* Restarts a server.
|
|
3520
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3521
|
-
* @param serverName The name of the server.
|
|
3522
|
-
* @param options The options parameters.
|
|
3523
|
-
*/
|
|
3524
|
-
beginRestartAndWait(resourceGroupName: string, serverName: string, options?: ServersRestartOptionalParams): Promise<void>;
|
|
3525
|
-
/**
|
|
3526
|
-
* Starts a server.
|
|
3527
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3528
|
-
* @param serverName The name of the server.
|
|
3529
|
-
* @param options The options parameters.
|
|
3530
|
-
*/
|
|
3531
|
-
beginStart(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3532
|
-
/**
|
|
3533
|
-
* Starts a server.
|
|
3534
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3535
|
-
* @param serverName The name of the server.
|
|
3536
|
-
* @param options The options parameters.
|
|
3537
|
-
*/
|
|
3538
|
-
beginStartAndWait(resourceGroupName: string, serverName: string, options?: ServersStartOptionalParams): Promise<void>;
|
|
3539
|
-
/**
|
|
3540
|
-
* Stops a server.
|
|
3541
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3542
|
-
* @param serverName The name of the server.
|
|
3543
|
-
* @param options The options parameters.
|
|
3544
|
-
*/
|
|
3545
|
-
beginStop(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
3546
|
-
/**
|
|
3547
|
-
* Stops a server.
|
|
3548
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3549
|
-
* @param serverName The name of the server.
|
|
3550
|
-
* @param options The options parameters.
|
|
3551
|
-
*/
|
|
3552
|
-
beginStopAndWait(resourceGroupName: string, serverName: string, options?: ServersStopOptionalParams): Promise<void>;
|
|
3553
|
-
}
|
|
3554
|
-
|
|
3555
|
-
/** Defines headers for Servers_create operation. */
|
|
3556
|
-
export declare interface ServersCreateHeaders {
|
|
3557
|
-
location?: string;
|
|
3558
|
-
}
|
|
3559
|
-
|
|
3560
|
-
/** Optional parameters. */
|
|
3561
|
-
export declare interface ServersCreateOptionalParams extends coreClient.OperationOptions {
|
|
3562
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3563
|
-
updateIntervalInMs?: number;
|
|
3564
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3565
|
-
resumeFrom?: string;
|
|
3566
|
-
}
|
|
3567
|
-
|
|
3568
|
-
/** Contains response data for the create operation. */
|
|
3569
|
-
export declare type ServersCreateResponse = Server;
|
|
3570
|
-
|
|
3571
|
-
/** Defines headers for Servers_delete operation. */
|
|
3572
|
-
export declare interface ServersDeleteHeaders {
|
|
3573
|
-
location?: string;
|
|
3574
|
-
}
|
|
3575
|
-
|
|
3576
|
-
/** Optional parameters. */
|
|
3577
|
-
export declare interface ServersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3578
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3579
|
-
updateIntervalInMs?: number;
|
|
3580
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3581
|
-
resumeFrom?: string;
|
|
3582
|
-
}
|
|
3583
|
-
|
|
3584
|
-
/** Optional parameters. */
|
|
3585
|
-
export declare interface ServersGetOptionalParams extends coreClient.OperationOptions {
|
|
3586
|
-
}
|
|
3587
|
-
|
|
3588
|
-
/** Contains response data for the get operation. */
|
|
3589
|
-
export declare type ServersGetResponse = Server;
|
|
3590
|
-
|
|
3591
|
-
/** Sku information related properties of a server. */
|
|
3592
|
-
export declare interface ServerSku {
|
|
3593
|
-
/** The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. */
|
|
3594
|
-
name?: string;
|
|
3595
|
-
/** The tier of the particular SKU, e.g. Burstable. */
|
|
3596
|
-
tier?: SkuTier;
|
|
3597
|
-
}
|
|
3598
|
-
|
|
3599
|
-
/** Sku capability */
|
|
3600
|
-
export declare interface ServerSkuCapability extends CapabilityBase {
|
|
3601
|
-
/**
|
|
3602
|
-
* Sku name
|
|
3603
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3604
|
-
*/
|
|
3605
|
-
readonly name?: string;
|
|
3606
|
-
/**
|
|
3607
|
-
* Supported vCores
|
|
3608
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3609
|
-
*/
|
|
3610
|
-
readonly vCores?: number;
|
|
3611
|
-
/**
|
|
3612
|
-
* Supported IOPS
|
|
3613
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3614
|
-
*/
|
|
3615
|
-
readonly supportedIops?: number;
|
|
3616
|
-
/**
|
|
3617
|
-
* Supported memory per vCore in MB
|
|
3618
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3619
|
-
*/
|
|
3620
|
-
readonly supportedMemoryPerVcoreMb?: number;
|
|
3621
|
-
/**
|
|
3622
|
-
* List of supported Availability Zones. E.g. "1", "2", "3"
|
|
3623
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3624
|
-
*/
|
|
3625
|
-
readonly supportedZones?: string[];
|
|
3626
|
-
/**
|
|
3627
|
-
* Supported high availability mode
|
|
3628
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3629
|
-
*/
|
|
3630
|
-
readonly supportedHaMode?: HaMode[];
|
|
3631
|
-
}
|
|
3632
|
-
|
|
3633
|
-
/** Optional parameters. */
|
|
3634
|
-
export declare interface ServersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
3635
|
-
}
|
|
3636
|
-
|
|
3637
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
3638
|
-
export declare type ServersListByResourceGroupNextResponse = ServerListResult;
|
|
3639
|
-
|
|
3640
|
-
/** Optional parameters. */
|
|
3641
|
-
export declare interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
3642
|
-
}
|
|
3643
|
-
|
|
3644
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
3645
|
-
export declare type ServersListByResourceGroupResponse = ServerListResult;
|
|
3646
|
-
|
|
3647
|
-
/** Optional parameters. */
|
|
3648
|
-
export declare interface ServersListNextOptionalParams extends coreClient.OperationOptions {
|
|
3649
|
-
}
|
|
3650
|
-
|
|
3651
|
-
/** Contains response data for the listNext operation. */
|
|
3652
|
-
export declare type ServersListNextResponse = ServerListResult;
|
|
3653
|
-
|
|
3654
|
-
/** Optional parameters. */
|
|
3655
|
-
export declare interface ServersListOptionalParams extends coreClient.OperationOptions {
|
|
3656
|
-
}
|
|
3657
|
-
|
|
3658
|
-
/** Contains response data for the list operation. */
|
|
3659
|
-
export declare type ServersListResponse = ServerListResult;
|
|
3660
|
-
|
|
3661
|
-
/** Defines headers for Servers_restart operation. */
|
|
3662
|
-
export declare interface ServersRestartHeaders {
|
|
3663
|
-
location?: string;
|
|
3664
|
-
}
|
|
3665
|
-
|
|
3666
|
-
/** Optional parameters. */
|
|
3667
|
-
export declare interface ServersRestartOptionalParams extends coreClient.OperationOptions {
|
|
3668
|
-
/** The parameters for restarting a server. */
|
|
3669
|
-
parameters?: RestartParameter;
|
|
3670
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3671
|
-
updateIntervalInMs?: number;
|
|
3672
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3673
|
-
resumeFrom?: string;
|
|
3674
|
-
}
|
|
3675
|
-
|
|
3676
|
-
/** Defines headers for Servers_start operation. */
|
|
3677
|
-
export declare interface ServersStartHeaders {
|
|
3678
|
-
location?: string;
|
|
3679
|
-
}
|
|
3680
|
-
|
|
3681
|
-
/** Optional parameters. */
|
|
3682
|
-
export declare interface ServersStartOptionalParams extends coreClient.OperationOptions {
|
|
3683
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3684
|
-
updateIntervalInMs?: number;
|
|
3685
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3686
|
-
resumeFrom?: string;
|
|
3687
|
-
}
|
|
3688
|
-
|
|
3689
|
-
/** Defines headers for Servers_stop operation. */
|
|
3690
|
-
export declare interface ServersStopHeaders {
|
|
3691
|
-
location?: string;
|
|
3692
|
-
}
|
|
3693
|
-
|
|
3694
|
-
/** Optional parameters. */
|
|
3695
|
-
export declare interface ServersStopOptionalParams extends coreClient.OperationOptions {
|
|
3696
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3697
|
-
updateIntervalInMs?: number;
|
|
3698
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3699
|
-
resumeFrom?: string;
|
|
3700
|
-
}
|
|
3701
|
-
|
|
3702
|
-
/**
|
|
3703
|
-
* Defines values for ServerState. \
|
|
3704
|
-
* {@link KnownServerState} can be used interchangeably with ServerState,
|
|
3705
|
-
* this enum contains the known values that the service supports.
|
|
3706
|
-
* ### Known values supported by the service
|
|
3707
|
-
* **Ready** \
|
|
3708
|
-
* **Dropping** \
|
|
3709
|
-
* **Disabled** \
|
|
3710
|
-
* **Starting** \
|
|
3711
|
-
* **Stopping** \
|
|
3712
|
-
* **Stopped** \
|
|
3713
|
-
* **Updating**
|
|
3714
|
-
*/
|
|
3715
|
-
export declare type ServerState = string;
|
|
3716
|
-
|
|
3717
|
-
/** Defines headers for Servers_update operation. */
|
|
3718
|
-
export declare interface ServersUpdateHeaders {
|
|
3719
|
-
location?: string;
|
|
3720
|
-
}
|
|
3721
|
-
|
|
3722
|
-
/** Optional parameters. */
|
|
3723
|
-
export declare interface ServersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3724
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3725
|
-
updateIntervalInMs?: number;
|
|
3726
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3727
|
-
resumeFrom?: string;
|
|
3728
|
-
}
|
|
3729
|
-
|
|
3730
|
-
/** Contains response data for the update operation. */
|
|
3731
|
-
export declare type ServersUpdateResponse = Server;
|
|
3732
|
-
|
|
3733
|
-
/** A list of the server's Advanced Threat Protection settings. */
|
|
3734
|
-
export declare interface ServerThreatProtectionListResult {
|
|
3735
|
-
/**
|
|
3736
|
-
* Array of results.
|
|
3737
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3738
|
-
*/
|
|
3739
|
-
readonly value?: ServerThreatProtectionSettingsModel[];
|
|
3740
|
-
/**
|
|
3741
|
-
* Link to retrieve next page of results.
|
|
3742
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3743
|
-
*/
|
|
3744
|
-
readonly nextLink?: string;
|
|
3745
|
-
}
|
|
3746
|
-
|
|
3747
|
-
/** Interface representing a ServerThreatProtectionSettings. */
|
|
3748
|
-
export declare interface ServerThreatProtectionSettings {
|
|
3749
|
-
/**
|
|
3750
|
-
* Get a list of server's Threat Protection state.
|
|
3751
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3752
|
-
* @param serverName The name of the server.
|
|
3753
|
-
* @param options The options parameters.
|
|
3754
|
-
*/
|
|
3755
|
-
listByServer(resourceGroupName: string, serverName: string, options?: ServerThreatProtectionSettingsListByServerOptionalParams): PagedAsyncIterableIterator<ServerThreatProtectionSettingsModel>;
|
|
3756
|
-
/**
|
|
3757
|
-
* Get a server's Advanced Threat Protection settings.
|
|
3758
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3759
|
-
* @param serverName The name of the server.
|
|
3760
|
-
* @param threatProtectionName The name of the Threat Protection state.
|
|
3761
|
-
* @param options The options parameters.
|
|
3762
|
-
*/
|
|
3763
|
-
get(resourceGroupName: string, serverName: string, threatProtectionName: ThreatProtectionName, options?: ServerThreatProtectionSettingsGetOptionalParams): Promise<ServerThreatProtectionSettingsGetResponse>;
|
|
3764
|
-
/**
|
|
3765
|
-
* Creates or updates a server's Advanced Threat Protection settings.
|
|
3766
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3767
|
-
* @param serverName The name of the server.
|
|
3768
|
-
* @param threatProtectionName The name of the Threat Protection state.
|
|
3769
|
-
* @param parameters The Advanced Threat Protection state for the flexible server.
|
|
3770
|
-
* @param options The options parameters.
|
|
3771
|
-
*/
|
|
3772
|
-
beginCreateOrUpdate(resourceGroupName: string, serverName: string, threatProtectionName: ThreatProtectionName, parameters: ServerThreatProtectionSettingsModel, options?: ServerThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ServerThreatProtectionSettingsCreateOrUpdateResponse>, ServerThreatProtectionSettingsCreateOrUpdateResponse>>;
|
|
3773
|
-
/**
|
|
3774
|
-
* Creates or updates a server's Advanced Threat Protection settings.
|
|
3775
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
3776
|
-
* @param serverName The name of the server.
|
|
3777
|
-
* @param threatProtectionName The name of the Threat Protection state.
|
|
3778
|
-
* @param parameters The Advanced Threat Protection state for the flexible server.
|
|
3779
|
-
* @param options The options parameters.
|
|
3780
|
-
*/
|
|
3781
|
-
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, threatProtectionName: ThreatProtectionName, parameters: ServerThreatProtectionSettingsModel, options?: ServerThreatProtectionSettingsCreateOrUpdateOptionalParams): Promise<ServerThreatProtectionSettingsCreateOrUpdateResponse>;
|
|
3782
|
-
}
|
|
3783
|
-
|
|
3784
|
-
/** Defines headers for ServerThreatProtectionSettings_createOrUpdate operation. */
|
|
3785
|
-
export declare interface ServerThreatProtectionSettingsCreateOrUpdateHeaders {
|
|
3786
|
-
location?: string;
|
|
3787
|
-
}
|
|
3788
|
-
|
|
3789
|
-
/** Optional parameters. */
|
|
3790
|
-
export declare interface ServerThreatProtectionSettingsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3791
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
3792
|
-
updateIntervalInMs?: number;
|
|
3793
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3794
|
-
resumeFrom?: string;
|
|
3795
|
-
}
|
|
3796
|
-
|
|
3797
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
3798
|
-
export declare type ServerThreatProtectionSettingsCreateOrUpdateResponse = ServerThreatProtectionSettingsModel;
|
|
3799
|
-
|
|
3800
|
-
/** Optional parameters. */
|
|
3801
|
-
export declare interface ServerThreatProtectionSettingsGetOptionalParams extends coreClient.OperationOptions {
|
|
3802
|
-
}
|
|
3803
|
-
|
|
3804
|
-
/** Contains response data for the get operation. */
|
|
3805
|
-
export declare type ServerThreatProtectionSettingsGetResponse = ServerThreatProtectionSettingsModel;
|
|
3806
|
-
|
|
3807
|
-
/** Optional parameters. */
|
|
3808
|
-
export declare interface ServerThreatProtectionSettingsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
3809
|
-
}
|
|
3810
|
-
|
|
3811
|
-
/** Contains response data for the listByServerNext operation. */
|
|
3812
|
-
export declare type ServerThreatProtectionSettingsListByServerNextResponse = ServerThreatProtectionListResult;
|
|
3813
|
-
|
|
3814
|
-
/** Optional parameters. */
|
|
3815
|
-
export declare interface ServerThreatProtectionSettingsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
3816
|
-
}
|
|
3817
|
-
|
|
3818
|
-
/** Contains response data for the listByServer operation. */
|
|
3819
|
-
export declare type ServerThreatProtectionSettingsListByServerResponse = ServerThreatProtectionListResult;
|
|
3820
|
-
|
|
3821
|
-
/** Server's Advanced Threat Protection settings. */
|
|
3822
|
-
export declare interface ServerThreatProtectionSettingsModel extends ProxyResource {
|
|
3823
|
-
/** 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. */
|
|
3824
|
-
state?: ThreatProtectionState;
|
|
3825
|
-
/**
|
|
3826
|
-
* Specifies the UTC creation time of the policy.
|
|
3827
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3828
|
-
*/
|
|
3829
|
-
readonly creationTime?: Date;
|
|
3830
|
-
}
|
|
3831
|
-
|
|
3832
|
-
/**
|
|
3833
|
-
* Defines values for ServerVersion. \
|
|
3834
|
-
* {@link KnownServerVersion} can be used interchangeably with ServerVersion,
|
|
3835
|
-
* this enum contains the known values that the service supports.
|
|
3836
|
-
* ### Known values supported by the service
|
|
3837
|
-
* **15** \
|
|
3838
|
-
* **14** \
|
|
3839
|
-
* **13** \
|
|
3840
|
-
* **12** \
|
|
3841
|
-
* **11** \
|
|
3842
|
-
* **16**
|
|
3843
|
-
*/
|
|
3844
|
-
export declare type ServerVersion = string;
|
|
3845
|
-
|
|
3846
|
-
/** Server version capabilities. */
|
|
3847
|
-
export declare interface ServerVersionCapability extends CapabilityBase {
|
|
3848
|
-
/**
|
|
3849
|
-
* Server version
|
|
3850
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3851
|
-
*/
|
|
3852
|
-
readonly name?: string;
|
|
3853
|
-
/**
|
|
3854
|
-
* Supported servers versions to upgrade
|
|
3855
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3856
|
-
*/
|
|
3857
|
-
readonly supportedVersionsToUpgrade?: string[];
|
|
3858
|
-
}
|
|
3859
|
-
|
|
3860
|
-
/** Sku information related properties of a server. */
|
|
3861
|
-
export declare interface Sku {
|
|
3862
|
-
/** The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3. */
|
|
3863
|
-
name: string;
|
|
3864
|
-
/** The tier of the particular SKU, e.g. Burstable. */
|
|
3865
|
-
tier: SkuTier;
|
|
3866
|
-
}
|
|
3867
|
-
|
|
3868
|
-
/**
|
|
3869
|
-
* Defines values for SkuTier. \
|
|
3870
|
-
* {@link KnownSkuTier} can be used interchangeably with SkuTier,
|
|
3871
|
-
* this enum contains the known values that the service supports.
|
|
3872
|
-
* ### Known values supported by the service
|
|
3873
|
-
* **Burstable** \
|
|
3874
|
-
* **GeneralPurpose** \
|
|
3875
|
-
* **MemoryOptimized**
|
|
3876
|
-
*/
|
|
3877
|
-
export declare type SkuTier = string;
|
|
3878
|
-
|
|
3879
|
-
/**
|
|
3880
|
-
* Defines values for SourceType. \
|
|
3881
|
-
* {@link KnownSourceType} can be used interchangeably with SourceType,
|
|
3882
|
-
* this enum contains the known values that the service supports.
|
|
3883
|
-
* ### Known values supported by the service
|
|
3884
|
-
* **OnPremises** \
|
|
3885
|
-
* **AWS** \
|
|
3886
|
-
* **GCP** \
|
|
3887
|
-
* **AzureVM** \
|
|
3888
|
-
* **PostgreSQLSingleServer** \
|
|
3889
|
-
* **AWS_RDS** \
|
|
3890
|
-
* **AWS_AURORA** \
|
|
3891
|
-
* **AWS_EC2** \
|
|
3892
|
-
* **GCP_CloudSQL** \
|
|
3893
|
-
* **GCP_AlloyDB** \
|
|
3894
|
-
* **GCP_Compute** \
|
|
3895
|
-
* **EDB**
|
|
3896
|
-
*/
|
|
3897
|
-
export declare type SourceType = string;
|
|
3898
|
-
|
|
3899
|
-
/**
|
|
3900
|
-
* Defines values for SslMode. \
|
|
3901
|
-
* {@link KnownSslMode} can be used interchangeably with SslMode,
|
|
3902
|
-
* this enum contains the known values that the service supports.
|
|
3903
|
-
* ### Known values supported by the service
|
|
3904
|
-
* **Prefer** \
|
|
3905
|
-
* **Require** \
|
|
3906
|
-
* **VerifyCA** \
|
|
3907
|
-
* **VerifyFull**
|
|
3908
|
-
*/
|
|
3909
|
-
export declare type SslMode = string;
|
|
3910
|
-
|
|
3911
|
-
/**
|
|
3912
|
-
* Defines values for StartDataMigrationEnum. \
|
|
3913
|
-
* {@link KnownStartDataMigrationEnum} can be used interchangeably with StartDataMigrationEnum,
|
|
3914
|
-
* this enum contains the known values that the service supports.
|
|
3915
|
-
* ### Known values supported by the service
|
|
3916
|
-
* **True** \
|
|
3917
|
-
* **False**
|
|
3918
|
-
*/
|
|
3919
|
-
export declare type StartDataMigrationEnum = string;
|
|
3920
|
-
|
|
3921
|
-
/** Storage properties of a server */
|
|
3922
|
-
declare interface Storage_2 {
|
|
3923
|
-
/** Max storage allowed for a server. */
|
|
3924
|
-
storageSizeGB?: number;
|
|
3925
|
-
/** Flag to enable / disable Storage Auto grow for flexible server. */
|
|
3926
|
-
autoGrow?: StorageAutoGrow;
|
|
3927
|
-
/** Name of storage tier for IOPS. */
|
|
3928
|
-
tier?: AzureManagedDiskPerformanceTiers;
|
|
3929
|
-
/** Storage tier IOPS quantity. This property is required to be set for storage Type PremiumV2_LRS */
|
|
3930
|
-
iops?: number;
|
|
3931
|
-
/** Storage throughput for the server. This is required to be set for storage Type PremiumV2_LRS */
|
|
3932
|
-
throughput?: number;
|
|
3933
|
-
/** Storage type for the server. Allowed values are Premium_LRS and PremiumV2_LRS, and default is Premium_LRS if not specified */
|
|
3934
|
-
type?: StorageType;
|
|
3935
|
-
}
|
|
3936
|
-
export { Storage_2 as Storage }
|
|
3937
|
-
|
|
3938
|
-
/**
|
|
3939
|
-
* Defines values for StorageAutoGrow. \
|
|
3940
|
-
* {@link KnownStorageAutoGrow} can be used interchangeably with StorageAutoGrow,
|
|
3941
|
-
* this enum contains the known values that the service supports.
|
|
3942
|
-
* ### Known values supported by the service
|
|
3943
|
-
* **Enabled** \
|
|
3944
|
-
* **Disabled**
|
|
3945
|
-
*/
|
|
3946
|
-
export declare type StorageAutoGrow = string;
|
|
3947
|
-
|
|
3948
|
-
/**
|
|
3949
|
-
* Defines values for StorageAutoGrowthSupportedEnum. \
|
|
3950
|
-
* {@link KnownStorageAutoGrowthSupportedEnum} can be used interchangeably with StorageAutoGrowthSupportedEnum,
|
|
3951
|
-
* this enum contains the known values that the service supports.
|
|
3952
|
-
* ### Known values supported by the service
|
|
3953
|
-
* **Enabled** \
|
|
3954
|
-
* **Disabled**
|
|
3955
|
-
*/
|
|
3956
|
-
export declare type StorageAutoGrowthSupportedEnum = string;
|
|
3957
|
-
|
|
3958
|
-
/** Storage edition capability */
|
|
3959
|
-
export declare interface StorageEditionCapability extends CapabilityBase {
|
|
3960
|
-
/**
|
|
3961
|
-
* Storage edition name
|
|
3962
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3963
|
-
*/
|
|
3964
|
-
readonly name?: string;
|
|
3965
|
-
/**
|
|
3966
|
-
* Default storage size in MB for storage edition
|
|
3967
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3968
|
-
*/
|
|
3969
|
-
readonly defaultStorageSizeMb?: number;
|
|
3970
|
-
/**
|
|
3971
|
-
* Flexible server supported storage range in MB
|
|
3972
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3973
|
-
*/
|
|
3974
|
-
readonly supportedStorageMb?: StorageMbCapability[];
|
|
3975
|
-
}
|
|
3976
|
-
|
|
3977
|
-
/** storage size in MB capability */
|
|
3978
|
-
export declare interface StorageMbCapability extends CapabilityBase {
|
|
3979
|
-
/**
|
|
3980
|
-
* Supported IOPS
|
|
3981
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3982
|
-
*/
|
|
3983
|
-
readonly supportedIops?: number;
|
|
3984
|
-
/**
|
|
3985
|
-
* Maximum IOPS supported by this #Vcores or PremiumV2_LRS Storage Size
|
|
3986
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3987
|
-
*/
|
|
3988
|
-
readonly supportedMaximumIops?: number;
|
|
3989
|
-
/**
|
|
3990
|
-
* Storage size in MB
|
|
3991
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3992
|
-
*/
|
|
3993
|
-
readonly storageSizeMb?: number;
|
|
3994
|
-
/**
|
|
3995
|
-
* Maximum value of Storage size in MB
|
|
3996
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3997
|
-
*/
|
|
3998
|
-
readonly maximumStorageSizeMb?: number;
|
|
3999
|
-
/**
|
|
4000
|
-
* Values of throughput in MB/s
|
|
4001
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4002
|
-
*/
|
|
4003
|
-
readonly supportedThroughput?: number;
|
|
4004
|
-
/**
|
|
4005
|
-
* Maximum values of throughput in MB/s
|
|
4006
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4007
|
-
*/
|
|
4008
|
-
readonly supportedMaximumThroughput?: number;
|
|
4009
|
-
/**
|
|
4010
|
-
* Default tier for IOPS
|
|
4011
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4012
|
-
*/
|
|
4013
|
-
readonly defaultIopsTier?: string;
|
|
4014
|
-
/**
|
|
4015
|
-
* List of available options to upgrade the storage performance
|
|
4016
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4017
|
-
*/
|
|
4018
|
-
readonly supportedIopsTiers?: StorageTierCapability[];
|
|
4019
|
-
}
|
|
4020
|
-
|
|
4021
|
-
/** Represents capability of a storage tier */
|
|
4022
|
-
export declare interface StorageTierCapability extends CapabilityBase {
|
|
4023
|
-
/**
|
|
4024
|
-
* Name to represent Storage tier capability
|
|
4025
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4026
|
-
*/
|
|
4027
|
-
readonly name?: string;
|
|
4028
|
-
/**
|
|
4029
|
-
* Supported IOPS for this storage tier
|
|
4030
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4031
|
-
*/
|
|
4032
|
-
readonly iops?: number;
|
|
4033
|
-
}
|
|
4034
|
-
|
|
4035
|
-
/**
|
|
4036
|
-
* Defines values for StorageType. \
|
|
4037
|
-
* {@link KnownStorageType} can be used interchangeably with StorageType,
|
|
4038
|
-
* this enum contains the known values that the service supports.
|
|
4039
|
-
* ### Known values supported by the service
|
|
4040
|
-
* **Premium_LRS** \
|
|
4041
|
-
* **PremiumV2_LRS**
|
|
4042
|
-
*/
|
|
4043
|
-
export declare type StorageType = string;
|
|
4044
|
-
|
|
4045
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
4046
|
-
export declare interface SystemData {
|
|
4047
|
-
/** The identity that created the resource. */
|
|
4048
|
-
createdBy?: string;
|
|
4049
|
-
/** The type of identity that created the resource. */
|
|
4050
|
-
createdByType?: CreatedByType;
|
|
4051
|
-
/** The timestamp of resource creation (UTC). */
|
|
4052
|
-
createdAt?: Date;
|
|
4053
|
-
/** The identity that last modified the resource. */
|
|
4054
|
-
lastModifiedBy?: string;
|
|
4055
|
-
/** The type of identity that last modified the resource. */
|
|
4056
|
-
lastModifiedByType?: CreatedByType;
|
|
4057
|
-
/** The timestamp of resource last modification (UTC) */
|
|
4058
|
-
lastModifiedAt?: Date;
|
|
4059
|
-
}
|
|
4060
|
-
|
|
4061
|
-
/**
|
|
4062
|
-
* Defines values for ThreatProtectionName. \
|
|
4063
|
-
* {@link KnownThreatProtectionName} can be used interchangeably with ThreatProtectionName,
|
|
4064
|
-
* this enum contains the known values that the service supports.
|
|
4065
|
-
* ### Known values supported by the service
|
|
4066
|
-
* **Default**
|
|
4067
|
-
*/
|
|
4068
|
-
export declare type ThreatProtectionName = string;
|
|
4069
|
-
|
|
4070
|
-
/** Defines values for ThreatProtectionState. */
|
|
4071
|
-
export declare type ThreatProtectionState = "Enabled" | "Disabled";
|
|
4072
|
-
|
|
4073
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
4074
|
-
export declare interface TrackedResource extends Resource {
|
|
4075
|
-
/** Resource tags. */
|
|
4076
|
-
tags?: {
|
|
4077
|
-
[propertyName: string]: string;
|
|
4078
|
-
};
|
|
4079
|
-
/** The geo-location where the resource lives */
|
|
4080
|
-
location: string;
|
|
4081
|
-
}
|
|
4082
|
-
|
|
4083
|
-
/**
|
|
4084
|
-
* Defines values for TriggerCutoverEnum. \
|
|
4085
|
-
* {@link KnownTriggerCutoverEnum} can be used interchangeably with TriggerCutoverEnum,
|
|
4086
|
-
* this enum contains the known values that the service supports.
|
|
4087
|
-
* ### Known values supported by the service
|
|
4088
|
-
* **True** \
|
|
4089
|
-
* **False**
|
|
4090
|
-
*/
|
|
4091
|
-
export declare type TriggerCutoverEnum = string;
|
|
4092
|
-
|
|
4093
|
-
/** Information describing the identities associated with this application. */
|
|
4094
|
-
export declare interface UserAssignedIdentity {
|
|
4095
|
-
/** represents user assigned identities map. */
|
|
4096
|
-
userAssignedIdentities?: {
|
|
4097
|
-
[propertyName: string]: UserIdentity;
|
|
4098
|
-
};
|
|
4099
|
-
/** the types of identities associated with this resource; currently restricted to 'None and UserAssigned' */
|
|
4100
|
-
type: IdentityType;
|
|
4101
|
-
/**
|
|
4102
|
-
* Tenant id of the server.
|
|
4103
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4104
|
-
*/
|
|
4105
|
-
readonly tenantId?: string;
|
|
4106
|
-
}
|
|
4107
|
-
|
|
4108
|
-
/** Describes a single user-assigned identity associated with the application. */
|
|
4109
|
-
export declare interface UserIdentity {
|
|
4110
|
-
/** the object identifier of the Service Principal which this identity represents. */
|
|
4111
|
-
principalId?: string;
|
|
4112
|
-
/** the client identifier of the Service Principal which this identity represents. */
|
|
4113
|
-
clientId?: string;
|
|
4114
|
-
}
|
|
4115
|
-
|
|
4116
|
-
/** Details for the validation for migration */
|
|
4117
|
-
export declare interface ValidationDetails {
|
|
4118
|
-
/** Validation status for migration */
|
|
4119
|
-
status?: ValidationState;
|
|
4120
|
-
/** Validation Start date-time in UTC */
|
|
4121
|
-
validationStartTimeInUtc?: Date;
|
|
4122
|
-
/** Validation End date-time in UTC */
|
|
4123
|
-
validationEndTimeInUtc?: Date;
|
|
4124
|
-
/** Details of server level validations */
|
|
4125
|
-
serverLevelValidationDetails?: ValidationSummaryItem[];
|
|
4126
|
-
/** Details of server level validations */
|
|
4127
|
-
dbLevelValidationDetails?: DbLevelValidationStatus[];
|
|
4128
|
-
}
|
|
4129
|
-
|
|
4130
|
-
/** Validation message object */
|
|
4131
|
-
export declare interface ValidationMessage {
|
|
4132
|
-
/** Severity of validation message */
|
|
4133
|
-
state?: ValidationState;
|
|
4134
|
-
/** Validation message string */
|
|
4135
|
-
message?: string;
|
|
4136
|
-
}
|
|
4137
|
-
|
|
4138
|
-
/**
|
|
4139
|
-
* Defines values for ValidationState. \
|
|
4140
|
-
* {@link KnownValidationState} can be used interchangeably with ValidationState,
|
|
4141
|
-
* this enum contains the known values that the service supports.
|
|
4142
|
-
* ### Known values supported by the service
|
|
4143
|
-
* **Failed** \
|
|
4144
|
-
* **Succeeded** \
|
|
4145
|
-
* **Warning**
|
|
4146
|
-
*/
|
|
4147
|
-
export declare type ValidationState = string;
|
|
4148
|
-
|
|
4149
|
-
/** Validation summary object */
|
|
4150
|
-
export declare interface ValidationSummaryItem {
|
|
4151
|
-
/** Validation type */
|
|
4152
|
-
type?: string;
|
|
4153
|
-
/** Validation status for migration */
|
|
4154
|
-
state?: ValidationState;
|
|
4155
|
-
/** Validation messages */
|
|
4156
|
-
messages?: ValidationMessage[];
|
|
4157
|
-
}
|
|
4158
|
-
|
|
4159
|
-
/** Represents a virtual endpoint for a server. */
|
|
4160
|
-
export declare interface VirtualEndpointResource extends VirtualEndpointResourceForPatch, Resource {
|
|
4161
|
-
}
|
|
4162
|
-
|
|
4163
|
-
/** Represents a virtual endpoint for a server. */
|
|
4164
|
-
export declare interface VirtualEndpointResourceForPatch {
|
|
4165
|
-
/** The endpoint type for the virtual endpoint. */
|
|
4166
|
-
endpointType?: VirtualEndpointType;
|
|
4167
|
-
/** List of members for a virtual endpoint */
|
|
4168
|
-
members?: string[];
|
|
4169
|
-
/**
|
|
4170
|
-
* List of virtual endpoints for a server
|
|
4171
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4172
|
-
*/
|
|
4173
|
-
readonly virtualEndpoints?: string[];
|
|
4174
|
-
}
|
|
4175
|
-
|
|
4176
|
-
/** Interface representing a VirtualEndpoints. */
|
|
4177
|
-
export declare interface VirtualEndpoints {
|
|
4178
|
-
/**
|
|
4179
|
-
* List all the servers in a given resource group.
|
|
4180
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4181
|
-
* @param serverName The name of the server.
|
|
4182
|
-
* @param options The options parameters.
|
|
4183
|
-
*/
|
|
4184
|
-
listByServer(resourceGroupName: string, serverName: string, options?: VirtualEndpointsListByServerOptionalParams): PagedAsyncIterableIterator<VirtualEndpointResource>;
|
|
4185
|
-
/**
|
|
4186
|
-
* Creates a new virtual endpoint for PostgreSQL flexible server.
|
|
4187
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4188
|
-
* @param serverName The name of the server.
|
|
4189
|
-
* @param virtualEndpointName The name of the virtual endpoint.
|
|
4190
|
-
* @param parameters The required parameters for creating or updating virtual endpoints.
|
|
4191
|
-
* @param options The options parameters.
|
|
4192
|
-
*/
|
|
4193
|
-
beginCreate(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters: VirtualEndpointResource, options?: VirtualEndpointsCreateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualEndpointsCreateResponse>, VirtualEndpointsCreateResponse>>;
|
|
4194
|
-
/**
|
|
4195
|
-
* Creates a new virtual endpoint for PostgreSQL flexible server.
|
|
4196
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4197
|
-
* @param serverName The name of the server.
|
|
4198
|
-
* @param virtualEndpointName The name of the virtual endpoint.
|
|
4199
|
-
* @param parameters The required parameters for creating or updating virtual endpoints.
|
|
4200
|
-
* @param options The options parameters.
|
|
4201
|
-
*/
|
|
4202
|
-
beginCreateAndWait(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters: VirtualEndpointResource, options?: VirtualEndpointsCreateOptionalParams): Promise<VirtualEndpointsCreateResponse>;
|
|
4203
|
-
/**
|
|
4204
|
-
* Updates an existing virtual endpoint. The request body can contain one to many of the properties
|
|
4205
|
-
* present in the normal virtual endpoint definition.
|
|
4206
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4207
|
-
* @param serverName The name of the server.
|
|
4208
|
-
* @param virtualEndpointName The name of the virtual endpoint.
|
|
4209
|
-
* @param parameters The required parameters for updating a server.
|
|
4210
|
-
* @param options The options parameters.
|
|
4211
|
-
*/
|
|
4212
|
-
beginUpdate(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters: VirtualEndpointResourceForPatch, options?: VirtualEndpointsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<VirtualEndpointsUpdateResponse>, VirtualEndpointsUpdateResponse>>;
|
|
4213
|
-
/**
|
|
4214
|
-
* Updates an existing virtual endpoint. The request body can contain one to many of the properties
|
|
4215
|
-
* present in the normal virtual endpoint definition.
|
|
4216
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4217
|
-
* @param serverName The name of the server.
|
|
4218
|
-
* @param virtualEndpointName The name of the virtual endpoint.
|
|
4219
|
-
* @param parameters The required parameters for updating a server.
|
|
4220
|
-
* @param options The options parameters.
|
|
4221
|
-
*/
|
|
4222
|
-
beginUpdateAndWait(resourceGroupName: string, serverName: string, virtualEndpointName: string, parameters: VirtualEndpointResourceForPatch, options?: VirtualEndpointsUpdateOptionalParams): Promise<VirtualEndpointsUpdateResponse>;
|
|
4223
|
-
/**
|
|
4224
|
-
* Deletes a virtual endpoint.
|
|
4225
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4226
|
-
* @param serverName The name of the server.
|
|
4227
|
-
* @param virtualEndpointName The name of the virtual endpoint.
|
|
4228
|
-
* @param options The options parameters.
|
|
4229
|
-
*/
|
|
4230
|
-
beginDelete(resourceGroupName: string, serverName: string, virtualEndpointName: string, options?: VirtualEndpointsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<VirtualEndpointsDeleteResponse>, VirtualEndpointsDeleteResponse>>;
|
|
4231
|
-
/**
|
|
4232
|
-
* Deletes a virtual endpoint.
|
|
4233
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4234
|
-
* @param serverName The name of the server.
|
|
4235
|
-
* @param virtualEndpointName The name of the virtual endpoint.
|
|
4236
|
-
* @param options The options parameters.
|
|
4237
|
-
*/
|
|
4238
|
-
beginDeleteAndWait(resourceGroupName: string, serverName: string, virtualEndpointName: string, options?: VirtualEndpointsDeleteOptionalParams): Promise<VirtualEndpointsDeleteResponse>;
|
|
4239
|
-
/**
|
|
4240
|
-
* Gets information about a virtual endpoint.
|
|
4241
|
-
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
4242
|
-
* @param serverName The name of the server.
|
|
4243
|
-
* @param virtualEndpointName The name of the virtual endpoint.
|
|
4244
|
-
* @param options The options parameters.
|
|
4245
|
-
*/
|
|
4246
|
-
get(resourceGroupName: string, serverName: string, virtualEndpointName: string, options?: VirtualEndpointsGetOptionalParams): Promise<VirtualEndpointsGetResponse>;
|
|
4247
|
-
}
|
|
4248
|
-
|
|
4249
|
-
/** Defines headers for VirtualEndpoints_create operation. */
|
|
4250
|
-
export declare interface VirtualEndpointsCreateHeaders {
|
|
4251
|
-
location?: string;
|
|
4252
|
-
}
|
|
4253
|
-
|
|
4254
|
-
/** Optional parameters. */
|
|
4255
|
-
export declare interface VirtualEndpointsCreateOptionalParams extends coreClient.OperationOptions {
|
|
4256
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4257
|
-
updateIntervalInMs?: number;
|
|
4258
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4259
|
-
resumeFrom?: string;
|
|
4260
|
-
}
|
|
4261
|
-
|
|
4262
|
-
/** Contains response data for the create operation. */
|
|
4263
|
-
export declare type VirtualEndpointsCreateResponse = VirtualEndpointResource;
|
|
4264
|
-
|
|
4265
|
-
/** Defines headers for VirtualEndpoints_delete operation. */
|
|
4266
|
-
export declare interface VirtualEndpointsDeleteHeaders {
|
|
4267
|
-
location?: string;
|
|
4268
|
-
}
|
|
4269
|
-
|
|
4270
|
-
/** Optional parameters. */
|
|
4271
|
-
export declare interface VirtualEndpointsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
4272
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4273
|
-
updateIntervalInMs?: number;
|
|
4274
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4275
|
-
resumeFrom?: string;
|
|
4276
|
-
}
|
|
4277
|
-
|
|
4278
|
-
/** Contains response data for the delete operation. */
|
|
4279
|
-
export declare type VirtualEndpointsDeleteResponse = VirtualEndpointsDeleteHeaders;
|
|
4280
|
-
|
|
4281
|
-
/** Optional parameters. */
|
|
4282
|
-
export declare interface VirtualEndpointsGetOptionalParams extends coreClient.OperationOptions {
|
|
4283
|
-
}
|
|
4284
|
-
|
|
4285
|
-
/** Contains response data for the get operation. */
|
|
4286
|
-
export declare type VirtualEndpointsGetResponse = VirtualEndpointResource;
|
|
4287
|
-
|
|
4288
|
-
/** Optional parameters. */
|
|
4289
|
-
export declare interface VirtualEndpointsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
4290
|
-
}
|
|
4291
|
-
|
|
4292
|
-
/** Contains response data for the listByServerNext operation. */
|
|
4293
|
-
export declare type VirtualEndpointsListByServerNextResponse = VirtualEndpointsListResult;
|
|
4294
|
-
|
|
4295
|
-
/** Optional parameters. */
|
|
4296
|
-
export declare interface VirtualEndpointsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
4297
|
-
}
|
|
4298
|
-
|
|
4299
|
-
/** Contains response data for the listByServer operation. */
|
|
4300
|
-
export declare type VirtualEndpointsListByServerResponse = VirtualEndpointsListResult;
|
|
4301
|
-
|
|
4302
|
-
/** A list of virtual endpoints. */
|
|
4303
|
-
export declare interface VirtualEndpointsListResult {
|
|
4304
|
-
/** The list of virtual endpoints */
|
|
4305
|
-
value?: VirtualEndpointResource[];
|
|
4306
|
-
/** The link used to get the next page of operations. */
|
|
4307
|
-
nextLink?: string;
|
|
4308
|
-
}
|
|
4309
|
-
|
|
4310
|
-
/** Defines headers for VirtualEndpoints_update operation. */
|
|
4311
|
-
export declare interface VirtualEndpointsUpdateHeaders {
|
|
4312
|
-
location?: string;
|
|
4313
|
-
}
|
|
4314
|
-
|
|
4315
|
-
/** Optional parameters. */
|
|
4316
|
-
export declare interface VirtualEndpointsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
4317
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
4318
|
-
updateIntervalInMs?: number;
|
|
4319
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
4320
|
-
resumeFrom?: string;
|
|
4321
|
-
}
|
|
4322
|
-
|
|
4323
|
-
/** Contains response data for the update operation. */
|
|
4324
|
-
export declare type VirtualEndpointsUpdateResponse = VirtualEndpointResource;
|
|
4325
|
-
|
|
4326
|
-
/**
|
|
4327
|
-
* Defines values for VirtualEndpointType. \
|
|
4328
|
-
* {@link KnownVirtualEndpointType} can be used interchangeably with VirtualEndpointType,
|
|
4329
|
-
* this enum contains the known values that the service supports.
|
|
4330
|
-
* ### Known values supported by the service
|
|
4331
|
-
* **ReadWrite**
|
|
4332
|
-
*/
|
|
4333
|
-
export declare type VirtualEndpointType = string;
|
|
4334
|
-
|
|
4335
|
-
/** Interface representing a VirtualNetworkSubnetUsage. */
|
|
4336
|
-
export declare interface VirtualNetworkSubnetUsage {
|
|
4337
|
-
/**
|
|
4338
|
-
* Get virtual network subnet usage for a given vNet resource id.
|
|
4339
|
-
* @param locationName The name of the location.
|
|
4340
|
-
* @param parameters The required parameters for creating or updating a server.
|
|
4341
|
-
* @param options The options parameters.
|
|
4342
|
-
*/
|
|
4343
|
-
execute(locationName: string, parameters: VirtualNetworkSubnetUsageParameter, options?: VirtualNetworkSubnetUsageExecuteOptionalParams): Promise<VirtualNetworkSubnetUsageExecuteResponse>;
|
|
4344
|
-
}
|
|
4345
|
-
|
|
4346
|
-
/** Optional parameters. */
|
|
4347
|
-
export declare interface VirtualNetworkSubnetUsageExecuteOptionalParams extends coreClient.OperationOptions {
|
|
4348
|
-
}
|
|
4349
|
-
|
|
4350
|
-
/** Contains response data for the execute operation. */
|
|
4351
|
-
export declare type VirtualNetworkSubnetUsageExecuteResponse = VirtualNetworkSubnetUsageResult;
|
|
4352
|
-
|
|
4353
|
-
/** Virtual network subnet usage parameter */
|
|
4354
|
-
export declare interface VirtualNetworkSubnetUsageParameter {
|
|
4355
|
-
/** Virtual network resource id. */
|
|
4356
|
-
virtualNetworkArmResourceId?: string;
|
|
4357
|
-
}
|
|
4358
|
-
|
|
4359
|
-
/** Virtual network subnet usage data. */
|
|
4360
|
-
export declare interface VirtualNetworkSubnetUsageResult {
|
|
4361
|
-
/** NOTE: This property will not be serialized. It can only be populated by the server. */
|
|
4362
|
-
readonly delegatedSubnetsUsage?: DelegatedSubnetUsage[];
|
|
4363
|
-
/**
|
|
4364
|
-
* location of the delegated subnet usage
|
|
4365
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4366
|
-
*/
|
|
4367
|
-
readonly location?: string;
|
|
4368
|
-
/**
|
|
4369
|
-
* subscriptionId of the delegated subnet usage
|
|
4370
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
4371
|
-
*/
|
|
4372
|
-
readonly subscriptionId?: string;
|
|
4373
|
-
}
|
|
4374
|
-
|
|
4375
|
-
/**
|
|
4376
|
-
* Defines values for ZoneRedundantHaAndGeoBackupSupportedEnum. \
|
|
4377
|
-
* {@link KnownZoneRedundantHaAndGeoBackupSupportedEnum} can be used interchangeably with ZoneRedundantHaAndGeoBackupSupportedEnum,
|
|
4378
|
-
* this enum contains the known values that the service supports.
|
|
4379
|
-
* ### Known values supported by the service
|
|
4380
|
-
* **Enabled** \
|
|
4381
|
-
* **Disabled**
|
|
4382
|
-
*/
|
|
4383
|
-
export declare type ZoneRedundantHaAndGeoBackupSupportedEnum = string;
|
|
4384
|
-
|
|
4385
|
-
/**
|
|
4386
|
-
* Defines values for ZoneRedundantHaSupportedEnum. \
|
|
4387
|
-
* {@link KnownZoneRedundantHaSupportedEnum} can be used interchangeably with ZoneRedundantHaSupportedEnum,
|
|
4388
|
-
* this enum contains the known values that the service supports.
|
|
4389
|
-
* ### Known values supported by the service
|
|
4390
|
-
* **Enabled** \
|
|
4391
|
-
* **Disabled**
|
|
4392
|
-
*/
|
|
4393
|
-
export declare type ZoneRedundantHaSupportedEnum = string;
|
|
4394
|
-
|
|
4395
|
-
export { }
|