@azure/arm-postgresql-flexible 8.0.0-beta.6 → 8.1.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +373 -19
- package/LICENSE +3 -3
- package/README.md +28 -19
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +13 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/lroImpl.d.ts +11 -0
- package/dist/browser/lroImpl.d.ts.map +1 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.d.ts +3676 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +712 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/mappers.d.ts +140 -0
- package/dist/browser/models/mappers.d.ts.map +1 -0
- package/dist/browser/models/mappers.js +4337 -0
- package/dist/browser/models/mappers.js.map +1 -0
- package/dist/browser/models/parameters.d.ts +49 -0
- package/dist/browser/models/parameters.d.ts.map +1 -0
- package/dist/browser/models/parameters.js +417 -0
- package/dist/browser/models/parameters.js.map +1 -0
- package/dist/browser/operations/administrators.d.ts +81 -0
- package/dist/browser/operations/administrators.d.ts.map +1 -0
- package/dist/browser/operations/administrators.js +350 -0
- package/dist/browser/operations/administrators.js.map +1 -0
- package/dist/browser/operations/backups.d.ts +79 -0
- package/dist/browser/operations/backups.d.ts.map +1 -0
- package/dist/browser/operations/backups.js +354 -0
- package/dist/browser/operations/backups.js.map +1 -0
- package/dist/browser/operations/checkNameAvailability.d.ts +19 -0
- package/dist/browser/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operations/checkNameAvailability.js +49 -0
- package/dist/browser/operations/checkNameAvailability.js.map +1 -0
- package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts +20 -0
- package/dist/browser/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/browser/operations/checkNameAvailabilityWithLocation.js +50 -0
- package/dist/browser/operations/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/browser/operations/configurations.d.ts +83 -0
- package/dist/browser/operations/configurations.d.ts.map +1 -0
- package/dist/browser/operations/configurations.js +374 -0
- package/dist/browser/operations/configurations.js.map +1 -0
- package/dist/browser/operations/databases.d.ts +81 -0
- package/dist/browser/operations/databases.d.ts.map +1 -0
- package/dist/browser/operations/databases.js +356 -0
- package/dist/browser/operations/databases.js.map +1 -0
- package/dist/browser/operations/firewallRules.d.ts +81 -0
- package/dist/browser/operations/firewallRules.d.ts.map +1 -0
- package/dist/browser/operations/firewallRules.js +356 -0
- package/dist/browser/operations/firewallRules.js.map +1 -0
- package/dist/browser/operations/flexibleServer.d.ts +39 -0
- package/dist/browser/operations/flexibleServer.d.ts.map +1 -0
- package/dist/browser/operations/flexibleServer.js +152 -0
- package/dist/browser/operations/flexibleServer.js.map +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js +46 -0
- package/dist/browser/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operations/index.d.ts +28 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +35 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/dist/browser/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/browser/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/browser/operations/locationBasedCapabilities.js +141 -0
- package/dist/browser/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/browser/operations/logFiles.d.ts +38 -0
- package/dist/browser/operations/logFiles.d.ts.map +1 -0
- package/dist/browser/operations/logFiles.js +150 -0
- package/dist/browser/operations/logFiles.js.map +1 -0
- package/dist/browser/operations/ltrBackupOperations.d.ts +46 -0
- package/dist/browser/operations/ltrBackupOperations.d.ts.map +1 -0
- package/dist/browser/operations/ltrBackupOperations.js +182 -0
- package/dist/browser/operations/ltrBackupOperations.js.map +1 -0
- package/dist/browser/operations/migrations.d.ts +80 -0
- package/dist/browser/operations/migrations.d.ts.map +1 -0
- package/dist/browser/operations/migrations.js +326 -0
- package/dist/browser/operations/migrations.js.map +1 -0
- package/dist/browser/operations/operations.d.ts +32 -0
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/dist/browser/operations/operations.js +133 -0
- package/dist/browser/operations/operations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnectionOperations.d.ts +48 -0
- package/dist/browser/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnectionOperations.js +209 -0
- package/dist/browser/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts +46 -0
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operations/privateEndpointConnections.js +182 -0
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operations/privateLinkResources.d.ts +46 -0
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operations/privateLinkResources.js +182 -0
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/dist/browser/operations/quotaUsages.d.ts +35 -0
- package/dist/browser/operations/quotaUsages.d.ts.map +1 -0
- package/dist/browser/operations/quotaUsages.js +141 -0
- package/dist/browser/operations/quotaUsages.js.map +1 -0
- package/dist/browser/operations/replicas.d.ts +30 -0
- package/dist/browser/operations/replicas.d.ts.map +1 -0
- package/dist/browser/operations/replicas.js +105 -0
- package/dist/browser/operations/replicas.js.map +1 -0
- package/dist/browser/operations/serverCapabilities.d.ts +38 -0
- package/dist/browser/operations/serverCapabilities.d.ts.map +1 -0
- package/dist/browser/operations/serverCapabilities.js +150 -0
- package/dist/browser/operations/serverCapabilities.js.map +1 -0
- package/dist/browser/operations/serverThreatProtectionSettings.d.ts +65 -0
- package/dist/browser/operations/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operations/serverThreatProtectionSettings.js +279 -0
- package/dist/browser/operations/serverThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operations/servers.d.ts +151 -0
- package/dist/browser/operations/servers.d.ts.map +1 -0
- package/dist/browser/operations/servers.js +752 -0
- package/dist/browser/operations/servers.js.map +1 -0
- package/dist/browser/operations/tuningConfiguration.d.ts +137 -0
- package/dist/browser/operations/tuningConfiguration.d.ts.map +1 -0
- package/dist/browser/operations/tuningConfiguration.js +638 -0
- package/dist/browser/operations/tuningConfiguration.js.map +1 -0
- package/dist/browser/operations/tuningIndex.d.ts +41 -0
- package/dist/browser/operations/tuningIndex.d.ts.map +1 -0
- package/dist/browser/operations/tuningIndex.js +155 -0
- package/dist/browser/operations/tuningIndex.js.map +1 -0
- package/dist/browser/operations/tuningOptions.d.ts +46 -0
- package/dist/browser/operations/tuningOptions.d.ts.map +1 -0
- package/dist/browser/operations/tuningOptions.js +182 -0
- package/dist/browser/operations/tuningOptions.js.map +1 -0
- package/dist/browser/operations/virtualEndpoints.d.ts +101 -0
- package/dist/browser/operations/virtualEndpoints.d.ts.map +1 -0
- package/dist/browser/operations/virtualEndpoints.js +461 -0
- package/dist/browser/operations/virtualEndpoints.js.map +1 -0
- package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/browser/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/browser/operations/virtualNetworkSubnetUsage.js +50 -0
- package/dist/browser/operations/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/browser/operationsInterfaces/administrators.d.ts +56 -0
- package/dist/browser/operationsInterfaces/administrators.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/administrators.js.map +1 -0
- package/dist/browser/operationsInterfaces/backups.d.ts +54 -0
- package/dist/browser/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/backups.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +12 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts +58 -0
- package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
- package/dist/browser/operationsInterfaces/databases.d.ts +56 -0
- package/dist/browser/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/databases.js.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/flexibleServer.d.ts +31 -0
- package/dist/browser/operationsInterfaces/flexibleServer.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/flexibleServer.js.map +1 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +28 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +35 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/browser/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/browser/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
- package/dist/browser/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/ltrBackupOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/migrations.d.ts +53 -0
- package/dist/browser/operationsInterfaces/migrations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/migrations.js.map +1 -0
- package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts +40 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +21 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/browser/operationsInterfaces/quotaUsages.d.ts +12 -0
- package/dist/browser/operationsInterfaces/quotaUsages.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/quotaUsages.js.map +1 -0
- package/dist/browser/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/browser/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/replicas.js.map +1 -0
- package/dist/browser/operationsInterfaces/serverCapabilities.d.ts +13 -0
- package/dist/browser/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serverCapabilities.js.map +1 -0
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts +40 -0
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -0
- package/dist/browser/operationsInterfaces/servers.d.ts +115 -0
- package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/servers.js.map +1 -0
- package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts +90 -0
- package/dist/browser/operationsInterfaces/tuningConfiguration.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tuningConfiguration.js +9 -0
- package/dist/browser/operationsInterfaces/tuningConfiguration.js.map +1 -0
- package/dist/browser/operationsInterfaces/tuningIndex.d.ts +14 -0
- package/dist/browser/operationsInterfaces/tuningIndex.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tuningIndex.js +9 -0
- package/dist/browser/operationsInterfaces/tuningIndex.js.map +1 -0
- package/dist/browser/operationsInterfaces/tuningOptions.d.ts +21 -0
- package/dist/browser/operationsInterfaces/tuningOptions.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/tuningOptions.js +9 -0
- package/dist/browser/operationsInterfaces/tuningOptions.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts +76 -0
- package/dist/browser/operationsInterfaces/virtualEndpoints.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualEndpoints.js.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts +56 -0
- package/dist/browser/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/browser/postgreSQLManagementFlexibleServerClient.js +164 -0
- package/dist/browser/postgreSQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +24 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +3676 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +716 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +140 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +4342 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +49 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +420 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/administrators.d.ts +81 -0
- package/dist/commonjs/operations/administrators.d.ts.map +1 -0
- package/dist/commonjs/operations/administrators.js +354 -0
- package/dist/commonjs/operations/administrators.js.map +1 -0
- package/dist/commonjs/operations/backups.d.ts +79 -0
- package/dist/commonjs/operations/backups.d.ts.map +1 -0
- package/dist/commonjs/operations/backups.js +358 -0
- package/dist/commonjs/operations/backups.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts +19 -0
- package/dist/commonjs/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailability.js +54 -0
- package/dist/commonjs/operations/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts +20 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js +55 -0
- package/dist/commonjs/operations/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/commonjs/operations/configurations.d.ts +83 -0
- package/dist/commonjs/operations/configurations.d.ts.map +1 -0
- package/dist/commonjs/operations/configurations.js +378 -0
- package/dist/commonjs/operations/configurations.js.map +1 -0
- package/dist/commonjs/operations/databases.d.ts +81 -0
- package/dist/commonjs/operations/databases.d.ts.map +1 -0
- package/dist/commonjs/operations/databases.js +360 -0
- package/dist/commonjs/operations/databases.js.map +1 -0
- package/dist/commonjs/operations/firewallRules.d.ts +81 -0
- package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operations/firewallRules.js +360 -0
- package/dist/commonjs/operations/firewallRules.js.map +1 -0
- package/dist/commonjs/operations/flexibleServer.d.ts +39 -0
- package/dist/commonjs/operations/flexibleServer.d.ts.map +1 -0
- package/dist/commonjs/operations/flexibleServer.js +157 -0
- package/dist/commonjs/operations/flexibleServer.js.map +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js +51 -0
- package/dist/commonjs/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +28 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +38 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/commonjs/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operations/locationBasedCapabilities.js +145 -0
- package/dist/commonjs/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/commonjs/operations/logFiles.d.ts +38 -0
- package/dist/commonjs/operations/logFiles.d.ts.map +1 -0
- package/dist/commonjs/operations/logFiles.js +154 -0
- package/dist/commonjs/operations/logFiles.js.map +1 -0
- package/dist/commonjs/operations/ltrBackupOperations.d.ts +46 -0
- package/dist/commonjs/operations/ltrBackupOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/ltrBackupOperations.js +186 -0
- package/dist/commonjs/operations/ltrBackupOperations.js.map +1 -0
- package/dist/commonjs/operations/migrations.d.ts +80 -0
- package/dist/commonjs/operations/migrations.d.ts.map +1 -0
- package/dist/commonjs/operations/migrations.js +330 -0
- package/dist/commonjs/operations/migrations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +32 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +137 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts +48 -0
- package/dist/commonjs/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js +214 -0
- package/dist/commonjs/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +46 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +186 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +46 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +186 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/quotaUsages.d.ts +35 -0
- package/dist/commonjs/operations/quotaUsages.d.ts.map +1 -0
- package/dist/commonjs/operations/quotaUsages.js +145 -0
- package/dist/commonjs/operations/quotaUsages.js.map +1 -0
- package/dist/commonjs/operations/replicas.d.ts +30 -0
- package/dist/commonjs/operations/replicas.d.ts.map +1 -0
- package/dist/commonjs/operations/replicas.js +109 -0
- package/dist/commonjs/operations/replicas.js.map +1 -0
- package/dist/commonjs/operations/serverCapabilities.d.ts +38 -0
- package/dist/commonjs/operations/serverCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operations/serverCapabilities.js +154 -0
- package/dist/commonjs/operations/serverCapabilities.js.map +1 -0
- package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts +65 -0
- package/dist/commonjs/operations/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operations/serverThreatProtectionSettings.js +283 -0
- package/dist/commonjs/operations/serverThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operations/servers.d.ts +151 -0
- package/dist/commonjs/operations/servers.d.ts.map +1 -0
- package/dist/commonjs/operations/servers.js +756 -0
- package/dist/commonjs/operations/servers.js.map +1 -0
- package/dist/commonjs/operations/tuningConfiguration.d.ts +137 -0
- package/dist/commonjs/operations/tuningConfiguration.d.ts.map +1 -0
- package/dist/commonjs/operations/tuningConfiguration.js +642 -0
- package/dist/commonjs/operations/tuningConfiguration.js.map +1 -0
- package/dist/commonjs/operations/tuningIndex.d.ts +41 -0
- package/dist/commonjs/operations/tuningIndex.d.ts.map +1 -0
- package/dist/commonjs/operations/tuningIndex.js +159 -0
- package/dist/commonjs/operations/tuningIndex.js.map +1 -0
- package/dist/commonjs/operations/tuningOptions.d.ts +46 -0
- package/dist/commonjs/operations/tuningOptions.d.ts.map +1 -0
- package/dist/commonjs/operations/tuningOptions.js +186 -0
- package/dist/commonjs/operations/tuningOptions.js.map +1 -0
- package/dist/commonjs/operations/virtualEndpoints.d.ts +101 -0
- package/dist/commonjs/operations/virtualEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualEndpoints.js +465 -0
- package/dist/commonjs/operations/virtualEndpoints.js.map +1 -0
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.js +55 -0
- package/dist/commonjs/operations/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/administrators.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/administrators.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/administrators.js +10 -0
- package/dist/commonjs/operationsInterfaces/administrators.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts +54 -0
- package/dist/commonjs/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/backups.js +10 -0
- package/dist/commonjs/operationsInterfaces/backups.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js +10 -0
- package/dist/commonjs/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +58 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/databases.js +10 -0
- package/dist/commonjs/operationsInterfaces/databases.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts +31 -0
- package/dist/commonjs/operationsInterfaces/flexibleServer.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/flexibleServer.js +10 -0
- package/dist/commonjs/operationsInterfaces/flexibleServer.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js +10 -0
- package/dist/commonjs/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +28 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +38 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js +10 -0
- package/dist/commonjs/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/logFiles.js +10 -0
- package/dist/commonjs/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/ltrBackupOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrations.d.ts +53 -0
- package/dist/commonjs/operationsInterfaces/migrations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/migrations.js +10 -0
- package/dist/commonjs/operationsInterfaces/migrations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts +40 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaUsages.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/quotaUsages.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/quotaUsages.js +10 -0
- package/dist/commonjs/operationsInterfaces/quotaUsages.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/replicas.js +10 -0
- package/dist/commonjs/operationsInterfaces/replicas.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts +13 -0
- package/dist/commonjs/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverCapabilities.js +10 -0
- package/dist/commonjs/operationsInterfaces/serverCapabilities.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts +40 -0
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js +10 -0
- package/dist/commonjs/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts +115 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.js +10 -0
- package/dist/commonjs/operationsInterfaces/servers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts +90 -0
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.js +10 -0
- package/dist/commonjs/operationsInterfaces/tuningConfiguration.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts +14 -0
- package/dist/commonjs/operationsInterfaces/tuningIndex.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningIndex.js +10 -0
- package/dist/commonjs/operationsInterfaces/tuningIndex.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/tuningOptions.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/tuningOptions.js +10 -0
- package/dist/commonjs/operationsInterfaces/tuningOptions.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts +76 -0
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualEndpoints.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js +10 -0
- package/dist/commonjs/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +36 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts +56 -0
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js +169 -0
- package/dist/commonjs/postgreSQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +13 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +21 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +3676 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +712 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +140 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +4337 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +49 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +417 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/administrators.d.ts +81 -0
- package/dist/esm/operations/administrators.d.ts.map +1 -0
- package/dist/esm/operations/administrators.js +350 -0
- package/dist/esm/operations/administrators.js.map +1 -0
- package/dist/esm/operations/backups.d.ts +79 -0
- package/dist/esm/operations/backups.d.ts.map +1 -0
- package/dist/esm/operations/backups.js +354 -0
- package/dist/esm/operations/backups.js.map +1 -0
- package/dist/esm/operations/checkNameAvailability.d.ts +19 -0
- package/dist/esm/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailability.js +49 -0
- package/dist/esm/operations/checkNameAvailability.js.map +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts +20 -0
- package/dist/esm/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/esm/operations/checkNameAvailabilityWithLocation.js +50 -0
- package/dist/esm/operations/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/esm/operations/configurations.d.ts +83 -0
- package/dist/esm/operations/configurations.d.ts.map +1 -0
- package/dist/esm/operations/configurations.js +374 -0
- package/dist/esm/operations/configurations.js.map +1 -0
- package/dist/esm/operations/databases.d.ts +81 -0
- package/dist/esm/operations/databases.d.ts.map +1 -0
- package/dist/esm/operations/databases.js +356 -0
- package/dist/esm/operations/databases.js.map +1 -0
- package/dist/esm/operations/firewallRules.d.ts +81 -0
- package/dist/esm/operations/firewallRules.d.ts.map +1 -0
- package/dist/esm/operations/firewallRules.js +356 -0
- package/dist/esm/operations/firewallRules.js.map +1 -0
- package/dist/esm/operations/flexibleServer.d.ts +39 -0
- package/dist/esm/operations/flexibleServer.d.ts.map +1 -0
- package/dist/esm/operations/flexibleServer.js +152 -0
- package/dist/esm/operations/flexibleServer.js.map +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js +46 -0
- package/dist/esm/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operations/index.d.ts +28 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +35 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/esm/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/esm/operations/locationBasedCapabilities.js +141 -0
- package/dist/esm/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/esm/operations/logFiles.d.ts +38 -0
- package/dist/esm/operations/logFiles.d.ts.map +1 -0
- package/dist/esm/operations/logFiles.js +150 -0
- package/dist/esm/operations/logFiles.js.map +1 -0
- package/dist/esm/operations/ltrBackupOperations.d.ts +46 -0
- package/dist/esm/operations/ltrBackupOperations.d.ts.map +1 -0
- package/dist/esm/operations/ltrBackupOperations.js +182 -0
- package/dist/esm/operations/ltrBackupOperations.js.map +1 -0
- package/dist/esm/operations/migrations.d.ts +80 -0
- package/dist/esm/operations/migrations.d.ts.map +1 -0
- package/dist/esm/operations/migrations.js +326 -0
- package/dist/esm/operations/migrations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +32 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +133 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnectionOperations.d.ts +48 -0
- package/dist/esm/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnectionOperations.js +209 -0
- package/dist/esm/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +46 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +182 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +46 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +182 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/quotaUsages.d.ts +35 -0
- package/dist/esm/operations/quotaUsages.d.ts.map +1 -0
- package/dist/esm/operations/quotaUsages.js +141 -0
- package/dist/esm/operations/quotaUsages.js.map +1 -0
- package/dist/esm/operations/replicas.d.ts +30 -0
- package/dist/esm/operations/replicas.d.ts.map +1 -0
- package/dist/esm/operations/replicas.js +105 -0
- package/dist/esm/operations/replicas.js.map +1 -0
- package/dist/esm/operations/serverCapabilities.d.ts +38 -0
- package/dist/esm/operations/serverCapabilities.d.ts.map +1 -0
- package/dist/esm/operations/serverCapabilities.js +150 -0
- package/dist/esm/operations/serverCapabilities.js.map +1 -0
- package/dist/esm/operations/serverThreatProtectionSettings.d.ts +65 -0
- package/dist/esm/operations/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operations/serverThreatProtectionSettings.js +279 -0
- package/dist/esm/operations/serverThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operations/servers.d.ts +151 -0
- package/dist/esm/operations/servers.d.ts.map +1 -0
- package/dist/esm/operations/servers.js +752 -0
- package/dist/esm/operations/servers.js.map +1 -0
- package/dist/esm/operations/tuningConfiguration.d.ts +137 -0
- package/dist/esm/operations/tuningConfiguration.d.ts.map +1 -0
- package/dist/esm/operations/tuningConfiguration.js +638 -0
- package/dist/esm/operations/tuningConfiguration.js.map +1 -0
- package/dist/esm/operations/tuningIndex.d.ts +41 -0
- package/dist/esm/operations/tuningIndex.d.ts.map +1 -0
- package/dist/esm/operations/tuningIndex.js +155 -0
- package/dist/esm/operations/tuningIndex.js.map +1 -0
- package/dist/esm/operations/tuningOptions.d.ts +46 -0
- package/dist/esm/operations/tuningOptions.d.ts.map +1 -0
- package/dist/esm/operations/tuningOptions.js +182 -0
- package/dist/esm/operations/tuningOptions.js.map +1 -0
- package/dist/esm/operations/virtualEndpoints.d.ts +101 -0
- package/dist/esm/operations/virtualEndpoints.d.ts.map +1 -0
- package/dist/esm/operations/virtualEndpoints.js +461 -0
- package/dist/esm/operations/virtualEndpoints.js.map +1 -0
- package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/esm/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/esm/operations/virtualNetworkSubnetUsage.js +50 -0
- package/dist/esm/operations/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/esm/operationsInterfaces/administrators.d.ts +56 -0
- package/dist/esm/operationsInterfaces/administrators.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/administrators.js +9 -0
- package/dist/esm/operationsInterfaces/administrators.js.map +1 -0
- package/dist/esm/operationsInterfaces/backups.d.ts +54 -0
- package/dist/esm/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/backups.js +9 -0
- package/dist/esm/operationsInterfaces/backups.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +12 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js +9 -0
- package/dist/esm/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts +58 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.js +9 -0
- package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/databases.d.ts +56 -0
- package/dist/esm/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/databases.js +9 -0
- package/dist/esm/operationsInterfaces/databases.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
- package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/flexibleServer.d.ts +31 -0
- package/dist/esm/operationsInterfaces/flexibleServer.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/flexibleServer.js +9 -0
- package/dist/esm/operationsInterfaces/flexibleServer.js.map +1 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist/esm/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +28 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +35 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist/esm/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/esm/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/esm/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/logFiles.js +9 -0
- package/dist/esm/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
- package/dist/esm/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/ltrBackupOperations.js +9 -0
- package/dist/esm/operationsInterfaces/ltrBackupOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/migrations.d.ts +53 -0
- package/dist/esm/operationsInterfaces/migrations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/migrations.js +9 -0
- package/dist/esm/operationsInterfaces/migrations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts +40 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +21 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/quotaUsages.d.ts +12 -0
- package/dist/esm/operationsInterfaces/quotaUsages.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/quotaUsages.js +9 -0
- package/dist/esm/operationsInterfaces/quotaUsages.js.map +1 -0
- package/dist/esm/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/esm/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/replicas.js +9 -0
- package/dist/esm/operationsInterfaces/replicas.js.map +1 -0
- package/dist/esm/operationsInterfaces/serverCapabilities.d.ts +13 -0
- package/dist/esm/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serverCapabilities.js +9 -0
- package/dist/esm/operationsInterfaces/serverCapabilities.js.map +1 -0
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts +40 -0
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js +9 -0
- package/dist/esm/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -0
- package/dist/esm/operationsInterfaces/servers.d.ts +115 -0
- package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/servers.js +9 -0
- package/dist/esm/operationsInterfaces/servers.js.map +1 -0
- package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts +90 -0
- package/dist/esm/operationsInterfaces/tuningConfiguration.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tuningConfiguration.js +9 -0
- package/dist/esm/operationsInterfaces/tuningConfiguration.js.map +1 -0
- package/dist/esm/operationsInterfaces/tuningIndex.d.ts +14 -0
- package/dist/esm/operationsInterfaces/tuningIndex.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tuningIndex.js +9 -0
- package/dist/esm/operationsInterfaces/tuningIndex.js.map +1 -0
- package/dist/esm/operationsInterfaces/tuningOptions.d.ts +21 -0
- package/dist/esm/operationsInterfaces/tuningOptions.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/tuningOptions.js +9 -0
- package/dist/esm/operationsInterfaces/tuningOptions.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts +76 -0
- package/dist/esm/operationsInterfaces/virtualEndpoints.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualEndpoints.js +9 -0
- package/dist/esm/operationsInterfaces/virtualEndpoints.js.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js +9 -0
- package/dist/esm/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +32 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts +56 -0
- package/dist/esm/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/esm/postgreSQLManagementFlexibleServerClient.js +164 -0
- package/dist/esm/postgreSQLManagementFlexibleServerClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +21 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +3676 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +712 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +140 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +4337 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +49 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +417 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/administrators.d.ts +81 -0
- package/dist/react-native/operations/administrators.d.ts.map +1 -0
- package/dist/react-native/operations/administrators.js +350 -0
- package/dist/react-native/operations/administrators.js.map +1 -0
- package/dist/react-native/operations/backups.d.ts +79 -0
- package/dist/react-native/operations/backups.d.ts.map +1 -0
- package/dist/react-native/operations/backups.js +354 -0
- package/dist/react-native/operations/backups.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts +19 -0
- package/dist/react-native/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailability.js +49 -0
- package/dist/react-native/operations/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts +20 -0
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.js +50 -0
- package/dist/react-native/operations/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/react-native/operations/configurations.d.ts +83 -0
- package/dist/react-native/operations/configurations.d.ts.map +1 -0
- package/dist/react-native/operations/configurations.js +374 -0
- package/dist/react-native/operations/configurations.js.map +1 -0
- package/dist/react-native/operations/databases.d.ts +81 -0
- package/dist/react-native/operations/databases.d.ts.map +1 -0
- package/dist/react-native/operations/databases.js +356 -0
- package/dist/react-native/operations/databases.js.map +1 -0
- package/dist/react-native/operations/firewallRules.d.ts +81 -0
- package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operations/firewallRules.js +356 -0
- package/dist/react-native/operations/firewallRules.js.map +1 -0
- package/dist/react-native/operations/flexibleServer.d.ts +39 -0
- package/dist/react-native/operations/flexibleServer.d.ts.map +1 -0
- package/dist/react-native/operations/flexibleServer.js +152 -0
- package/dist/react-native/operations/flexibleServer.js.map +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js +46 -0
- package/dist/react-native/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +28 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +35 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist/react-native/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/react-native/operations/locationBasedCapabilities.js +141 -0
- package/dist/react-native/operations/locationBasedCapabilities.js.map +1 -0
- package/dist/react-native/operations/logFiles.d.ts +38 -0
- package/dist/react-native/operations/logFiles.d.ts.map +1 -0
- package/dist/react-native/operations/logFiles.js +150 -0
- package/dist/react-native/operations/logFiles.js.map +1 -0
- package/dist/react-native/operations/ltrBackupOperations.d.ts +46 -0
- package/dist/react-native/operations/ltrBackupOperations.d.ts.map +1 -0
- package/dist/react-native/operations/ltrBackupOperations.js +182 -0
- package/dist/react-native/operations/ltrBackupOperations.js.map +1 -0
- package/dist/react-native/operations/migrations.d.ts +80 -0
- package/dist/react-native/operations/migrations.d.ts.map +1 -0
- package/dist/react-native/operations/migrations.js +326 -0
- package/dist/react-native/operations/migrations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +32 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +133 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts +48 -0
- package/dist/react-native/operations/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnectionOperations.js +209 -0
- package/dist/react-native/operations/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +46 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +182 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +46 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +182 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/quotaUsages.d.ts +35 -0
- package/dist/react-native/operations/quotaUsages.d.ts.map +1 -0
- package/dist/react-native/operations/quotaUsages.js +141 -0
- package/dist/react-native/operations/quotaUsages.js.map +1 -0
- package/dist/react-native/operations/replicas.d.ts +30 -0
- package/dist/react-native/operations/replicas.d.ts.map +1 -0
- package/dist/react-native/operations/replicas.js +105 -0
- package/dist/react-native/operations/replicas.js.map +1 -0
- package/dist/react-native/operations/serverCapabilities.d.ts +38 -0
- package/dist/react-native/operations/serverCapabilities.d.ts.map +1 -0
- package/dist/react-native/operations/serverCapabilities.js +150 -0
- package/dist/react-native/operations/serverCapabilities.js.map +1 -0
- package/dist/react-native/operations/serverThreatProtectionSettings.d.ts +65 -0
- package/dist/react-native/operations/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operations/serverThreatProtectionSettings.js +279 -0
- package/dist/react-native/operations/serverThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operations/servers.d.ts +151 -0
- package/dist/react-native/operations/servers.d.ts.map +1 -0
- package/dist/react-native/operations/servers.js +752 -0
- package/dist/react-native/operations/servers.js.map +1 -0
- package/dist/react-native/operations/tuningConfiguration.d.ts +137 -0
- package/dist/react-native/operations/tuningConfiguration.d.ts.map +1 -0
- package/dist/react-native/operations/tuningConfiguration.js +638 -0
- package/dist/react-native/operations/tuningConfiguration.js.map +1 -0
- package/dist/react-native/operations/tuningIndex.d.ts +41 -0
- package/dist/react-native/operations/tuningIndex.d.ts.map +1 -0
- package/dist/react-native/operations/tuningIndex.js +155 -0
- package/dist/react-native/operations/tuningIndex.js.map +1 -0
- package/dist/react-native/operations/tuningOptions.d.ts +46 -0
- package/dist/react-native/operations/tuningOptions.d.ts.map +1 -0
- package/dist/react-native/operations/tuningOptions.js +182 -0
- package/dist/react-native/operations/tuningOptions.js.map +1 -0
- package/dist/react-native/operations/virtualEndpoints.d.ts +101 -0
- package/dist/react-native/operations/virtualEndpoints.d.ts.map +1 -0
- package/dist/react-native/operations/virtualEndpoints.js +461 -0
- package/dist/react-native/operations/virtualEndpoints.js.map +1 -0
- package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts +20 -0
- package/dist/react-native/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/react-native/operations/virtualNetworkSubnetUsage.js +50 -0
- package/dist/react-native/operations/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/react-native/operationsInterfaces/administrators.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/administrators.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/administrators.js +9 -0
- package/dist/react-native/operationsInterfaces/administrators.js.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts +54 -0
- package/dist/react-native/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/backups.js +9 -0
- package/dist/react-native/operationsInterfaces/backups.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js +9 -0
- package/dist/react-native/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts +58 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.js +9 -0
- package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/databases.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/databases.js +9 -0
- package/dist/react-native/operationsInterfaces/databases.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/flexibleServer.d.ts +31 -0
- package/dist/react-native/operationsInterfaces/flexibleServer.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/flexibleServer.js +9 -0
- package/dist/react-native/operationsInterfaces/flexibleServer.js.map +1 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist/react-native/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +28 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +35 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist/react-native/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/logFiles.js +9 -0
- package/dist/react-native/operationsInterfaces/logFiles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/ltrBackupOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/migrations.d.ts +53 -0
- package/dist/react-native/operationsInterfaces/migrations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/migrations.js +9 -0
- package/dist/react-native/operationsInterfaces/migrations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts +40 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnectionOperations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaUsages.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/quotaUsages.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/quotaUsages.js +9 -0
- package/dist/react-native/operationsInterfaces/quotaUsages.js.map +1 -0
- package/dist/react-native/operationsInterfaces/replicas.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/replicas.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/replicas.js +9 -0
- package/dist/react-native/operationsInterfaces/replicas.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts +13 -0
- package/dist/react-native/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serverCapabilities.js +9 -0
- package/dist/react-native/operationsInterfaces/serverCapabilities.js.map +1 -0
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts +40 -0
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js +9 -0
- package/dist/react-native/operationsInterfaces/serverThreatProtectionSettings.js.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts +115 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.js +9 -0
- package/dist/react-native/operationsInterfaces/servers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts +90 -0
- package/dist/react-native/operationsInterfaces/tuningConfiguration.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningConfiguration.js +9 -0
- package/dist/react-native/operationsInterfaces/tuningConfiguration.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningIndex.d.ts +14 -0
- package/dist/react-native/operationsInterfaces/tuningIndex.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningIndex.js +9 -0
- package/dist/react-native/operationsInterfaces/tuningIndex.js.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningOptions.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/tuningOptions.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/tuningOptions.js +9 -0
- package/dist/react-native/operationsInterfaces/tuningOptions.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts +76 -0
- package/dist/react-native/operationsInterfaces/virtualEndpoints.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualEndpoints.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualEndpoints.js.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js +9 -0
- package/dist/react-native/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +32 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts +56 -0
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -0
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.js +164 -0
- package/dist/react-native/postgreSQLManagementFlexibleServerClient.js.map +1 -0
- package/package.json +77 -61
- package/review/arm-postgresql-flexible.api.md +382 -7
- package/dist/index.js +0 -10346
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/administratorsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/administratorsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/administratorsCreateSample.js +0 -45
- package/dist-esm/samples-dev/administratorsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/administratorsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/administratorsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/administratorsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/administratorsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/administratorsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/administratorsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/administratorsGetSample.js +0 -40
- package/dist-esm/samples-dev/administratorsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/administratorsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/administratorsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/administratorsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/administratorsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsGetSample.js +0 -40
- package/dist-esm/samples-dev/backupsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/backupsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/backupsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/backupsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/backupsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.js +0 -42
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +0 -41
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.js +0 -42
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.js +0 -40
- package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/configurationsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsPutSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsPutSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsPutSample.js +0 -41
- package/dist-esm/samples-dev/configurationsPutSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/configurationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesCreateSample.js +0 -41
- package/dist-esm/samples-dev/databasesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/databasesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesGetSample.js +0 -40
- package/dist-esm/samples-dev/databasesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/databasesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/databasesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/databasesListByServerSample.js +0 -55
- package/dist-esm/samples-dev/databasesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -40
- package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js +0 -55
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.js +0 -43
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.js.map +0 -1
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.d.ts +0 -2
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.js +0 -42
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.js.map +0 -1
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js +0 -35
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.js +0 -54
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.js.map +0 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/logFilesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.js +0 -55
- package/dist-esm/samples-dev/logFilesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.js +0 -40
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationsCreateSample.js +0 -220
- package/dist-esm/samples-dev/migrationsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationsDeleteSample.js +0 -39
- package/dist-esm/samples-dev/migrationsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationsGetSample.js +0 -115
- package/dist-esm/samples-dev/migrationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.js +0 -58
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.js.map +0 -1
- package/dist-esm/samples-dev/migrationsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/migrationsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/migrationsUpdateSample.js +0 -62
- package/dist-esm/samples-dev/migrationsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -37
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js +0 -46
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -40
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js +0 -55
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/quotaUsagesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/quotaUsagesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/quotaUsagesListSample.js +0 -54
- package/dist-esm/samples-dev/quotaUsagesListSample.js.map +0 -1
- package/dist-esm/samples-dev/replicasListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/replicasListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/replicasListByServerSample.js +0 -55
- package/dist-esm/samples-dev/replicasListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/serverCapabilitiesListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverCapabilitiesListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverCapabilitiesListSample.js +0 -55
- package/dist-esm/samples-dev/serverCapabilitiesListSample.js.map +0 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.js +0 -41
- package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.js +0 -40
- package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/serversCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversCreateSample.js +0 -274
- package/dist-esm/samples-dev/serversCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/serversDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversDeleteSample.js +0 -39
- package/dist-esm/samples-dev/serversDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/serversGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversGetSample.js +0 -77
- package/dist-esm/samples-dev/serversGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/serversListSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversListSample.js +0 -53
- package/dist-esm/samples-dev/serversListSample.js.map +0 -1
- package/dist-esm/samples-dev/serversRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversRestartSample.js +0 -63
- package/dist-esm/samples-dev/serversRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/serversStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversStartSample.js +0 -39
- package/dist-esm/samples-dev/serversStartSample.js.map +0 -1
- package/dist-esm/samples-dev/serversStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversStopSample.js +0 -39
- package/dist-esm/samples-dev/serversStopSample.js.map +0 -1
- package/dist-esm/samples-dev/serversUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversUpdateSample.js +0 -252
- package/dist-esm/samples-dev/serversUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualEndpointsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsCreateSample.js +0 -44
- package/dist-esm/samples-dev/virtualEndpointsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualEndpointsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/virtualEndpointsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualEndpointsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsGetSample.js +0 -40
- package/dist-esm/samples-dev/virtualEndpointsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualEndpointsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsListByServerSample.js +0 -55
- package/dist-esm/samples-dev/virtualEndpointsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualEndpointsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualEndpointsUpdateSample.js +0 -44
- package/dist-esm/samples-dev/virtualEndpointsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.d.ts +0 -2
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.js +0 -41
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -3214
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -638
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -119
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -3702
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -45
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -384
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/administrators.d.ts +0 -81
- package/dist-esm/src/operations/administrators.d.ts.map +0 -1
- package/dist-esm/src/operations/administrators.js +0 -358
- package/dist-esm/src/operations/administrators.js.map +0 -1
- package/dist-esm/src/operations/backups.d.ts +0 -46
- package/dist-esm/src/operations/backups.d.ts.map +0 -1
- package/dist-esm/src/operations/backups.js +0 -182
- package/dist-esm/src/operations/backups.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.d.ts +0 -19
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailability.js +0 -49
- package/dist-esm/src/operations/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.d.ts +0 -20
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.js +0 -54
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist-esm/src/operations/configurations.d.ts +0 -83
- package/dist-esm/src/operations/configurations.d.ts.map +0 -1
- package/dist-esm/src/operations/configurations.js +0 -382
- package/dist-esm/src/operations/configurations.js.map +0 -1
- package/dist-esm/src/operations/databases.d.ts +0 -81
- package/dist-esm/src/operations/databases.d.ts.map +0 -1
- package/dist-esm/src/operations/databases.js +0 -364
- package/dist-esm/src/operations/databases.js.map +0 -1
- package/dist-esm/src/operations/firewallRules.d.ts +0 -81
- package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operations/firewallRules.js +0 -364
- package/dist-esm/src/operations/firewallRules.js.map +0 -1
- package/dist-esm/src/operations/flexibleServer.d.ts +0 -39
- package/dist-esm/src/operations/flexibleServer.d.ts.map +0 -1
- package/dist-esm/src/operations/flexibleServer.js +0 -157
- package/dist-esm/src/operations/flexibleServer.js.map +0 -1
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts +0 -18
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js +0 -46
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -25
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -32
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts +0 -35
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operations/locationBasedCapabilities.js +0 -145
- package/dist-esm/src/operations/locationBasedCapabilities.js.map +0 -1
- package/dist-esm/src/operations/logFiles.d.ts +0 -38
- package/dist-esm/src/operations/logFiles.d.ts.map +0 -1
- package/dist-esm/src/operations/logFiles.js +0 -150
- package/dist-esm/src/operations/logFiles.js.map +0 -1
- package/dist-esm/src/operations/ltrBackupOperations.d.ts +0 -46
- package/dist-esm/src/operations/ltrBackupOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/ltrBackupOperations.js +0 -182
- package/dist-esm/src/operations/ltrBackupOperations.js.map +0 -1
- package/dist-esm/src/operations/migrations.d.ts +0 -80
- package/dist-esm/src/operations/migrations.d.ts.map +0 -1
- package/dist-esm/src/operations/migrations.js +0 -326
- package/dist-esm/src/operations/migrations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts +0 -18
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js +0 -46
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts +0 -48
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +0 -218
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -46
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +0 -182
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts +0 -46
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js +0 -182
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/quotaUsages.d.ts +0 -35
- package/dist-esm/src/operations/quotaUsages.d.ts.map +0 -1
- package/dist-esm/src/operations/quotaUsages.js +0 -145
- package/dist-esm/src/operations/quotaUsages.js.map +0 -1
- package/dist-esm/src/operations/replicas.d.ts +0 -30
- package/dist-esm/src/operations/replicas.d.ts.map +0 -1
- package/dist-esm/src/operations/replicas.js +0 -105
- package/dist-esm/src/operations/replicas.js.map +0 -1
- package/dist-esm/src/operations/serverCapabilities.d.ts +0 -38
- package/dist-esm/src/operations/serverCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operations/serverCapabilities.js +0 -150
- package/dist-esm/src/operations/serverCapabilities.js.map +0 -1
- package/dist-esm/src/operations/serverThreatProtectionSettings.d.ts +0 -65
- package/dist-esm/src/operations/serverThreatProtectionSettings.d.ts.map +0 -1
- package/dist-esm/src/operations/serverThreatProtectionSettings.js +0 -283
- package/dist-esm/src/operations/serverThreatProtectionSettings.js.map +0 -1
- package/dist-esm/src/operations/servers.d.ts +0 -151
- package/dist-esm/src/operations/servers.d.ts.map +0 -1
- package/dist-esm/src/operations/servers.js +0 -784
- package/dist-esm/src/operations/servers.js.map +0 -1
- package/dist-esm/src/operations/virtualEndpoints.d.ts +0 -101
- package/dist-esm/src/operations/virtualEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualEndpoints.js +0 -473
- package/dist-esm/src/operations/virtualEndpoints.js.map +0 -1
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.d.ts +0 -20
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.d.ts.map +0 -1
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js +0 -54
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/administrators.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/administrators.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/administrators.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/backups.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/backups.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/backups.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +0 -11
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithLocation.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/checkNameAvailabilityWithLocation.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +0 -58
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/databases.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +0 -56
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/flexibleServer.d.ts +0 -31
- package/dist-esm/src/operationsInterfaces/flexibleServer.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/flexibleServer.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -25
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -32
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/logFiles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/ltrBackupOperations.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/ltrBackupOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/ltrBackupOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/migrations.d.ts +0 -53
- package/dist-esm/src/operationsInterfaces/migrations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/migrations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -10
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts +0 -40
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnectionOperations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +0 -21
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaUsages.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/quotaUsages.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/quotaUsages.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicas.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/replicas.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/replicas.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverCapabilities.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/serverCapabilities.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverCapabilities.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverThreatProtectionSettings.d.ts +0 -40
- package/dist-esm/src/operationsInterfaces/serverThreatProtectionSettings.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/serverThreatProtectionSettings.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/servers.d.ts +0 -115
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/servers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualEndpoints.d.ts +0 -76
- package/dist-esm/src/operationsInterfaces/virtualEndpoints.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualEndpoints.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +0 -12
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.d.ts +0 -53
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.d.ts.map +0 -1
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.js +0 -168
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.js.map +0 -1
- package/dist-esm/test/postgresql_flexible_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/postgresql_flexible_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/postgresql_flexible_operations_test.spec.js +0 -55
- package/dist-esm/test/postgresql_flexible_operations_test.spec.js.map +0 -1
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -3628
- package/src/models/mappers.ts +0 -4023
- package/src/models/parameters.ts +0 -454
- package/src/operations/administrators.ts +0 -493
- package/src/operations/backups.ts +0 -240
- package/src/operations/checkNameAvailability.ts +0 -67
- package/src/operations/checkNameAvailabilityWithLocation.ts +0 -75
- package/src/operations/configurations.ts +0 -529
- package/src/operations/databases.ts +0 -498
- package/src/operations/firewallRules.ts +0 -498
- package/src/operations/flexibleServer.ts +0 -220
- package/src/operations/getPrivateDnsZoneSuffix.ts +0 -59
- package/src/operations/index.ts +0 -32
- package/src/operations/locationBasedCapabilities.ts +0 -175
- package/src/operations/logFiles.ts +0 -197
- package/src/operations/ltrBackupOperations.ts +0 -240
- package/src/operations/migrations.ts +0 -437
- package/src/operations/operations.ts +0 -59
- package/src/operations/privateEndpointConnectionOperations.ts +0 -313
- package/src/operations/privateEndpointConnections.ts +0 -242
- package/src/operations/privateLinkResources.ts +0 -240
- package/src/operations/quotaUsages.ts +0 -169
- package/src/operations/replicas.ts +0 -136
- package/src/operations/serverCapabilities.ts +0 -193
- package/src/operations/serverThreatProtectionSettings.ts +0 -390
- package/src/operations/servers.ts +0 -1023
- package/src/operations/virtualEndpoints.ts +0 -659
- package/src/operations/virtualNetworkSubnetUsage.ts +0 -75
- package/src/operationsInterfaces/administrators.ts +0 -110
- package/src/operationsInterfaces/backups.ts +0 -44
- package/src/operationsInterfaces/checkNameAvailability.ts +0 -26
- package/src/operationsInterfaces/checkNameAvailabilityWithLocation.ts +0 -28
- package/src/operationsInterfaces/configurations.ts +0 -120
- package/src/operationsInterfaces/databases.ts +0 -109
- package/src/operationsInterfaces/firewallRules.ts +0 -109
- package/src/operationsInterfaces/flexibleServer.ts +0 -66
- package/src/operationsInterfaces/getPrivateDnsZoneSuffix.ts +0 -23
- package/src/operationsInterfaces/index.ts +0 -32
- package/src/operationsInterfaces/locationBasedCapabilities.ts +0 -27
- package/src/operationsInterfaces/logFiles.ts +0 -26
- package/src/operationsInterfaces/ltrBackupOperations.ts +0 -44
- package/src/operationsInterfaces/migrations.ts +0 -104
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +0 -86
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -44
- package/src/operationsInterfaces/privateLinkResources.ts +0 -44
- package/src/operationsInterfaces/quotaUsages.ts +0 -24
- package/src/operationsInterfaces/replicas.ts +0 -26
- package/src/operationsInterfaces/serverCapabilities.ts +0 -29
- package/src/operationsInterfaces/serverThreatProtectionSettings.ts +0 -83
- package/src/operationsInterfaces/servers.ts +0 -208
- package/src/operationsInterfaces/virtualEndpoints.ts +0 -155
- package/src/operationsInterfaces/virtualNetworkSubnetUsage.ts +0 -28
- package/src/pagingHelper.ts +0 -39
- package/src/postgreSQLManagementFlexibleServerClient.ts +0 -316
- package/tsconfig.json +0 -33
- package/types/arm-postgresql-flexible.d.ts +0 -4395
- package/types/tsdoc-metadata.json +0 -11
- /package/{dist-esm/src → dist/browser}/lroImpl.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/administrators.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/backups.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailability.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/checkNameAvailabilityWithLocation.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/databases.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/flexibleServer.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/getPrivateDnsZoneSuffix.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locationBasedCapabilities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/logFiles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/ltrBackupOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/migrations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnectionOperations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/quotaUsages.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/replicas.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverCapabilities.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/serverThreatProtectionSettings.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/servers.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualEndpoints.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/virtualNetworkSubnetUsage.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtualNetworkSubnetUsage.d.ts","sourceRoot":"","sources":["../../../src/operations/virtualNetworkSubnetUsage.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,kCAAkC,CAAC;AAIlF,OAAO,KAAK,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC/G,OAAO,KAAK,EACV,kCAAkC,EAClC,8CAA8C,EAC9C,wCAAwC,EACzC,MAAM,oBAAoB,CAAC;AAE5B,6DAA6D;AAC7D,qBAAa,6BAA8B,YAAW,yBAAyB;IAC7E,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;;;OAKG;IACH,OAAO,CACL,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,kCAAkC,EAC9C,OAAO,CAAC,EAAE,8CAA8C,GACvD,OAAO,CAAC,wCAAwC,CAAC;CAMrD"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import * as coreClient from "@azure/core-client";
|
|
9
|
+
import * as Mappers from "../models/mappers.js";
|
|
10
|
+
import * as Parameters from "../models/parameters.js";
|
|
11
|
+
/** Class containing VirtualNetworkSubnetUsage operations. */
|
|
12
|
+
export class VirtualNetworkSubnetUsageImpl {
|
|
13
|
+
/**
|
|
14
|
+
* Initialize a new instance of the class VirtualNetworkSubnetUsage class.
|
|
15
|
+
* @param client Reference to the service client
|
|
16
|
+
*/
|
|
17
|
+
constructor(client) {
|
|
18
|
+
this.client = client;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Get virtual network subnet usage for a given vNet resource id.
|
|
22
|
+
* @param locationName The name of the location.
|
|
23
|
+
* @param parameters The required parameters for creating or updating a server.
|
|
24
|
+
* @param options The options parameters.
|
|
25
|
+
*/
|
|
26
|
+
execute(locationName, parameters, options) {
|
|
27
|
+
return this.client.sendOperationRequest({ locationName, parameters, options }, executeOperationSpec);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
// Operation Specifications
|
|
31
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
32
|
+
const executeOperationSpec = {
|
|
33
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkVirtualNetworkSubnetUsage",
|
|
34
|
+
httpMethod: "POST",
|
|
35
|
+
responses: {
|
|
36
|
+
200: {
|
|
37
|
+
bodyMapper: Mappers.VirtualNetworkSubnetUsageResult,
|
|
38
|
+
},
|
|
39
|
+
default: {
|
|
40
|
+
bodyMapper: Mappers.ErrorResponse,
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
requestBody: Parameters.parameters17,
|
|
44
|
+
queryParameters: [Parameters.apiVersion],
|
|
45
|
+
urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.locationName],
|
|
46
|
+
headerParameters: [Parameters.contentType, Parameters.accept],
|
|
47
|
+
mediaType: "json",
|
|
48
|
+
serializer,
|
|
49
|
+
};
|
|
50
|
+
//# sourceMappingURL=virtualNetworkSubnetUsage.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"virtualNetworkSubnetUsage.js","sourceRoot":"","sources":["../../../src/operations/virtualNetworkSubnetUsage.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAQtD,6DAA6D;AAC7D,MAAM,OAAO,6BAA6B;IAGxC;;;OAGG;IACH,YAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACH,OAAO,CACL,YAAoB,EACpB,UAA8C,EAC9C,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,YAAY,EAAE,UAAU,EAAE,OAAO,EAAE,EACrC,oBAAoB,CACrB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,oBAAoB,GAA6B;IACrD,IAAI,EAAE,6HAA6H;IACnI,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,+BAA+B;SACpD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,YAAY;IACpC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,EAAE,UAAU,CAAC,YAAY,CAAC;IACrF,gBAAgB,EAAE,CAAC,UAAU,CAAC,WAAW,EAAE,UAAU,CAAC,MAAM,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { VirtualNetworkSubnetUsage } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { PostgreSQLManagementFlexibleServerClient } from \"../postgreSQLManagementFlexibleServerClient.js\";\nimport type {\n VirtualNetworkSubnetUsageParameter,\n VirtualNetworkSubnetUsageExecuteOptionalParams,\n VirtualNetworkSubnetUsageExecuteResponse,\n} from \"../models/index.js\";\n\n/** Class containing VirtualNetworkSubnetUsage operations. */\nexport class VirtualNetworkSubnetUsageImpl implements VirtualNetworkSubnetUsage {\n private readonly client: PostgreSQLManagementFlexibleServerClient;\n\n /**\n * Initialize a new instance of the class VirtualNetworkSubnetUsage class.\n * @param client Reference to the service client\n */\n constructor(client: PostgreSQLManagementFlexibleServerClient) {\n this.client = client;\n }\n\n /**\n * Get virtual network subnet usage for a given vNet resource id.\n * @param locationName The name of the location.\n * @param parameters The required parameters for creating or updating a server.\n * @param options The options parameters.\n */\n execute(\n locationName: string,\n parameters: VirtualNetworkSubnetUsageParameter,\n options?: VirtualNetworkSubnetUsageExecuteOptionalParams,\n ): Promise<VirtualNetworkSubnetUsageExecuteResponse> {\n return this.client.sendOperationRequest(\n { locationName, parameters, options },\n executeOperationSpec,\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst executeOperationSpec: coreClient.OperationSpec = {\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/checkVirtualNetworkSubnetUsage\",\n httpMethod: \"POST\",\n responses: {\n 200: {\n bodyMapper: Mappers.VirtualNetworkSubnetUsageResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponse,\n },\n },\n requestBody: Parameters.parameters17,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.subscriptionId, Parameters.locationName],\n headerParameters: [Parameters.contentType, Parameters.accept],\n mediaType: \"json\",\n serializer,\n};\n"]}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import type { ActiveDirectoryAdministrator, AdministratorsListByServerOptionalParams, ActiveDirectoryAdministratorAdd, AdministratorsCreateOptionalParams, AdministratorsCreateResponse, AdministratorsDeleteOptionalParams, AdministratorsGetOptionalParams, AdministratorsGetResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Administrators. */
|
|
5
|
+
export interface Administrators {
|
|
6
|
+
/**
|
|
7
|
+
* List all the AAD administrators for a given server.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param serverName The name of the server.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByServer(resourceGroupName: string, serverName: string, options?: AdministratorsListByServerOptionalParams): PagedAsyncIterableIterator<ActiveDirectoryAdministrator>;
|
|
13
|
+
/**
|
|
14
|
+
* Creates a new server.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param serverName The name of the server.
|
|
17
|
+
* @param objectId Guid of the objectId for the administrator.
|
|
18
|
+
* @param parameters The required parameters for adding an Microsoft Entra Administrator for a server.
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
beginCreate(resourceGroupName: string, serverName: string, objectId: string, parameters: ActiveDirectoryAdministratorAdd, options?: AdministratorsCreateOptionalParams): Promise<SimplePollerLike<OperationState<AdministratorsCreateResponse>, AdministratorsCreateResponse>>;
|
|
22
|
+
/**
|
|
23
|
+
* Creates a new server.
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param serverName The name of the server.
|
|
26
|
+
* @param objectId Guid of the objectId for the administrator.
|
|
27
|
+
* @param parameters The required parameters for adding an Microsoft Entra Administrator for a server.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
beginCreateAndWait(resourceGroupName: string, serverName: string, objectId: string, parameters: ActiveDirectoryAdministratorAdd, options?: AdministratorsCreateOptionalParams): Promise<AdministratorsCreateResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* Deletes an Microsoft Entra Administrator associated with the server.
|
|
33
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
+
* @param serverName The name of the server.
|
|
35
|
+
* @param objectId Guid of the objectId for the administrator.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginDelete(resourceGroupName: string, serverName: string, objectId: string, options?: AdministratorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
39
|
+
/**
|
|
40
|
+
* Deletes an Microsoft Entra Administrator associated with the server.
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param serverName The name of the server.
|
|
43
|
+
* @param objectId Guid of the objectId for the administrator.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginDeleteAndWait(resourceGroupName: string, serverName: string, objectId: string, options?: AdministratorsDeleteOptionalParams): Promise<void>;
|
|
47
|
+
/**
|
|
48
|
+
* Gets information about a server.
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param serverName The name of the server.
|
|
51
|
+
* @param objectId Guid of the objectId for the administrator.
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
get(resourceGroupName: string, serverName: string, objectId: string, options?: AdministratorsGetOptionalParams): Promise<AdministratorsGetResponse>;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=administrators.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"administrators.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/administrators.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,4BAA4B,EAC5B,wCAAwC,EACxC,+BAA+B,EAC/B,kCAAkC,EAClC,4BAA4B,EAC5B,kCAAkC,EAClC,+BAA+B,EAC/B,yBAAyB,EAC1B,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,4BAA4B,CAAC,CAAC;IAC5D;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,+BAA+B,EAC3C,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,+BAA+B,EAC3C,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACvC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=administrators.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"administrators.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/administrators.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n ActiveDirectoryAdministrator,\n AdministratorsListByServerOptionalParams,\n ActiveDirectoryAdministratorAdd,\n AdministratorsCreateOptionalParams,\n AdministratorsCreateResponse,\n AdministratorsDeleteOptionalParams,\n AdministratorsGetOptionalParams,\n AdministratorsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Administrators. */\nexport interface Administrators {\n /**\n * List all the AAD administrators for a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: AdministratorsListByServerOptionalParams,\n ): PagedAsyncIterableIterator<ActiveDirectoryAdministrator>;\n /**\n * Creates a new server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param objectId Guid of the objectId for the administrator.\n * @param parameters The required parameters for adding an Microsoft Entra Administrator for a server.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n serverName: string,\n objectId: string,\n parameters: ActiveDirectoryAdministratorAdd,\n options?: AdministratorsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<AdministratorsCreateResponse>, AdministratorsCreateResponse>\n >;\n /**\n * Creates a new server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param objectId Guid of the objectId for the administrator.\n * @param parameters The required parameters for adding an Microsoft Entra Administrator for a server.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n serverName: string,\n objectId: string,\n parameters: ActiveDirectoryAdministratorAdd,\n options?: AdministratorsCreateOptionalParams,\n ): Promise<AdministratorsCreateResponse>;\n /**\n * Deletes an Microsoft Entra Administrator associated with the server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param objectId Guid of the objectId for the administrator.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n serverName: string,\n objectId: string,\n options?: AdministratorsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes an Microsoft Entra Administrator associated with the server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param objectId Guid of the objectId for the administrator.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n serverName: string,\n objectId: string,\n options?: AdministratorsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets information about a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param objectId Guid of the objectId for the administrator.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serverName: string,\n objectId: string,\n options?: AdministratorsGetOptionalParams,\n ): Promise<AdministratorsGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import type { ServerBackup, BackupsListByServerOptionalParams, BackupsCreateOptionalParams, BackupsCreateResponse, BackupsDeleteOptionalParams, BackupsDeleteResponse, BackupsGetOptionalParams, BackupsGetResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Backups. */
|
|
5
|
+
export interface Backups {
|
|
6
|
+
/**
|
|
7
|
+
* List all the backups for a given server.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param serverName The name of the server.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByServer(resourceGroupName: string, serverName: string, options?: BackupsListByServerOptionalParams): PagedAsyncIterableIterator<ServerBackup>;
|
|
13
|
+
/**
|
|
14
|
+
* Create a specific backup for PostgreSQL flexible server.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param serverName The name of the server.
|
|
17
|
+
* @param backupName The name of the backup.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
beginCreate(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsCreateOptionalParams): Promise<SimplePollerLike<OperationState<BackupsCreateResponse>, BackupsCreateResponse>>;
|
|
21
|
+
/**
|
|
22
|
+
* Create a specific backup for PostgreSQL flexible server.
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param serverName The name of the server.
|
|
25
|
+
* @param backupName The name of the backup.
|
|
26
|
+
* @param options The options parameters.
|
|
27
|
+
*/
|
|
28
|
+
beginCreateAndWait(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsCreateOptionalParams): Promise<BackupsCreateResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* Deletes a specific backup.
|
|
31
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
32
|
+
* @param serverName The name of the server.
|
|
33
|
+
* @param backupName The name of the backup.
|
|
34
|
+
* @param options The options parameters.
|
|
35
|
+
*/
|
|
36
|
+
beginDelete(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<BackupsDeleteResponse>, BackupsDeleteResponse>>;
|
|
37
|
+
/**
|
|
38
|
+
* Deletes a specific backup.
|
|
39
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
40
|
+
* @param serverName The name of the server.
|
|
41
|
+
* @param backupName The name of the backup.
|
|
42
|
+
* @param options The options parameters.
|
|
43
|
+
*/
|
|
44
|
+
beginDeleteAndWait(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsDeleteOptionalParams): Promise<BackupsDeleteResponse>;
|
|
45
|
+
/**
|
|
46
|
+
* Get specific backup for a given server.
|
|
47
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
48
|
+
* @param serverName The name of the server.
|
|
49
|
+
* @param backupName The name of the backup.
|
|
50
|
+
* @param options The options parameters.
|
|
51
|
+
*/
|
|
52
|
+
get(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsGetOptionalParams): Promise<BackupsGetResponse>;
|
|
53
|
+
}
|
|
54
|
+
//# sourceMappingURL=backups.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"backups.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/backups.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,YAAY,EACZ,iCAAiC,EACjC,2BAA2B,EAC3B,qBAAqB,EACrB,2BAA2B,EAC3B,qBAAqB,EACrB,wBAAwB,EACxB,kBAAkB,EACnB,MAAM,oBAAoB,CAAC;AAG5B,wCAAwC;AACxC,MAAM,WAAW,OAAO;IACtB;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,qBAAqB,CAAC,EAAE,qBAAqB,CAAC,CAAC,CAAC;IAC3F;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,qBAAqB,CAAC,EAAE,qBAAqB,CAAC,CAAC,CAAC;IAC3F;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,2BAA2B,GACpC,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;CAChC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=backups.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"backups.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/backups.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n ServerBackup,\n BackupsListByServerOptionalParams,\n BackupsCreateOptionalParams,\n BackupsCreateResponse,\n BackupsDeleteOptionalParams,\n BackupsDeleteResponse,\n BackupsGetOptionalParams,\n BackupsGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Backups. */\nexport interface Backups {\n /**\n * List all the backups for a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: BackupsListByServerOptionalParams,\n ): PagedAsyncIterableIterator<ServerBackup>;\n /**\n * Create a specific backup for PostgreSQL flexible server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param backupName The name of the backup.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n serverName: string,\n backupName: string,\n options?: BackupsCreateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<BackupsCreateResponse>, BackupsCreateResponse>>;\n /**\n * Create a specific backup for PostgreSQL flexible server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param backupName The name of the backup.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n serverName: string,\n backupName: string,\n options?: BackupsCreateOptionalParams,\n ): Promise<BackupsCreateResponse>;\n /**\n * Deletes a specific backup.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param backupName The name of the backup.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n serverName: string,\n backupName: string,\n options?: BackupsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<BackupsDeleteResponse>, BackupsDeleteResponse>>;\n /**\n * Deletes a specific backup.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param backupName The name of the backup.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n serverName: string,\n backupName: string,\n options?: BackupsDeleteOptionalParams,\n ): Promise<BackupsDeleteResponse>;\n /**\n * Get specific backup for a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param backupName The name of the backup.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serverName: string,\n backupName: string,\n options?: BackupsGetOptionalParams,\n ): Promise<BackupsGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { CheckNameAvailabilityRequest, CheckNameAvailabilityExecuteOptionalParams, CheckNameAvailabilityExecuteResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a CheckNameAvailability. */
|
|
3
|
+
export interface CheckNameAvailability {
|
|
4
|
+
/**
|
|
5
|
+
* Check the availability of name for resource
|
|
6
|
+
* @param nameAvailabilityRequest The required parameters for checking if resource name is available.
|
|
7
|
+
* @param options The options parameters.
|
|
8
|
+
*/
|
|
9
|
+
execute(nameAvailabilityRequest: CheckNameAvailabilityRequest, options?: CheckNameAvailabilityExecuteOptionalParams): Promise<CheckNameAvailabilityExecuteResponse>;
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=checkNameAvailability.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkNameAvailability.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/checkNameAvailability.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACV,4BAA4B,EAC5B,0CAA0C,EAC1C,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAE5B,sDAAsD;AACtD,MAAM,WAAW,qBAAqB;IACpC;;;;OAIG;IACH,OAAO,CACL,uBAAuB,EAAE,4BAA4B,EACrD,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;CAClD"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=checkNameAvailability.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkNameAvailability.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/checkNameAvailability.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type {\n CheckNameAvailabilityRequest,\n CheckNameAvailabilityExecuteOptionalParams,\n CheckNameAvailabilityExecuteResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a CheckNameAvailability. */\nexport interface CheckNameAvailability {\n /**\n * Check the availability of name for resource\n * @param nameAvailabilityRequest The required parameters for checking if resource name is available.\n * @param options The options parameters.\n */\n execute(\n nameAvailabilityRequest: CheckNameAvailabilityRequest,\n options?: CheckNameAvailabilityExecuteOptionalParams,\n ): Promise<CheckNameAvailabilityExecuteResponse>;\n}\n"]}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { CheckNameAvailabilityRequest, CheckNameAvailabilityWithLocationExecuteOptionalParams, CheckNameAvailabilityWithLocationExecuteResponse } from "../models/index.js";
|
|
2
|
+
/** Interface representing a CheckNameAvailabilityWithLocation. */
|
|
3
|
+
export interface CheckNameAvailabilityWithLocation {
|
|
4
|
+
/**
|
|
5
|
+
* Check the availability of name for resource
|
|
6
|
+
* @param locationName The name of the location.
|
|
7
|
+
* @param nameAvailabilityRequest The required parameters for checking if resource name is available.
|
|
8
|
+
* @param options The options parameters.
|
|
9
|
+
*/
|
|
10
|
+
execute(locationName: string, nameAvailabilityRequest: CheckNameAvailabilityRequest, options?: CheckNameAvailabilityWithLocationExecuteOptionalParams): Promise<CheckNameAvailabilityWithLocationExecuteResponse>;
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=checkNameAvailabilityWithLocation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkNameAvailabilityWithLocation.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/checkNameAvailabilityWithLocation.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACV,4BAA4B,EAC5B,sDAAsD,EACtD,gDAAgD,EACjD,MAAM,oBAAoB,CAAC;AAE5B,kEAAkE;AAClE,MAAM,WAAW,iCAAiC;IAChD;;;;;OAKG;IACH,OAAO,CACL,YAAY,EAAE,MAAM,EACpB,uBAAuB,EAAE,4BAA4B,EACrD,OAAO,CAAC,EAAE,sDAAsD,GAC/D,OAAO,CAAC,gDAAgD,CAAC,CAAC;CAC9D"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=checkNameAvailabilityWithLocation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkNameAvailabilityWithLocation.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/checkNameAvailabilityWithLocation.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type {\n CheckNameAvailabilityRequest,\n CheckNameAvailabilityWithLocationExecuteOptionalParams,\n CheckNameAvailabilityWithLocationExecuteResponse,\n} from \"../models/index.js\";\n\n/** Interface representing a CheckNameAvailabilityWithLocation. */\nexport interface CheckNameAvailabilityWithLocation {\n /**\n * Check the availability of name for resource\n * @param locationName The name of the location.\n * @param nameAvailabilityRequest The required parameters for checking if resource name is available.\n * @param options The options parameters.\n */\n execute(\n locationName: string,\n nameAvailabilityRequest: CheckNameAvailabilityRequest,\n options?: CheckNameAvailabilityWithLocationExecuteOptionalParams,\n ): Promise<CheckNameAvailabilityWithLocationExecuteResponse>;\n}\n"]}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import type { Configuration, ConfigurationsListByServerOptionalParams, ConfigurationsGetOptionalParams, ConfigurationsGetResponse, ConfigurationForUpdate, ConfigurationsUpdateOptionalParams, ConfigurationsUpdateResponse, ConfigurationsPutOptionalParams, ConfigurationsPutResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Configurations. */
|
|
5
|
+
export interface Configurations {
|
|
6
|
+
/**
|
|
7
|
+
* List all the configurations in a given server.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param serverName The name of the server.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByServer(resourceGroupName: string, serverName: string, options?: ConfigurationsListByServerOptionalParams): PagedAsyncIterableIterator<Configuration>;
|
|
13
|
+
/**
|
|
14
|
+
* Gets information about a configuration of server.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param serverName The name of the server.
|
|
17
|
+
* @param configurationName The name of the server configuration.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
get(resourceGroupName: string, serverName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>;
|
|
21
|
+
/**
|
|
22
|
+
* Updates a configuration of a server.
|
|
23
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
24
|
+
* @param serverName The name of the server.
|
|
25
|
+
* @param configurationName The name of the server configuration.
|
|
26
|
+
* @param parameters The required parameters for updating a server configuration.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
beginUpdate(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsUpdateResponse>, ConfigurationsUpdateResponse>>;
|
|
30
|
+
/**
|
|
31
|
+
* Updates a configuration of a server.
|
|
32
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
33
|
+
* @param serverName The name of the server.
|
|
34
|
+
* @param configurationName The name of the server configuration.
|
|
35
|
+
* @param parameters The required parameters for updating a server configuration.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginUpdateAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: ConfigurationForUpdate, options?: ConfigurationsUpdateOptionalParams): Promise<ConfigurationsUpdateResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Updates a configuration of a server.
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param serverName The name of the server.
|
|
43
|
+
* @param configurationName The name of the server configuration.
|
|
44
|
+
* @param parameters The required parameters for updating a server configuration.
|
|
45
|
+
* @param options The options parameters.
|
|
46
|
+
*/
|
|
47
|
+
beginPut(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsPutOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsPutResponse>, ConfigurationsPutResponse>>;
|
|
48
|
+
/**
|
|
49
|
+
* Updates a configuration of a server.
|
|
50
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
51
|
+
* @param serverName The name of the server.
|
|
52
|
+
* @param configurationName The name of the server configuration.
|
|
53
|
+
* @param parameters The required parameters for updating a server configuration.
|
|
54
|
+
* @param options The options parameters.
|
|
55
|
+
*/
|
|
56
|
+
beginPutAndWait(resourceGroupName: string, serverName: string, configurationName: string, parameters: Configuration, options?: ConfigurationsPutOptionalParams): Promise<ConfigurationsPutResponse>;
|
|
57
|
+
}
|
|
58
|
+
//# sourceMappingURL=configurations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configurations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/configurations.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,aAAa,EACb,wCAAwC,EACxC,+BAA+B,EAC/B,yBAAyB,EACzB,sBAAsB,EACtB,kCAAkC,EAClC,4BAA4B,EAC5B,+BAA+B,EAC/B,yBAAyB,EAC1B,MAAM,oBAAoB,CAAC;AAG5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,aAAa,CAAC,CAAC;IAC7C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACtC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,4BAA4B,CAAC,EAAE,4BAA4B,CAAC,CAC7F,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,sBAAsB,EAClC,OAAO,CAAC,EAAE,kCAAkC,GAC3C,OAAO,CAAC,4BAA4B,CAAC,CAAC;IACzC;;;;;;;OAOG;IACH,QAAQ,CACN,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,aAAa,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,yBAAyB,CAAC,EAAE,yBAAyB,CAAC,CACvF,CAAC;IACF;;;;;;;OAOG;IACH,eAAe,CACb,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,aAAa,EACzB,OAAO,CAAC,EAAE,+BAA+B,GACxC,OAAO,CAAC,yBAAyB,CAAC,CAAC;CACvC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=configurations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"configurations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/configurations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n Configuration,\n ConfigurationsListByServerOptionalParams,\n ConfigurationsGetOptionalParams,\n ConfigurationsGetResponse,\n ConfigurationForUpdate,\n ConfigurationsUpdateOptionalParams,\n ConfigurationsUpdateResponse,\n ConfigurationsPutOptionalParams,\n ConfigurationsPutResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Configurations. */\nexport interface Configurations {\n /**\n * List all the configurations in a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: ConfigurationsListByServerOptionalParams,\n ): PagedAsyncIterableIterator<Configuration>;\n /**\n * Gets information about a configuration of server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param configurationName The name of the server configuration.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n options?: ConfigurationsGetOptionalParams,\n ): Promise<ConfigurationsGetResponse>;\n /**\n * Updates a configuration of a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param configurationName The name of the server configuration.\n * @param parameters The required parameters for updating a server configuration.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n parameters: ConfigurationForUpdate,\n options?: ConfigurationsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<ConfigurationsUpdateResponse>, ConfigurationsUpdateResponse>\n >;\n /**\n * Updates a configuration of a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param configurationName The name of the server configuration.\n * @param parameters The required parameters for updating a server configuration.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n parameters: ConfigurationForUpdate,\n options?: ConfigurationsUpdateOptionalParams,\n ): Promise<ConfigurationsUpdateResponse>;\n /**\n * Updates a configuration of a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param configurationName The name of the server configuration.\n * @param parameters The required parameters for updating a server configuration.\n * @param options The options parameters.\n */\n beginPut(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n parameters: Configuration,\n options?: ConfigurationsPutOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<ConfigurationsPutResponse>, ConfigurationsPutResponse>\n >;\n /**\n * Updates a configuration of a server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param configurationName The name of the server configuration.\n * @param parameters The required parameters for updating a server configuration.\n * @param options The options parameters.\n */\n beginPutAndWait(\n resourceGroupName: string,\n serverName: string,\n configurationName: string,\n parameters: Configuration,\n options?: ConfigurationsPutOptionalParams,\n ): Promise<ConfigurationsPutResponse>;\n}\n"]}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import type { Database, DatabasesListByServerOptionalParams, DatabasesCreateOptionalParams, DatabasesCreateResponse, DatabasesDeleteOptionalParams, DatabasesGetOptionalParams, DatabasesGetResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a Databases. */
|
|
5
|
+
export interface Databases {
|
|
6
|
+
/**
|
|
7
|
+
* List all the databases in a given server.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param serverName The name of the server.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByServer(resourceGroupName: string, serverName: string, options?: DatabasesListByServerOptionalParams): PagedAsyncIterableIterator<Database>;
|
|
13
|
+
/**
|
|
14
|
+
* Creates a new database or updates an existing database.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param serverName The name of the server.
|
|
17
|
+
* @param databaseName The name of the database.
|
|
18
|
+
* @param parameters The required parameters for creating or updating a database.
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
beginCreate(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOptionalParams): Promise<SimplePollerLike<OperationState<DatabasesCreateResponse>, DatabasesCreateResponse>>;
|
|
22
|
+
/**
|
|
23
|
+
* Creates a new database or updates an existing database.
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param serverName The name of the server.
|
|
26
|
+
* @param databaseName The name of the database.
|
|
27
|
+
* @param parameters The required parameters for creating or updating a database.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
beginCreateAndWait(resourceGroupName: string, serverName: string, databaseName: string, parameters: Database, options?: DatabasesCreateOptionalParams): Promise<DatabasesCreateResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* Deletes a database.
|
|
33
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
+
* @param serverName The name of the server.
|
|
35
|
+
* @param databaseName The name of the database.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginDelete(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
39
|
+
/**
|
|
40
|
+
* Deletes a database.
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param serverName The name of the server.
|
|
43
|
+
* @param databaseName The name of the database.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginDeleteAndWait(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesDeleteOptionalParams): Promise<void>;
|
|
47
|
+
/**
|
|
48
|
+
* Gets information about a database.
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param serverName The name of the server.
|
|
51
|
+
* @param databaseName The name of the database.
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
get(resourceGroupName: string, serverName: string, databaseName: string, options?: DatabasesGetOptionalParams): Promise<DatabasesGetResponse>;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=databases.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"databases.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/databases.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,QAAQ,EACR,mCAAmC,EACnC,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC7B,0BAA0B,EAC1B,oBAAoB,EACrB,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,mCAAmC,GAC5C,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,uBAAuB,CAAC,EAAE,uBAAuB,CAAC,CAAC,CAAC;IAC/F;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,QAAQ,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;CAClC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=databases.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"databases.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/databases.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n Database,\n DatabasesListByServerOptionalParams,\n DatabasesCreateOptionalParams,\n DatabasesCreateResponse,\n DatabasesDeleteOptionalParams,\n DatabasesGetOptionalParams,\n DatabasesGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Databases. */\nexport interface Databases {\n /**\n * List all the databases in a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: DatabasesListByServerOptionalParams,\n ): PagedAsyncIterableIterator<Database>;\n /**\n * Creates a new database or updates an existing database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param databaseName The name of the database.\n * @param parameters The required parameters for creating or updating a database.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n serverName: string,\n databaseName: string,\n parameters: Database,\n options?: DatabasesCreateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<DatabasesCreateResponse>, DatabasesCreateResponse>>;\n /**\n * Creates a new database or updates an existing database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param databaseName The name of the database.\n * @param parameters The required parameters for creating or updating a database.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n serverName: string,\n databaseName: string,\n parameters: Database,\n options?: DatabasesCreateOptionalParams,\n ): Promise<DatabasesCreateResponse>;\n /**\n * Deletes a database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param databaseName The name of the database.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n serverName: string,\n databaseName: string,\n options?: DatabasesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param databaseName The name of the database.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n serverName: string,\n databaseName: string,\n options?: DatabasesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets information about a database.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param databaseName The name of the database.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serverName: string,\n databaseName: string,\n options?: DatabasesGetOptionalParams,\n ): Promise<DatabasesGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import type { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
3
|
+
import type { FirewallRule, FirewallRulesListByServerOptionalParams, FirewallRulesCreateOrUpdateOptionalParams, FirewallRulesCreateOrUpdateResponse, FirewallRulesDeleteOptionalParams, FirewallRulesGetOptionalParams, FirewallRulesGetResponse } from "../models/index.js";
|
|
4
|
+
/** Interface representing a FirewallRules. */
|
|
5
|
+
export interface FirewallRules {
|
|
6
|
+
/**
|
|
7
|
+
* List all the firewall rules in a given PostgreSQL server.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param serverName The name of the server.
|
|
10
|
+
* @param options The options parameters.
|
|
11
|
+
*/
|
|
12
|
+
listByServer(resourceGroupName: string, serverName: string, options?: FirewallRulesListByServerOptionalParams): PagedAsyncIterableIterator<FirewallRule>;
|
|
13
|
+
/**
|
|
14
|
+
* Creates a new firewall rule or updates an existing firewall rule.
|
|
15
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
16
|
+
* @param serverName The name of the server.
|
|
17
|
+
* @param firewallRuleName The name of the server firewall rule.
|
|
18
|
+
* @param parameters The required parameters for creating or updating a firewall rule.
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
beginCreateOrUpdate(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FirewallRulesCreateOrUpdateResponse>, FirewallRulesCreateOrUpdateResponse>>;
|
|
22
|
+
/**
|
|
23
|
+
* Creates a new firewall rule or updates an existing firewall rule.
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param serverName The name of the server.
|
|
26
|
+
* @param firewallRuleName The name of the server firewall rule.
|
|
27
|
+
* @param parameters The required parameters for creating or updating a firewall rule.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<FirewallRulesCreateOrUpdateResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* Deletes a PostgreSQL server firewall rule.
|
|
33
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
34
|
+
* @param serverName The name of the server.
|
|
35
|
+
* @param firewallRuleName The name of the server firewall rule.
|
|
36
|
+
* @param options The options parameters.
|
|
37
|
+
*/
|
|
38
|
+
beginDelete(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
39
|
+
/**
|
|
40
|
+
* Deletes a PostgreSQL server firewall rule.
|
|
41
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
42
|
+
* @param serverName The name of the server.
|
|
43
|
+
* @param firewallRuleName The name of the server firewall rule.
|
|
44
|
+
* @param options The options parameters.
|
|
45
|
+
*/
|
|
46
|
+
beginDeleteAndWait(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<void>;
|
|
47
|
+
/**
|
|
48
|
+
* List all the firewall rules in a given server.
|
|
49
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
50
|
+
* @param serverName The name of the server.
|
|
51
|
+
* @param firewallRuleName The name of the server firewall rule.
|
|
52
|
+
* @param options The options parameters.
|
|
53
|
+
*/
|
|
54
|
+
get(resourceGroupName: string, serverName: string, firewallRuleName: string, options?: FirewallRulesGetOptionalParams): Promise<FirewallRulesGetResponse>;
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=firewallRules.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"firewallRules.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/firewallRules.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,YAAY,EACZ,uCAAuC,EACvC,yCAAyC,EACzC,mCAAmC,EACnC,iCAAiC,EACjC,8BAA8B,EAC9B,wBAAwB,EACzB,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,MAAM,WAAW,aAAa;IAC5B;;;;;OAKG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,EAAE,uCAAuC,GAChD,0BAA0B,CAAC,YAAY,CAAC,CAAC;IAC5C;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,MAAM,EACxB,UAAU,EAAE,YAAY,EACxB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,mCAAmC,CAAC,EACnD,mCAAmC,CACpC,CACF,CAAC;IACF;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,MAAM,EACxB,UAAU,EAAE,YAAY,EACxB,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC,CAAC;IAChD;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACtC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
export {};
|
|
9
|
+
//# sourceMappingURL=firewallRules.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"firewallRules.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/firewallRules.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n FirewallRule,\n FirewallRulesListByServerOptionalParams,\n FirewallRulesCreateOrUpdateOptionalParams,\n FirewallRulesCreateOrUpdateResponse,\n FirewallRulesDeleteOptionalParams,\n FirewallRulesGetOptionalParams,\n FirewallRulesGetResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a FirewallRules. */\nexport interface FirewallRules {\n /**\n * List all the firewall rules in a given PostgreSQL server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param options The options parameters.\n */\n listByServer(\n resourceGroupName: string,\n serverName: string,\n options?: FirewallRulesListByServerOptionalParams,\n ): PagedAsyncIterableIterator<FirewallRule>;\n /**\n * Creates a new firewall rule or updates an existing firewall rule.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param firewallRuleName The name of the server firewall rule.\n * @param parameters The required parameters for creating or updating a firewall rule.\n * @param options The options parameters.\n */\n beginCreateOrUpdate(\n resourceGroupName: string,\n serverName: string,\n firewallRuleName: string,\n parameters: FirewallRule,\n options?: FirewallRulesCreateOrUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<FirewallRulesCreateOrUpdateResponse>,\n FirewallRulesCreateOrUpdateResponse\n >\n >;\n /**\n * Creates a new firewall rule or updates an existing firewall rule.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param firewallRuleName The name of the server firewall rule.\n * @param parameters The required parameters for creating or updating a firewall rule.\n * @param options The options parameters.\n */\n beginCreateOrUpdateAndWait(\n resourceGroupName: string,\n serverName: string,\n firewallRuleName: string,\n parameters: FirewallRule,\n options?: FirewallRulesCreateOrUpdateOptionalParams,\n ): Promise<FirewallRulesCreateOrUpdateResponse>;\n /**\n * Deletes a PostgreSQL server firewall rule.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param firewallRuleName The name of the server firewall rule.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n serverName: string,\n firewallRuleName: string,\n options?: FirewallRulesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a PostgreSQL server firewall rule.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param firewallRuleName The name of the server firewall rule.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n serverName: string,\n firewallRuleName: string,\n options?: FirewallRulesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * List all the firewall rules in a given server.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param serverName The name of the server.\n * @param firewallRuleName The name of the server firewall rule.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n serverName: string,\n firewallRuleName: string,\n options?: FirewallRulesGetOptionalParams,\n ): Promise<FirewallRulesGetResponse>;\n}\n"]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
2
|
+
import type { LtrPreBackupRequest, FlexibleServerTriggerLtrPreBackupOptionalParams, FlexibleServerTriggerLtrPreBackupResponse, LtrBackupRequest, FlexibleServerStartLtrBackupOptionalParams, FlexibleServerStartLtrBackupResponse } from "../models/index.js";
|
|
3
|
+
/** Interface representing a FlexibleServer. */
|
|
4
|
+
export interface FlexibleServer {
|
|
5
|
+
/**
|
|
6
|
+
* PreBackup operation performs all the checks that are needed for the subsequent long term retention
|
|
7
|
+
* backup operation to succeed.
|
|
8
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
9
|
+
* @param serverName The name of the server.
|
|
10
|
+
* @param parameters Request body for operation
|
|
11
|
+
* @param options The options parameters.
|
|
12
|
+
*/
|
|
13
|
+
triggerLtrPreBackup(resourceGroupName: string, serverName: string, parameters: LtrPreBackupRequest, options?: FlexibleServerTriggerLtrPreBackupOptionalParams): Promise<FlexibleServerTriggerLtrPreBackupResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* Start the Long Term Retention Backup operation
|
|
16
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
17
|
+
* @param serverName The name of the server.
|
|
18
|
+
* @param parameters Request body for operation
|
|
19
|
+
* @param options The options parameters.
|
|
20
|
+
*/
|
|
21
|
+
beginStartLtrBackup(resourceGroupName: string, serverName: string, parameters: LtrBackupRequest, options?: FlexibleServerStartLtrBackupOptionalParams): Promise<SimplePollerLike<OperationState<FlexibleServerStartLtrBackupResponse>, FlexibleServerStartLtrBackupResponse>>;
|
|
22
|
+
/**
|
|
23
|
+
* Start the Long Term Retention Backup operation
|
|
24
|
+
* @param resourceGroupName The name of the resource group. The name is case insensitive.
|
|
25
|
+
* @param serverName The name of the server.
|
|
26
|
+
* @param parameters Request body for operation
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
beginStartLtrBackupAndWait(resourceGroupName: string, serverName: string, parameters: LtrBackupRequest, options?: FlexibleServerStartLtrBackupOptionalParams): Promise<FlexibleServerStartLtrBackupResponse>;
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=flexibleServer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"flexibleServer.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/flexibleServer.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,mBAAmB,EACnB,+CAA+C,EAC/C,yCAAyC,EACzC,gBAAgB,EAChB,0CAA0C,EAC1C,oCAAoC,EACrC,MAAM,oBAAoB,CAAC;AAE5B,+CAA+C;AAC/C,MAAM,WAAW,cAAc;IAC7B;;;;;;;OAOG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,mBAAmB,EAC/B,OAAO,CAAC,EAAE,+CAA+C,GACxD,OAAO,CAAC,yCAAyC,CAAC,CAAC;IACtD;;;;;;OAMG;IACH,mBAAmB,CACjB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,oCAAoC,CAAC,EACpD,oCAAoC,CACrC,CACF,CAAC;IACF;;;;;;OAMG;IACH,0BAA0B,CACxB,iBAAiB,EAAE,MAAM,EACzB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,gBAAgB,EAC5B,OAAO,CAAC,EAAE,0CAA0C,GACnD,OAAO,CAAC,oCAAoC,CAAC,CAAC;CAClD"}
|