@azure/arm-postgresqlhsc 1.0.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/LICENSE +21 -0
- package/README.md +115 -0
- package/dist/browser/api/clusters/index.d.ts +3 -0
- package/dist/browser/api/clusters/index.js +4 -0
- package/dist/browser/api/clusters/index.js.map +1 -0
- package/dist/browser/api/clusters/operations.d.ts +51 -0
- package/dist/browser/api/clusters/operations.js +371 -0
- package/dist/browser/api/clusters/operations.js.map +1 -0
- package/dist/browser/api/clusters/options.d.ts +52 -0
- package/dist/browser/api/clusters/options.js +4 -0
- package/dist/browser/api/clusters/options.js.map +1 -0
- package/dist/browser/api/configurations/index.d.ts +3 -0
- package/dist/browser/api/configurations/index.js +4 -0
- package/dist/browser/api/configurations/index.js.map +1 -0
- package/dist/browser/api/configurations/operations.d.ts +35 -0
- package/dist/browser/api/configurations/operations.js +244 -0
- package/dist/browser/api/configurations/operations.js.map +1 -0
- package/dist/browser/api/configurations/options.d.ts +27 -0
- package/dist/browser/api/configurations/options.js +4 -0
- package/dist/browser/api/configurations/options.js.map +1 -0
- package/dist/browser/api/dBforPostgreSQLContext.d.ts +22 -0
- package/dist/browser/api/dBforPostgreSQLContext.js +26 -0
- package/dist/browser/api/dBforPostgreSQLContext.js.map +1 -0
- package/dist/browser/api/firewallRules/index.d.ts +3 -0
- package/dist/browser/api/firewallRules/index.js +4 -0
- package/dist/browser/api/firewallRules/index.js.map +1 -0
- package/dist/browser/api/firewallRules/operations.d.ts +23 -0
- package/dist/browser/api/firewallRules/operations.js +143 -0
- package/dist/browser/api/firewallRules/operations.js.map +1 -0
- package/dist/browser/api/firewallRules/options.d.ts +18 -0
- package/dist/browser/api/firewallRules/options.js +4 -0
- package/dist/browser/api/firewallRules/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +37 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/browser/api/privateEndpointConnections/index.js +4 -0
- package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/browser/api/privateEndpointConnections/operations.js +143 -0
- package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/browser/api/privateEndpointConnections/options.js +4 -0
- package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/browser/api/privateLinkResources/index.d.ts +3 -0
- package/dist/browser/api/privateLinkResources/index.js +4 -0
- package/dist/browser/api/privateLinkResources/index.js.map +1 -0
- package/dist/browser/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/browser/api/privateLinkResources/operations.js +71 -0
- package/dist/browser/api/privateLinkResources/operations.js.map +1 -0
- package/dist/browser/api/privateLinkResources/options.d.ts +8 -0
- package/dist/browser/api/privateLinkResources/options.js +4 -0
- package/dist/browser/api/privateLinkResources/options.js.map +1 -0
- package/dist/browser/api/roles/index.d.ts +3 -0
- package/dist/browser/api/roles/index.js +4 -0
- package/dist/browser/api/roles/index.js.map +1 -0
- package/dist/browser/api/roles/operations.d.ts +23 -0
- package/dist/browser/api/roles/operations.js +143 -0
- package/dist/browser/api/roles/operations.js.map +1 -0
- package/dist/browser/api/roles/options.d.ts +18 -0
- package/dist/browser/api/roles/options.js +4 -0
- package/dist/browser/api/roles/options.js.map +1 -0
- package/dist/browser/api/servers/index.d.ts +3 -0
- package/dist/browser/api/servers/index.js +4 -0
- package/dist/browser/api/servers/index.js.map +1 -0
- package/dist/browser/api/servers/operations.d.ts +14 -0
- package/dist/browser/api/servers/operations.js +71 -0
- package/dist/browser/api/servers/operations.js.map +1 -0
- package/dist/browser/api/servers/options.d.ts +8 -0
- package/dist/browser/api/servers/options.js +4 -0
- package/dist/browser/api/servers/options.js.map +1 -0
- package/dist/browser/classic/clusters/index.d.ts +32 -0
- package/dist/browser/classic/clusters/index.js +24 -0
- package/dist/browser/classic/clusters/index.js.map +1 -0
- package/dist/browser/classic/configurations/index.d.ts +24 -0
- package/dist/browser/classic/configurations/index.js +20 -0
- package/dist/browser/classic/configurations/index.js.map +1 -0
- package/dist/browser/classic/firewallRules/index.d.ts +18 -0
- package/dist/browser/classic/firewallRules/index.js +17 -0
- package/dist/browser/classic/firewallRules/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +9 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/privateEndpointConnections/index.d.ts +18 -0
- package/dist/browser/classic/privateEndpointConnections/index.js +17 -0
- package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/browser/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/browser/classic/privateLinkResources/index.js +15 -0
- package/dist/browser/classic/privateLinkResources/index.js.map +1 -0
- package/dist/browser/classic/roles/index.d.ts +18 -0
- package/dist/browser/classic/roles/index.js +17 -0
- package/dist/browser/classic/roles/index.js.map +1 -0
- package/dist/browser/classic/servers/index.d.ts +13 -0
- package/dist/browser/classic/servers/index.js +15 -0
- package/dist/browser/classic/servers/index.js.map +1 -0
- package/dist/browser/dBforPostgreSQLClient.d.ts +36 -0
- package/dist/browser/dBforPostgreSQLClient.js +53 -0
- package/dist/browser/dBforPostgreSQLClient.js.map +1 -0
- package/dist/browser/index.d.ts +22 -0
- package/dist/browser/index.js +9 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +3 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +1151 -0
- package/dist/browser/models/models.js +1242 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +118 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/clusters/index.d.ts +3 -0
- package/dist/commonjs/api/clusters/index.js +48 -0
- package/dist/commonjs/api/clusters/index.js.map +7 -0
- package/dist/commonjs/api/clusters/operations.d.ts +51 -0
- package/dist/commonjs/api/clusters/operations.js +502 -0
- package/dist/commonjs/api/clusters/operations.js.map +7 -0
- package/dist/commonjs/api/clusters/options.d.ts +52 -0
- package/dist/commonjs/api/clusters/options.js +16 -0
- package/dist/commonjs/api/clusters/options.js.map +7 -0
- package/dist/commonjs/api/configurations/index.d.ts +3 -0
- package/dist/commonjs/api/configurations/index.js +40 -0
- package/dist/commonjs/api/configurations/index.js.map +7 -0
- package/dist/commonjs/api/configurations/operations.d.ts +35 -0
- package/dist/commonjs/api/configurations/operations.js +373 -0
- package/dist/commonjs/api/configurations/operations.js.map +7 -0
- package/dist/commonjs/api/configurations/options.d.ts +27 -0
- package/dist/commonjs/api/configurations/options.js +16 -0
- package/dist/commonjs/api/configurations/options.js.map +7 -0
- package/dist/commonjs/api/dBforPostgreSQLContext.d.ts +22 -0
- package/dist/commonjs/api/dBforPostgreSQLContext.js +47 -0
- package/dist/commonjs/api/dBforPostgreSQLContext.js.map +7 -0
- package/dist/commonjs/api/firewallRules/index.d.ts +3 -0
- package/dist/commonjs/api/firewallRules/index.js +34 -0
- package/dist/commonjs/api/firewallRules/index.js.map +7 -0
- package/dist/commonjs/api/firewallRules/operations.d.ts +23 -0
- package/dist/commonjs/api/firewallRules/operations.js +214 -0
- package/dist/commonjs/api/firewallRules/operations.js.map +7 -0
- package/dist/commonjs/api/firewallRules/options.d.ts +18 -0
- package/dist/commonjs/api/firewallRules/options.js +16 -0
- package/dist/commonjs/api/firewallRules/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +74 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js +34 -0
- package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js +220 -0
- package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
- package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js +16 -0
- package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/index.d.ts +3 -0
- package/dist/commonjs/api/privateLinkResources/index.js +30 -0
- package/dist/commonjs/api/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/commonjs/api/privateLinkResources/operations.js +123 -0
- package/dist/commonjs/api/privateLinkResources/operations.js.map +7 -0
- package/dist/commonjs/api/privateLinkResources/options.d.ts +8 -0
- package/dist/commonjs/api/privateLinkResources/options.js +16 -0
- package/dist/commonjs/api/privateLinkResources/options.js.map +7 -0
- package/dist/commonjs/api/roles/index.d.ts +3 -0
- package/dist/commonjs/api/roles/index.js +34 -0
- package/dist/commonjs/api/roles/index.js.map +7 -0
- package/dist/commonjs/api/roles/operations.d.ts +23 -0
- package/dist/commonjs/api/roles/operations.js +207 -0
- package/dist/commonjs/api/roles/operations.js.map +7 -0
- package/dist/commonjs/api/roles/options.d.ts +18 -0
- package/dist/commonjs/api/roles/options.js +16 -0
- package/dist/commonjs/api/roles/options.js.map +7 -0
- package/dist/commonjs/api/servers/index.d.ts +3 -0
- package/dist/commonjs/api/servers/index.js +30 -0
- package/dist/commonjs/api/servers/index.js.map +7 -0
- package/dist/commonjs/api/servers/operations.d.ts +14 -0
- package/dist/commonjs/api/servers/operations.js +117 -0
- package/dist/commonjs/api/servers/operations.js.map +7 -0
- package/dist/commonjs/api/servers/options.d.ts +8 -0
- package/dist/commonjs/api/servers/options.js +16 -0
- package/dist/commonjs/api/servers/options.js.map +7 -0
- package/dist/commonjs/classic/clusters/index.d.ts +32 -0
- package/dist/commonjs/classic/clusters/index.js +48 -0
- package/dist/commonjs/classic/clusters/index.js.map +7 -0
- package/dist/commonjs/classic/configurations/index.d.ts +24 -0
- package/dist/commonjs/classic/configurations/index.js +51 -0
- package/dist/commonjs/classic/configurations/index.js.map +7 -0
- package/dist/commonjs/classic/firewallRules/index.d.ts +18 -0
- package/dist/commonjs/classic/firewallRules/index.js +48 -0
- package/dist/commonjs/classic/firewallRules/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +9 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +18 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js +48 -0
- package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
- package/dist/commonjs/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/commonjs/classic/privateLinkResources/index.js +39 -0
- package/dist/commonjs/classic/privateLinkResources/index.js.map +7 -0
- package/dist/commonjs/classic/roles/index.d.ts +18 -0
- package/dist/commonjs/classic/roles/index.js +41 -0
- package/dist/commonjs/classic/roles/index.js.map +7 -0
- package/dist/commonjs/classic/servers/index.d.ts +13 -0
- package/dist/commonjs/classic/servers/index.js +39 -0
- package/dist/commonjs/classic/servers/index.js.map +7 -0
- package/dist/commonjs/dBforPostgreSQLClient.d.ts +36 -0
- package/dist/commonjs/dBforPostgreSQLClient.js +75 -0
- package/dist/commonjs/dBforPostgreSQLClient.js.map +7 -0
- package/dist/commonjs/index.d.ts +22 -0
- package/dist/commonjs/index.js +74 -0
- package/dist/commonjs/index.js.map +7 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +3 -0
- package/dist/commonjs/models/index.js +60 -0
- package/dist/commonjs/models/index.js.map +7 -0
- package/dist/commonjs/models/models.d.ts +1151 -0
- package/dist/commonjs/models/models.js +1314 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +131 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +35 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/clusters/index.d.ts +3 -0
- package/dist/esm/api/clusters/index.js +4 -0
- package/dist/esm/api/clusters/index.js.map +1 -0
- package/dist/esm/api/clusters/operations.d.ts +51 -0
- package/dist/esm/api/clusters/operations.js +371 -0
- package/dist/esm/api/clusters/operations.js.map +1 -0
- package/dist/esm/api/clusters/options.d.ts +52 -0
- package/dist/esm/api/clusters/options.js +4 -0
- package/dist/esm/api/clusters/options.js.map +1 -0
- package/dist/esm/api/configurations/index.d.ts +3 -0
- package/dist/esm/api/configurations/index.js +4 -0
- package/dist/esm/api/configurations/index.js.map +1 -0
- package/dist/esm/api/configurations/operations.d.ts +35 -0
- package/dist/esm/api/configurations/operations.js +244 -0
- package/dist/esm/api/configurations/operations.js.map +1 -0
- package/dist/esm/api/configurations/options.d.ts +27 -0
- package/dist/esm/api/configurations/options.js +4 -0
- package/dist/esm/api/configurations/options.js.map +1 -0
- package/dist/esm/api/dBforPostgreSQLContext.d.ts +22 -0
- package/dist/esm/api/dBforPostgreSQLContext.js +26 -0
- package/dist/esm/api/dBforPostgreSQLContext.js.map +1 -0
- package/dist/esm/api/firewallRules/index.d.ts +3 -0
- package/dist/esm/api/firewallRules/index.js +4 -0
- package/dist/esm/api/firewallRules/index.js.map +1 -0
- package/dist/esm/api/firewallRules/operations.d.ts +23 -0
- package/dist/esm/api/firewallRules/operations.js +143 -0
- package/dist/esm/api/firewallRules/operations.js.map +1 -0
- package/dist/esm/api/firewallRules/options.d.ts +18 -0
- package/dist/esm/api/firewallRules/options.js +4 -0
- package/dist/esm/api/firewallRules/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +37 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
- package/dist/esm/api/privateEndpointConnections/index.js +4 -0
- package/dist/esm/api/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/operations.d.ts +23 -0
- package/dist/esm/api/privateEndpointConnections/operations.js +143 -0
- package/dist/esm/api/privateEndpointConnections/operations.js.map +1 -0
- package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
- package/dist/esm/api/privateEndpointConnections/options.js +4 -0
- package/dist/esm/api/privateEndpointConnections/options.js.map +1 -0
- package/dist/esm/api/privateLinkResources/index.d.ts +3 -0
- package/dist/esm/api/privateLinkResources/index.js +4 -0
- package/dist/esm/api/privateLinkResources/index.js.map +1 -0
- package/dist/esm/api/privateLinkResources/operations.d.ts +14 -0
- package/dist/esm/api/privateLinkResources/operations.js +71 -0
- package/dist/esm/api/privateLinkResources/operations.js.map +1 -0
- package/dist/esm/api/privateLinkResources/options.d.ts +8 -0
- package/dist/esm/api/privateLinkResources/options.js +4 -0
- package/dist/esm/api/privateLinkResources/options.js.map +1 -0
- package/dist/esm/api/roles/index.d.ts +3 -0
- package/dist/esm/api/roles/index.js +4 -0
- package/dist/esm/api/roles/index.js.map +1 -0
- package/dist/esm/api/roles/operations.d.ts +23 -0
- package/dist/esm/api/roles/operations.js +143 -0
- package/dist/esm/api/roles/operations.js.map +1 -0
- package/dist/esm/api/roles/options.d.ts +18 -0
- package/dist/esm/api/roles/options.js +4 -0
- package/dist/esm/api/roles/options.js.map +1 -0
- package/dist/esm/api/servers/index.d.ts +3 -0
- package/dist/esm/api/servers/index.js +4 -0
- package/dist/esm/api/servers/index.js.map +1 -0
- package/dist/esm/api/servers/operations.d.ts +14 -0
- package/dist/esm/api/servers/operations.js +71 -0
- package/dist/esm/api/servers/operations.js.map +1 -0
- package/dist/esm/api/servers/options.d.ts +8 -0
- package/dist/esm/api/servers/options.js +4 -0
- package/dist/esm/api/servers/options.js.map +1 -0
- package/dist/esm/classic/clusters/index.d.ts +32 -0
- package/dist/esm/classic/clusters/index.js +24 -0
- package/dist/esm/classic/clusters/index.js.map +1 -0
- package/dist/esm/classic/configurations/index.d.ts +24 -0
- package/dist/esm/classic/configurations/index.js +20 -0
- package/dist/esm/classic/configurations/index.js.map +1 -0
- package/dist/esm/classic/firewallRules/index.d.ts +18 -0
- package/dist/esm/classic/firewallRules/index.js +17 -0
- package/dist/esm/classic/firewallRules/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +9 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/privateEndpointConnections/index.d.ts +18 -0
- package/dist/esm/classic/privateEndpointConnections/index.js +17 -0
- package/dist/esm/classic/privateEndpointConnections/index.js.map +1 -0
- package/dist/esm/classic/privateLinkResources/index.d.ts +13 -0
- package/dist/esm/classic/privateLinkResources/index.js +15 -0
- package/dist/esm/classic/privateLinkResources/index.js.map +1 -0
- package/dist/esm/classic/roles/index.d.ts +18 -0
- package/dist/esm/classic/roles/index.js +17 -0
- package/dist/esm/classic/roles/index.js.map +1 -0
- package/dist/esm/classic/servers/index.d.ts +13 -0
- package/dist/esm/classic/servers/index.js +15 -0
- package/dist/esm/classic/servers/index.js.map +1 -0
- package/dist/esm/dBforPostgreSQLClient.d.ts +36 -0
- package/dist/esm/dBforPostgreSQLClient.js +53 -0
- package/dist/esm/dBforPostgreSQLClient.js.map +1 -0
- package/dist/esm/index.d.ts +22 -0
- package/dist/esm/index.js +9 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +3 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +1151 -0
- package/dist/esm/models/models.js +1242 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +118 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +267 -0
|
@@ -0,0 +1,1151 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
6
|
+
export interface _OperationListResult {
|
|
7
|
+
/** The Operation items on this page */
|
|
8
|
+
value: Operation[];
|
|
9
|
+
/** The link to the next page of items */
|
|
10
|
+
nextLink?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
13
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
14
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
15
|
+
export interface Operation {
|
|
16
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
17
|
+
readonly name?: string;
|
|
18
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
19
|
+
readonly isDataAction?: boolean;
|
|
20
|
+
/** Localized display information for this particular operation. */
|
|
21
|
+
display?: OperationDisplay;
|
|
22
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
23
|
+
readonly origin?: Origin;
|
|
24
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
25
|
+
readonly actionType?: ActionType;
|
|
26
|
+
}
|
|
27
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
28
|
+
/** Localized display information for an operation. */
|
|
29
|
+
export interface OperationDisplay {
|
|
30
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
31
|
+
readonly provider?: string;
|
|
32
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
33
|
+
readonly resource?: string;
|
|
34
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
35
|
+
readonly operation?: string;
|
|
36
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
37
|
+
readonly description?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
40
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
41
|
+
export declare enum KnownOrigin {
|
|
42
|
+
/** Indicates the operation is initiated by a user. */
|
|
43
|
+
User = "user",
|
|
44
|
+
/** Indicates the operation is initiated by a system. */
|
|
45
|
+
System = "system",
|
|
46
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
47
|
+
UserSystem = "user,system"
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
51
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
52
|
+
* this enum contains the known values that the service supports.
|
|
53
|
+
* ### Known values supported by the service
|
|
54
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
55
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
56
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
57
|
+
*/
|
|
58
|
+
export type Origin = string;
|
|
59
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
60
|
+
export declare enum KnownActionType {
|
|
61
|
+
/** Actions are for internal-only APIs. */
|
|
62
|
+
Internal = "Internal"
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
66
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
67
|
+
* this enum contains the known values that the service supports.
|
|
68
|
+
* ### Known values supported by the service
|
|
69
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
70
|
+
*/
|
|
71
|
+
export type ActionType = string;
|
|
72
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
73
|
+
export interface ErrorResponse {
|
|
74
|
+
/** The error object. */
|
|
75
|
+
error?: ErrorDetail;
|
|
76
|
+
}
|
|
77
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
78
|
+
/** The error detail. */
|
|
79
|
+
export interface ErrorDetail {
|
|
80
|
+
/** The error code. */
|
|
81
|
+
readonly code?: string;
|
|
82
|
+
/** The error message. */
|
|
83
|
+
readonly message?: string;
|
|
84
|
+
/** The error target. */
|
|
85
|
+
readonly target?: string;
|
|
86
|
+
/** The error details. */
|
|
87
|
+
readonly details?: ErrorDetail[];
|
|
88
|
+
/** The error additional info. */
|
|
89
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
90
|
+
}
|
|
91
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
92
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
93
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
94
|
+
/** The resource management error additional info. */
|
|
95
|
+
export interface ErrorAdditionalInfo {
|
|
96
|
+
/** The additional info type. */
|
|
97
|
+
readonly type?: string;
|
|
98
|
+
/** The additional info. */
|
|
99
|
+
readonly info?: any;
|
|
100
|
+
}
|
|
101
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
102
|
+
/** Represents a cluster. */
|
|
103
|
+
export interface Cluster extends TrackedResource {
|
|
104
|
+
/** Describes the identity of the cluster. */
|
|
105
|
+
identity?: IdentityProperties;
|
|
106
|
+
/** Indicates whether the cluster was created using AAD authentication. */
|
|
107
|
+
readonly aadAuthEnabled?: AadEnabledEnum;
|
|
108
|
+
/** The administrator's login name of the servers in the cluster. */
|
|
109
|
+
readonly administratorLogin?: string;
|
|
110
|
+
/** The password of the administrator login. Required for creation. */
|
|
111
|
+
administratorLoginPassword?: string;
|
|
112
|
+
/** The data encryption properties of a cluster. */
|
|
113
|
+
dataEncryption?: DataEncryption;
|
|
114
|
+
/** Provisioning state of the cluster */
|
|
115
|
+
readonly provisioningState?: string;
|
|
116
|
+
/** A state of a cluster/server that is visible to user. */
|
|
117
|
+
readonly state?: string;
|
|
118
|
+
/** The major PostgreSQL version on all cluster servers. */
|
|
119
|
+
postgresqlVersion?: string;
|
|
120
|
+
/** The Citus extension version on all cluster servers. */
|
|
121
|
+
citusVersion?: string;
|
|
122
|
+
/** Maintenance window of a cluster. */
|
|
123
|
+
maintenanceWindow?: MaintenanceWindow;
|
|
124
|
+
/** Preferred primary availability zone (AZ) for all cluster servers. */
|
|
125
|
+
preferredPrimaryZone?: string;
|
|
126
|
+
/** If distributed tables are placed on coordinator or not. Should be set to 'true' on single node clusters. Requires shard rebalancing after value is changed. */
|
|
127
|
+
enableShardsOnCoordinator?: boolean;
|
|
128
|
+
/** If high availability (HA) is enabled or not for the cluster. */
|
|
129
|
+
enableHa?: boolean;
|
|
130
|
+
/** The edition of a coordinator server (default: GeneralPurpose). Required for creation. */
|
|
131
|
+
coordinatorServerEdition?: string;
|
|
132
|
+
/** The storage of a server in MB. Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information. */
|
|
133
|
+
coordinatorStorageQuotaInMb?: number;
|
|
134
|
+
/** The vCores count of a server (max: 96). Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information. */
|
|
135
|
+
coordinatorVCores?: number;
|
|
136
|
+
/** If public access is enabled on coordinator. */
|
|
137
|
+
coordinatorEnablePublicIpAccess?: boolean;
|
|
138
|
+
/** The edition of a node server (default: MemoryOptimized). */
|
|
139
|
+
nodeServerEdition?: string;
|
|
140
|
+
/** Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. Required for creation. */
|
|
141
|
+
nodeCount?: number;
|
|
142
|
+
/** The storage in MB on each worker node. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information. */
|
|
143
|
+
nodeStorageQuotaInMb?: number;
|
|
144
|
+
/** The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information. */
|
|
145
|
+
nodeVCores?: number;
|
|
146
|
+
/** If public access is enabled on worker nodes. */
|
|
147
|
+
nodeEnablePublicIpAccess?: boolean;
|
|
148
|
+
/** The list of server names in the cluster */
|
|
149
|
+
readonly serverNames?: ServerNameItem[];
|
|
150
|
+
/** The resource id of source cluster for read replica clusters. */
|
|
151
|
+
sourceResourceId?: string;
|
|
152
|
+
/** The Azure region of source cluster for read replica clusters. */
|
|
153
|
+
sourceLocation?: string;
|
|
154
|
+
/** Indicates whether the cluster was created with a password or using AAD authentication. */
|
|
155
|
+
readonly passwordEnabled?: PasswordEnabledEnum;
|
|
156
|
+
/** Date and time in UTC (ISO8601 format) for cluster restore. */
|
|
157
|
+
pointInTimeUTC?: Date;
|
|
158
|
+
/** The array of read replica clusters. */
|
|
159
|
+
readonly readReplicas?: string[];
|
|
160
|
+
/** The earliest restore point time (ISO8601 format) for the cluster. */
|
|
161
|
+
readonly earliestRestoreTime?: Date;
|
|
162
|
+
/** The private endpoint connections for a cluster. */
|
|
163
|
+
readonly privateEndpointConnections?: SimplePrivateEndpointConnection[];
|
|
164
|
+
/** The database name of the cluster. Only one database per cluster is supported. */
|
|
165
|
+
databaseName?: string;
|
|
166
|
+
/** If cluster backup is stored in another Azure region in addition to the copy of the backup stored in the cluster's region. Enabled only at the time of cluster creation. */
|
|
167
|
+
enableGeoBackup?: boolean;
|
|
168
|
+
/** Authentication configuration of a cluster. */
|
|
169
|
+
authConfig?: AuthConfig;
|
|
170
|
+
}
|
|
171
|
+
export declare function clusterSerializer(item: Cluster): any;
|
|
172
|
+
export declare function clusterDeserializer(item: any): Cluster;
|
|
173
|
+
/** Properties of the cluster. */
|
|
174
|
+
export interface ClusterProperties {
|
|
175
|
+
/** Indicates whether the cluster was created using AAD authentication. */
|
|
176
|
+
readonly aadAuthEnabled?: AadEnabledEnum;
|
|
177
|
+
/** The administrator's login name of the servers in the cluster. */
|
|
178
|
+
readonly administratorLogin?: string;
|
|
179
|
+
/** The password of the administrator login. Required for creation. */
|
|
180
|
+
administratorLoginPassword?: string;
|
|
181
|
+
/** The data encryption properties of a cluster. */
|
|
182
|
+
dataEncryption?: DataEncryption;
|
|
183
|
+
/** Provisioning state of the cluster */
|
|
184
|
+
readonly provisioningState?: string;
|
|
185
|
+
/** A state of a cluster/server that is visible to user. */
|
|
186
|
+
readonly state?: string;
|
|
187
|
+
/** The major PostgreSQL version on all cluster servers. */
|
|
188
|
+
postgresqlVersion?: string;
|
|
189
|
+
/** The Citus extension version on all cluster servers. */
|
|
190
|
+
citusVersion?: string;
|
|
191
|
+
/** Maintenance window of a cluster. */
|
|
192
|
+
maintenanceWindow?: MaintenanceWindow;
|
|
193
|
+
/** Preferred primary availability zone (AZ) for all cluster servers. */
|
|
194
|
+
preferredPrimaryZone?: string;
|
|
195
|
+
/** If distributed tables are placed on coordinator or not. Should be set to 'true' on single node clusters. Requires shard rebalancing after value is changed. */
|
|
196
|
+
enableShardsOnCoordinator?: boolean;
|
|
197
|
+
/** If high availability (HA) is enabled or not for the cluster. */
|
|
198
|
+
enableHa?: boolean;
|
|
199
|
+
/** The edition of a coordinator server (default: GeneralPurpose). Required for creation. */
|
|
200
|
+
coordinatorServerEdition?: string;
|
|
201
|
+
/** The storage of a server in MB. Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information. */
|
|
202
|
+
coordinatorStorageQuotaInMb?: number;
|
|
203
|
+
/** The vCores count of a server (max: 96). Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information. */
|
|
204
|
+
coordinatorVCores?: number;
|
|
205
|
+
/** If public access is enabled on coordinator. */
|
|
206
|
+
coordinatorEnablePublicIpAccess?: boolean;
|
|
207
|
+
/** The edition of a node server (default: MemoryOptimized). */
|
|
208
|
+
nodeServerEdition?: string;
|
|
209
|
+
/** Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. Required for creation. */
|
|
210
|
+
nodeCount?: number;
|
|
211
|
+
/** The storage in MB on each worker node. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information. */
|
|
212
|
+
nodeStorageQuotaInMb?: number;
|
|
213
|
+
/** The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information. */
|
|
214
|
+
nodeVCores?: number;
|
|
215
|
+
/** If public access is enabled on worker nodes. */
|
|
216
|
+
nodeEnablePublicIpAccess?: boolean;
|
|
217
|
+
/** The list of server names in the cluster */
|
|
218
|
+
readonly serverNames?: ServerNameItem[];
|
|
219
|
+
/** The resource id of source cluster for read replica clusters. */
|
|
220
|
+
sourceResourceId?: string;
|
|
221
|
+
/** The Azure region of source cluster for read replica clusters. */
|
|
222
|
+
sourceLocation?: string;
|
|
223
|
+
/** Indicates whether the cluster was created with a password or using AAD authentication. */
|
|
224
|
+
readonly passwordEnabled?: PasswordEnabledEnum;
|
|
225
|
+
/** Date and time in UTC (ISO8601 format) for cluster restore. */
|
|
226
|
+
pointInTimeUTC?: Date;
|
|
227
|
+
/** The array of read replica clusters. */
|
|
228
|
+
readonly readReplicas?: string[];
|
|
229
|
+
/** The earliest restore point time (ISO8601 format) for the cluster. */
|
|
230
|
+
readonly earliestRestoreTime?: Date;
|
|
231
|
+
/** The private endpoint connections for a cluster. */
|
|
232
|
+
readonly privateEndpointConnections?: SimplePrivateEndpointConnection[];
|
|
233
|
+
/** The database name of the cluster. Only one database per cluster is supported. */
|
|
234
|
+
databaseName?: string;
|
|
235
|
+
/** If cluster backup is stored in another Azure region in addition to the copy of the backup stored in the cluster's region. Enabled only at the time of cluster creation. */
|
|
236
|
+
enableGeoBackup?: boolean;
|
|
237
|
+
/** Authentication configuration of a cluster. */
|
|
238
|
+
authConfig?: AuthConfig;
|
|
239
|
+
}
|
|
240
|
+
export declare function clusterPropertiesSerializer(item: ClusterProperties): any;
|
|
241
|
+
export declare function clusterPropertiesDeserializer(item: any): ClusterProperties;
|
|
242
|
+
/** Indicates whether the cluster was created using AAD authentication. */
|
|
243
|
+
export declare enum KnownAadEnabledEnum {
|
|
244
|
+
/** enabled */
|
|
245
|
+
Enabled = "enabled",
|
|
246
|
+
/** disabled */
|
|
247
|
+
Disabled = "disabled"
|
|
248
|
+
}
|
|
249
|
+
/**
|
|
250
|
+
* Indicates whether the cluster was created using AAD authentication. \
|
|
251
|
+
* {@link KnownAadEnabledEnum} can be used interchangeably with AadEnabledEnum,
|
|
252
|
+
* this enum contains the known values that the service supports.
|
|
253
|
+
* ### Known values supported by the service
|
|
254
|
+
* **enabled** \
|
|
255
|
+
* **disabled**
|
|
256
|
+
*/
|
|
257
|
+
export type AadEnabledEnum = string;
|
|
258
|
+
/** The data encryption properties of a cluster. */
|
|
259
|
+
export interface DataEncryption {
|
|
260
|
+
/** URI for the key in keyvault for data encryption of the primary server. */
|
|
261
|
+
primaryKeyUri?: string;
|
|
262
|
+
/** Resource Id for the User assigned identity to be used for data encryption of the primary server. */
|
|
263
|
+
primaryUserAssignedIdentityId?: string;
|
|
264
|
+
type?: DataEncryptionType;
|
|
265
|
+
}
|
|
266
|
+
export declare function dataEncryptionSerializer(item: DataEncryption): any;
|
|
267
|
+
export declare function dataEncryptionDeserializer(item: any): DataEncryption;
|
|
268
|
+
/** Known values of {@link DataEncryptionType} that the service accepts. */
|
|
269
|
+
export declare enum KnownDataEncryptionType {
|
|
270
|
+
/** AzureKeyVault */
|
|
271
|
+
AzureKeyVault = "AzureKeyVault",
|
|
272
|
+
/** SystemAssigned */
|
|
273
|
+
SystemAssigned = "SystemAssigned"
|
|
274
|
+
}
|
|
275
|
+
/** Type of DataEncryptionType */
|
|
276
|
+
export type DataEncryptionType = string;
|
|
277
|
+
/** Schedule settings for regular cluster updates. */
|
|
278
|
+
export interface MaintenanceWindow {
|
|
279
|
+
/** Indicates whether custom maintenance window is enabled or not. */
|
|
280
|
+
customWindow?: string;
|
|
281
|
+
/** Start hour within preferred day of the week for maintenance window. */
|
|
282
|
+
startHour?: number;
|
|
283
|
+
/** Start minute within the start hour for maintenance window. */
|
|
284
|
+
startMinute?: number;
|
|
285
|
+
/** Preferred day of the week for maintenance window. */
|
|
286
|
+
dayOfWeek?: number;
|
|
287
|
+
}
|
|
288
|
+
export declare function maintenanceWindowSerializer(item: MaintenanceWindow): any;
|
|
289
|
+
export declare function maintenanceWindowDeserializer(item: any): MaintenanceWindow;
|
|
290
|
+
export declare function serverNameItemArrayDeserializer(result: Array<ServerNameItem>): any[];
|
|
291
|
+
/** The name object for a server. */
|
|
292
|
+
export interface ServerNameItem {
|
|
293
|
+
/** The name of a server. */
|
|
294
|
+
name?: string;
|
|
295
|
+
/** The fully qualified domain name of a server. */
|
|
296
|
+
readonly fullyQualifiedDomainName?: string;
|
|
297
|
+
}
|
|
298
|
+
export declare function serverNameItemDeserializer(item: any): ServerNameItem;
|
|
299
|
+
/** Indicates whether the cluster was created with a password or using AAD authentication. */
|
|
300
|
+
export declare enum KnownPasswordEnabledEnum {
|
|
301
|
+
/** enabled */
|
|
302
|
+
Enabled = "enabled",
|
|
303
|
+
/** disabled */
|
|
304
|
+
Disabled = "disabled"
|
|
305
|
+
}
|
|
306
|
+
/**
|
|
307
|
+
* Indicates whether the cluster was created with a password or using AAD authentication. \
|
|
308
|
+
* {@link KnownPasswordEnabledEnum} can be used interchangeably with PasswordEnabledEnum,
|
|
309
|
+
* this enum contains the known values that the service supports.
|
|
310
|
+
* ### Known values supported by the service
|
|
311
|
+
* **enabled** \
|
|
312
|
+
* **disabled**
|
|
313
|
+
*/
|
|
314
|
+
export type PasswordEnabledEnum = string;
|
|
315
|
+
export declare function simplePrivateEndpointConnectionArrayDeserializer(result: Array<SimplePrivateEndpointConnection>): any[];
|
|
316
|
+
/** A private endpoint connection. */
|
|
317
|
+
export interface SimplePrivateEndpointConnection extends ProxyResource {
|
|
318
|
+
/** Private endpoint which the connection belongs to. */
|
|
319
|
+
privateEndpoint?: PrivateEndpointProperty;
|
|
320
|
+
/** Group ids of the private endpoint connection. */
|
|
321
|
+
groupIds?: string[];
|
|
322
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
323
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
324
|
+
}
|
|
325
|
+
export declare function simplePrivateEndpointConnectionDeserializer(item: any): SimplePrivateEndpointConnection;
|
|
326
|
+
/** The properties in private endpoint connection */
|
|
327
|
+
export interface PrivateEndpointConnectionSimpleProperties {
|
|
328
|
+
/** Private endpoint which the connection belongs to. */
|
|
329
|
+
privateEndpoint?: PrivateEndpointProperty;
|
|
330
|
+
/** Group ids of the private endpoint connection. */
|
|
331
|
+
groupIds?: string[];
|
|
332
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
333
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
334
|
+
}
|
|
335
|
+
export declare function privateEndpointConnectionSimplePropertiesDeserializer(item: any): PrivateEndpointConnectionSimpleProperties;
|
|
336
|
+
/** Property to represent resource id of the private endpoint. */
|
|
337
|
+
export interface PrivateEndpointProperty {
|
|
338
|
+
/** Resource id of the private endpoint. */
|
|
339
|
+
id?: string;
|
|
340
|
+
}
|
|
341
|
+
export declare function privateEndpointPropertyDeserializer(item: any): PrivateEndpointProperty;
|
|
342
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
343
|
+
export interface PrivateLinkServiceConnectionState {
|
|
344
|
+
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
345
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
346
|
+
/** The reason for approval/rejection of the connection. */
|
|
347
|
+
description?: string;
|
|
348
|
+
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
349
|
+
actionsRequired?: string;
|
|
350
|
+
}
|
|
351
|
+
export declare function privateLinkServiceConnectionStateSerializer(item: PrivateLinkServiceConnectionState): any;
|
|
352
|
+
export declare function privateLinkServiceConnectionStateDeserializer(item: any): PrivateLinkServiceConnectionState;
|
|
353
|
+
/** The private endpoint connection status. */
|
|
354
|
+
export declare enum KnownPrivateEndpointServiceConnectionStatus {
|
|
355
|
+
/** Connection waiting for approval or rejection */
|
|
356
|
+
Pending = "Pending",
|
|
357
|
+
/** Connection approved */
|
|
358
|
+
Approved = "Approved",
|
|
359
|
+
/** Connection Rejected */
|
|
360
|
+
Rejected = "Rejected"
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* The private endpoint connection status. \
|
|
364
|
+
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
365
|
+
* this enum contains the known values that the service supports.
|
|
366
|
+
* ### Known values supported by the service
|
|
367
|
+
* **Pending**: Connection waiting for approval or rejection \
|
|
368
|
+
* **Approved**: Connection approved \
|
|
369
|
+
* **Rejected**: Connection Rejected
|
|
370
|
+
*/
|
|
371
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
372
|
+
/** Authentication configuration of a cluster. */
|
|
373
|
+
export interface AuthConfig {
|
|
374
|
+
activeDirectoryAuth?: ActiveDirectoryAuth;
|
|
375
|
+
passwordAuth?: PasswordAuth;
|
|
376
|
+
}
|
|
377
|
+
export declare function authConfigSerializer(item: AuthConfig): any;
|
|
378
|
+
export declare function authConfigDeserializer(item: any): AuthConfig;
|
|
379
|
+
/** Known values of {@link ActiveDirectoryAuth} that the service accepts. */
|
|
380
|
+
export declare enum KnownActiveDirectoryAuth {
|
|
381
|
+
/** enabled */
|
|
382
|
+
Enabled = "enabled",
|
|
383
|
+
/** disabled */
|
|
384
|
+
Disabled = "disabled"
|
|
385
|
+
}
|
|
386
|
+
/** Type of ActiveDirectoryAuth */
|
|
387
|
+
export type ActiveDirectoryAuth = string;
|
|
388
|
+
/** Known values of {@link PasswordAuth} that the service accepts. */
|
|
389
|
+
export declare enum KnownPasswordAuth {
|
|
390
|
+
/** enabled */
|
|
391
|
+
Enabled = "enabled",
|
|
392
|
+
/** disabled */
|
|
393
|
+
Disabled = "disabled"
|
|
394
|
+
}
|
|
395
|
+
/** Type of PasswordAuth */
|
|
396
|
+
export type PasswordAuth = string;
|
|
397
|
+
/** Describes the identity of the cluster. */
|
|
398
|
+
export interface IdentityProperties {
|
|
399
|
+
type?: IdentityType;
|
|
400
|
+
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
401
|
+
userAssignedIdentities?: Record<string, UserAssignedIdentity>;
|
|
402
|
+
}
|
|
403
|
+
export declare function identityPropertiesSerializer(item: IdentityProperties): any;
|
|
404
|
+
export declare function identityPropertiesDeserializer(item: any): IdentityProperties;
|
|
405
|
+
/** Known values of {@link IdentityType} that the service accepts. */
|
|
406
|
+
export declare enum KnownIdentityType {
|
|
407
|
+
/** UserAssigned */
|
|
408
|
+
UserAssigned = "UserAssigned",
|
|
409
|
+
/** SystemAssigned */
|
|
410
|
+
SystemAssigned = "SystemAssigned"
|
|
411
|
+
}
|
|
412
|
+
/** Type of IdentityType */
|
|
413
|
+
export type IdentityType = string;
|
|
414
|
+
export declare function userAssignedIdentityRecordSerializer(item: Record<string, UserAssignedIdentity>): Record<string, any>;
|
|
415
|
+
export declare function userAssignedIdentityRecordDeserializer(item: Record<string, any>): Record<string, UserAssignedIdentity>;
|
|
416
|
+
/** User assigned identity properties */
|
|
417
|
+
export interface UserAssignedIdentity {
|
|
418
|
+
/** The principal ID of the assigned identity. */
|
|
419
|
+
readonly principalId?: string;
|
|
420
|
+
/** The client ID of the assigned identity. */
|
|
421
|
+
readonly clientId?: string;
|
|
422
|
+
}
|
|
423
|
+
export declare function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any;
|
|
424
|
+
export declare function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity;
|
|
425
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
426
|
+
export interface ProxyResource extends Resource {
|
|
427
|
+
}
|
|
428
|
+
export declare function proxyResourceSerializer(_item: ProxyResource): any;
|
|
429
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
430
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
431
|
+
export interface Resource {
|
|
432
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
433
|
+
readonly id?: string;
|
|
434
|
+
/** The name of the resource */
|
|
435
|
+
readonly name?: string;
|
|
436
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
437
|
+
readonly type?: string;
|
|
438
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
439
|
+
readonly systemData?: SystemData;
|
|
440
|
+
}
|
|
441
|
+
export declare function resourceSerializer(_item: Resource): any;
|
|
442
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
443
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
444
|
+
export interface SystemData {
|
|
445
|
+
/** The identity that created the resource. */
|
|
446
|
+
createdBy?: string;
|
|
447
|
+
/** The type of identity that created the resource. */
|
|
448
|
+
createdByType?: CreatedByType;
|
|
449
|
+
/** The timestamp of resource creation (UTC). */
|
|
450
|
+
createdAt?: Date;
|
|
451
|
+
/** The identity that last modified the resource. */
|
|
452
|
+
lastModifiedBy?: string;
|
|
453
|
+
/** The type of identity that last modified the resource. */
|
|
454
|
+
lastModifiedByType?: CreatedByType;
|
|
455
|
+
/** The timestamp of resource last modification (UTC) */
|
|
456
|
+
lastModifiedAt?: Date;
|
|
457
|
+
}
|
|
458
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
459
|
+
/** The kind of entity that created the resource. */
|
|
460
|
+
export declare enum KnownCreatedByType {
|
|
461
|
+
/** The entity was created by a user. */
|
|
462
|
+
User = "User",
|
|
463
|
+
/** The entity was created by an application. */
|
|
464
|
+
Application = "Application",
|
|
465
|
+
/** The entity was created by a managed identity. */
|
|
466
|
+
ManagedIdentity = "ManagedIdentity",
|
|
467
|
+
/** The entity was created by a key. */
|
|
468
|
+
Key = "Key"
|
|
469
|
+
}
|
|
470
|
+
/**
|
|
471
|
+
* The kind of entity that created the resource. \
|
|
472
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
473
|
+
* this enum contains the known values that the service supports.
|
|
474
|
+
* ### Known values supported by the service
|
|
475
|
+
* **User**: The entity was created by a user. \
|
|
476
|
+
* **Application**: The entity was created by an application. \
|
|
477
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
478
|
+
* **Key**: The entity was created by a key.
|
|
479
|
+
*/
|
|
480
|
+
export type CreatedByType = string;
|
|
481
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
482
|
+
export interface TrackedResource extends Resource {
|
|
483
|
+
/** Resource tags. */
|
|
484
|
+
tags?: Record<string, string>;
|
|
485
|
+
/** The geo-location where the resource lives */
|
|
486
|
+
location: string;
|
|
487
|
+
}
|
|
488
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
489
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
490
|
+
/** Represents a cluster for update. */
|
|
491
|
+
export interface ClusterForUpdate {
|
|
492
|
+
/** Describes the identity of the cluster. */
|
|
493
|
+
identity?: IdentityProperties;
|
|
494
|
+
/** Application-specific metadata in the form of key-value pairs. */
|
|
495
|
+
tags?: Record<string, string>;
|
|
496
|
+
/** The password of the administrator login. Each cluster is created with pre-defined administrative role called ‘citus’. */
|
|
497
|
+
administratorLoginPassword?: string;
|
|
498
|
+
/** The major PostgreSQL version on all cluster servers. */
|
|
499
|
+
postgresqlVersion?: string;
|
|
500
|
+
/** The Citus extension version on all cluster servers. */
|
|
501
|
+
citusVersion?: string;
|
|
502
|
+
/** If distributed tables are placed on coordinator or not. Should be set to 'true' on single node clusters. Requires shard rebalancing after value is changed. */
|
|
503
|
+
enableShardsOnCoordinator?: boolean;
|
|
504
|
+
/** If high availability (HA) is enabled or not for the cluster. */
|
|
505
|
+
enableHa?: boolean;
|
|
506
|
+
/** Preferred primary availability zone (AZ) for all cluster servers. */
|
|
507
|
+
preferredPrimaryZone?: string;
|
|
508
|
+
/** The edition of the coordinator (default: GeneralPurpose). */
|
|
509
|
+
coordinatorServerEdition?: string;
|
|
510
|
+
/** The storage of the coordinator in MB. */
|
|
511
|
+
coordinatorStorageQuotaInMb?: number;
|
|
512
|
+
/** The vCores count of the coordinator (max: 96). */
|
|
513
|
+
coordinatorVCores?: number;
|
|
514
|
+
/** If public access is enabled on coordinator. */
|
|
515
|
+
coordinatorEnablePublicIpAccess?: boolean;
|
|
516
|
+
/** The edition of a node (default: MemoryOptimized). */
|
|
517
|
+
nodeServerEdition?: string;
|
|
518
|
+
/** Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. */
|
|
519
|
+
nodeCount?: number;
|
|
520
|
+
/** The storage in MB on each worker node. */
|
|
521
|
+
nodeStorageQuotaInMb?: number;
|
|
522
|
+
/** The compute in vCores on each worker node (max: 104). */
|
|
523
|
+
nodeVCores?: number;
|
|
524
|
+
/** If public access is enabled on worker nodes. */
|
|
525
|
+
readonly nodeEnablePublicIpAccess?: boolean;
|
|
526
|
+
/** Maintenance window of a cluster. */
|
|
527
|
+
maintenanceWindow?: MaintenanceWindow;
|
|
528
|
+
}
|
|
529
|
+
export declare function clusterForUpdateSerializer(item: ClusterForUpdate): any;
|
|
530
|
+
/** The properties used to update a cluster. */
|
|
531
|
+
export interface ClusterPropertiesForUpdate {
|
|
532
|
+
/** The password of the administrator login. Each cluster is created with pre-defined administrative role called ‘citus’. */
|
|
533
|
+
administratorLoginPassword?: string;
|
|
534
|
+
/** The major PostgreSQL version on all cluster servers. */
|
|
535
|
+
postgresqlVersion?: string;
|
|
536
|
+
/** The Citus extension version on all cluster servers. */
|
|
537
|
+
citusVersion?: string;
|
|
538
|
+
/** If distributed tables are placed on coordinator or not. Should be set to 'true' on single node clusters. Requires shard rebalancing after value is changed. */
|
|
539
|
+
enableShardsOnCoordinator?: boolean;
|
|
540
|
+
/** If high availability (HA) is enabled or not for the cluster. */
|
|
541
|
+
enableHa?: boolean;
|
|
542
|
+
/** Preferred primary availability zone (AZ) for all cluster servers. */
|
|
543
|
+
preferredPrimaryZone?: string;
|
|
544
|
+
/** The edition of the coordinator (default: GeneralPurpose). */
|
|
545
|
+
coordinatorServerEdition?: string;
|
|
546
|
+
/** The storage of the coordinator in MB. */
|
|
547
|
+
coordinatorStorageQuotaInMb?: number;
|
|
548
|
+
/** The vCores count of the coordinator (max: 96). */
|
|
549
|
+
coordinatorVCores?: number;
|
|
550
|
+
/** If public access is enabled on coordinator. */
|
|
551
|
+
coordinatorEnablePublicIpAccess?: boolean;
|
|
552
|
+
/** The edition of a node (default: MemoryOptimized). */
|
|
553
|
+
nodeServerEdition?: string;
|
|
554
|
+
/** Worker node count of the cluster. When node count is 0, it represents a single node configuration with the ability to create distributed tables on that node. 2 or more worker nodes represent multi-node configuration. Node count value cannot be 1. */
|
|
555
|
+
nodeCount?: number;
|
|
556
|
+
/** The storage in MB on each worker node. */
|
|
557
|
+
nodeStorageQuotaInMb?: number;
|
|
558
|
+
/** The compute in vCores on each worker node (max: 104). */
|
|
559
|
+
nodeVCores?: number;
|
|
560
|
+
/** If public access is enabled on worker nodes. */
|
|
561
|
+
readonly nodeEnablePublicIpAccess?: boolean;
|
|
562
|
+
/** Maintenance window of a cluster. */
|
|
563
|
+
maintenanceWindow?: MaintenanceWindow;
|
|
564
|
+
}
|
|
565
|
+
export declare function clusterPropertiesForUpdateSerializer(item: ClusterPropertiesForUpdate): any;
|
|
566
|
+
/** The response of a Cluster list operation. */
|
|
567
|
+
export interface _ClusterListResult {
|
|
568
|
+
/** The Cluster items on this page */
|
|
569
|
+
value: Cluster[];
|
|
570
|
+
/** The link to the next page of items */
|
|
571
|
+
nextLink?: string;
|
|
572
|
+
}
|
|
573
|
+
export declare function _clusterListResultDeserializer(item: any): _ClusterListResult;
|
|
574
|
+
export declare function clusterArraySerializer(result: Array<Cluster>): any[];
|
|
575
|
+
export declare function clusterArrayDeserializer(result: Array<Cluster>): any[];
|
|
576
|
+
/** Request from client to promote geo-redundant replica */
|
|
577
|
+
export interface PromoteRequest {
|
|
578
|
+
/** Boolean property to enable geo-redundant replica promotion. */
|
|
579
|
+
enableGeoBackup?: boolean;
|
|
580
|
+
}
|
|
581
|
+
export declare function promoteRequestSerializer(item: PromoteRequest): any;
|
|
582
|
+
/** Request from client to check cluster name availability. */
|
|
583
|
+
export interface NameAvailabilityRequest {
|
|
584
|
+
/** Cluster name to verify. */
|
|
585
|
+
name: string;
|
|
586
|
+
/** Resource type used for verification. */
|
|
587
|
+
type: CheckNameAvailabilityResourceType;
|
|
588
|
+
}
|
|
589
|
+
export declare function nameAvailabilityRequestSerializer(item: NameAvailabilityRequest): any;
|
|
590
|
+
/** Resource type used for name availability verification. */
|
|
591
|
+
export type CheckNameAvailabilityResourceType = "Microsoft.DBforPostgreSQL/serverGroupsv2";
|
|
592
|
+
/** Represents cluster name availability. */
|
|
593
|
+
export interface NameAvailability {
|
|
594
|
+
/** Error message. */
|
|
595
|
+
message?: string;
|
|
596
|
+
/** Indicates whether the cluster name is available. */
|
|
597
|
+
nameAvailable?: boolean;
|
|
598
|
+
/** Name of the cluster. */
|
|
599
|
+
name?: string;
|
|
600
|
+
/** Type of the cluster. */
|
|
601
|
+
type?: string;
|
|
602
|
+
}
|
|
603
|
+
export declare function nameAvailabilityDeserializer(item: any): NameAvailability;
|
|
604
|
+
/** Represents configuration details for coordinator and node. */
|
|
605
|
+
export interface Configuration extends ProxyResource {
|
|
606
|
+
/** Description of the configuration. */
|
|
607
|
+
readonly description?: string;
|
|
608
|
+
/** Data type of the configuration. */
|
|
609
|
+
readonly dataType?: ConfigurationDataType;
|
|
610
|
+
/** Allowed values of the configuration. */
|
|
611
|
+
readonly allowedValues?: string;
|
|
612
|
+
/** If configuration change requires restart. */
|
|
613
|
+
requiresRestart?: boolean;
|
|
614
|
+
/** The list of server role group configuration values. */
|
|
615
|
+
serverRoleGroupConfigurations?: ServerRoleGroupConfiguration[];
|
|
616
|
+
/** Provisioning state of the configuration */
|
|
617
|
+
readonly provisioningState?: ProvisioningState;
|
|
618
|
+
}
|
|
619
|
+
export declare function configurationDeserializer(item: any): Configuration;
|
|
620
|
+
/** The properties of configuration. */
|
|
621
|
+
export interface ConfigurationProperties {
|
|
622
|
+
/** Description of the configuration. */
|
|
623
|
+
readonly description?: string;
|
|
624
|
+
/** Data type of the configuration. */
|
|
625
|
+
readonly dataType?: ConfigurationDataType;
|
|
626
|
+
/** Allowed values of the configuration. */
|
|
627
|
+
readonly allowedValues?: string;
|
|
628
|
+
/** If configuration change requires restart. */
|
|
629
|
+
requiresRestart?: boolean;
|
|
630
|
+
/** The list of server role group configuration values. */
|
|
631
|
+
serverRoleGroupConfigurations: ServerRoleGroupConfiguration[];
|
|
632
|
+
/** Provisioning state of the configuration */
|
|
633
|
+
readonly provisioningState?: ProvisioningState;
|
|
634
|
+
}
|
|
635
|
+
export declare function configurationPropertiesDeserializer(item: any): ConfigurationProperties;
|
|
636
|
+
/** Data type of the configuration. */
|
|
637
|
+
export declare enum KnownConfigurationDataType {
|
|
638
|
+
/** Boolean */
|
|
639
|
+
Boolean = "Boolean",
|
|
640
|
+
/** Numeric */
|
|
641
|
+
Numeric = "Numeric",
|
|
642
|
+
/** Integer */
|
|
643
|
+
Integer = "Integer",
|
|
644
|
+
/** Enumeration */
|
|
645
|
+
Enumeration = "Enumeration"
|
|
646
|
+
}
|
|
647
|
+
/**
|
|
648
|
+
* Data type of the configuration. \
|
|
649
|
+
* {@link KnownConfigurationDataType} can be used interchangeably with ConfigurationDataType,
|
|
650
|
+
* this enum contains the known values that the service supports.
|
|
651
|
+
* ### Known values supported by the service
|
|
652
|
+
* **Boolean** \
|
|
653
|
+
* **Numeric** \
|
|
654
|
+
* **Integer** \
|
|
655
|
+
* **Enumeration**
|
|
656
|
+
*/
|
|
657
|
+
export type ConfigurationDataType = string;
|
|
658
|
+
export declare function serverRoleGroupConfigurationArrayDeserializer(result: Array<ServerRoleGroupConfiguration>): any[];
|
|
659
|
+
/** Represents server role group configuration value. */
|
|
660
|
+
export interface ServerRoleGroupConfiguration {
|
|
661
|
+
/** The role of servers in the server role group. */
|
|
662
|
+
role: ServerRole;
|
|
663
|
+
/** Value of the configuration. */
|
|
664
|
+
value: string;
|
|
665
|
+
/** Default value of the configuration. */
|
|
666
|
+
readonly defaultValue?: string;
|
|
667
|
+
/** Source of the configuration. */
|
|
668
|
+
readonly source?: string;
|
|
669
|
+
}
|
|
670
|
+
export declare function serverRoleGroupConfigurationDeserializer(item: any): ServerRoleGroupConfiguration;
|
|
671
|
+
/** The role of a server. */
|
|
672
|
+
export declare enum KnownServerRole {
|
|
673
|
+
/** Coordinator */
|
|
674
|
+
Coordinator = "Coordinator",
|
|
675
|
+
/** Worker */
|
|
676
|
+
Worker = "Worker"
|
|
677
|
+
}
|
|
678
|
+
/**
|
|
679
|
+
* The role of a server. \
|
|
680
|
+
* {@link KnownServerRole} can be used interchangeably with ServerRole,
|
|
681
|
+
* this enum contains the known values that the service supports.
|
|
682
|
+
* ### Known values supported by the service
|
|
683
|
+
* **Coordinator** \
|
|
684
|
+
* **Worker**
|
|
685
|
+
*/
|
|
686
|
+
export type ServerRole = string;
|
|
687
|
+
/** The current provisioning state. */
|
|
688
|
+
export declare enum KnownProvisioningState {
|
|
689
|
+
/** Succeeded */
|
|
690
|
+
Succeeded = "Succeeded",
|
|
691
|
+
/** Canceled */
|
|
692
|
+
Canceled = "Canceled",
|
|
693
|
+
/** InProgress */
|
|
694
|
+
InProgress = "InProgress",
|
|
695
|
+
/** Failed */
|
|
696
|
+
Failed = "Failed"
|
|
697
|
+
}
|
|
698
|
+
/**
|
|
699
|
+
* The current provisioning state. \
|
|
700
|
+
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
701
|
+
* this enum contains the known values that the service supports.
|
|
702
|
+
* ### Known values supported by the service
|
|
703
|
+
* **Succeeded** \
|
|
704
|
+
* **Canceled** \
|
|
705
|
+
* **InProgress** \
|
|
706
|
+
* **Failed**
|
|
707
|
+
*/
|
|
708
|
+
export type ProvisioningState = string;
|
|
709
|
+
/** Pagination result of configurations. */
|
|
710
|
+
export interface _ClusterConfigurationListResult {
|
|
711
|
+
/** The list of configurations. */
|
|
712
|
+
value?: Configuration[];
|
|
713
|
+
/** The link to the next page of results. */
|
|
714
|
+
nextLink?: string;
|
|
715
|
+
}
|
|
716
|
+
export declare function _clusterConfigurationListResultDeserializer(item: any): _ClusterConfigurationListResult;
|
|
717
|
+
export declare function configurationArrayDeserializer(result: Array<Configuration>): any[];
|
|
718
|
+
/** The response of a ServerConfiguration list operation. */
|
|
719
|
+
export interface _ServerConfigurationListResult {
|
|
720
|
+
/** The ServerConfiguration items on this page */
|
|
721
|
+
value: ServerConfiguration[];
|
|
722
|
+
/** The link to the next page of items */
|
|
723
|
+
nextLink?: string;
|
|
724
|
+
}
|
|
725
|
+
export declare function _serverConfigurationListResultDeserializer(item: any): _ServerConfigurationListResult;
|
|
726
|
+
export declare function serverConfigurationArraySerializer(result: Array<ServerConfiguration>): any[];
|
|
727
|
+
export declare function serverConfigurationArrayDeserializer(result: Array<ServerConfiguration>): any[];
|
|
728
|
+
/** Represents a configuration. */
|
|
729
|
+
export interface ServerConfiguration extends ProxyResource {
|
|
730
|
+
/** Value of the configuration. */
|
|
731
|
+
value?: string;
|
|
732
|
+
/** Source of the configuration. */
|
|
733
|
+
readonly source?: string;
|
|
734
|
+
/** Description of the configuration. */
|
|
735
|
+
readonly description?: string;
|
|
736
|
+
/** Default value of the configuration. */
|
|
737
|
+
readonly defaultValue?: string;
|
|
738
|
+
/** Data type of the configuration. */
|
|
739
|
+
readonly dataType?: ConfigurationDataType;
|
|
740
|
+
/** Allowed values of the configuration. */
|
|
741
|
+
readonly allowedValues?: string;
|
|
742
|
+
/** If configuration change requires restart. */
|
|
743
|
+
readonly requiresRestart?: boolean;
|
|
744
|
+
/** Provisioning state of the configuration. */
|
|
745
|
+
readonly provisioningState?: ProvisioningState;
|
|
746
|
+
}
|
|
747
|
+
export declare function serverConfigurationSerializer(item: ServerConfiguration): any;
|
|
748
|
+
export declare function serverConfigurationDeserializer(item: any): ServerConfiguration;
|
|
749
|
+
/** The properties of a configuration. */
|
|
750
|
+
export interface ServerConfigurationProperties {
|
|
751
|
+
/** Value of the configuration. */
|
|
752
|
+
value: string;
|
|
753
|
+
/** Source of the configuration. */
|
|
754
|
+
readonly source?: string;
|
|
755
|
+
/** Description of the configuration. */
|
|
756
|
+
readonly description?: string;
|
|
757
|
+
/** Default value of the configuration. */
|
|
758
|
+
readonly defaultValue?: string;
|
|
759
|
+
/** Data type of the configuration. */
|
|
760
|
+
readonly dataType?: ConfigurationDataType;
|
|
761
|
+
/** Allowed values of the configuration. */
|
|
762
|
+
readonly allowedValues?: string;
|
|
763
|
+
/** If configuration change requires restart. */
|
|
764
|
+
readonly requiresRestart?: boolean;
|
|
765
|
+
/** Provisioning state of the configuration. */
|
|
766
|
+
readonly provisioningState?: ProvisioningState;
|
|
767
|
+
}
|
|
768
|
+
export declare function serverConfigurationPropertiesSerializer(item: ServerConfigurationProperties): any;
|
|
769
|
+
export declare function serverConfigurationPropertiesDeserializer(item: any): ServerConfigurationProperties;
|
|
770
|
+
/** Represents a cluster firewall rule. */
|
|
771
|
+
export interface FirewallRule extends ProxyResource {
|
|
772
|
+
/** The start IP address of the cluster firewall rule. Must be IPv4 format. */
|
|
773
|
+
startIpAddress: string;
|
|
774
|
+
/** The end IP address of the cluster firewall rule. Must be IPv4 format. */
|
|
775
|
+
endIpAddress: string;
|
|
776
|
+
/** Provisioning state of the firewall rule. */
|
|
777
|
+
readonly provisioningState?: ProvisioningState;
|
|
778
|
+
}
|
|
779
|
+
export declare function firewallRuleSerializer(item: FirewallRule): any;
|
|
780
|
+
export declare function firewallRuleDeserializer(item: any): FirewallRule;
|
|
781
|
+
/** The properties of a cluster firewall rule. */
|
|
782
|
+
export interface FirewallRuleProperties {
|
|
783
|
+
/** The start IP address of the cluster firewall rule. Must be IPv4 format. */
|
|
784
|
+
startIpAddress: string;
|
|
785
|
+
/** The end IP address of the cluster firewall rule. Must be IPv4 format. */
|
|
786
|
+
endIpAddress: string;
|
|
787
|
+
/** Provisioning state of the firewall rule. */
|
|
788
|
+
readonly provisioningState?: ProvisioningState;
|
|
789
|
+
}
|
|
790
|
+
export declare function firewallRulePropertiesSerializer(item: FirewallRuleProperties): any;
|
|
791
|
+
export declare function firewallRulePropertiesDeserializer(item: any): FirewallRuleProperties;
|
|
792
|
+
/** The response of a FirewallRule list operation. */
|
|
793
|
+
export interface _FirewallRuleListResult {
|
|
794
|
+
/** The FirewallRule items on this page */
|
|
795
|
+
value: FirewallRule[];
|
|
796
|
+
/** The link to the next page of items */
|
|
797
|
+
nextLink?: string;
|
|
798
|
+
}
|
|
799
|
+
export declare function _firewallRuleListResultDeserializer(item: any): _FirewallRuleListResult;
|
|
800
|
+
export declare function firewallRuleArraySerializer(result: Array<FirewallRule>): any[];
|
|
801
|
+
export declare function firewallRuleArrayDeserializer(result: Array<FirewallRule>): any[];
|
|
802
|
+
/** A private endpoint connection resource */
|
|
803
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
804
|
+
/** The group ids for the private endpoint resource. */
|
|
805
|
+
readonly groupIds?: string[];
|
|
806
|
+
/** The private endpoint resource. */
|
|
807
|
+
privateEndpoint?: PrivateEndpoint;
|
|
808
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
809
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
810
|
+
/** The provisioning state of the private endpoint connection resource. */
|
|
811
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
812
|
+
}
|
|
813
|
+
export declare function privateEndpointConnectionSerializer(item: PrivateEndpointConnection): any;
|
|
814
|
+
export declare function privateEndpointConnectionDeserializer(item: any): PrivateEndpointConnection;
|
|
815
|
+
/** Properties of the private endpoint connection. */
|
|
816
|
+
export interface PrivateEndpointConnectionProperties {
|
|
817
|
+
/** The group ids for the private endpoint resource. */
|
|
818
|
+
readonly groupIds?: string[];
|
|
819
|
+
/** The private endpoint resource. */
|
|
820
|
+
privateEndpoint?: PrivateEndpoint;
|
|
821
|
+
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
822
|
+
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
823
|
+
/** The provisioning state of the private endpoint connection resource. */
|
|
824
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
825
|
+
}
|
|
826
|
+
export declare function privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnectionProperties): any;
|
|
827
|
+
export declare function privateEndpointConnectionPropertiesDeserializer(item: any): PrivateEndpointConnectionProperties;
|
|
828
|
+
/** The private endpoint resource. */
|
|
829
|
+
export interface PrivateEndpoint {
|
|
830
|
+
/** The resource identifier of the private endpoint */
|
|
831
|
+
readonly id?: string;
|
|
832
|
+
}
|
|
833
|
+
export declare function privateEndpointSerializer(_item: PrivateEndpoint): any;
|
|
834
|
+
export declare function privateEndpointDeserializer(item: any): PrivateEndpoint;
|
|
835
|
+
/** The current provisioning state. */
|
|
836
|
+
export declare enum KnownPrivateEndpointConnectionProvisioningState {
|
|
837
|
+
/** Connection has been provisioned */
|
|
838
|
+
Succeeded = "Succeeded",
|
|
839
|
+
/** Connection is being created */
|
|
840
|
+
Creating = "Creating",
|
|
841
|
+
/** Connection is being deleted */
|
|
842
|
+
Deleting = "Deleting",
|
|
843
|
+
/** Connection provisioning has failed */
|
|
844
|
+
Failed = "Failed"
|
|
845
|
+
}
|
|
846
|
+
/**
|
|
847
|
+
* The current provisioning state. \
|
|
848
|
+
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
849
|
+
* this enum contains the known values that the service supports.
|
|
850
|
+
* ### Known values supported by the service
|
|
851
|
+
* **Succeeded**: Connection has been provisioned \
|
|
852
|
+
* **Creating**: Connection is being created \
|
|
853
|
+
* **Deleting**: Connection is being deleted \
|
|
854
|
+
* **Failed**: Connection provisioning has failed
|
|
855
|
+
*/
|
|
856
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
857
|
+
/** The response of a PrivateEndpointConnection list operation. */
|
|
858
|
+
export interface _PrivateEndpointConnectionListResult {
|
|
859
|
+
/** The PrivateEndpointConnection items on this page */
|
|
860
|
+
value: PrivateEndpointConnection[];
|
|
861
|
+
/** The link to the next page of items */
|
|
862
|
+
nextLink?: string;
|
|
863
|
+
}
|
|
864
|
+
export declare function _privateEndpointConnectionListResultDeserializer(item: any): _PrivateEndpointConnectionListResult;
|
|
865
|
+
export declare function privateEndpointConnectionArraySerializer(result: Array<PrivateEndpointConnection>): any[];
|
|
866
|
+
export declare function privateEndpointConnectionArrayDeserializer(result: Array<PrivateEndpointConnection>): any[];
|
|
867
|
+
/** A private link resource. */
|
|
868
|
+
export interface PrivateLinkResource extends ProxyResource {
|
|
869
|
+
/** The private link resource group id. */
|
|
870
|
+
readonly groupId?: string;
|
|
871
|
+
/** The private link resource required member names. */
|
|
872
|
+
readonly requiredMembers?: string[];
|
|
873
|
+
/** The private link resource private link DNS zone name. */
|
|
874
|
+
requiredZoneNames?: string[];
|
|
875
|
+
}
|
|
876
|
+
export declare function privateLinkResourceDeserializer(item: any): PrivateLinkResource;
|
|
877
|
+
/** Properties of a private link resource. */
|
|
878
|
+
export interface PrivateLinkResourceProperties {
|
|
879
|
+
/** The private link resource group id. */
|
|
880
|
+
readonly groupId?: string;
|
|
881
|
+
/** The private link resource required member names. */
|
|
882
|
+
readonly requiredMembers?: string[];
|
|
883
|
+
/** The private link resource private link DNS zone name. */
|
|
884
|
+
requiredZoneNames?: string[];
|
|
885
|
+
}
|
|
886
|
+
export declare function privateLinkResourcePropertiesDeserializer(item: any): PrivateLinkResourceProperties;
|
|
887
|
+
/** The response of a PrivateLinkResource list operation. */
|
|
888
|
+
export interface _PrivateLinkResourceListResult {
|
|
889
|
+
/** The PrivateLinkResource items on this page */
|
|
890
|
+
value: PrivateLinkResource[];
|
|
891
|
+
/** The link to the next page of items */
|
|
892
|
+
nextLink?: string;
|
|
893
|
+
}
|
|
894
|
+
export declare function _privateLinkResourceListResultDeserializer(item: any): _PrivateLinkResourceListResult;
|
|
895
|
+
export declare function privateLinkResourceArrayDeserializer(result: Array<PrivateLinkResource>): any[];
|
|
896
|
+
/** Represents a cluster role. */
|
|
897
|
+
export interface Role extends ProxyResource {
|
|
898
|
+
roleType?: RoleType;
|
|
899
|
+
/** The password of the cluster role. If an identity is used, password will not be required. */
|
|
900
|
+
password?: string;
|
|
901
|
+
externalIdentity?: RolePropertiesExternalIdentity;
|
|
902
|
+
/** Provisioning state of the role */
|
|
903
|
+
readonly provisioningState?: ProvisioningState;
|
|
904
|
+
}
|
|
905
|
+
export declare function roleSerializer(item: Role): any;
|
|
906
|
+
export declare function roleDeserializer(item: any): Role;
|
|
907
|
+
/** The properties of a cluster role. */
|
|
908
|
+
export interface RoleProperties {
|
|
909
|
+
roleType?: RoleType;
|
|
910
|
+
/** The password of the cluster role. If an identity is used, password will not be required. */
|
|
911
|
+
password?: string;
|
|
912
|
+
/** Provisioning state of the role */
|
|
913
|
+
readonly provisioningState?: ProvisioningState;
|
|
914
|
+
/** A type definition that refers the id to an Azure Resource Manager resource. */
|
|
915
|
+
objectId?: string;
|
|
916
|
+
principalType?: PrincipalType;
|
|
917
|
+
/** A type definition that refers the id to an Azure Resource Manager resource. */
|
|
918
|
+
tenantId?: string;
|
|
919
|
+
}
|
|
920
|
+
export declare function rolePropertiesSerializer(item: RoleProperties): any;
|
|
921
|
+
export declare function rolePropertiesDeserializer(item: any): RoleProperties;
|
|
922
|
+
/** Known values of {@link RoleType} that the service accepts. */
|
|
923
|
+
export declare enum KnownRoleType {
|
|
924
|
+
/** user */
|
|
925
|
+
User = "user",
|
|
926
|
+
/** admin */
|
|
927
|
+
Admin = "admin"
|
|
928
|
+
}
|
|
929
|
+
/** Type of RoleType */
|
|
930
|
+
export type RoleType = string;
|
|
931
|
+
/** model interface RolePropertiesExternalIdentity */
|
|
932
|
+
export interface RolePropertiesExternalIdentity {
|
|
933
|
+
/** A type definition that refers the id to an Azure Resource Manager resource. */
|
|
934
|
+
objectId: string;
|
|
935
|
+
principalType: PrincipalType;
|
|
936
|
+
/** A type definition that refers the id to an Azure Resource Manager resource. */
|
|
937
|
+
tenantId?: string;
|
|
938
|
+
}
|
|
939
|
+
export declare function rolePropertiesExternalIdentitySerializer(item: RolePropertiesExternalIdentity): any;
|
|
940
|
+
export declare function rolePropertiesExternalIdentityDeserializer(item: any): RolePropertiesExternalIdentity;
|
|
941
|
+
/** Known values of {@link PrincipalType} that the service accepts. */
|
|
942
|
+
export declare enum KnownPrincipalType {
|
|
943
|
+
/** user */
|
|
944
|
+
User = "user",
|
|
945
|
+
/** servicePrincipal */
|
|
946
|
+
ServicePrincipal = "servicePrincipal",
|
|
947
|
+
/** group */
|
|
948
|
+
Group = "group"
|
|
949
|
+
}
|
|
950
|
+
/** Type of PrincipalType */
|
|
951
|
+
export type PrincipalType = string;
|
|
952
|
+
/** The response of a Role list operation. */
|
|
953
|
+
export interface _RoleListResult {
|
|
954
|
+
/** The Role items on this page */
|
|
955
|
+
value: Role[];
|
|
956
|
+
/** The link to the next page of items */
|
|
957
|
+
nextLink?: string;
|
|
958
|
+
}
|
|
959
|
+
export declare function _roleListResultDeserializer(item: any): _RoleListResult;
|
|
960
|
+
export declare function roleArraySerializer(result: Array<Role>): any[];
|
|
961
|
+
export declare function roleArrayDeserializer(result: Array<Role>): any[];
|
|
962
|
+
/** Represents a server in a cluster. */
|
|
963
|
+
export interface ClusterServer extends ProxyResource {
|
|
964
|
+
/** The edition of a server. */
|
|
965
|
+
serverEdition?: string;
|
|
966
|
+
/** The storage of a server in MB. */
|
|
967
|
+
storageQuotaInMb?: number;
|
|
968
|
+
/** The vCores count of a server. */
|
|
969
|
+
vCores?: number;
|
|
970
|
+
/** If high availability (HA) is enabled or not for the server. */
|
|
971
|
+
enableHa?: boolean;
|
|
972
|
+
/** If public access is enabled on server. */
|
|
973
|
+
readonly enablePublicIpAccess?: boolean;
|
|
974
|
+
/** If server database is set to read-only by system maintenance depending on high disk space usage. */
|
|
975
|
+
readonly isReadOnly?: boolean;
|
|
976
|
+
/** The administrator's login name of the servers in the cluster. */
|
|
977
|
+
readonly administratorLogin?: string;
|
|
978
|
+
/** The fully qualified domain name of a server. */
|
|
979
|
+
readonly fullyQualifiedDomainName?: string;
|
|
980
|
+
/** The role of server in the cluster. */
|
|
981
|
+
role?: ServerRole;
|
|
982
|
+
/** A state of a cluster/server that is visible to user. */
|
|
983
|
+
readonly state?: string;
|
|
984
|
+
/** A state of HA feature for the cluster. */
|
|
985
|
+
readonly haState?: string;
|
|
986
|
+
/** Availability Zone information of the server. */
|
|
987
|
+
availabilityZone?: string;
|
|
988
|
+
/** The major PostgreSQL version of server. */
|
|
989
|
+
postgresqlVersion?: string;
|
|
990
|
+
/** The Citus extension version of server. */
|
|
991
|
+
citusVersion?: string;
|
|
992
|
+
}
|
|
993
|
+
export declare function clusterServerDeserializer(item: any): ClusterServer;
|
|
994
|
+
/** The properties of a server in cluster. */
|
|
995
|
+
export interface ClusterServerProperties extends ServerProperties {
|
|
996
|
+
/** The fully qualified domain name of a server. */
|
|
997
|
+
readonly fullyQualifiedDomainName?: string;
|
|
998
|
+
/** The role of server in the cluster. */
|
|
999
|
+
role?: ServerRole;
|
|
1000
|
+
/** A state of a cluster/server that is visible to user. */
|
|
1001
|
+
readonly state?: string;
|
|
1002
|
+
/** A state of HA feature for the cluster. */
|
|
1003
|
+
readonly haState?: string;
|
|
1004
|
+
/** Availability Zone information of the server. */
|
|
1005
|
+
availabilityZone?: string;
|
|
1006
|
+
/** The major PostgreSQL version of server. */
|
|
1007
|
+
postgresqlVersion?: string;
|
|
1008
|
+
/** The Citus extension version of server. */
|
|
1009
|
+
citusVersion?: string;
|
|
1010
|
+
}
|
|
1011
|
+
export declare function clusterServerPropertiesDeserializer(item: any): ClusterServerProperties;
|
|
1012
|
+
/** The properties of a server. */
|
|
1013
|
+
export interface ServerProperties {
|
|
1014
|
+
/** The edition of a server. */
|
|
1015
|
+
serverEdition?: string;
|
|
1016
|
+
/** The storage of a server in MB. */
|
|
1017
|
+
storageQuotaInMb?: number;
|
|
1018
|
+
/** The vCores count of a server. */
|
|
1019
|
+
vCores?: number;
|
|
1020
|
+
/** If high availability (HA) is enabled or not for the server. */
|
|
1021
|
+
enableHa?: boolean;
|
|
1022
|
+
/** If public access is enabled on server. */
|
|
1023
|
+
readonly enablePublicIpAccess?: boolean;
|
|
1024
|
+
/** If server database is set to read-only by system maintenance depending on high disk space usage. */
|
|
1025
|
+
readonly isReadOnly?: boolean;
|
|
1026
|
+
/** The administrator's login name of the servers in the cluster. */
|
|
1027
|
+
readonly administratorLogin?: string;
|
|
1028
|
+
}
|
|
1029
|
+
export declare function serverPropertiesDeserializer(item: any): ServerProperties;
|
|
1030
|
+
/** The response of a ClusterServer list operation. */
|
|
1031
|
+
export interface _ClusterServerListResult {
|
|
1032
|
+
/** The ClusterServer items on this page */
|
|
1033
|
+
value: ClusterServer[];
|
|
1034
|
+
/** The link to the next page of items */
|
|
1035
|
+
nextLink?: string;
|
|
1036
|
+
}
|
|
1037
|
+
export declare function _clusterServerListResultDeserializer(item: any): _ClusterServerListResult;
|
|
1038
|
+
export declare function clusterServerArrayDeserializer(result: Array<ClusterServer>): any[];
|
|
1039
|
+
/** The available API versions. */
|
|
1040
|
+
export declare enum KnownVersions {
|
|
1041
|
+
/** The 2023-03-02-preview API version. */
|
|
1042
|
+
V20230302Preview = "2023-03-02-preview"
|
|
1043
|
+
}
|
|
1044
|
+
export declare function _simplePrivateEndpointConnectionPropertiesDeserializer(item: any): {
|
|
1045
|
+
privateEndpoint: any;
|
|
1046
|
+
groupIds: any;
|
|
1047
|
+
privateLinkServiceConnectionState: any;
|
|
1048
|
+
};
|
|
1049
|
+
export declare function _clusterPropertiesSerializer(item: Cluster): any;
|
|
1050
|
+
export declare function _clusterPropertiesDeserializer(item: any): {
|
|
1051
|
+
aadAuthEnabled: any;
|
|
1052
|
+
administratorLogin: any;
|
|
1053
|
+
administratorLoginPassword: any;
|
|
1054
|
+
dataEncryption: any;
|
|
1055
|
+
provisioningState: any;
|
|
1056
|
+
state: any;
|
|
1057
|
+
postgresqlVersion: any;
|
|
1058
|
+
citusVersion: any;
|
|
1059
|
+
maintenanceWindow: any;
|
|
1060
|
+
preferredPrimaryZone: any;
|
|
1061
|
+
enableShardsOnCoordinator: any;
|
|
1062
|
+
enableHa: any;
|
|
1063
|
+
coordinatorServerEdition: any;
|
|
1064
|
+
coordinatorStorageQuotaInMb: any;
|
|
1065
|
+
coordinatorVCores: any;
|
|
1066
|
+
coordinatorEnablePublicIpAccess: any;
|
|
1067
|
+
nodeServerEdition: any;
|
|
1068
|
+
nodeCount: any;
|
|
1069
|
+
nodeStorageQuotaInMb: any;
|
|
1070
|
+
nodeVCores: any;
|
|
1071
|
+
nodeEnablePublicIpAccess: any;
|
|
1072
|
+
serverNames: any;
|
|
1073
|
+
sourceResourceId: any;
|
|
1074
|
+
sourceLocation: any;
|
|
1075
|
+
passwordEnabled: any;
|
|
1076
|
+
pointInTimeUTC: any;
|
|
1077
|
+
readReplicas: any;
|
|
1078
|
+
earliestRestoreTime: any;
|
|
1079
|
+
privateEndpointConnections: any;
|
|
1080
|
+
databaseName: any;
|
|
1081
|
+
enableGeoBackup: any;
|
|
1082
|
+
authConfig: any;
|
|
1083
|
+
};
|
|
1084
|
+
export declare function _clusterForUpdatePropertiesSerializer(item: ClusterForUpdate): any;
|
|
1085
|
+
export declare function _configurationPropertiesDeserializer(item: any): {
|
|
1086
|
+
description: any;
|
|
1087
|
+
dataType: any;
|
|
1088
|
+
allowedValues: any;
|
|
1089
|
+
requiresRestart: any;
|
|
1090
|
+
serverRoleGroupConfigurations: any;
|
|
1091
|
+
provisioningState: any;
|
|
1092
|
+
};
|
|
1093
|
+
export declare function _serverConfigurationPropertiesSerializer(item: ServerConfiguration): any;
|
|
1094
|
+
export declare function _serverConfigurationPropertiesDeserializer(item: any): {
|
|
1095
|
+
value: any;
|
|
1096
|
+
source: any;
|
|
1097
|
+
description: any;
|
|
1098
|
+
defaultValue: any;
|
|
1099
|
+
dataType: any;
|
|
1100
|
+
allowedValues: any;
|
|
1101
|
+
requiresRestart: any;
|
|
1102
|
+
provisioningState: any;
|
|
1103
|
+
};
|
|
1104
|
+
export declare function _firewallRulePropertiesSerializer(item: FirewallRule): any;
|
|
1105
|
+
export declare function _firewallRulePropertiesDeserializer(item: any): {
|
|
1106
|
+
startIpAddress: any;
|
|
1107
|
+
endIpAddress: any;
|
|
1108
|
+
provisioningState: any;
|
|
1109
|
+
};
|
|
1110
|
+
export declare function _privateEndpointConnectionPropertiesSerializer(item: PrivateEndpointConnection): any;
|
|
1111
|
+
export declare function _privateEndpointConnectionPropertiesDeserializer(item: any): {
|
|
1112
|
+
groupIds: any;
|
|
1113
|
+
privateEndpoint: any;
|
|
1114
|
+
privateLinkServiceConnectionState: any;
|
|
1115
|
+
provisioningState: any;
|
|
1116
|
+
};
|
|
1117
|
+
export declare function _privateLinkResourcePropertiesDeserializer(item: any): {
|
|
1118
|
+
groupId: any;
|
|
1119
|
+
requiredMembers: any;
|
|
1120
|
+
requiredZoneNames: any;
|
|
1121
|
+
};
|
|
1122
|
+
export declare function _rolePropertiesExternalIdentitySerializer(item: RoleProperties): any;
|
|
1123
|
+
export declare function _rolePropertiesExternalIdentityDeserializer(item: any): {
|
|
1124
|
+
objectId: any;
|
|
1125
|
+
principalType: any;
|
|
1126
|
+
tenantId: any;
|
|
1127
|
+
};
|
|
1128
|
+
export declare function _rolePropertiesSerializer(item: Role): any;
|
|
1129
|
+
export declare function _rolePropertiesDeserializer(item: any): {
|
|
1130
|
+
roleType: any;
|
|
1131
|
+
password: any;
|
|
1132
|
+
externalIdentity: any;
|
|
1133
|
+
provisioningState: any;
|
|
1134
|
+
};
|
|
1135
|
+
export declare function _clusterServerPropertiesDeserializer(item: any): {
|
|
1136
|
+
serverEdition: any;
|
|
1137
|
+
storageQuotaInMb: any;
|
|
1138
|
+
vCores: any;
|
|
1139
|
+
enableHa: any;
|
|
1140
|
+
enablePublicIpAccess: any;
|
|
1141
|
+
isReadOnly: any;
|
|
1142
|
+
administratorLogin: any;
|
|
1143
|
+
fullyQualifiedDomainName: any;
|
|
1144
|
+
role: any;
|
|
1145
|
+
state: any;
|
|
1146
|
+
haState: any;
|
|
1147
|
+
availabilityZone: any;
|
|
1148
|
+
postgresqlVersion: any;
|
|
1149
|
+
citusVersion: any;
|
|
1150
|
+
};
|
|
1151
|
+
//# sourceMappingURL=models.d.ts.map
|