@azure/arm-postgresql-flexible 4.0.0 → 5.0.0
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 +11 -0
- package/LICENSE +21 -0
- package/README.md +70 -82
- package/dist/index.js +3801 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/capabilitiesList.d.ts +2 -0
- package/dist-esm/samples-dev/capabilitiesList.d.ts.map +1 -0
- package/dist-esm/samples-dev/capabilitiesList.js +44 -0
- package/dist-esm/samples-dev/capabilitiesList.js.map +1 -0
- package/dist-esm/samples-dev/configurationGet.d.ts +2 -0
- package/dist-esm/samples-dev/configurationGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationGet.js +32 -0
- package/dist-esm/samples-dev/configurationGet.js.map +1 -0
- package/dist-esm/samples-dev/configurationList.d.ts +2 -0
- package/dist-esm/samples-dev/configurationList.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationList.js +45 -0
- package/dist-esm/samples-dev/configurationList.js.map +1 -0
- package/dist-esm/samples-dev/createADatabase.d.ts +2 -0
- package/dist-esm/samples-dev/createADatabase.d.ts.map +1 -0
- package/dist-esm/samples-dev/createADatabase.js +33 -0
- package/dist-esm/samples-dev/createADatabase.js.map +1 -0
- package/dist-esm/samples-dev/createADatabaseAsAPointInTimeRestore.d.ts +2 -0
- package/dist-esm/samples-dev/createADatabaseAsAPointInTimeRestore.d.ts.map +1 -0
- package/dist-esm/samples-dev/createADatabaseAsAPointInTimeRestore.js +37 -0
- package/dist-esm/samples-dev/createADatabaseAsAPointInTimeRestore.js.map +1 -0
- package/dist-esm/samples-dev/createANewServer.d.ts +2 -0
- package/dist-esm/samples-dev/createANewServer.d.ts.map +1 -0
- package/dist-esm/samples-dev/createANewServer.js +48 -0
- package/dist-esm/samples-dev/createANewServer.js.map +1 -0
- package/dist-esm/samples-dev/deleteADatabase.d.ts +2 -0
- package/dist-esm/samples-dev/deleteADatabase.d.ts.map +1 -0
- package/dist-esm/samples-dev/deleteADatabase.js +32 -0
- package/dist-esm/samples-dev/deleteADatabase.js.map +1 -0
- package/dist-esm/samples-dev/firewallRuleCreate.d.ts +2 -0
- package/dist-esm/samples-dev/firewallRuleCreate.d.ts.map +1 -0
- package/dist-esm/samples-dev/firewallRuleCreate.js +36 -0
- package/dist-esm/samples-dev/firewallRuleCreate.js.map +1 -0
- package/dist-esm/samples-dev/firewallRuleDelete.d.ts +2 -0
- package/dist-esm/samples-dev/firewallRuleDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/firewallRuleDelete.js +32 -0
- package/dist-esm/samples-dev/firewallRuleDelete.js.map +1 -0
- package/dist-esm/samples-dev/firewallRuleList.d.ts +2 -0
- package/dist-esm/samples-dev/firewallRuleList.d.ts.map +1 -0
- package/dist-esm/samples-dev/firewallRuleList.js +45 -0
- package/dist-esm/samples-dev/firewallRuleList.js.map +1 -0
- package/dist-esm/samples-dev/getADatabase.d.ts +2 -0
- package/dist-esm/samples-dev/getADatabase.d.ts.map +1 -0
- package/dist-esm/samples-dev/getADatabase.js +32 -0
- package/dist-esm/samples-dev/getADatabase.js.map +1 -0
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffix.d.ts +2 -0
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffix.js +29 -0
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist-esm/samples-dev/listDatabasesInAServer.d.ts +2 -0
- package/dist-esm/samples-dev/listDatabasesInAServer.d.ts.map +1 -0
- package/dist-esm/samples-dev/listDatabasesInAServer.js +45 -0
- package/dist-esm/samples-dev/listDatabasesInAServer.js.map +1 -0
- package/dist-esm/samples-dev/nameAvailability.d.ts +2 -0
- package/dist-esm/samples-dev/nameAvailability.d.ts.map +1 -0
- package/dist-esm/samples-dev/nameAvailability.js +33 -0
- package/dist-esm/samples-dev/nameAvailability.js.map +1 -0
- package/dist-esm/samples-dev/operationList.d.ts +2 -0
- package/dist-esm/samples-dev/operationList.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationList.js +29 -0
- package/dist-esm/samples-dev/operationList.js.map +1 -0
- package/dist-esm/samples-dev/serverDelete.d.ts +2 -0
- package/dist-esm/samples-dev/serverDelete.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverDelete.js +31 -0
- package/dist-esm/samples-dev/serverDelete.js.map +1 -0
- package/dist-esm/samples-dev/serverGet.d.ts +2 -0
- package/dist-esm/samples-dev/serverGet.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverGet.js +31 -0
- package/dist-esm/samples-dev/serverGet.js.map +1 -0
- package/dist-esm/samples-dev/serverGetWithVnet.d.ts +2 -0
- package/dist-esm/samples-dev/serverGetWithVnet.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverGetWithVnet.js +31 -0
- package/dist-esm/samples-dev/serverGetWithVnet.js.map +1 -0
- package/dist-esm/samples-dev/serverList.d.ts +2 -0
- package/dist-esm/samples-dev/serverList.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverList.js +43 -0
- package/dist-esm/samples-dev/serverList.js.map +1 -0
- package/dist-esm/samples-dev/serverListByResourceGroup.d.ts +2 -0
- package/dist-esm/samples-dev/serverListByResourceGroup.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverListByResourceGroup.js +44 -0
- package/dist-esm/samples-dev/serverListByResourceGroup.js.map +1 -0
- package/dist-esm/samples-dev/serverRestart.d.ts +2 -0
- package/dist-esm/samples-dev/serverRestart.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverRestart.js +31 -0
- package/dist-esm/samples-dev/serverRestart.js.map +1 -0
- package/dist-esm/samples-dev/serverRestartWithFailover.d.ts +2 -0
- package/dist-esm/samples-dev/serverRestartWithFailover.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverRestartWithFailover.js +36 -0
- package/dist-esm/samples-dev/serverRestartWithFailover.js.map +1 -0
- package/dist-esm/samples-dev/serverStart.d.ts +2 -0
- package/dist-esm/samples-dev/serverStart.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverStart.js +31 -0
- package/dist-esm/samples-dev/serverStart.js.map +1 -0
- package/dist-esm/samples-dev/serverStop.d.ts +2 -0
- package/dist-esm/samples-dev/serverStop.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverStop.js +31 -0
- package/dist-esm/samples-dev/serverStop.js.map +1 -0
- package/dist-esm/samples-dev/serverUpdate.d.ts +2 -0
- package/dist-esm/samples-dev/serverUpdate.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverUpdate.js +39 -0
- package/dist-esm/samples-dev/serverUpdate.js.map +1 -0
- package/dist-esm/samples-dev/serverUpdateWithCustomerMaintenanceWindow.d.ts +2 -0
- package/dist-esm/samples-dev/serverUpdateWithCustomerMaintenanceWindow.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverUpdateWithCustomerMaintenanceWindow.js +41 -0
- package/dist-esm/samples-dev/serverUpdateWithCustomerMaintenanceWindow.js.map +1 -0
- package/dist-esm/samples-dev/updateAUserConfiguration.d.ts +2 -0
- package/dist-esm/samples-dev/updateAUserConfiguration.d.ts.map +1 -0
- package/dist-esm/samples-dev/updateAUserConfiguration.js +33 -0
- package/dist-esm/samples-dev/updateAUserConfiguration.js.map +1 -0
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageList.d.ts +2 -0
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageList.d.ts.map +1 -0
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageList.js +33 -0
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageList.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/checkNameAvailabilityMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1104 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +112 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +42 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +794 -808
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +22 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +173 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts +19 -0
- package/dist-esm/src/operations/checkNameAvailability.d.ts.map +1 -0
- package/dist-esm/src/operations/checkNameAvailability.js +49 -0
- package/dist-esm/src/operations/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operations/configurations.d.ts +83 -0
- package/dist-esm/src/operations/configurations.d.ts.map +1 -0
- package/dist-esm/src/operations/configurations.js +343 -0
- package/dist-esm/src/operations/configurations.js.map +1 -0
- package/dist-esm/src/operations/databases.d.ts +81 -0
- package/dist-esm/src/operations/databases.d.ts.map +1 -0
- package/dist-esm/src/operations/databases.js +331 -0
- package/dist-esm/src/operations/databases.js.map +1 -0
- package/dist-esm/src/operations/firewallRules.d.ts +81 -0
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operations/firewallRules.js +331 -0
- package/dist-esm/src/operations/firewallRules.js.map +1 -0
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts +18 -0
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js +46 -0
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts +35 -0
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operations/locationBasedCapabilities.js +132 -0
- package/dist-esm/src/operations/locationBasedCapabilities.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/servers.d.ts +151 -0
- package/dist-esm/src/operations/servers.d.ts.map +1 -0
- package/dist-esm/src/operations/servers.js +717 -0
- package/dist-esm/src/operations/servers.js.map +1 -0
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.d.ts +20 -0
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js +54 -0
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.d.ts.map +1 -0
- package/{src/models/getPrivateDnsZoneSuffixMappers.ts → dist-esm/src/operationsInterfaces/checkNameAvailability.js} +2 -6
- package/dist-esm/src/operationsInterfaces/checkNameAvailability.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
- package/{src/models/checkNameAvailabilityMappers.ts → dist-esm/src/operationsInterfaces/configurations.js} +2 -8
- package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/databases.d.ts.map +1 -0
- package/{esm/models/getPrivateDnsZoneSuffixMappers.js → dist-esm/src/operationsInterfaces/databases.js} +2 -2
- package/dist-esm/src/operationsInterfaces/databases.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.js +9 -0
- package/dist-esm/src/operationsInterfaces/getPrivateDnsZoneSuffix.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +17 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.js +9 -0
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts +115 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/servers.js} +2 -1
- package/dist-esm/src/operationsInterfaces/servers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualNetworkSubnetUsage.js.map +1 -0
- package/dist-esm/src/postgreSQLManagementClient.d.ts +26 -0
- package/dist-esm/src/postgreSQLManagementClient.d.ts.map +1 -0
- package/dist-esm/src/postgreSQLManagementClient.js +59 -0
- package/dist-esm/src/postgreSQLManagementClient.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +80 -33
- package/review/arm-postgresql-flexible.api.md +865 -0
- package/rollup.config.js +181 -30
- package/src/{models/operationsMappers.ts → index.ts} +4 -8
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +896 -1332
- package/src/models/mappers.ts +790 -799
- package/src/models/parameters.ts +130 -45
- package/src/operations/checkNameAvailability.ts +35 -57
- package/src/operations/configurations.ts +356 -200
- package/src/operations/databases.ts +355 -212
- package/src/operations/firewallRules.ts +355 -212
- package/src/operations/getPrivateDnsZoneSuffix.ts +28 -47
- package/src/operations/index.ts +1 -2
- package/src/operations/locationBasedCapabilities.ts +109 -79
- package/src/operations/operations.ts +27 -41
- package/src/operations/servers.ts +745 -419
- package/src/operations/virtualNetworkSubnetUsage.ts +40 -57
- package/src/operationsInterfaces/checkNameAvailability.ts +26 -0
- package/src/operationsInterfaces/configurations.ts +119 -0
- package/src/operationsInterfaces/databases.ts +109 -0
- package/src/operationsInterfaces/firewallRules.ts +109 -0
- package/src/operationsInterfaces/getPrivateDnsZoneSuffix.ts +23 -0
- package/src/operationsInterfaces/index.ts +17 -0
- package/src/operationsInterfaces/locationBasedCapabilities.ts +27 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/servers.ts +202 -0
- package/src/operationsInterfaces/virtualNetworkSubnetUsage.ts +28 -0
- package/src/postgreSQLManagementClient.ts +97 -49
- package/tsconfig.json +5 -4
- package/types/arm-postgresql-flexible.d.ts +1581 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-postgresql-flexible.js +0 -3448
- package/dist/arm-postgresql-flexible.js.map +0 -1
- package/dist/arm-postgresql-flexible.min.js +0 -1
- package/dist/arm-postgresql-flexible.min.js.map +0 -1
- package/esm/models/checkNameAvailabilityMappers.d.ts +0 -2
- package/esm/models/checkNameAvailabilityMappers.d.ts.map +0 -1
- package/esm/models/checkNameAvailabilityMappers.js.map +0 -1
- package/esm/models/configurationsMappers.d.ts +0 -2
- package/esm/models/configurationsMappers.d.ts.map +0 -1
- package/esm/models/configurationsMappers.js +0 -9
- package/esm/models/configurationsMappers.js.map +0 -1
- package/esm/models/databasesMappers.d.ts +0 -2
- package/esm/models/databasesMappers.d.ts.map +0 -1
- package/esm/models/databasesMappers.js +0 -9
- package/esm/models/databasesMappers.js.map +0 -1
- package/esm/models/firewallRulesMappers.d.ts +0 -2
- package/esm/models/firewallRulesMappers.d.ts.map +0 -1
- package/esm/models/firewallRulesMappers.js +0 -9
- package/esm/models/firewallRulesMappers.js.map +0 -1
- package/esm/models/getPrivateDnsZoneSuffixMappers.d.ts +0 -2
- package/esm/models/getPrivateDnsZoneSuffixMappers.d.ts.map +0 -1
- package/esm/models/getPrivateDnsZoneSuffixMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1558
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationBasedCapabilitiesMappers.d.ts +0 -2
- package/esm/models/locationBasedCapabilitiesMappers.d.ts.map +0 -1
- package/esm/models/locationBasedCapabilitiesMappers.js +0 -9
- package/esm/models/locationBasedCapabilitiesMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -44
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -12
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -120
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/serversMappers.d.ts +0 -2
- package/esm/models/serversMappers.d.ts.map +0 -1
- package/esm/models/serversMappers.js +0 -9
- package/esm/models/serversMappers.js.map +0 -1
- package/esm/models/virtualNetworkSubnetUsageMappers.d.ts +0 -2
- package/esm/models/virtualNetworkSubnetUsageMappers.d.ts.map +0 -1
- package/esm/models/virtualNetworkSubnetUsageMappers.js +0 -9
- package/esm/models/virtualNetworkSubnetUsageMappers.js.map +0 -1
- package/esm/operations/checkNameAvailability.d.ts +0 -34
- package/esm/operations/checkNameAvailability.d.ts.map +0 -1
- package/esm/operations/checkNameAvailability.js +0 -59
- package/esm/operations/checkNameAvailability.js.map +0 -1
- package/esm/operations/configurations.d.ts +0 -117
- package/esm/operations/configurations.d.ts.map +0 -1
- package/esm/operations/configurations.js +0 -242
- package/esm/operations/configurations.js.map +0 -1
- package/esm/operations/databases.d.ts +0 -115
- package/esm/operations/databases.d.ts.map +0 -1
- package/esm/operations/databases.js +0 -237
- package/esm/operations/databases.js.map +0 -1
- package/esm/operations/firewallRules.d.ts +0 -115
- package/esm/operations/firewallRules.d.ts.map +0 -1
- package/esm/operations/firewallRules.js +0 -237
- package/esm/operations/firewallRules.js.map +0 -1
- package/esm/operations/getPrivateDnsZoneSuffix.d.ts +0 -28
- package/esm/operations/getPrivateDnsZoneSuffix.d.ts.map +0 -1
- package/esm/operations/getPrivateDnsZoneSuffix.js +0 -55
- package/esm/operations/getPrivateDnsZoneSuffix.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locationBasedCapabilities.d.ts +0 -49
- package/esm/operations/locationBasedCapabilities.d.ts.map +0 -1
- package/esm/operations/locationBasedCapabilities.js +0 -84
- package/esm/operations/locationBasedCapabilities.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/servers.d.ts +0 -206
- package/esm/operations/servers.d.ts.map +0 -1
- package/esm/operations/servers.js +0 -491
- package/esm/operations/servers.js.map +0 -1
- package/esm/operations/virtualNetworkSubnetUsage.d.ts +0 -34
- package/esm/operations/virtualNetworkSubnetUsage.d.ts.map +0 -1
- package/esm/operations/virtualNetworkSubnetUsage.js +0 -61
- package/esm/operations/virtualNetworkSubnetUsage.js.map +0 -1
- package/esm/postgreSQLManagementClient.d.ts +0 -32
- package/esm/postgreSQLManagementClient.d.ts.map +0 -1
- package/esm/postgreSQLManagementClient.js +0 -45
- package/esm/postgreSQLManagementClient.js.map +0 -1
- package/esm/postgreSQLManagementClientContext.d.ts +0 -22
- package/esm/postgreSQLManagementClientContext.d.ts.map +0 -1
- package/esm/postgreSQLManagementClientContext.js +0 -60
- package/esm/postgreSQLManagementClientContext.js.map +0 -1
- package/src/models/configurationsMappers.ts +0 -30
- package/src/models/databasesMappers.ts +0 -30
- package/src/models/firewallRulesMappers.ts +0 -30
- package/src/models/locationBasedCapabilitiesMappers.ts +0 -22
- package/src/models/serversMappers.ts +0 -32
- package/src/models/virtualNetworkSubnetUsageMappers.ts +0 -16
- package/src/postgreSQLManagementClientContext.ts +0 -67
package/esm/models/index.d.ts
DELETED
|
@@ -1,1558 +0,0 @@
|
|
|
1
|
-
import { BaseResource, CloudError, AzureServiceClientOptions } from "@azure/ms-rest-azure-js";
|
|
2
|
-
import * as msRest from "@azure/ms-rest-js";
|
|
3
|
-
export { BaseResource, CloudError };
|
|
4
|
-
/**
|
|
5
|
-
* Virtual network subnet usage parameter
|
|
6
|
-
*/
|
|
7
|
-
export interface VirtualNetworkSubnetUsageParameter {
|
|
8
|
-
/**
|
|
9
|
-
* Virtual network resource id.
|
|
10
|
-
*/
|
|
11
|
-
virtualNetworkArmResourceId?: string;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Delegated subnet usage data.
|
|
15
|
-
*/
|
|
16
|
-
export interface DelegatedSubnetUsage {
|
|
17
|
-
/**
|
|
18
|
-
* name of the subnet
|
|
19
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
20
|
-
*/
|
|
21
|
-
readonly subnetName?: string;
|
|
22
|
-
/**
|
|
23
|
-
* Number of used delegated subnets
|
|
24
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
25
|
-
*/
|
|
26
|
-
readonly usage?: number;
|
|
27
|
-
}
|
|
28
|
-
/**
|
|
29
|
-
* Virtual network subnet usage data.
|
|
30
|
-
*/
|
|
31
|
-
export interface VirtualNetworkSubnetUsageResult {
|
|
32
|
-
/**
|
|
33
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
34
|
-
*/
|
|
35
|
-
readonly delegatedSubnetsUsage?: DelegatedSubnetUsage[];
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* storage size in MB capability
|
|
39
|
-
*/
|
|
40
|
-
export interface StorageMBCapability {
|
|
41
|
-
/**
|
|
42
|
-
* storage MB name
|
|
43
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
44
|
-
*/
|
|
45
|
-
readonly name?: string;
|
|
46
|
-
/**
|
|
47
|
-
* supported IOPS
|
|
48
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
49
|
-
*/
|
|
50
|
-
readonly supportedIops?: number;
|
|
51
|
-
/**
|
|
52
|
-
* storage size in MB
|
|
53
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
54
|
-
*/
|
|
55
|
-
readonly storageSizeMB?: number;
|
|
56
|
-
/**
|
|
57
|
-
* The status
|
|
58
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
59
|
-
*/
|
|
60
|
-
readonly status?: string;
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* Vcores capability
|
|
64
|
-
*/
|
|
65
|
-
export interface VcoreCapability {
|
|
66
|
-
/**
|
|
67
|
-
* vCore name
|
|
68
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
69
|
-
*/
|
|
70
|
-
readonly name?: string;
|
|
71
|
-
/**
|
|
72
|
-
* supported vCores
|
|
73
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
74
|
-
*/
|
|
75
|
-
readonly vCores?: number;
|
|
76
|
-
/**
|
|
77
|
-
* supported IOPS
|
|
78
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
79
|
-
*/
|
|
80
|
-
readonly supportedIops?: number;
|
|
81
|
-
/**
|
|
82
|
-
* supported memory per vCore in MB
|
|
83
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
84
|
-
*/
|
|
85
|
-
readonly supportedMemoryPerVcoreMB?: number;
|
|
86
|
-
/**
|
|
87
|
-
* The status
|
|
88
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
89
|
-
*/
|
|
90
|
-
readonly status?: string;
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* Server version capabilities.
|
|
94
|
-
*/
|
|
95
|
-
export interface ServerVersionCapability {
|
|
96
|
-
/**
|
|
97
|
-
* server version
|
|
98
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
99
|
-
*/
|
|
100
|
-
readonly name?: string;
|
|
101
|
-
/**
|
|
102
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
103
|
-
*/
|
|
104
|
-
readonly supportedVcores?: VcoreCapability[];
|
|
105
|
-
/**
|
|
106
|
-
* The status
|
|
107
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
108
|
-
*/
|
|
109
|
-
readonly status?: string;
|
|
110
|
-
}
|
|
111
|
-
/**
|
|
112
|
-
* storage edition capability
|
|
113
|
-
*/
|
|
114
|
-
export interface StorageEditionCapability {
|
|
115
|
-
/**
|
|
116
|
-
* storage edition name
|
|
117
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
118
|
-
*/
|
|
119
|
-
readonly name?: string;
|
|
120
|
-
/**
|
|
121
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
122
|
-
*/
|
|
123
|
-
readonly supportedStorageMB?: StorageMBCapability[];
|
|
124
|
-
/**
|
|
125
|
-
* The status
|
|
126
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
127
|
-
*/
|
|
128
|
-
readonly status?: string;
|
|
129
|
-
}
|
|
130
|
-
/**
|
|
131
|
-
* node type capability
|
|
132
|
-
*/
|
|
133
|
-
export interface NodeTypeCapability {
|
|
134
|
-
/**
|
|
135
|
-
* note type name
|
|
136
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
137
|
-
*/
|
|
138
|
-
readonly name?: string;
|
|
139
|
-
/**
|
|
140
|
-
* note type
|
|
141
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
142
|
-
*/
|
|
143
|
-
readonly nodeType?: string;
|
|
144
|
-
/**
|
|
145
|
-
* The status
|
|
146
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
147
|
-
*/
|
|
148
|
-
readonly status?: string;
|
|
149
|
-
}
|
|
150
|
-
/**
|
|
151
|
-
* Flexible server edition capabilities.
|
|
152
|
-
*/
|
|
153
|
-
export interface FlexibleServerEditionCapability {
|
|
154
|
-
/**
|
|
155
|
-
* Server edition name
|
|
156
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
157
|
-
*/
|
|
158
|
-
readonly name?: string;
|
|
159
|
-
/**
|
|
160
|
-
* The list of editions supported by this server edition.
|
|
161
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
162
|
-
*/
|
|
163
|
-
readonly supportedStorageEditions?: StorageEditionCapability[];
|
|
164
|
-
/**
|
|
165
|
-
* The list of server versions supported by this server edition.
|
|
166
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
167
|
-
*/
|
|
168
|
-
readonly supportedServerVersions?: ServerVersionCapability[];
|
|
169
|
-
/**
|
|
170
|
-
* The status
|
|
171
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
172
|
-
*/
|
|
173
|
-
readonly status?: string;
|
|
174
|
-
}
|
|
175
|
-
/**
|
|
176
|
-
* Hyperscale node edition capabilities.
|
|
177
|
-
*/
|
|
178
|
-
export interface HyperscaleNodeEditionCapability {
|
|
179
|
-
/**
|
|
180
|
-
* Server edition name
|
|
181
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
182
|
-
*/
|
|
183
|
-
readonly name?: string;
|
|
184
|
-
/**
|
|
185
|
-
* The list of editions supported by this server edition.
|
|
186
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
187
|
-
*/
|
|
188
|
-
readonly supportedStorageEditions?: StorageEditionCapability[];
|
|
189
|
-
/**
|
|
190
|
-
* The list of server versions supported by this server edition.
|
|
191
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
192
|
-
*/
|
|
193
|
-
readonly supportedServerVersions?: ServerVersionCapability[];
|
|
194
|
-
/**
|
|
195
|
-
* The list of Node Types supported by this server edition.
|
|
196
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
197
|
-
*/
|
|
198
|
-
readonly supportedNodeTypes?: NodeTypeCapability[];
|
|
199
|
-
/**
|
|
200
|
-
* The status
|
|
201
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
202
|
-
*/
|
|
203
|
-
readonly status?: string;
|
|
204
|
-
}
|
|
205
|
-
/**
|
|
206
|
-
* Location capabilities.
|
|
207
|
-
*/
|
|
208
|
-
export interface CapabilityProperties {
|
|
209
|
-
/**
|
|
210
|
-
* zone name
|
|
211
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
212
|
-
*/
|
|
213
|
-
readonly zone?: string;
|
|
214
|
-
/**
|
|
215
|
-
* A value indicating whether a new server in this region can have geo-backups to paired region.
|
|
216
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
217
|
-
*/
|
|
218
|
-
readonly geoBackupSupported?: boolean;
|
|
219
|
-
/**
|
|
220
|
-
* A value indicating whether a new server in this region can support multi zone HA.
|
|
221
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
222
|
-
*/
|
|
223
|
-
readonly zoneRedundantHaSupported?: boolean;
|
|
224
|
-
/**
|
|
225
|
-
* A value indicating whether a new server in this region can have geo-backups to paired region.
|
|
226
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
227
|
-
*/
|
|
228
|
-
readonly zoneRedundantHaAndGeoBackupSupported?: boolean;
|
|
229
|
-
/**
|
|
230
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
231
|
-
*/
|
|
232
|
-
readonly supportedFlexibleServerEditions?: FlexibleServerEditionCapability[];
|
|
233
|
-
/**
|
|
234
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
235
|
-
*/
|
|
236
|
-
readonly supportedHyperscaleNodeEditions?: HyperscaleNodeEditionCapability[];
|
|
237
|
-
/**
|
|
238
|
-
* The status
|
|
239
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
240
|
-
*/
|
|
241
|
-
readonly status?: string;
|
|
242
|
-
}
|
|
243
|
-
/**
|
|
244
|
-
* Storage properties of a server
|
|
245
|
-
*/
|
|
246
|
-
export interface Storage {
|
|
247
|
-
/**
|
|
248
|
-
* Max storage allowed for a server.
|
|
249
|
-
*/
|
|
250
|
-
storageSizeGB?: number;
|
|
251
|
-
}
|
|
252
|
-
/**
|
|
253
|
-
* Backup properties of a server
|
|
254
|
-
*/
|
|
255
|
-
export interface Backup {
|
|
256
|
-
/**
|
|
257
|
-
* Backup retention days for the server.
|
|
258
|
-
*/
|
|
259
|
-
backupRetentionDays?: number;
|
|
260
|
-
/**
|
|
261
|
-
* A value indicating whether Geo-Redundant backup is enabled on the server. Possible values
|
|
262
|
-
* include: 'Enabled', 'Disabled'
|
|
263
|
-
*/
|
|
264
|
-
geoRedundantBackup?: GeoRedundantBackupEnum;
|
|
265
|
-
/**
|
|
266
|
-
* The earliest restore point time (ISO8601 format) for server.
|
|
267
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
268
|
-
*/
|
|
269
|
-
readonly earliestRestoreDate?: Date;
|
|
270
|
-
}
|
|
271
|
-
/**
|
|
272
|
-
* Network properties of a server
|
|
273
|
-
*/
|
|
274
|
-
export interface Network {
|
|
275
|
-
/**
|
|
276
|
-
* public network access is enabled or not. Possible values include: 'Enabled', 'Disabled'
|
|
277
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
278
|
-
*/
|
|
279
|
-
readonly publicNetworkAccess?: ServerPublicNetworkAccessState;
|
|
280
|
-
/**
|
|
281
|
-
* delegated subnet arm resource id.
|
|
282
|
-
*/
|
|
283
|
-
delegatedSubnetResourceId?: string;
|
|
284
|
-
/**
|
|
285
|
-
* private dns zone arm resource id.
|
|
286
|
-
*/
|
|
287
|
-
privateDnsZoneArmResourceId?: string;
|
|
288
|
-
}
|
|
289
|
-
/**
|
|
290
|
-
* High availability properties of a server
|
|
291
|
-
*/
|
|
292
|
-
export interface HighAvailability {
|
|
293
|
-
/**
|
|
294
|
-
* The HA mode for the server. Possible values include: 'Disabled', 'ZoneRedundant'
|
|
295
|
-
*/
|
|
296
|
-
mode?: HighAvailabilityMode;
|
|
297
|
-
/**
|
|
298
|
-
* A state of a HA server that is visible to user. Possible values include: 'NotEnabled',
|
|
299
|
-
* 'CreatingStandby', 'ReplicatingData', 'FailingOver', 'Healthy', 'RemovingStandby'
|
|
300
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
301
|
-
*/
|
|
302
|
-
readonly state?: ServerHAState;
|
|
303
|
-
/**
|
|
304
|
-
* availability zone information of the standby.
|
|
305
|
-
*/
|
|
306
|
-
standbyAvailabilityZone?: string;
|
|
307
|
-
}
|
|
308
|
-
/**
|
|
309
|
-
* Maintenance window properties of a server.
|
|
310
|
-
*/
|
|
311
|
-
export interface MaintenanceWindow {
|
|
312
|
-
/**
|
|
313
|
-
* indicates whether custom window is enabled or disabled
|
|
314
|
-
*/
|
|
315
|
-
customWindow?: string;
|
|
316
|
-
/**
|
|
317
|
-
* start hour for maintenance window
|
|
318
|
-
*/
|
|
319
|
-
startHour?: number;
|
|
320
|
-
/**
|
|
321
|
-
* start minute for maintenance window
|
|
322
|
-
*/
|
|
323
|
-
startMinute?: number;
|
|
324
|
-
/**
|
|
325
|
-
* day of week for maintenance window
|
|
326
|
-
*/
|
|
327
|
-
dayOfWeek?: number;
|
|
328
|
-
}
|
|
329
|
-
/**
|
|
330
|
-
* Sku information related properties of a server.
|
|
331
|
-
*/
|
|
332
|
-
export interface Sku {
|
|
333
|
-
/**
|
|
334
|
-
* The name of the sku, typically, tier + family + cores, e.g. Standard_D4s_v3.
|
|
335
|
-
*/
|
|
336
|
-
name: string;
|
|
337
|
-
/**
|
|
338
|
-
* The tier of the particular SKU, e.g. Burstable. Possible values include: 'Burstable',
|
|
339
|
-
* 'GeneralPurpose', 'MemoryOptimized'
|
|
340
|
-
*/
|
|
341
|
-
tier: SkuTier;
|
|
342
|
-
}
|
|
343
|
-
/**
|
|
344
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
345
|
-
*/
|
|
346
|
-
export interface SystemData {
|
|
347
|
-
/**
|
|
348
|
-
* The identity that created the resource.
|
|
349
|
-
*/
|
|
350
|
-
createdBy?: string;
|
|
351
|
-
/**
|
|
352
|
-
* The type of identity that created the resource. Possible values include: 'User',
|
|
353
|
-
* 'Application', 'ManagedIdentity', 'Key'
|
|
354
|
-
*/
|
|
355
|
-
createdByType?: CreatedByType;
|
|
356
|
-
/**
|
|
357
|
-
* The timestamp of resource creation (UTC).
|
|
358
|
-
*/
|
|
359
|
-
createdAt?: Date;
|
|
360
|
-
/**
|
|
361
|
-
* The identity that last modified the resource.
|
|
362
|
-
*/
|
|
363
|
-
lastModifiedBy?: string;
|
|
364
|
-
/**
|
|
365
|
-
* The type of identity that last modified the resource. Possible values include: 'User',
|
|
366
|
-
* 'Application', 'ManagedIdentity', 'Key'
|
|
367
|
-
*/
|
|
368
|
-
lastModifiedByType?: CreatedByType;
|
|
369
|
-
/**
|
|
370
|
-
* The timestamp of resource last modification (UTC)
|
|
371
|
-
*/
|
|
372
|
-
lastModifiedAt?: Date;
|
|
373
|
-
}
|
|
374
|
-
/**
|
|
375
|
-
* Common fields that are returned in the response for all Azure Resource Manager resources
|
|
376
|
-
* @summary Resource
|
|
377
|
-
*/
|
|
378
|
-
export interface Resource extends BaseResource {
|
|
379
|
-
/**
|
|
380
|
-
* Fully qualified resource ID for the resource. Ex -
|
|
381
|
-
* /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
382
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
383
|
-
*/
|
|
384
|
-
readonly id?: string;
|
|
385
|
-
/**
|
|
386
|
-
* The name of the resource
|
|
387
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
388
|
-
*/
|
|
389
|
-
readonly name?: string;
|
|
390
|
-
/**
|
|
391
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
|
|
392
|
-
* "Microsoft.Storage/storageAccounts"
|
|
393
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
394
|
-
*/
|
|
395
|
-
readonly type?: string;
|
|
396
|
-
}
|
|
397
|
-
/**
|
|
398
|
-
* The resource model definition for an Azure Resource Manager tracked top level resource which has
|
|
399
|
-
* 'tags' and a 'location'
|
|
400
|
-
* @summary Tracked Resource
|
|
401
|
-
*/
|
|
402
|
-
export interface TrackedResource extends Resource {
|
|
403
|
-
/**
|
|
404
|
-
* Resource tags.
|
|
405
|
-
*/
|
|
406
|
-
tags?: {
|
|
407
|
-
[propertyName: string]: string;
|
|
408
|
-
};
|
|
409
|
-
/**
|
|
410
|
-
* The geo-location where the resource lives
|
|
411
|
-
*/
|
|
412
|
-
location: string;
|
|
413
|
-
}
|
|
414
|
-
/**
|
|
415
|
-
* Represents a server.
|
|
416
|
-
*/
|
|
417
|
-
export interface Server extends TrackedResource {
|
|
418
|
-
/**
|
|
419
|
-
* The SKU (pricing tier) of the server.
|
|
420
|
-
*/
|
|
421
|
-
sku?: Sku;
|
|
422
|
-
/**
|
|
423
|
-
* The administrator's login name of a server. Can only be specified when the server is being
|
|
424
|
-
* created (and is required for creation).
|
|
425
|
-
*/
|
|
426
|
-
administratorLogin?: string;
|
|
427
|
-
/**
|
|
428
|
-
* The administrator login password (required for server creation).
|
|
429
|
-
*/
|
|
430
|
-
administratorLoginPassword?: string;
|
|
431
|
-
/**
|
|
432
|
-
* PostgreSQL Server version. Possible values include: '13', '12', '11'
|
|
433
|
-
*/
|
|
434
|
-
version?: ServerVersion;
|
|
435
|
-
/**
|
|
436
|
-
* The minor version of the server.
|
|
437
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
438
|
-
*/
|
|
439
|
-
readonly minorVersion?: string;
|
|
440
|
-
/**
|
|
441
|
-
* A state of a server that is visible to user. Possible values include: 'Ready', 'Dropping',
|
|
442
|
-
* 'Disabled', 'Starting', 'Stopping', 'Stopped', 'Updating'
|
|
443
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
444
|
-
*/
|
|
445
|
-
readonly state?: ServerState;
|
|
446
|
-
/**
|
|
447
|
-
* The fully qualified domain name of a server.
|
|
448
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
449
|
-
*/
|
|
450
|
-
readonly fullyQualifiedDomainName?: string;
|
|
451
|
-
/**
|
|
452
|
-
* Storage properties of a server.
|
|
453
|
-
*/
|
|
454
|
-
storage?: Storage;
|
|
455
|
-
/**
|
|
456
|
-
* Backup properties of a server.
|
|
457
|
-
*/
|
|
458
|
-
backup?: Backup;
|
|
459
|
-
/**
|
|
460
|
-
* Network properties of a server.
|
|
461
|
-
*/
|
|
462
|
-
network?: Network;
|
|
463
|
-
/**
|
|
464
|
-
* High availability properties of a server.
|
|
465
|
-
*/
|
|
466
|
-
highAvailability?: HighAvailability;
|
|
467
|
-
/**
|
|
468
|
-
* Maintenance window properties of a server.
|
|
469
|
-
*/
|
|
470
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
471
|
-
/**
|
|
472
|
-
* The source server resource ID to restore from. It's required when 'createMode' is
|
|
473
|
-
* 'PointInTimeRestore'.
|
|
474
|
-
*/
|
|
475
|
-
sourceServerResourceId?: string;
|
|
476
|
-
/**
|
|
477
|
-
* Restore point creation time (ISO8601 format), specifying the time to restore from. It's
|
|
478
|
-
* required when 'createMode' is 'PointInTimeRestore'.
|
|
479
|
-
*/
|
|
480
|
-
pointInTimeUTC?: Date;
|
|
481
|
-
/**
|
|
482
|
-
* availability zone information of the server.
|
|
483
|
-
*/
|
|
484
|
-
availabilityZone?: string;
|
|
485
|
-
/**
|
|
486
|
-
* The mode to create a new PostgreSQL server. Possible values include: 'Default', 'Create',
|
|
487
|
-
* 'Update', 'PointInTimeRestore'
|
|
488
|
-
*/
|
|
489
|
-
createMode?: CreateMode;
|
|
490
|
-
/**
|
|
491
|
-
* Application-specific metadata in the form of key-value pairs.
|
|
492
|
-
*/
|
|
493
|
-
serverTags?: {
|
|
494
|
-
[propertyName: string]: string;
|
|
495
|
-
};
|
|
496
|
-
/**
|
|
497
|
-
* The system metadata relating to this resource.
|
|
498
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
499
|
-
*/
|
|
500
|
-
readonly systemData?: SystemData;
|
|
501
|
-
}
|
|
502
|
-
/**
|
|
503
|
-
* Represents a server to be updated.
|
|
504
|
-
*/
|
|
505
|
-
export interface ServerForUpdate {
|
|
506
|
-
/**
|
|
507
|
-
* The location the resource resides in.
|
|
508
|
-
*/
|
|
509
|
-
location?: string;
|
|
510
|
-
/**
|
|
511
|
-
* The SKU (pricing tier) of the server.
|
|
512
|
-
*/
|
|
513
|
-
sku?: Sku;
|
|
514
|
-
/**
|
|
515
|
-
* The password of the administrator login.
|
|
516
|
-
*/
|
|
517
|
-
administratorLoginPassword?: string;
|
|
518
|
-
/**
|
|
519
|
-
* Storage properties of a server.
|
|
520
|
-
*/
|
|
521
|
-
storage?: Storage;
|
|
522
|
-
/**
|
|
523
|
-
* Backup properties of a server.
|
|
524
|
-
*/
|
|
525
|
-
backup?: Backup;
|
|
526
|
-
/**
|
|
527
|
-
* High availability properties of a server.
|
|
528
|
-
*/
|
|
529
|
-
highAvailability?: HighAvailability;
|
|
530
|
-
/**
|
|
531
|
-
* Maintenance window properties of a server.
|
|
532
|
-
*/
|
|
533
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
534
|
-
/**
|
|
535
|
-
* The mode to update a new PostgreSQL server. Possible values include: 'Default', 'Update'
|
|
536
|
-
*/
|
|
537
|
-
createMode?: CreateModeForUpdate;
|
|
538
|
-
/**
|
|
539
|
-
* Application-specific metadata in the form of key-value pairs.
|
|
540
|
-
*/
|
|
541
|
-
tags?: {
|
|
542
|
-
[propertyName: string]: string;
|
|
543
|
-
};
|
|
544
|
-
}
|
|
545
|
-
/**
|
|
546
|
-
* The resource model definition for a Azure Resource Manager proxy resource. It will not have tags
|
|
547
|
-
* and a location
|
|
548
|
-
* @summary Proxy Resource
|
|
549
|
-
*/
|
|
550
|
-
export interface ProxyResource extends Resource {
|
|
551
|
-
}
|
|
552
|
-
/**
|
|
553
|
-
* Represents a server firewall rule.
|
|
554
|
-
*/
|
|
555
|
-
export interface FirewallRule extends ProxyResource {
|
|
556
|
-
/**
|
|
557
|
-
* The start IP address of the server firewall rule. Must be IPv4 format.
|
|
558
|
-
*/
|
|
559
|
-
startIpAddress: string;
|
|
560
|
-
/**
|
|
561
|
-
* The end IP address of the server firewall rule. Must be IPv4 format.
|
|
562
|
-
*/
|
|
563
|
-
endIpAddress: string;
|
|
564
|
-
/**
|
|
565
|
-
* The system metadata relating to this resource.
|
|
566
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
567
|
-
*/
|
|
568
|
-
readonly systemData?: SystemData;
|
|
569
|
-
}
|
|
570
|
-
/**
|
|
571
|
-
* Represents a Configuration.
|
|
572
|
-
*/
|
|
573
|
-
export interface Configuration extends ProxyResource {
|
|
574
|
-
/**
|
|
575
|
-
* Value of the configuration.
|
|
576
|
-
*/
|
|
577
|
-
value?: string;
|
|
578
|
-
/**
|
|
579
|
-
* Description of the configuration.
|
|
580
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
581
|
-
*/
|
|
582
|
-
readonly description?: string;
|
|
583
|
-
/**
|
|
584
|
-
* Default value of the configuration.
|
|
585
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
586
|
-
*/
|
|
587
|
-
readonly defaultValue?: string;
|
|
588
|
-
/**
|
|
589
|
-
* Data type of the configuration. Possible values include: 'Boolean', 'Numeric', 'Integer',
|
|
590
|
-
* 'Enumeration'
|
|
591
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
592
|
-
*/
|
|
593
|
-
readonly dataType?: ConfigurationDataType;
|
|
594
|
-
/**
|
|
595
|
-
* Allowed values of the configuration.
|
|
596
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
597
|
-
*/
|
|
598
|
-
readonly allowedValues?: string;
|
|
599
|
-
/**
|
|
600
|
-
* Source of the configuration.
|
|
601
|
-
*/
|
|
602
|
-
source?: string;
|
|
603
|
-
/**
|
|
604
|
-
* The system metadata relating to this resource.
|
|
605
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
606
|
-
*/
|
|
607
|
-
readonly systemData?: SystemData;
|
|
608
|
-
}
|
|
609
|
-
/**
|
|
610
|
-
* Display metadata associated with the operation.
|
|
611
|
-
*/
|
|
612
|
-
export interface OperationDisplay {
|
|
613
|
-
/**
|
|
614
|
-
* Operation resource provider name.
|
|
615
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
616
|
-
*/
|
|
617
|
-
readonly provider?: string;
|
|
618
|
-
/**
|
|
619
|
-
* Resource on which the operation is performed.
|
|
620
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
621
|
-
*/
|
|
622
|
-
readonly resource?: string;
|
|
623
|
-
/**
|
|
624
|
-
* Localized friendly name for the operation.
|
|
625
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
626
|
-
*/
|
|
627
|
-
readonly operation?: string;
|
|
628
|
-
/**
|
|
629
|
-
* Operation description.
|
|
630
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
631
|
-
*/
|
|
632
|
-
readonly description?: string;
|
|
633
|
-
}
|
|
634
|
-
/**
|
|
635
|
-
* REST API operation definition.
|
|
636
|
-
*/
|
|
637
|
-
export interface Operation {
|
|
638
|
-
/**
|
|
639
|
-
* The name of the operation being performed on this particular object.
|
|
640
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
641
|
-
*/
|
|
642
|
-
readonly name?: string;
|
|
643
|
-
/**
|
|
644
|
-
* The localized display information for this particular operation or action.
|
|
645
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
646
|
-
*/
|
|
647
|
-
readonly display?: OperationDisplay;
|
|
648
|
-
/**
|
|
649
|
-
* Indicates whether the operation is a data action
|
|
650
|
-
*/
|
|
651
|
-
isDataAction?: boolean;
|
|
652
|
-
/**
|
|
653
|
-
* The intended executor of the operation. Possible values include: 'NotSpecified', 'user',
|
|
654
|
-
* 'system'
|
|
655
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
656
|
-
*/
|
|
657
|
-
readonly origin?: OperationOrigin;
|
|
658
|
-
/**
|
|
659
|
-
* Additional descriptions for the operation.
|
|
660
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
661
|
-
*/
|
|
662
|
-
readonly properties?: {
|
|
663
|
-
[propertyName: string]: any;
|
|
664
|
-
};
|
|
665
|
-
}
|
|
666
|
-
/**
|
|
667
|
-
* A list of resource provider operations.
|
|
668
|
-
*/
|
|
669
|
-
export interface OperationListResult {
|
|
670
|
-
/**
|
|
671
|
-
* Collection of available operation details
|
|
672
|
-
*/
|
|
673
|
-
value?: Operation[];
|
|
674
|
-
/**
|
|
675
|
-
* URL client should use to fetch the next page (per server side paging).
|
|
676
|
-
* It's null for now, added for future use.
|
|
677
|
-
*/
|
|
678
|
-
nextLink?: string;
|
|
679
|
-
}
|
|
680
|
-
/**
|
|
681
|
-
* Request from client to check resource name availability.
|
|
682
|
-
*/
|
|
683
|
-
export interface NameAvailabilityRequest {
|
|
684
|
-
/**
|
|
685
|
-
* Resource name to verify.
|
|
686
|
-
*/
|
|
687
|
-
name: string;
|
|
688
|
-
/**
|
|
689
|
-
* Resource type used for verification.
|
|
690
|
-
*/
|
|
691
|
-
type?: string;
|
|
692
|
-
}
|
|
693
|
-
/**
|
|
694
|
-
* Represents a resource name availability.
|
|
695
|
-
*/
|
|
696
|
-
export interface NameAvailability {
|
|
697
|
-
/**
|
|
698
|
-
* Error Message.
|
|
699
|
-
*/
|
|
700
|
-
message?: string;
|
|
701
|
-
/**
|
|
702
|
-
* Indicates whether the resource name is available.
|
|
703
|
-
*/
|
|
704
|
-
nameAvailable?: boolean;
|
|
705
|
-
/**
|
|
706
|
-
* name of the PostgreSQL server.
|
|
707
|
-
*/
|
|
708
|
-
name?: string;
|
|
709
|
-
/**
|
|
710
|
-
* type of the server
|
|
711
|
-
*/
|
|
712
|
-
type?: string;
|
|
713
|
-
}
|
|
714
|
-
/**
|
|
715
|
-
* Represents server restart parameters.
|
|
716
|
-
*/
|
|
717
|
-
export interface RestartParameter {
|
|
718
|
-
/**
|
|
719
|
-
* Indicates whether to restart the server with failover.
|
|
720
|
-
*/
|
|
721
|
-
restartWithFailover?: boolean;
|
|
722
|
-
/**
|
|
723
|
-
* Failover mode. Possible values include: 'PlannedFailover', 'ForcedFailover',
|
|
724
|
-
* 'PlannedSwitchover', 'ForcedSwitchover'
|
|
725
|
-
*/
|
|
726
|
-
failoverMode?: FailoverMode;
|
|
727
|
-
}
|
|
728
|
-
/**
|
|
729
|
-
* The resource management error additional info.
|
|
730
|
-
*/
|
|
731
|
-
export interface ErrorAdditionalInfo {
|
|
732
|
-
/**
|
|
733
|
-
* The additional info type.
|
|
734
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
735
|
-
*/
|
|
736
|
-
readonly type?: string;
|
|
737
|
-
/**
|
|
738
|
-
* The additional info.
|
|
739
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
740
|
-
*/
|
|
741
|
-
readonly info?: any;
|
|
742
|
-
}
|
|
743
|
-
/**
|
|
744
|
-
* Common error response for all Azure Resource Manager APIs to return error details for failed
|
|
745
|
-
* operations. (This also follows the OData error response format.)
|
|
746
|
-
* @summary Error Response
|
|
747
|
-
*/
|
|
748
|
-
export interface ErrorResponse {
|
|
749
|
-
/**
|
|
750
|
-
* The error code.
|
|
751
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
752
|
-
*/
|
|
753
|
-
readonly code?: string;
|
|
754
|
-
/**
|
|
755
|
-
* The error message.
|
|
756
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
757
|
-
*/
|
|
758
|
-
readonly message?: string;
|
|
759
|
-
/**
|
|
760
|
-
* The error target.
|
|
761
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
762
|
-
*/
|
|
763
|
-
readonly target?: string;
|
|
764
|
-
/**
|
|
765
|
-
* The error details.
|
|
766
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
767
|
-
*/
|
|
768
|
-
readonly details?: ErrorResponse[];
|
|
769
|
-
/**
|
|
770
|
-
* The error additional info.
|
|
771
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
772
|
-
*/
|
|
773
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
774
|
-
}
|
|
775
|
-
/**
|
|
776
|
-
* The resource model definition for an Azure Resource Manager resource with an etag.
|
|
777
|
-
* @summary Entity Resource
|
|
778
|
-
*/
|
|
779
|
-
export interface AzureEntityResource extends Resource {
|
|
780
|
-
/**
|
|
781
|
-
* Resource Etag.
|
|
782
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
783
|
-
*/
|
|
784
|
-
readonly etag?: string;
|
|
785
|
-
}
|
|
786
|
-
/**
|
|
787
|
-
* Represents a Database.
|
|
788
|
-
*/
|
|
789
|
-
export interface Database extends ProxyResource {
|
|
790
|
-
/**
|
|
791
|
-
* The charset of the database.
|
|
792
|
-
*/
|
|
793
|
-
charset?: string;
|
|
794
|
-
/**
|
|
795
|
-
* The collation of the database.
|
|
796
|
-
*/
|
|
797
|
-
collation?: string;
|
|
798
|
-
/**
|
|
799
|
-
* The system metadata relating to this resource.
|
|
800
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
801
|
-
*/
|
|
802
|
-
readonly systemData?: SystemData;
|
|
803
|
-
}
|
|
804
|
-
/**
|
|
805
|
-
* Optional Parameters.
|
|
806
|
-
*/
|
|
807
|
-
export interface ServersRestartOptionalParams extends msRest.RequestOptionsBase {
|
|
808
|
-
/**
|
|
809
|
-
* The parameters for restarting a server.
|
|
810
|
-
*/
|
|
811
|
-
parameters?: RestartParameter;
|
|
812
|
-
}
|
|
813
|
-
/**
|
|
814
|
-
* Optional Parameters.
|
|
815
|
-
*/
|
|
816
|
-
export interface ServersBeginRestartOptionalParams extends msRest.RequestOptionsBase {
|
|
817
|
-
/**
|
|
818
|
-
* The parameters for restarting a server.
|
|
819
|
-
*/
|
|
820
|
-
parameters?: RestartParameter;
|
|
821
|
-
}
|
|
822
|
-
/**
|
|
823
|
-
* An interface representing PostgreSQLManagementClientOptions.
|
|
824
|
-
*/
|
|
825
|
-
export interface PostgreSQLManagementClientOptions extends AzureServiceClientOptions {
|
|
826
|
-
baseUri?: string;
|
|
827
|
-
}
|
|
828
|
-
/**
|
|
829
|
-
* @interface
|
|
830
|
-
* A list of servers.
|
|
831
|
-
* @extends Array<Server>
|
|
832
|
-
*/
|
|
833
|
-
export interface ServerListResult extends Array<Server> {
|
|
834
|
-
/**
|
|
835
|
-
* The link used to get the next page of operations.
|
|
836
|
-
*/
|
|
837
|
-
nextLink?: string;
|
|
838
|
-
}
|
|
839
|
-
/**
|
|
840
|
-
* @interface
|
|
841
|
-
* A list of firewall rules.
|
|
842
|
-
* @extends Array<FirewallRule>
|
|
843
|
-
*/
|
|
844
|
-
export interface FirewallRuleListResult extends Array<FirewallRule> {
|
|
845
|
-
/**
|
|
846
|
-
* The link used to get the next page of operations.
|
|
847
|
-
*/
|
|
848
|
-
nextLink?: string;
|
|
849
|
-
}
|
|
850
|
-
/**
|
|
851
|
-
* @interface
|
|
852
|
-
* A list of server configurations.
|
|
853
|
-
* @extends Array<Configuration>
|
|
854
|
-
*/
|
|
855
|
-
export interface ConfigurationListResult extends Array<Configuration> {
|
|
856
|
-
/**
|
|
857
|
-
* The link used to get the next page of operations.
|
|
858
|
-
*/
|
|
859
|
-
nextLink?: string;
|
|
860
|
-
}
|
|
861
|
-
/**
|
|
862
|
-
* @interface
|
|
863
|
-
* location capability
|
|
864
|
-
* @extends Array<CapabilityProperties>
|
|
865
|
-
*/
|
|
866
|
-
export interface CapabilitiesListResult extends Array<CapabilityProperties> {
|
|
867
|
-
/**
|
|
868
|
-
* Link to retrieve next page of results.
|
|
869
|
-
* **NOTE: This property will not be serialized. It can only be populated by the server.**
|
|
870
|
-
*/
|
|
871
|
-
readonly nextLink?: string;
|
|
872
|
-
}
|
|
873
|
-
/**
|
|
874
|
-
* @interface
|
|
875
|
-
* A List of databases.
|
|
876
|
-
* @extends Array<Database>
|
|
877
|
-
*/
|
|
878
|
-
export interface DatabaseListResult extends Array<Database> {
|
|
879
|
-
/**
|
|
880
|
-
* The link used to get the next page of databases.
|
|
881
|
-
*/
|
|
882
|
-
nextLink?: string;
|
|
883
|
-
}
|
|
884
|
-
/**
|
|
885
|
-
* Defines values for ServerVersion.
|
|
886
|
-
* Possible values include: '13', '12', '11'
|
|
887
|
-
* @readonly
|
|
888
|
-
* @enum {string}
|
|
889
|
-
*/
|
|
890
|
-
export declare type ServerVersion = '13' | '12' | '11';
|
|
891
|
-
/**
|
|
892
|
-
* Defines values for ServerState.
|
|
893
|
-
* Possible values include: 'Ready', 'Dropping', 'Disabled', 'Starting', 'Stopping', 'Stopped',
|
|
894
|
-
* 'Updating'
|
|
895
|
-
* @readonly
|
|
896
|
-
* @enum {string}
|
|
897
|
-
*/
|
|
898
|
-
export declare type ServerState = 'Ready' | 'Dropping' | 'Disabled' | 'Starting' | 'Stopping' | 'Stopped' | 'Updating';
|
|
899
|
-
/**
|
|
900
|
-
* Defines values for GeoRedundantBackupEnum.
|
|
901
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
902
|
-
* @readonly
|
|
903
|
-
* @enum {string}
|
|
904
|
-
*/
|
|
905
|
-
export declare type GeoRedundantBackupEnum = 'Enabled' | 'Disabled';
|
|
906
|
-
/**
|
|
907
|
-
* Defines values for ServerPublicNetworkAccessState.
|
|
908
|
-
* Possible values include: 'Enabled', 'Disabled'
|
|
909
|
-
* @readonly
|
|
910
|
-
* @enum {string}
|
|
911
|
-
*/
|
|
912
|
-
export declare type ServerPublicNetworkAccessState = 'Enabled' | 'Disabled';
|
|
913
|
-
/**
|
|
914
|
-
* Defines values for HighAvailabilityMode.
|
|
915
|
-
* Possible values include: 'Disabled', 'ZoneRedundant'
|
|
916
|
-
* @readonly
|
|
917
|
-
* @enum {string}
|
|
918
|
-
*/
|
|
919
|
-
export declare type HighAvailabilityMode = 'Disabled' | 'ZoneRedundant';
|
|
920
|
-
/**
|
|
921
|
-
* Defines values for ServerHAState.
|
|
922
|
-
* Possible values include: 'NotEnabled', 'CreatingStandby', 'ReplicatingData', 'FailingOver',
|
|
923
|
-
* 'Healthy', 'RemovingStandby'
|
|
924
|
-
* @readonly
|
|
925
|
-
* @enum {string}
|
|
926
|
-
*/
|
|
927
|
-
export declare type ServerHAState = 'NotEnabled' | 'CreatingStandby' | 'ReplicatingData' | 'FailingOver' | 'Healthy' | 'RemovingStandby';
|
|
928
|
-
/**
|
|
929
|
-
* Defines values for CreateMode.
|
|
930
|
-
* Possible values include: 'Default', 'Create', 'Update', 'PointInTimeRestore'
|
|
931
|
-
* @readonly
|
|
932
|
-
* @enum {string}
|
|
933
|
-
*/
|
|
934
|
-
export declare type CreateMode = 'Default' | 'Create' | 'Update' | 'PointInTimeRestore';
|
|
935
|
-
/**
|
|
936
|
-
* Defines values for SkuTier.
|
|
937
|
-
* Possible values include: 'Burstable', 'GeneralPurpose', 'MemoryOptimized'
|
|
938
|
-
* @readonly
|
|
939
|
-
* @enum {string}
|
|
940
|
-
*/
|
|
941
|
-
export declare type SkuTier = 'Burstable' | 'GeneralPurpose' | 'MemoryOptimized';
|
|
942
|
-
/**
|
|
943
|
-
* Defines values for CreatedByType.
|
|
944
|
-
* Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
|
|
945
|
-
* @readonly
|
|
946
|
-
* @enum {string}
|
|
947
|
-
*/
|
|
948
|
-
export declare type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
|
|
949
|
-
/**
|
|
950
|
-
* Defines values for CreateModeForUpdate.
|
|
951
|
-
* Possible values include: 'Default', 'Update'
|
|
952
|
-
* @readonly
|
|
953
|
-
* @enum {string}
|
|
954
|
-
*/
|
|
955
|
-
export declare type CreateModeForUpdate = 'Default' | 'Update';
|
|
956
|
-
/**
|
|
957
|
-
* Defines values for ConfigurationDataType.
|
|
958
|
-
* Possible values include: 'Boolean', 'Numeric', 'Integer', 'Enumeration'
|
|
959
|
-
* @readonly
|
|
960
|
-
* @enum {string}
|
|
961
|
-
*/
|
|
962
|
-
export declare type ConfigurationDataType = 'Boolean' | 'Numeric' | 'Integer' | 'Enumeration';
|
|
963
|
-
/**
|
|
964
|
-
* Defines values for OperationOrigin.
|
|
965
|
-
* Possible values include: 'NotSpecified', 'user', 'system'
|
|
966
|
-
* @readonly
|
|
967
|
-
* @enum {string}
|
|
968
|
-
*/
|
|
969
|
-
export declare type OperationOrigin = 'NotSpecified' | 'user' | 'system';
|
|
970
|
-
/**
|
|
971
|
-
* Defines values for FailoverMode.
|
|
972
|
-
* Possible values include: 'PlannedFailover', 'ForcedFailover', 'PlannedSwitchover',
|
|
973
|
-
* 'ForcedSwitchover'
|
|
974
|
-
* @readonly
|
|
975
|
-
* @enum {string}
|
|
976
|
-
*/
|
|
977
|
-
export declare type FailoverMode = 'PlannedFailover' | 'ForcedFailover' | 'PlannedSwitchover' | 'ForcedSwitchover';
|
|
978
|
-
/**
|
|
979
|
-
* Contains response data for the create operation.
|
|
980
|
-
*/
|
|
981
|
-
export declare type ServersCreateResponse = Server & {
|
|
982
|
-
/**
|
|
983
|
-
* The underlying HTTP response.
|
|
984
|
-
*/
|
|
985
|
-
_response: msRest.HttpResponse & {
|
|
986
|
-
/**
|
|
987
|
-
* The response body as text (string format)
|
|
988
|
-
*/
|
|
989
|
-
bodyAsText: string;
|
|
990
|
-
/**
|
|
991
|
-
* The response body as parsed JSON or XML
|
|
992
|
-
*/
|
|
993
|
-
parsedBody: Server;
|
|
994
|
-
};
|
|
995
|
-
};
|
|
996
|
-
/**
|
|
997
|
-
* Contains response data for the update operation.
|
|
998
|
-
*/
|
|
999
|
-
export declare type ServersUpdateResponse = Server & {
|
|
1000
|
-
/**
|
|
1001
|
-
* The underlying HTTP response.
|
|
1002
|
-
*/
|
|
1003
|
-
_response: msRest.HttpResponse & {
|
|
1004
|
-
/**
|
|
1005
|
-
* The response body as text (string format)
|
|
1006
|
-
*/
|
|
1007
|
-
bodyAsText: string;
|
|
1008
|
-
/**
|
|
1009
|
-
* The response body as parsed JSON or XML
|
|
1010
|
-
*/
|
|
1011
|
-
parsedBody: Server;
|
|
1012
|
-
};
|
|
1013
|
-
};
|
|
1014
|
-
/**
|
|
1015
|
-
* Contains response data for the get operation.
|
|
1016
|
-
*/
|
|
1017
|
-
export declare type ServersGetResponse = Server & {
|
|
1018
|
-
/**
|
|
1019
|
-
* The underlying HTTP response.
|
|
1020
|
-
*/
|
|
1021
|
-
_response: msRest.HttpResponse & {
|
|
1022
|
-
/**
|
|
1023
|
-
* The response body as text (string format)
|
|
1024
|
-
*/
|
|
1025
|
-
bodyAsText: string;
|
|
1026
|
-
/**
|
|
1027
|
-
* The response body as parsed JSON or XML
|
|
1028
|
-
*/
|
|
1029
|
-
parsedBody: Server;
|
|
1030
|
-
};
|
|
1031
|
-
};
|
|
1032
|
-
/**
|
|
1033
|
-
* Contains response data for the listByResourceGroup operation.
|
|
1034
|
-
*/
|
|
1035
|
-
export declare type ServersListByResourceGroupResponse = ServerListResult & {
|
|
1036
|
-
/**
|
|
1037
|
-
* The underlying HTTP response.
|
|
1038
|
-
*/
|
|
1039
|
-
_response: msRest.HttpResponse & {
|
|
1040
|
-
/**
|
|
1041
|
-
* The response body as text (string format)
|
|
1042
|
-
*/
|
|
1043
|
-
bodyAsText: string;
|
|
1044
|
-
/**
|
|
1045
|
-
* The response body as parsed JSON or XML
|
|
1046
|
-
*/
|
|
1047
|
-
parsedBody: ServerListResult;
|
|
1048
|
-
};
|
|
1049
|
-
};
|
|
1050
|
-
/**
|
|
1051
|
-
* Contains response data for the list operation.
|
|
1052
|
-
*/
|
|
1053
|
-
export declare type ServersListResponse = ServerListResult & {
|
|
1054
|
-
/**
|
|
1055
|
-
* The underlying HTTP response.
|
|
1056
|
-
*/
|
|
1057
|
-
_response: msRest.HttpResponse & {
|
|
1058
|
-
/**
|
|
1059
|
-
* The response body as text (string format)
|
|
1060
|
-
*/
|
|
1061
|
-
bodyAsText: string;
|
|
1062
|
-
/**
|
|
1063
|
-
* The response body as parsed JSON or XML
|
|
1064
|
-
*/
|
|
1065
|
-
parsedBody: ServerListResult;
|
|
1066
|
-
};
|
|
1067
|
-
};
|
|
1068
|
-
/**
|
|
1069
|
-
* Contains response data for the beginCreate operation.
|
|
1070
|
-
*/
|
|
1071
|
-
export declare type ServersBeginCreateResponse = Server & {
|
|
1072
|
-
/**
|
|
1073
|
-
* The underlying HTTP response.
|
|
1074
|
-
*/
|
|
1075
|
-
_response: msRest.HttpResponse & {
|
|
1076
|
-
/**
|
|
1077
|
-
* The response body as text (string format)
|
|
1078
|
-
*/
|
|
1079
|
-
bodyAsText: string;
|
|
1080
|
-
/**
|
|
1081
|
-
* The response body as parsed JSON or XML
|
|
1082
|
-
*/
|
|
1083
|
-
parsedBody: Server;
|
|
1084
|
-
};
|
|
1085
|
-
};
|
|
1086
|
-
/**
|
|
1087
|
-
* Contains response data for the beginUpdate operation.
|
|
1088
|
-
*/
|
|
1089
|
-
export declare type ServersBeginUpdateResponse = Server & {
|
|
1090
|
-
/**
|
|
1091
|
-
* The underlying HTTP response.
|
|
1092
|
-
*/
|
|
1093
|
-
_response: msRest.HttpResponse & {
|
|
1094
|
-
/**
|
|
1095
|
-
* The response body as text (string format)
|
|
1096
|
-
*/
|
|
1097
|
-
bodyAsText: string;
|
|
1098
|
-
/**
|
|
1099
|
-
* The response body as parsed JSON or XML
|
|
1100
|
-
*/
|
|
1101
|
-
parsedBody: Server;
|
|
1102
|
-
};
|
|
1103
|
-
};
|
|
1104
|
-
/**
|
|
1105
|
-
* Contains response data for the listByResourceGroupNext operation.
|
|
1106
|
-
*/
|
|
1107
|
-
export declare type ServersListByResourceGroupNextResponse = ServerListResult & {
|
|
1108
|
-
/**
|
|
1109
|
-
* The underlying HTTP response.
|
|
1110
|
-
*/
|
|
1111
|
-
_response: msRest.HttpResponse & {
|
|
1112
|
-
/**
|
|
1113
|
-
* The response body as text (string format)
|
|
1114
|
-
*/
|
|
1115
|
-
bodyAsText: string;
|
|
1116
|
-
/**
|
|
1117
|
-
* The response body as parsed JSON or XML
|
|
1118
|
-
*/
|
|
1119
|
-
parsedBody: ServerListResult;
|
|
1120
|
-
};
|
|
1121
|
-
};
|
|
1122
|
-
/**
|
|
1123
|
-
* Contains response data for the listNext operation.
|
|
1124
|
-
*/
|
|
1125
|
-
export declare type ServersListNextResponse = ServerListResult & {
|
|
1126
|
-
/**
|
|
1127
|
-
* The underlying HTTP response.
|
|
1128
|
-
*/
|
|
1129
|
-
_response: msRest.HttpResponse & {
|
|
1130
|
-
/**
|
|
1131
|
-
* The response body as text (string format)
|
|
1132
|
-
*/
|
|
1133
|
-
bodyAsText: string;
|
|
1134
|
-
/**
|
|
1135
|
-
* The response body as parsed JSON or XML
|
|
1136
|
-
*/
|
|
1137
|
-
parsedBody: ServerListResult;
|
|
1138
|
-
};
|
|
1139
|
-
};
|
|
1140
|
-
/**
|
|
1141
|
-
* Contains response data for the createOrUpdate operation.
|
|
1142
|
-
*/
|
|
1143
|
-
export declare type FirewallRulesCreateOrUpdateResponse = FirewallRule & {
|
|
1144
|
-
/**
|
|
1145
|
-
* The underlying HTTP response.
|
|
1146
|
-
*/
|
|
1147
|
-
_response: msRest.HttpResponse & {
|
|
1148
|
-
/**
|
|
1149
|
-
* The response body as text (string format)
|
|
1150
|
-
*/
|
|
1151
|
-
bodyAsText: string;
|
|
1152
|
-
/**
|
|
1153
|
-
* The response body as parsed JSON or XML
|
|
1154
|
-
*/
|
|
1155
|
-
parsedBody: FirewallRule;
|
|
1156
|
-
};
|
|
1157
|
-
};
|
|
1158
|
-
/**
|
|
1159
|
-
* Contains response data for the get operation.
|
|
1160
|
-
*/
|
|
1161
|
-
export declare type FirewallRulesGetResponse = FirewallRule & {
|
|
1162
|
-
/**
|
|
1163
|
-
* The underlying HTTP response.
|
|
1164
|
-
*/
|
|
1165
|
-
_response: msRest.HttpResponse & {
|
|
1166
|
-
/**
|
|
1167
|
-
* The response body as text (string format)
|
|
1168
|
-
*/
|
|
1169
|
-
bodyAsText: string;
|
|
1170
|
-
/**
|
|
1171
|
-
* The response body as parsed JSON or XML
|
|
1172
|
-
*/
|
|
1173
|
-
parsedBody: FirewallRule;
|
|
1174
|
-
};
|
|
1175
|
-
};
|
|
1176
|
-
/**
|
|
1177
|
-
* Contains response data for the listByServer operation.
|
|
1178
|
-
*/
|
|
1179
|
-
export declare type FirewallRulesListByServerResponse = FirewallRuleListResult & {
|
|
1180
|
-
/**
|
|
1181
|
-
* The underlying HTTP response.
|
|
1182
|
-
*/
|
|
1183
|
-
_response: msRest.HttpResponse & {
|
|
1184
|
-
/**
|
|
1185
|
-
* The response body as text (string format)
|
|
1186
|
-
*/
|
|
1187
|
-
bodyAsText: string;
|
|
1188
|
-
/**
|
|
1189
|
-
* The response body as parsed JSON or XML
|
|
1190
|
-
*/
|
|
1191
|
-
parsedBody: FirewallRuleListResult;
|
|
1192
|
-
};
|
|
1193
|
-
};
|
|
1194
|
-
/**
|
|
1195
|
-
* Contains response data for the beginCreateOrUpdate operation.
|
|
1196
|
-
*/
|
|
1197
|
-
export declare type FirewallRulesBeginCreateOrUpdateResponse = FirewallRule & {
|
|
1198
|
-
/**
|
|
1199
|
-
* The underlying HTTP response.
|
|
1200
|
-
*/
|
|
1201
|
-
_response: msRest.HttpResponse & {
|
|
1202
|
-
/**
|
|
1203
|
-
* The response body as text (string format)
|
|
1204
|
-
*/
|
|
1205
|
-
bodyAsText: string;
|
|
1206
|
-
/**
|
|
1207
|
-
* The response body as parsed JSON or XML
|
|
1208
|
-
*/
|
|
1209
|
-
parsedBody: FirewallRule;
|
|
1210
|
-
};
|
|
1211
|
-
};
|
|
1212
|
-
/**
|
|
1213
|
-
* Contains response data for the listByServerNext operation.
|
|
1214
|
-
*/
|
|
1215
|
-
export declare type FirewallRulesListByServerNextResponse = FirewallRuleListResult & {
|
|
1216
|
-
/**
|
|
1217
|
-
* The underlying HTTP response.
|
|
1218
|
-
*/
|
|
1219
|
-
_response: msRest.HttpResponse & {
|
|
1220
|
-
/**
|
|
1221
|
-
* The response body as text (string format)
|
|
1222
|
-
*/
|
|
1223
|
-
bodyAsText: string;
|
|
1224
|
-
/**
|
|
1225
|
-
* The response body as parsed JSON or XML
|
|
1226
|
-
*/
|
|
1227
|
-
parsedBody: FirewallRuleListResult;
|
|
1228
|
-
};
|
|
1229
|
-
};
|
|
1230
|
-
/**
|
|
1231
|
-
* Contains response data for the listByServer operation.
|
|
1232
|
-
*/
|
|
1233
|
-
export declare type ConfigurationsListByServerResponse = ConfigurationListResult & {
|
|
1234
|
-
/**
|
|
1235
|
-
* The underlying HTTP response.
|
|
1236
|
-
*/
|
|
1237
|
-
_response: msRest.HttpResponse & {
|
|
1238
|
-
/**
|
|
1239
|
-
* The response body as text (string format)
|
|
1240
|
-
*/
|
|
1241
|
-
bodyAsText: string;
|
|
1242
|
-
/**
|
|
1243
|
-
* The response body as parsed JSON or XML
|
|
1244
|
-
*/
|
|
1245
|
-
parsedBody: ConfigurationListResult;
|
|
1246
|
-
};
|
|
1247
|
-
};
|
|
1248
|
-
/**
|
|
1249
|
-
* Contains response data for the get operation.
|
|
1250
|
-
*/
|
|
1251
|
-
export declare type ConfigurationsGetResponse = Configuration & {
|
|
1252
|
-
/**
|
|
1253
|
-
* The underlying HTTP response.
|
|
1254
|
-
*/
|
|
1255
|
-
_response: msRest.HttpResponse & {
|
|
1256
|
-
/**
|
|
1257
|
-
* The response body as text (string format)
|
|
1258
|
-
*/
|
|
1259
|
-
bodyAsText: string;
|
|
1260
|
-
/**
|
|
1261
|
-
* The response body as parsed JSON or XML
|
|
1262
|
-
*/
|
|
1263
|
-
parsedBody: Configuration;
|
|
1264
|
-
};
|
|
1265
|
-
};
|
|
1266
|
-
/**
|
|
1267
|
-
* Contains response data for the update operation.
|
|
1268
|
-
*/
|
|
1269
|
-
export declare type ConfigurationsUpdateResponse = Configuration & {
|
|
1270
|
-
/**
|
|
1271
|
-
* The underlying HTTP response.
|
|
1272
|
-
*/
|
|
1273
|
-
_response: msRest.HttpResponse & {
|
|
1274
|
-
/**
|
|
1275
|
-
* The response body as text (string format)
|
|
1276
|
-
*/
|
|
1277
|
-
bodyAsText: string;
|
|
1278
|
-
/**
|
|
1279
|
-
* The response body as parsed JSON or XML
|
|
1280
|
-
*/
|
|
1281
|
-
parsedBody: Configuration;
|
|
1282
|
-
};
|
|
1283
|
-
};
|
|
1284
|
-
/**
|
|
1285
|
-
* Contains response data for the put operation.
|
|
1286
|
-
*/
|
|
1287
|
-
export declare type ConfigurationsPutResponse = Configuration & {
|
|
1288
|
-
/**
|
|
1289
|
-
* The underlying HTTP response.
|
|
1290
|
-
*/
|
|
1291
|
-
_response: msRest.HttpResponse & {
|
|
1292
|
-
/**
|
|
1293
|
-
* The response body as text (string format)
|
|
1294
|
-
*/
|
|
1295
|
-
bodyAsText: string;
|
|
1296
|
-
/**
|
|
1297
|
-
* The response body as parsed JSON or XML
|
|
1298
|
-
*/
|
|
1299
|
-
parsedBody: Configuration;
|
|
1300
|
-
};
|
|
1301
|
-
};
|
|
1302
|
-
/**
|
|
1303
|
-
* Contains response data for the beginUpdate operation.
|
|
1304
|
-
*/
|
|
1305
|
-
export declare type ConfigurationsBeginUpdateResponse = Configuration & {
|
|
1306
|
-
/**
|
|
1307
|
-
* The underlying HTTP response.
|
|
1308
|
-
*/
|
|
1309
|
-
_response: msRest.HttpResponse & {
|
|
1310
|
-
/**
|
|
1311
|
-
* The response body as text (string format)
|
|
1312
|
-
*/
|
|
1313
|
-
bodyAsText: string;
|
|
1314
|
-
/**
|
|
1315
|
-
* The response body as parsed JSON or XML
|
|
1316
|
-
*/
|
|
1317
|
-
parsedBody: Configuration;
|
|
1318
|
-
};
|
|
1319
|
-
};
|
|
1320
|
-
/**
|
|
1321
|
-
* Contains response data for the beginPut operation.
|
|
1322
|
-
*/
|
|
1323
|
-
export declare type ConfigurationsBeginPutResponse = Configuration & {
|
|
1324
|
-
/**
|
|
1325
|
-
* The underlying HTTP response.
|
|
1326
|
-
*/
|
|
1327
|
-
_response: msRest.HttpResponse & {
|
|
1328
|
-
/**
|
|
1329
|
-
* The response body as text (string format)
|
|
1330
|
-
*/
|
|
1331
|
-
bodyAsText: string;
|
|
1332
|
-
/**
|
|
1333
|
-
* The response body as parsed JSON or XML
|
|
1334
|
-
*/
|
|
1335
|
-
parsedBody: Configuration;
|
|
1336
|
-
};
|
|
1337
|
-
};
|
|
1338
|
-
/**
|
|
1339
|
-
* Contains response data for the listByServerNext operation.
|
|
1340
|
-
*/
|
|
1341
|
-
export declare type ConfigurationsListByServerNextResponse = ConfigurationListResult & {
|
|
1342
|
-
/**
|
|
1343
|
-
* The underlying HTTP response.
|
|
1344
|
-
*/
|
|
1345
|
-
_response: msRest.HttpResponse & {
|
|
1346
|
-
/**
|
|
1347
|
-
* The response body as text (string format)
|
|
1348
|
-
*/
|
|
1349
|
-
bodyAsText: string;
|
|
1350
|
-
/**
|
|
1351
|
-
* The response body as parsed JSON or XML
|
|
1352
|
-
*/
|
|
1353
|
-
parsedBody: ConfigurationListResult;
|
|
1354
|
-
};
|
|
1355
|
-
};
|
|
1356
|
-
/**
|
|
1357
|
-
* Contains response data for the execute operation.
|
|
1358
|
-
*/
|
|
1359
|
-
export declare type CheckNameAvailabilityExecuteResponse = NameAvailability & {
|
|
1360
|
-
/**
|
|
1361
|
-
* The underlying HTTP response.
|
|
1362
|
-
*/
|
|
1363
|
-
_response: msRest.HttpResponse & {
|
|
1364
|
-
/**
|
|
1365
|
-
* The response body as text (string format)
|
|
1366
|
-
*/
|
|
1367
|
-
bodyAsText: string;
|
|
1368
|
-
/**
|
|
1369
|
-
* The response body as parsed JSON or XML
|
|
1370
|
-
*/
|
|
1371
|
-
parsedBody: NameAvailability;
|
|
1372
|
-
};
|
|
1373
|
-
};
|
|
1374
|
-
/**
|
|
1375
|
-
* Contains response data for the execute operation.
|
|
1376
|
-
*/
|
|
1377
|
-
export declare type LocationBasedCapabilitiesExecuteResponse = CapabilitiesListResult & {
|
|
1378
|
-
/**
|
|
1379
|
-
* The underlying HTTP response.
|
|
1380
|
-
*/
|
|
1381
|
-
_response: msRest.HttpResponse & {
|
|
1382
|
-
/**
|
|
1383
|
-
* The response body as text (string format)
|
|
1384
|
-
*/
|
|
1385
|
-
bodyAsText: string;
|
|
1386
|
-
/**
|
|
1387
|
-
* The response body as parsed JSON or XML
|
|
1388
|
-
*/
|
|
1389
|
-
parsedBody: CapabilitiesListResult;
|
|
1390
|
-
};
|
|
1391
|
-
};
|
|
1392
|
-
/**
|
|
1393
|
-
* Contains response data for the executeNext operation.
|
|
1394
|
-
*/
|
|
1395
|
-
export declare type LocationBasedCapabilitiesExecuteNextResponse = CapabilitiesListResult & {
|
|
1396
|
-
/**
|
|
1397
|
-
* The underlying HTTP response.
|
|
1398
|
-
*/
|
|
1399
|
-
_response: msRest.HttpResponse & {
|
|
1400
|
-
/**
|
|
1401
|
-
* The response body as text (string format)
|
|
1402
|
-
*/
|
|
1403
|
-
bodyAsText: string;
|
|
1404
|
-
/**
|
|
1405
|
-
* The response body as parsed JSON or XML
|
|
1406
|
-
*/
|
|
1407
|
-
parsedBody: CapabilitiesListResult;
|
|
1408
|
-
};
|
|
1409
|
-
};
|
|
1410
|
-
/**
|
|
1411
|
-
* Contains response data for the execute operation.
|
|
1412
|
-
*/
|
|
1413
|
-
export declare type VirtualNetworkSubnetUsageExecuteResponse = VirtualNetworkSubnetUsageResult & {
|
|
1414
|
-
/**
|
|
1415
|
-
* The underlying HTTP response.
|
|
1416
|
-
*/
|
|
1417
|
-
_response: msRest.HttpResponse & {
|
|
1418
|
-
/**
|
|
1419
|
-
* The response body as text (string format)
|
|
1420
|
-
*/
|
|
1421
|
-
bodyAsText: string;
|
|
1422
|
-
/**
|
|
1423
|
-
* The response body as parsed JSON or XML
|
|
1424
|
-
*/
|
|
1425
|
-
parsedBody: VirtualNetworkSubnetUsageResult;
|
|
1426
|
-
};
|
|
1427
|
-
};
|
|
1428
|
-
/**
|
|
1429
|
-
* Contains response data for the list operation.
|
|
1430
|
-
*/
|
|
1431
|
-
export declare type OperationsListResponse = OperationListResult & {
|
|
1432
|
-
/**
|
|
1433
|
-
* The underlying HTTP response.
|
|
1434
|
-
*/
|
|
1435
|
-
_response: msRest.HttpResponse & {
|
|
1436
|
-
/**
|
|
1437
|
-
* The response body as text (string format)
|
|
1438
|
-
*/
|
|
1439
|
-
bodyAsText: string;
|
|
1440
|
-
/**
|
|
1441
|
-
* The response body as parsed JSON or XML
|
|
1442
|
-
*/
|
|
1443
|
-
parsedBody: OperationListResult;
|
|
1444
|
-
};
|
|
1445
|
-
};
|
|
1446
|
-
/**
|
|
1447
|
-
* Contains response data for the create operation.
|
|
1448
|
-
*/
|
|
1449
|
-
export declare type DatabasesCreateResponse = Database & {
|
|
1450
|
-
/**
|
|
1451
|
-
* The underlying HTTP response.
|
|
1452
|
-
*/
|
|
1453
|
-
_response: msRest.HttpResponse & {
|
|
1454
|
-
/**
|
|
1455
|
-
* The response body as text (string format)
|
|
1456
|
-
*/
|
|
1457
|
-
bodyAsText: string;
|
|
1458
|
-
/**
|
|
1459
|
-
* The response body as parsed JSON or XML
|
|
1460
|
-
*/
|
|
1461
|
-
parsedBody: Database;
|
|
1462
|
-
};
|
|
1463
|
-
};
|
|
1464
|
-
/**
|
|
1465
|
-
* Contains response data for the get operation.
|
|
1466
|
-
*/
|
|
1467
|
-
export declare type DatabasesGetResponse = Database & {
|
|
1468
|
-
/**
|
|
1469
|
-
* The underlying HTTP response.
|
|
1470
|
-
*/
|
|
1471
|
-
_response: msRest.HttpResponse & {
|
|
1472
|
-
/**
|
|
1473
|
-
* The response body as text (string format)
|
|
1474
|
-
*/
|
|
1475
|
-
bodyAsText: string;
|
|
1476
|
-
/**
|
|
1477
|
-
* The response body as parsed JSON or XML
|
|
1478
|
-
*/
|
|
1479
|
-
parsedBody: Database;
|
|
1480
|
-
};
|
|
1481
|
-
};
|
|
1482
|
-
/**
|
|
1483
|
-
* Contains response data for the listByServer operation.
|
|
1484
|
-
*/
|
|
1485
|
-
export declare type DatabasesListByServerResponse = DatabaseListResult & {
|
|
1486
|
-
/**
|
|
1487
|
-
* The underlying HTTP response.
|
|
1488
|
-
*/
|
|
1489
|
-
_response: msRest.HttpResponse & {
|
|
1490
|
-
/**
|
|
1491
|
-
* The response body as text (string format)
|
|
1492
|
-
*/
|
|
1493
|
-
bodyAsText: string;
|
|
1494
|
-
/**
|
|
1495
|
-
* The response body as parsed JSON or XML
|
|
1496
|
-
*/
|
|
1497
|
-
parsedBody: DatabaseListResult;
|
|
1498
|
-
};
|
|
1499
|
-
};
|
|
1500
|
-
/**
|
|
1501
|
-
* Contains response data for the beginCreate operation.
|
|
1502
|
-
*/
|
|
1503
|
-
export declare type DatabasesBeginCreateResponse = Database & {
|
|
1504
|
-
/**
|
|
1505
|
-
* The underlying HTTP response.
|
|
1506
|
-
*/
|
|
1507
|
-
_response: msRest.HttpResponse & {
|
|
1508
|
-
/**
|
|
1509
|
-
* The response body as text (string format)
|
|
1510
|
-
*/
|
|
1511
|
-
bodyAsText: string;
|
|
1512
|
-
/**
|
|
1513
|
-
* The response body as parsed JSON or XML
|
|
1514
|
-
*/
|
|
1515
|
-
parsedBody: Database;
|
|
1516
|
-
};
|
|
1517
|
-
};
|
|
1518
|
-
/**
|
|
1519
|
-
* Contains response data for the listByServerNext operation.
|
|
1520
|
-
*/
|
|
1521
|
-
export declare type DatabasesListByServerNextResponse = DatabaseListResult & {
|
|
1522
|
-
/**
|
|
1523
|
-
* The underlying HTTP response.
|
|
1524
|
-
*/
|
|
1525
|
-
_response: msRest.HttpResponse & {
|
|
1526
|
-
/**
|
|
1527
|
-
* The response body as text (string format)
|
|
1528
|
-
*/
|
|
1529
|
-
bodyAsText: string;
|
|
1530
|
-
/**
|
|
1531
|
-
* The response body as parsed JSON or XML
|
|
1532
|
-
*/
|
|
1533
|
-
parsedBody: DatabaseListResult;
|
|
1534
|
-
};
|
|
1535
|
-
};
|
|
1536
|
-
/**
|
|
1537
|
-
* Contains response data for the execute operation.
|
|
1538
|
-
*/
|
|
1539
|
-
export declare type GetPrivateDnsZoneSuffixExecuteResponse = {
|
|
1540
|
-
/**
|
|
1541
|
-
* The parsed response body.
|
|
1542
|
-
*/
|
|
1543
|
-
body: string;
|
|
1544
|
-
/**
|
|
1545
|
-
* The underlying HTTP response.
|
|
1546
|
-
*/
|
|
1547
|
-
_response: msRest.HttpResponse & {
|
|
1548
|
-
/**
|
|
1549
|
-
* The response body as text (string format)
|
|
1550
|
-
*/
|
|
1551
|
-
bodyAsText: string;
|
|
1552
|
-
/**
|
|
1553
|
-
* The response body as parsed JSON or XML
|
|
1554
|
-
*/
|
|
1555
|
-
parsedBody: string;
|
|
1556
|
-
};
|
|
1557
|
-
};
|
|
1558
|
-
//# sourceMappingURL=index.d.ts.map
|