@azure/arm-cosmosdbforpostgresql 1.1.0-beta.1 → 1.1.0-beta.2
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 +12 -2
- package/LICENSE +4 -4
- package/README.md +26 -17
- package/{dist-esm/src → dist/browser}/cosmosDBForPostgreSQL.d.ts +2 -2
- package/dist/browser/cosmosDBForPostgreSQL.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/cosmosDBForPostgreSQL.js +37 -24
- package/dist/browser/cosmosDBForPostgreSQL.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -4
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -0
- package/dist/browser/lroImpl.js.map +1 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +206 -97
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/clusters.d.ts +3 -3
- package/dist/browser/operations/clusters.d.ts.map +1 -0
- package/dist/browser/operations/clusters.js +880 -0
- package/dist/browser/operations/clusters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/configurations.d.ts +3 -3
- package/dist/browser/operations/configurations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/configurations.js +143 -175
- package/dist/browser/operations/configurations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/firewallRules.d.ts +3 -3
- package/dist/browser/operations/firewallRules.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/firewallRules.js +102 -117
- package/dist/browser/operations/firewallRules.js.map +1 -0
- package/dist/browser/operations/index.d.ts +9 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +16 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +12 -29
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.d.ts +3 -3
- package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateEndpointConnections.js +106 -121
- package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.d.ts +3 -3
- package/dist/browser/operations/privateLinkResources.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/privateLinkResources.js +12 -29
- package/dist/browser/operations/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/roles.d.ts +3 -3
- package/dist/browser/operations/roles.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/roles.js +97 -112
- package/dist/browser/operations/roles.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/servers.d.ts +3 -3
- package/dist/browser/operations/servers.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/servers.js +12 -29
- package/dist/browser/operations/servers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.d.ts +1 -1
- package/dist/browser/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/clusters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/configurations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.d.ts +1 -1
- package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +9 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +16 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.d.ts +1 -1
- package/dist/browser/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/roles.d.ts +1 -1
- package/dist/browser/operationsInterfaces/roles.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/roles.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/servers.d.ts +1 -1
- package/dist/browser/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/servers.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/{dist-esm/src → dist/browser}/pagingHelper.js +2 -4
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/cosmosDBForPostgreSQL.d.ts +27 -0
- package/dist/commonjs/cosmosDBForPostgreSQL.d.ts.map +1 -0
- package/dist/commonjs/cosmosDBForPostgreSQL.js +125 -0
- package/dist/commonjs/cosmosDBForPostgreSQL.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +11 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +21 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-cosmosdbforpostgresql.d.ts → dist/commonjs/models/index.d.ts} +1214 -1829
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +121 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +57 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +1893 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +24 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +220 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/clusters.d.ts +174 -0
- package/dist/commonjs/operations/clusters.d.ts.map +1 -0
- package/dist/commonjs/operations/clusters.js +885 -0
- package/dist/commonjs/operations/clusters.js.map +1 -0
- package/dist/commonjs/operations/configurations.d.ts +126 -0
- package/dist/commonjs/operations/configurations.d.ts.map +1 -0
- package/dist/commonjs/operations/configurations.js +548 -0
- package/dist/commonjs/operations/configurations.js.map +1 -0
- package/dist/commonjs/operations/firewallRules.d.ts +73 -0
- package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operations/firewallRules.js +317 -0
- package/dist/commonjs/operations/firewallRules.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +9 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +19 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +26 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +84 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operations/privateEndpointConnections.js +332 -0
- package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts +38 -0
- package/dist/commonjs/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operations/privateLinkResources.js +125 -0
- package/dist/commonjs/operations/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operations/roles.d.ts +73 -0
- package/dist/commonjs/operations/roles.d.ts.map +1 -0
- package/dist/commonjs/operations/roles.js +311 -0
- package/dist/commonjs/operations/roles.js.map +1 -0
- package/dist/commonjs/operations/servers.d.ts +38 -0
- package/dist/commonjs/operations/servers.d.ts.map +1 -0
- package/dist/commonjs/operations/servers.js +125 -0
- package/dist/commonjs/operations/servers.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts +138 -0
- package/dist/commonjs/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/clusters.js +10 -0
- package/dist/commonjs/operationsInterfaces/clusters.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/configurations.js +10 -0
- package/dist/commonjs/operationsInterfaces/configurations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +9 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +19 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js +10 -0
- package/dist/commonjs/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/roles.d.ts +56 -0
- package/dist/commonjs/operationsInterfaces/roles.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/roles.js +10 -0
- package/dist/commonjs/operationsInterfaces/roles.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts +21 -0
- package/dist/commonjs/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/servers.js +10 -0
- package/dist/commonjs/operationsInterfaces/servers.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/cosmosDBForPostgreSQL.d.ts +27 -0
- package/dist/esm/cosmosDBForPostgreSQL.d.ts.map +1 -0
- package/dist/esm/cosmosDBForPostgreSQL.js +120 -0
- package/dist/esm/cosmosDBForPostgreSQL.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -5
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +11 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +18 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1214 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +118 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +57 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +1889 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +24 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +217 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/clusters.d.ts +174 -0
- package/dist/esm/operations/clusters.d.ts.map +1 -0
- package/dist/esm/operations/clusters.js +880 -0
- package/dist/esm/operations/clusters.js.map +1 -0
- package/dist/esm/operations/configurations.d.ts +126 -0
- package/dist/esm/operations/configurations.d.ts.map +1 -0
- package/dist/esm/operations/configurations.js +543 -0
- package/dist/esm/operations/configurations.js.map +1 -0
- package/dist/esm/operations/firewallRules.d.ts +73 -0
- package/dist/esm/operations/firewallRules.d.ts.map +1 -0
- package/dist/esm/operations/firewallRules.js +312 -0
- package/dist/esm/operations/firewallRules.js.map +1 -0
- package/dist/esm/operations/index.d.ts +9 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +16 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +26 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +79 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operations/privateEndpointConnections.js +327 -0
- package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operations/privateLinkResources.d.ts +38 -0
- package/dist/esm/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operations/privateLinkResources.js +120 -0
- package/dist/esm/operations/privateLinkResources.js.map +1 -0
- package/dist/esm/operations/roles.d.ts +73 -0
- package/dist/esm/operations/roles.d.ts.map +1 -0
- package/dist/esm/operations/roles.js +306 -0
- package/dist/esm/operations/roles.js.map +1 -0
- package/dist/esm/operations/servers.d.ts +38 -0
- package/dist/esm/operations/servers.d.ts.map +1 -0
- package/dist/esm/operations/servers.js +120 -0
- package/dist/esm/operations/servers.js.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts +138 -0
- package/dist/esm/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/clusters.js +9 -0
- package/dist/esm/operationsInterfaces/clusters.js.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts +82 -0
- package/dist/esm/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/configurations.js +9 -0
- package/dist/esm/operationsInterfaces/configurations.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
- package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +9 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +16 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/esm/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/esm/operationsInterfaces/roles.d.ts +56 -0
- package/dist/esm/operationsInterfaces/roles.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/roles.js +9 -0
- package/dist/esm/operationsInterfaces/roles.js.map +1 -0
- package/dist/esm/operationsInterfaces/servers.d.ts +21 -0
- package/dist/esm/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/servers.js +9 -0
- package/dist/esm/operationsInterfaces/servers.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/cosmosDBForPostgreSQL.d.ts +27 -0
- package/dist/react-native/cosmosDBForPostgreSQL.d.ts.map +1 -0
- package/dist/react-native/cosmosDBForPostgreSQL.js +120 -0
- package/dist/react-native/cosmosDBForPostgreSQL.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +11 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +18 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1214 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +118 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +57 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +1889 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +24 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +217 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/clusters.d.ts +174 -0
- package/dist/react-native/operations/clusters.d.ts.map +1 -0
- package/dist/react-native/operations/clusters.js +880 -0
- package/dist/react-native/operations/clusters.js.map +1 -0
- package/dist/react-native/operations/configurations.d.ts +126 -0
- package/dist/react-native/operations/configurations.d.ts.map +1 -0
- package/dist/react-native/operations/configurations.js +543 -0
- package/dist/react-native/operations/configurations.js.map +1 -0
- package/dist/react-native/operations/firewallRules.d.ts +73 -0
- package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operations/firewallRules.js +312 -0
- package/dist/react-native/operations/firewallRules.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +9 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +16 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +26 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +79 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts +78 -0
- package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operations/privateEndpointConnections.js +327 -0
- package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operations/privateLinkResources.d.ts +38 -0
- package/dist/react-native/operations/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operations/privateLinkResources.js +120 -0
- package/dist/react-native/operations/privateLinkResources.js.map +1 -0
- package/dist/react-native/operations/roles.d.ts +73 -0
- package/dist/react-native/operations/roles.d.ts.map +1 -0
- package/dist/react-native/operations/roles.js +306 -0
- package/dist/react-native/operations/roles.js.map +1 -0
- package/dist/react-native/operations/servers.d.ts +38 -0
- package/dist/react-native/operations/servers.d.ts.map +1 -0
- package/dist/react-native/operations/servers.js +120 -0
- package/dist/react-native/operations/servers.js.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts +138 -0
- package/dist/react-native/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/clusters.js +9 -0
- package/dist/react-native/operationsInterfaces/clusters.js.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/configurations.js +9 -0
- package/dist/react-native/operationsInterfaces/configurations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +9 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +16 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist/react-native/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist/react-native/operationsInterfaces/roles.d.ts +56 -0
- package/dist/react-native/operationsInterfaces/roles.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/roles.js +9 -0
- package/dist/react-native/operationsInterfaces/roles.js.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts +21 -0
- package/dist/react-native/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/servers.js +9 -0
- package/dist/react-native/operationsInterfaces/servers.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +85 -71
- package/dist/index.js +0 -5158
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/clustersCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCheckNameAvailabilitySample.js +0 -41
- package/dist-esm/samples-dev/clustersCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersCreateSample.js +0 -209
- package/dist-esm/samples-dev/clustersCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersDeleteSample.js +0 -39
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersGetSample.js +0 -39
- package/dist-esm/samples-dev/clustersGetSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +0 -54
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersListSample.js +0 -53
- package/dist-esm/samples-dev/clustersListSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersPromoteReadReplicaSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersPromoteReadReplicaSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersPromoteReadReplicaSample.js +0 -39
- package/dist-esm/samples-dev/clustersPromoteReadReplicaSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersRestartSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersRestartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersRestartSample.js +0 -39
- package/dist-esm/samples-dev/clustersRestartSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersStartSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersStartSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersStartSample.js +0 -39
- package/dist-esm/samples-dev/clustersStartSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersStopSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersStopSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersStopSample.js +0 -39
- package/dist-esm/samples-dev/clustersStopSample.js.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/clustersUpdateSample.js +0 -132
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsGetCoordinatorSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsGetCoordinatorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsGetCoordinatorSample.js +0 -40
- package/dist-esm/samples-dev/configurationsGetCoordinatorSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsGetNodeSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsGetNodeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsGetNodeSample.js +0 -40
- package/dist-esm/samples-dev/configurationsGetNodeSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsGetSample.js +0 -40
- package/dist-esm/samples-dev/configurationsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/configurationsListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.js +0 -56
- package/dist-esm/samples-dev/configurationsListByServerSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateOnCoordinatorSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsUpdateOnCoordinatorSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateOnCoordinatorSample.js +0 -41
- package/dist-esm/samples-dev/configurationsUpdateOnCoordinatorSample.js.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateOnNodeSample.d.ts +0 -2
- package/dist-esm/samples-dev/configurationsUpdateOnNodeSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/configurationsUpdateOnNodeSample.js +0 -41
- package/dist-esm/samples-dev/configurationsUpdateOnNodeSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -40
- package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/firewallRulesListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -53
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +0 -40
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/rolesCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/rolesCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rolesCreateSample.js +0 -41
- package/dist-esm/samples-dev/rolesCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/rolesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/rolesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rolesDeleteSample.js +0 -40
- package/dist-esm/samples-dev/rolesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/rolesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/rolesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rolesGetSample.js +0 -40
- package/dist-esm/samples-dev/rolesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/rolesListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/rolesListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/rolesListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/rolesListByClusterSample.js.map +0 -1
- package/dist-esm/samples-dev/serversGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversGetSample.js +0 -40
- package/dist-esm/samples-dev/serversGetSample.js.map +0 -1
- package/dist-esm/samples-dev/serversListByClusterSample.d.ts +0 -2
- package/dist-esm/samples-dev/serversListByClusterSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/serversListByClusterSample.js +0 -55
- package/dist-esm/samples-dev/serversListByClusterSample.js.map +0 -1
- package/dist-esm/src/cosmosDBForPostgreSQL.d.ts.map +0 -1
- package/dist-esm/src/cosmosDBForPostgreSQL.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/clusters.d.ts.map +0 -1
- package/dist-esm/src/operations/clusters.js +0 -907
- package/dist-esm/src/operations/clusters.js.map +0 -1
- package/dist-esm/src/operations/configurations.d.ts.map +0 -1
- package/dist-esm/src/operations/configurations.js.map +0 -1
- package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operations/firewallRules.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -9
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -16
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operations/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operations/roles.d.ts.map +0 -1
- package/dist-esm/src/operations/roles.js.map +0 -1
- package/dist-esm/src/operations/servers.d.ts.map +0 -1
- package/dist-esm/src/operations/servers.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/clusters.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/configurations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -9
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -16
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/roles.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/roles.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/servers.js.map +0 -1
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/test/cosmosdbforpostgresql_operations_test.spec.d.ts +0 -4
- package/dist-esm/test/cosmosdbforpostgresql_operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/cosmosdbforpostgresql_operations_test.spec.js +0 -127
- package/dist-esm/test/cosmosdbforpostgresql_operations_test.spec.js.map +0 -1
- package/src/cosmosDBForPostgreSQL.ts +0 -173
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -1387
- package/src/models/mappers.ts +0 -1952
- package/src/models/parameters.ts +0 -253
- package/src/operations/clusters.ts +0 -1205
- package/src/operations/configurations.ts +0 -800
- package/src/operations/firewallRules.ts +0 -454
- package/src/operations/index.ts +0 -16
- package/src/operations/operations.ts +0 -103
- package/src/operations/privateEndpointConnections.ts +0 -471
- package/src/operations/privateLinkResources.ts +0 -179
- package/src/operations/roles.ts +0 -442
- package/src/operations/servers.ts +0 -179
- package/src/operationsInterfaces/clusters.ts +0 -260
- package/src/operationsInterfaces/configurations.ts +0 -164
- package/src/operationsInterfaces/firewallRules.ts +0 -115
- package/src/operationsInterfaces/index.ts +0 -16
- package/src/operationsInterfaces/operations.ts +0 -22
- package/src/operationsInterfaces/privateEndpointConnections.ts +0 -120
- package/src/operationsInterfaces/privateLinkResources.ts +0 -44
- package/src/operationsInterfaces/roles.ts +0 -109
- package/src/operationsInterfaces/servers.ts +0 -44
- package/src/pagingHelper.ts +0 -39
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/index.js +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/clusters.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/configurations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateLinkResources.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/roles.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/servers.js +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
- /package/review/{arm-cosmosdbforpostgresql.api.md → arm-cosmosdbforpostgresql-node.api.md} +0 -0
package/src/models/index.ts
DELETED
|
@@ -1,1387 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import * as coreClient from "@azure/core-client";
|
|
10
|
-
|
|
11
|
-
/** A list of clusters. */
|
|
12
|
-
export interface ClusterListResult {
|
|
13
|
-
/** The list of clusters */
|
|
14
|
-
value?: Cluster[];
|
|
15
|
-
/**
|
|
16
|
-
* The link used to get the next page of cluster list.
|
|
17
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
18
|
-
*/
|
|
19
|
-
readonly nextLink?: string;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
/** Schedule settings for regular cluster updates. */
|
|
23
|
-
export interface MaintenanceWindow {
|
|
24
|
-
/** Indicates whether custom maintenance window is enabled or not. */
|
|
25
|
-
customWindow?: string;
|
|
26
|
-
/** Start hour within preferred day of the week for maintenance window. */
|
|
27
|
-
startHour?: number;
|
|
28
|
-
/** Start minute within the start hour for maintenance window. */
|
|
29
|
-
startMinute?: number;
|
|
30
|
-
/** Preferred day of the week for maintenance window. */
|
|
31
|
-
dayOfWeek?: number;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
/** The name object for a server. */
|
|
35
|
-
export interface ServerNameItem {
|
|
36
|
-
/** The name of a server. */
|
|
37
|
-
name?: string;
|
|
38
|
-
/**
|
|
39
|
-
* The fully qualified domain name of a server.
|
|
40
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
41
|
-
*/
|
|
42
|
-
readonly fullyQualifiedDomainName?: string;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/** Property to represent resource id of the private endpoint. */
|
|
46
|
-
export interface PrivateEndpointProperty {
|
|
47
|
-
/** Resource id of the private endpoint. */
|
|
48
|
-
id?: string;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
52
|
-
export interface PrivateLinkServiceConnectionState {
|
|
53
|
-
/** Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. */
|
|
54
|
-
status?: PrivateEndpointServiceConnectionStatus;
|
|
55
|
-
/** The reason for approval/rejection of the connection. */
|
|
56
|
-
description?: string;
|
|
57
|
-
/** A message indicating if changes on the service provider require any updates on the consumer. */
|
|
58
|
-
actionsRequired?: string;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
62
|
-
export interface Resource {
|
|
63
|
-
/**
|
|
64
|
-
* Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
|
|
65
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
66
|
-
*/
|
|
67
|
-
readonly id?: string;
|
|
68
|
-
/**
|
|
69
|
-
* The name of the resource
|
|
70
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
71
|
-
*/
|
|
72
|
-
readonly name?: string;
|
|
73
|
-
/**
|
|
74
|
-
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
75
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
76
|
-
*/
|
|
77
|
-
readonly type?: string;
|
|
78
|
-
/**
|
|
79
|
-
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
80
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
81
|
-
*/
|
|
82
|
-
readonly systemData?: SystemData;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
/** Metadata pertaining to creation and last modification of the resource. */
|
|
86
|
-
export interface SystemData {
|
|
87
|
-
/** The identity that created the resource. */
|
|
88
|
-
createdBy?: string;
|
|
89
|
-
/** The type of identity that created the resource. */
|
|
90
|
-
createdByType?: CreatedByType;
|
|
91
|
-
/** The timestamp of resource creation (UTC). */
|
|
92
|
-
createdAt?: Date;
|
|
93
|
-
/** The identity that last modified the resource. */
|
|
94
|
-
lastModifiedBy?: string;
|
|
95
|
-
/** The type of identity that last modified the resource. */
|
|
96
|
-
lastModifiedByType?: CreatedByType;
|
|
97
|
-
/** The timestamp of resource last modification (UTC) */
|
|
98
|
-
lastModifiedAt?: Date;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
/** Authentication configuration of a cluster. */
|
|
102
|
-
export interface AuthConfig {
|
|
103
|
-
activeDirectoryAuth?: ActiveDirectoryAuth;
|
|
104
|
-
passwordAuth?: PasswordAuth;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
|
|
108
|
-
export interface ErrorResponse {
|
|
109
|
-
/** The error object. */
|
|
110
|
-
error?: ErrorDetail;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
/** The error detail. */
|
|
114
|
-
export interface ErrorDetail {
|
|
115
|
-
/**
|
|
116
|
-
* The error code.
|
|
117
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
118
|
-
*/
|
|
119
|
-
readonly code?: string;
|
|
120
|
-
/**
|
|
121
|
-
* The error message.
|
|
122
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
123
|
-
*/
|
|
124
|
-
readonly message?: string;
|
|
125
|
-
/**
|
|
126
|
-
* The error target.
|
|
127
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
128
|
-
*/
|
|
129
|
-
readonly target?: string;
|
|
130
|
-
/**
|
|
131
|
-
* The error details.
|
|
132
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
|
-
*/
|
|
134
|
-
readonly details?: ErrorDetail[];
|
|
135
|
-
/**
|
|
136
|
-
* The error additional info.
|
|
137
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
138
|
-
*/
|
|
139
|
-
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
/** The resource management error additional info. */
|
|
143
|
-
export interface ErrorAdditionalInfo {
|
|
144
|
-
/**
|
|
145
|
-
* The additional info type.
|
|
146
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
147
|
-
*/
|
|
148
|
-
readonly type?: string;
|
|
149
|
-
/**
|
|
150
|
-
* The additional info.
|
|
151
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
152
|
-
*/
|
|
153
|
-
readonly info?: Record<string, unknown>;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
/** Represents a cluster for update. */
|
|
157
|
-
export interface ClusterForUpdate {
|
|
158
|
-
/** Application-specific metadata in the form of key-value pairs. */
|
|
159
|
-
tags?: { [propertyName: string]: string };
|
|
160
|
-
/**
|
|
161
|
-
* The password of the administrator login. Each cluster is created with pre-defined administrative role called ‘citus’.
|
|
162
|
-
* This value contains a credential. Consider obscuring before showing to users
|
|
163
|
-
*/
|
|
164
|
-
administratorLoginPassword?: string;
|
|
165
|
-
/** The major PostgreSQL version on all cluster servers. */
|
|
166
|
-
postgresqlVersion?: string;
|
|
167
|
-
/** The Citus extension version on all cluster servers. */
|
|
168
|
-
citusVersion?: string;
|
|
169
|
-
/** 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. */
|
|
170
|
-
enableShardsOnCoordinator?: boolean;
|
|
171
|
-
/** If high availability (HA) is enabled or not for the cluster. */
|
|
172
|
-
enableHa?: boolean;
|
|
173
|
-
/** Preferred primary availability zone (AZ) for all cluster servers. */
|
|
174
|
-
preferredPrimaryZone?: string;
|
|
175
|
-
/** The edition of the coordinator (default: GeneralPurpose). */
|
|
176
|
-
coordinatorServerEdition?: string;
|
|
177
|
-
/** The storage of the coordinator in MB. */
|
|
178
|
-
coordinatorStorageQuotaInMb?: number;
|
|
179
|
-
/** The vCores count of the coordinator (max: 96). */
|
|
180
|
-
coordinatorVCores?: number;
|
|
181
|
-
/** If public access is enabled on coordinator. */
|
|
182
|
-
coordinatorEnablePublicIpAccess?: boolean;
|
|
183
|
-
/** The edition of a node (default: MemoryOptimized). */
|
|
184
|
-
nodeServerEdition?: string;
|
|
185
|
-
/** 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. */
|
|
186
|
-
nodeCount?: number;
|
|
187
|
-
/** The storage in MB on each worker node. */
|
|
188
|
-
nodeStorageQuotaInMb?: number;
|
|
189
|
-
/** The compute in vCores on each worker node (max: 104). */
|
|
190
|
-
nodeVCores?: number;
|
|
191
|
-
/**
|
|
192
|
-
* If public access is enabled on worker nodes.
|
|
193
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
194
|
-
*/
|
|
195
|
-
readonly nodeEnablePublicIpAccess?: boolean;
|
|
196
|
-
/** Maintenance window of a cluster. */
|
|
197
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
/** A list of servers in a cluster. */
|
|
201
|
-
export interface ClusterServerListResult {
|
|
202
|
-
/** The list of servers in a cluster. */
|
|
203
|
-
value?: ClusterServer[];
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
/** The properties of a server. */
|
|
207
|
-
export interface ServerProperties {
|
|
208
|
-
/** The edition of a server. */
|
|
209
|
-
serverEdition?: string;
|
|
210
|
-
/** The storage of a server in MB. */
|
|
211
|
-
storageQuotaInMb?: number;
|
|
212
|
-
/** The vCores count of a server. */
|
|
213
|
-
vCores?: number;
|
|
214
|
-
/** If high availability (HA) is enabled or not for the server. */
|
|
215
|
-
enableHa?: boolean;
|
|
216
|
-
/**
|
|
217
|
-
* If public access is enabled on server.
|
|
218
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
219
|
-
*/
|
|
220
|
-
readonly enablePublicIpAccess?: boolean;
|
|
221
|
-
/**
|
|
222
|
-
* If server database is set to read-only by system maintenance depending on high disk space usage.
|
|
223
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
224
|
-
*/
|
|
225
|
-
readonly isReadOnly?: boolean;
|
|
226
|
-
/**
|
|
227
|
-
* The administrator's login name of the servers in the cluster.
|
|
228
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
229
|
-
*/
|
|
230
|
-
readonly administratorLogin?: string;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
/** A list of server configurations. */
|
|
234
|
-
export interface ServerConfigurationListResult {
|
|
235
|
-
/** The list of server configurations. */
|
|
236
|
-
value?: ServerConfiguration[];
|
|
237
|
-
/**
|
|
238
|
-
* Link to retrieve next page of results.
|
|
239
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
240
|
-
*/
|
|
241
|
-
readonly nextLink?: string;
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
/** A list of cluster configurations. */
|
|
245
|
-
export interface ClusterConfigurationListResult {
|
|
246
|
-
/** The list of cluster configurations. */
|
|
247
|
-
value?: Configuration[];
|
|
248
|
-
/**
|
|
249
|
-
* Link to retrieve next page of results.
|
|
250
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
251
|
-
*/
|
|
252
|
-
readonly nextLink?: string;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
/** Represents server role group configuration value. */
|
|
256
|
-
export interface ServerRoleGroupConfiguration {
|
|
257
|
-
/** The role of servers in the server role group. */
|
|
258
|
-
role: ServerRole;
|
|
259
|
-
/** Value of the configuration. */
|
|
260
|
-
value: string;
|
|
261
|
-
/**
|
|
262
|
-
* Default value of the configuration.
|
|
263
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
264
|
-
*/
|
|
265
|
-
readonly defaultValue?: string;
|
|
266
|
-
/**
|
|
267
|
-
* Source of the configuration.
|
|
268
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
269
|
-
*/
|
|
270
|
-
readonly source?: string;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
/** A list of firewall rules. */
|
|
274
|
-
export interface FirewallRuleListResult {
|
|
275
|
-
/** The list of firewall rules in a cluster. */
|
|
276
|
-
value?: FirewallRule[];
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
/** A list of roles. */
|
|
280
|
-
export interface RoleListResult {
|
|
281
|
-
/** The list of roles in a cluster. */
|
|
282
|
-
value?: Role[];
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
/** Request from client to promote geo-redundant replica */
|
|
286
|
-
export interface PromoteRequest {
|
|
287
|
-
/** Cluster name to verify. */
|
|
288
|
-
enableGeoBackup?: boolean;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
/** Request from client to check cluster name availability. */
|
|
292
|
-
export interface NameAvailabilityRequest {
|
|
293
|
-
/** Cluster name to verify. */
|
|
294
|
-
name: string;
|
|
295
|
-
/** Resource type used for verification. */
|
|
296
|
-
type: "Microsoft.DBforPostgreSQL/serverGroupsv2";
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
/** Represents cluster name availability. */
|
|
300
|
-
export interface NameAvailability {
|
|
301
|
-
/** Error message. */
|
|
302
|
-
message?: string;
|
|
303
|
-
/** Indicates whether the cluster name is available. */
|
|
304
|
-
nameAvailable?: boolean;
|
|
305
|
-
/** Name of the cluster. */
|
|
306
|
-
name?: string;
|
|
307
|
-
/** Type of the cluster. */
|
|
308
|
-
type?: string;
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
/** A list of resource provider operations. */
|
|
312
|
-
export interface OperationListResult {
|
|
313
|
-
/** Collection of available operation details. */
|
|
314
|
-
value?: Operation[];
|
|
315
|
-
/**
|
|
316
|
-
* URL client should use to fetch the next page (per server side paging).
|
|
317
|
-
* It's null for now, added for future use.
|
|
318
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
319
|
-
*/
|
|
320
|
-
readonly nextLink?: string;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
/** REST API operation definition. */
|
|
324
|
-
export interface Operation {
|
|
325
|
-
/**
|
|
326
|
-
* The name of the operation being performed on this particular object.
|
|
327
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
328
|
-
*/
|
|
329
|
-
readonly name?: string;
|
|
330
|
-
/**
|
|
331
|
-
* The localized display information for this particular operation or action.
|
|
332
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
333
|
-
*/
|
|
334
|
-
readonly display?: OperationDisplay;
|
|
335
|
-
/** Indicates whether the operation is a data action. */
|
|
336
|
-
isDataAction?: boolean;
|
|
337
|
-
/**
|
|
338
|
-
* The intended executor of the operation.
|
|
339
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
340
|
-
*/
|
|
341
|
-
readonly origin?: OperationOrigin;
|
|
342
|
-
/**
|
|
343
|
-
* Additional descriptions for the operation.
|
|
344
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
345
|
-
*/
|
|
346
|
-
readonly properties?: { [propertyName: string]: Record<string, unknown> };
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
/** Display metadata associated with the operation. */
|
|
350
|
-
export interface OperationDisplay {
|
|
351
|
-
/**
|
|
352
|
-
* Operation resource provider name.
|
|
353
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
354
|
-
*/
|
|
355
|
-
readonly provider?: string;
|
|
356
|
-
/**
|
|
357
|
-
* Resource on which the operation is performed.
|
|
358
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
359
|
-
*/
|
|
360
|
-
readonly resource?: string;
|
|
361
|
-
/**
|
|
362
|
-
* Localized friendly name for the operation.
|
|
363
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
364
|
-
*/
|
|
365
|
-
readonly operation?: string;
|
|
366
|
-
/**
|
|
367
|
-
* Operation description.
|
|
368
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
369
|
-
*/
|
|
370
|
-
readonly description?: string;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
/** List of private endpoint connections associated with the specified resource. */
|
|
374
|
-
export interface PrivateEndpointConnectionListResult {
|
|
375
|
-
/** Array of private endpoint connections. */
|
|
376
|
-
value?: PrivateEndpointConnection[];
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
/** The private endpoint resource. */
|
|
380
|
-
export interface PrivateEndpoint {
|
|
381
|
-
/**
|
|
382
|
-
* The ARM identifier for private endpoint.
|
|
383
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
384
|
-
*/
|
|
385
|
-
readonly id?: string;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
/** A list of private link resources. */
|
|
389
|
-
export interface PrivateLinkResourceListResult {
|
|
390
|
-
/** Array of private link resources */
|
|
391
|
-
value?: PrivateLinkResource[];
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
395
|
-
export interface ProxyResource extends Resource {}
|
|
396
|
-
|
|
397
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
398
|
-
export interface TrackedResource extends Resource {
|
|
399
|
-
/** Resource tags. */
|
|
400
|
-
tags?: { [propertyName: string]: string };
|
|
401
|
-
/** The geo-location where the resource lives */
|
|
402
|
-
location: string;
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
/** The private endpoint connection resource. */
|
|
406
|
-
export interface PrivateEndpointConnection extends Resource {
|
|
407
|
-
/**
|
|
408
|
-
* The group ids for the private endpoint resource.
|
|
409
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
410
|
-
*/
|
|
411
|
-
readonly groupIds?: string[];
|
|
412
|
-
/** The private endpoint resource. */
|
|
413
|
-
privateEndpoint?: PrivateEndpoint;
|
|
414
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
415
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
416
|
-
/**
|
|
417
|
-
* The provisioning state of the private endpoint connection resource.
|
|
418
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
419
|
-
*/
|
|
420
|
-
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
/** A private link resource. */
|
|
424
|
-
export interface PrivateLinkResource extends Resource {
|
|
425
|
-
/**
|
|
426
|
-
* The private link resource group id.
|
|
427
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
428
|
-
*/
|
|
429
|
-
readonly groupId?: string;
|
|
430
|
-
/**
|
|
431
|
-
* The private link resource required member names.
|
|
432
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
433
|
-
*/
|
|
434
|
-
readonly requiredMembers?: string[];
|
|
435
|
-
/** The private link resource private link DNS zone name. */
|
|
436
|
-
requiredZoneNames?: string[];
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
/** The properties of a server in cluster. */
|
|
440
|
-
export interface ClusterServerProperties extends ServerProperties {
|
|
441
|
-
/**
|
|
442
|
-
* The fully qualified domain name of a server.
|
|
443
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
444
|
-
*/
|
|
445
|
-
readonly fullyQualifiedDomainName?: string;
|
|
446
|
-
/** The role of server in the cluster. */
|
|
447
|
-
role?: ServerRole;
|
|
448
|
-
/**
|
|
449
|
-
* A state of a cluster/server that is visible to user.
|
|
450
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
451
|
-
*/
|
|
452
|
-
readonly state?: string;
|
|
453
|
-
/**
|
|
454
|
-
* A state of HA feature for the cluster.
|
|
455
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
456
|
-
*/
|
|
457
|
-
readonly haState?: string;
|
|
458
|
-
/** Availability Zone information of the server. */
|
|
459
|
-
availabilityZone?: string;
|
|
460
|
-
/** The major PostgreSQL version of server. */
|
|
461
|
-
postgresqlVersion?: string;
|
|
462
|
-
/** The Citus extension version of server. */
|
|
463
|
-
citusVersion?: string;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
/** A private endpoint connection. */
|
|
467
|
-
export interface SimplePrivateEndpointConnection extends ProxyResource {
|
|
468
|
-
/** Private endpoint which the connection belongs to. */
|
|
469
|
-
privateEndpoint?: PrivateEndpointProperty;
|
|
470
|
-
/** Group ids of the private endpoint connection. */
|
|
471
|
-
groupIds?: string[];
|
|
472
|
-
/** A collection of information about the state of the connection between service consumer and provider. */
|
|
473
|
-
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
/** Represents a server in a cluster. */
|
|
477
|
-
export interface ClusterServer extends ProxyResource {
|
|
478
|
-
/** The edition of a server. */
|
|
479
|
-
serverEdition?: string;
|
|
480
|
-
/** The storage of a server in MB. */
|
|
481
|
-
storageQuotaInMb?: number;
|
|
482
|
-
/** The vCores count of a server. */
|
|
483
|
-
vCores?: number;
|
|
484
|
-
/** If high availability (HA) is enabled or not for the server. */
|
|
485
|
-
enableHa?: boolean;
|
|
486
|
-
/**
|
|
487
|
-
* If public access is enabled on server.
|
|
488
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
489
|
-
*/
|
|
490
|
-
readonly enablePublicIpAccess?: boolean;
|
|
491
|
-
/**
|
|
492
|
-
* If server database is set to read-only by system maintenance depending on high disk space usage.
|
|
493
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
494
|
-
*/
|
|
495
|
-
readonly isReadOnly?: boolean;
|
|
496
|
-
/**
|
|
497
|
-
* The administrator's login name of the servers in the cluster.
|
|
498
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
499
|
-
*/
|
|
500
|
-
readonly administratorLogin?: string;
|
|
501
|
-
/**
|
|
502
|
-
* The fully qualified domain name of a server.
|
|
503
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
504
|
-
*/
|
|
505
|
-
readonly fullyQualifiedDomainName?: string;
|
|
506
|
-
/** The role of server in the cluster. */
|
|
507
|
-
role?: ServerRole;
|
|
508
|
-
/**
|
|
509
|
-
* A state of a cluster/server that is visible to user.
|
|
510
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
511
|
-
*/
|
|
512
|
-
readonly state?: string;
|
|
513
|
-
/**
|
|
514
|
-
* A state of HA feature for the cluster.
|
|
515
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
516
|
-
*/
|
|
517
|
-
readonly haState?: string;
|
|
518
|
-
/** Availability Zone information of the server. */
|
|
519
|
-
availabilityZone?: string;
|
|
520
|
-
/** The major PostgreSQL version of server. */
|
|
521
|
-
postgresqlVersion?: string;
|
|
522
|
-
/** The Citus extension version of server. */
|
|
523
|
-
citusVersion?: string;
|
|
524
|
-
}
|
|
525
|
-
|
|
526
|
-
/** Represents a configuration. */
|
|
527
|
-
export interface ServerConfiguration extends ProxyResource {
|
|
528
|
-
/** Value of the configuration. */
|
|
529
|
-
value?: string;
|
|
530
|
-
/**
|
|
531
|
-
* Source of the configuration.
|
|
532
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
533
|
-
*/
|
|
534
|
-
readonly source?: string;
|
|
535
|
-
/**
|
|
536
|
-
* Description of the configuration.
|
|
537
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
538
|
-
*/
|
|
539
|
-
readonly description?: string;
|
|
540
|
-
/**
|
|
541
|
-
* Default value of the configuration.
|
|
542
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
543
|
-
*/
|
|
544
|
-
readonly defaultValue?: string;
|
|
545
|
-
/**
|
|
546
|
-
* Data type of the configuration.
|
|
547
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
548
|
-
*/
|
|
549
|
-
readonly dataType?: ConfigurationDataType;
|
|
550
|
-
/**
|
|
551
|
-
* Allowed values of the configuration.
|
|
552
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
553
|
-
*/
|
|
554
|
-
readonly allowedValues?: string;
|
|
555
|
-
/**
|
|
556
|
-
* If configuration change requires restart.
|
|
557
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
558
|
-
*/
|
|
559
|
-
readonly requiresRestart?: boolean;
|
|
560
|
-
/**
|
|
561
|
-
* Provisioning state of the configuration.
|
|
562
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
563
|
-
*/
|
|
564
|
-
readonly provisioningState?: ProvisioningState;
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
/** Represents configuration details for coordinator and node. */
|
|
568
|
-
export interface Configuration extends ProxyResource {
|
|
569
|
-
/**
|
|
570
|
-
* Description of the configuration.
|
|
571
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
572
|
-
*/
|
|
573
|
-
readonly description?: string;
|
|
574
|
-
/**
|
|
575
|
-
* Data type of the configuration.
|
|
576
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
577
|
-
*/
|
|
578
|
-
readonly dataType?: ConfigurationDataType;
|
|
579
|
-
/**
|
|
580
|
-
* Allowed values of the configuration.
|
|
581
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
582
|
-
*/
|
|
583
|
-
readonly allowedValues?: string;
|
|
584
|
-
/** If configuration change requires restart. */
|
|
585
|
-
requiresRestart?: boolean;
|
|
586
|
-
/** The list of server role group configuration values. */
|
|
587
|
-
serverRoleGroupConfigurations?: ServerRoleGroupConfiguration[];
|
|
588
|
-
/**
|
|
589
|
-
* Provisioning state of the configuration
|
|
590
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
591
|
-
*/
|
|
592
|
-
readonly provisioningState?: ProvisioningState;
|
|
593
|
-
}
|
|
594
|
-
|
|
595
|
-
/** Represents a cluster firewall rule. */
|
|
596
|
-
export interface FirewallRule extends ProxyResource {
|
|
597
|
-
/** The start IP address of the cluster firewall rule. Must be IPv4 format. */
|
|
598
|
-
startIpAddress: string;
|
|
599
|
-
/** The end IP address of the cluster firewall rule. Must be IPv4 format. */
|
|
600
|
-
endIpAddress: string;
|
|
601
|
-
/**
|
|
602
|
-
* Provisioning state of the firewall rule.
|
|
603
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
604
|
-
*/
|
|
605
|
-
readonly provisioningState?: ProvisioningState;
|
|
606
|
-
}
|
|
607
|
-
|
|
608
|
-
/** Represents a cluster role. */
|
|
609
|
-
export interface Role extends ProxyResource {
|
|
610
|
-
roleType?: RoleType;
|
|
611
|
-
/**
|
|
612
|
-
* The password of the cluster role. If an identity is used, password will not be required.
|
|
613
|
-
* This value contains a credential. Consider obscuring before showing to users
|
|
614
|
-
*/
|
|
615
|
-
password?: string;
|
|
616
|
-
/**
|
|
617
|
-
* Provisioning state of the role
|
|
618
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
619
|
-
*/
|
|
620
|
-
readonly provisioningState?: ProvisioningState;
|
|
621
|
-
objectId?: string;
|
|
622
|
-
principalType?: PrincipalType;
|
|
623
|
-
tenantId?: string;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
/** Represents a cluster. */
|
|
627
|
-
export interface Cluster extends TrackedResource {
|
|
628
|
-
/**
|
|
629
|
-
* The administrator's login name of the servers in the cluster.
|
|
630
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
631
|
-
*/
|
|
632
|
-
readonly administratorLogin?: string;
|
|
633
|
-
/**
|
|
634
|
-
* The password of the administrator login. Required for creation.
|
|
635
|
-
* This value contains a credential. Consider obscuring before showing to users
|
|
636
|
-
*/
|
|
637
|
-
administratorLoginPassword?: string;
|
|
638
|
-
/**
|
|
639
|
-
* Provisioning state of the cluster
|
|
640
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
641
|
-
*/
|
|
642
|
-
readonly provisioningState?: string;
|
|
643
|
-
/**
|
|
644
|
-
* A state of a cluster/server that is visible to user.
|
|
645
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
646
|
-
*/
|
|
647
|
-
readonly state?: string;
|
|
648
|
-
/** The major PostgreSQL version on all cluster servers. */
|
|
649
|
-
postgresqlVersion?: string;
|
|
650
|
-
/** The Citus extension version on all cluster servers. */
|
|
651
|
-
citusVersion?: string;
|
|
652
|
-
/** Maintenance window of a cluster. */
|
|
653
|
-
maintenanceWindow?: MaintenanceWindow;
|
|
654
|
-
/** Preferred primary availability zone (AZ) for all cluster servers. */
|
|
655
|
-
preferredPrimaryZone?: string;
|
|
656
|
-
/** 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. */
|
|
657
|
-
enableShardsOnCoordinator?: boolean;
|
|
658
|
-
/** If high availability (HA) is enabled or not for the cluster. */
|
|
659
|
-
enableHa?: boolean;
|
|
660
|
-
/** The edition of a coordinator server (default: GeneralPurpose). Required for creation. */
|
|
661
|
-
coordinatorServerEdition?: string;
|
|
662
|
-
/** The storage of a server in MB. Required for creation. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information. */
|
|
663
|
-
coordinatorStorageQuotaInMb?: number;
|
|
664
|
-
/** 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. */
|
|
665
|
-
coordinatorVCores?: number;
|
|
666
|
-
/** If public access is enabled on coordinator. */
|
|
667
|
-
coordinatorEnablePublicIpAccess?: boolean;
|
|
668
|
-
/** The edition of a node server (default: MemoryOptimized). */
|
|
669
|
-
nodeServerEdition?: string;
|
|
670
|
-
/** 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. */
|
|
671
|
-
nodeCount?: number;
|
|
672
|
-
/** The storage in MB on each worker node. See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information. */
|
|
673
|
-
nodeStorageQuotaInMb?: number;
|
|
674
|
-
/** The compute in vCores on each worker node (max: 104). See https://learn.microsoft.com/azure/cosmos-db/postgresql/resources-compute for more information. */
|
|
675
|
-
nodeVCores?: number;
|
|
676
|
-
/** If public access is enabled on worker nodes. */
|
|
677
|
-
nodeEnablePublicIpAccess?: boolean;
|
|
678
|
-
/**
|
|
679
|
-
* The list of server names in the cluster
|
|
680
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
681
|
-
*/
|
|
682
|
-
readonly serverNames?: ServerNameItem[];
|
|
683
|
-
/** The resource id of source cluster for read replica clusters. */
|
|
684
|
-
sourceResourceId?: string;
|
|
685
|
-
/** The Azure region of source cluster for read replica clusters. */
|
|
686
|
-
sourceLocation?: string;
|
|
687
|
-
/** Date and time in UTC (ISO8601 format) for cluster restore. */
|
|
688
|
-
pointInTimeUTC?: Date;
|
|
689
|
-
/**
|
|
690
|
-
* The array of read replica clusters.
|
|
691
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
692
|
-
*/
|
|
693
|
-
readonly readReplicas?: string[];
|
|
694
|
-
/**
|
|
695
|
-
* The earliest restore point time (ISO8601 format) for the cluster.
|
|
696
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
697
|
-
*/
|
|
698
|
-
readonly earliestRestoreTime?: Date;
|
|
699
|
-
/**
|
|
700
|
-
* The private endpoint connections for a cluster.
|
|
701
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
702
|
-
*/
|
|
703
|
-
readonly privateEndpointConnections?: SimplePrivateEndpointConnection[];
|
|
704
|
-
/** The database name of the cluster. Only one database per cluster is supported. */
|
|
705
|
-
databaseName?: string;
|
|
706
|
-
/** 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. */
|
|
707
|
-
enableGeoBackup?: boolean;
|
|
708
|
-
/** Authentication configuration of a cluster. */
|
|
709
|
-
authConfig?: AuthConfig;
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
/** Defines headers for Clusters_create operation. */
|
|
713
|
-
export interface ClustersCreateHeaders {
|
|
714
|
-
location?: string;
|
|
715
|
-
azureAsyncOperation?: string;
|
|
716
|
-
}
|
|
717
|
-
|
|
718
|
-
/** Defines headers for Clusters_delete operation. */
|
|
719
|
-
export interface ClustersDeleteHeaders {
|
|
720
|
-
location?: string;
|
|
721
|
-
azureAsyncOperation?: string;
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
/** Defines headers for Clusters_update operation. */
|
|
725
|
-
export interface ClustersUpdateHeaders {
|
|
726
|
-
location?: string;
|
|
727
|
-
azureAsyncOperation?: string;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
/** Defines headers for Clusters_restart operation. */
|
|
731
|
-
export interface ClustersRestartHeaders {
|
|
732
|
-
location?: string;
|
|
733
|
-
azureAsyncOperation?: string;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
/** Defines headers for Clusters_start operation. */
|
|
737
|
-
export interface ClustersStartHeaders {
|
|
738
|
-
location?: string;
|
|
739
|
-
azureAsyncOperation?: string;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
/** Defines headers for Clusters_stop operation. */
|
|
743
|
-
export interface ClustersStopHeaders {
|
|
744
|
-
location?: string;
|
|
745
|
-
azureAsyncOperation?: string;
|
|
746
|
-
}
|
|
747
|
-
|
|
748
|
-
/** Defines headers for Clusters_promoteReadReplica operation. */
|
|
749
|
-
export interface ClustersPromoteReadReplicaHeaders {
|
|
750
|
-
location?: string;
|
|
751
|
-
azureAsyncOperation?: string;
|
|
752
|
-
}
|
|
753
|
-
|
|
754
|
-
/** Defines headers for Configurations_updateOnCoordinator operation. */
|
|
755
|
-
export interface ConfigurationsUpdateOnCoordinatorHeaders {
|
|
756
|
-
location?: string;
|
|
757
|
-
azureAsyncOperation?: string;
|
|
758
|
-
}
|
|
759
|
-
|
|
760
|
-
/** Defines headers for Configurations_updateOnNode operation. */
|
|
761
|
-
export interface ConfigurationsUpdateOnNodeHeaders {
|
|
762
|
-
location?: string;
|
|
763
|
-
azureAsyncOperation?: string;
|
|
764
|
-
}
|
|
765
|
-
|
|
766
|
-
/** Defines headers for FirewallRules_createOrUpdate operation. */
|
|
767
|
-
export interface FirewallRulesCreateOrUpdateHeaders {
|
|
768
|
-
location?: string;
|
|
769
|
-
azureAsyncOperation?: string;
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
/** Defines headers for FirewallRules_delete operation. */
|
|
773
|
-
export interface FirewallRulesDeleteHeaders {
|
|
774
|
-
location?: string;
|
|
775
|
-
azureAsyncOperation?: string;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
|
-
/** Defines headers for Roles_create operation. */
|
|
779
|
-
export interface RolesCreateHeaders {
|
|
780
|
-
location?: string;
|
|
781
|
-
azureAsyncOperation?: string;
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
/** Defines headers for Roles_delete operation. */
|
|
785
|
-
export interface RolesDeleteHeaders {
|
|
786
|
-
location?: string;
|
|
787
|
-
azureAsyncOperation?: string;
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
/** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
|
|
791
|
-
export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
|
|
792
|
-
location?: string;
|
|
793
|
-
azureAsyncOperation?: string;
|
|
794
|
-
}
|
|
795
|
-
|
|
796
|
-
/** Defines headers for PrivateEndpointConnections_delete operation. */
|
|
797
|
-
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
798
|
-
location?: string;
|
|
799
|
-
azureAsyncOperation?: string;
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
/** Known values of {@link PrivateEndpointServiceConnectionStatus} that the service accepts. */
|
|
803
|
-
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
804
|
-
/** Pending */
|
|
805
|
-
Pending = "Pending",
|
|
806
|
-
/** Approved */
|
|
807
|
-
Approved = "Approved",
|
|
808
|
-
/** Rejected */
|
|
809
|
-
Rejected = "Rejected",
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
/**
|
|
813
|
-
* Defines values for PrivateEndpointServiceConnectionStatus. \
|
|
814
|
-
* {@link KnownPrivateEndpointServiceConnectionStatus} can be used interchangeably with PrivateEndpointServiceConnectionStatus,
|
|
815
|
-
* this enum contains the known values that the service supports.
|
|
816
|
-
* ### Known values supported by the service
|
|
817
|
-
* **Pending** \
|
|
818
|
-
* **Approved** \
|
|
819
|
-
* **Rejected**
|
|
820
|
-
*/
|
|
821
|
-
export type PrivateEndpointServiceConnectionStatus = string;
|
|
822
|
-
|
|
823
|
-
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
824
|
-
export enum KnownCreatedByType {
|
|
825
|
-
/** User */
|
|
826
|
-
User = "User",
|
|
827
|
-
/** Application */
|
|
828
|
-
Application = "Application",
|
|
829
|
-
/** ManagedIdentity */
|
|
830
|
-
ManagedIdentity = "ManagedIdentity",
|
|
831
|
-
/** Key */
|
|
832
|
-
Key = "Key",
|
|
833
|
-
}
|
|
834
|
-
|
|
835
|
-
/**
|
|
836
|
-
* Defines values for CreatedByType. \
|
|
837
|
-
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
838
|
-
* this enum contains the known values that the service supports.
|
|
839
|
-
* ### Known values supported by the service
|
|
840
|
-
* **User** \
|
|
841
|
-
* **Application** \
|
|
842
|
-
* **ManagedIdentity** \
|
|
843
|
-
* **Key**
|
|
844
|
-
*/
|
|
845
|
-
export type CreatedByType = string;
|
|
846
|
-
|
|
847
|
-
/** Known values of {@link ActiveDirectoryAuth} that the service accepts. */
|
|
848
|
-
export enum KnownActiveDirectoryAuth {
|
|
849
|
-
/** Enabled */
|
|
850
|
-
Enabled = "enabled",
|
|
851
|
-
/** Disabled */
|
|
852
|
-
Disabled = "disabled",
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
/**
|
|
856
|
-
* Defines values for ActiveDirectoryAuth. \
|
|
857
|
-
* {@link KnownActiveDirectoryAuth} can be used interchangeably with ActiveDirectoryAuth,
|
|
858
|
-
* this enum contains the known values that the service supports.
|
|
859
|
-
* ### Known values supported by the service
|
|
860
|
-
* **enabled** \
|
|
861
|
-
* **disabled**
|
|
862
|
-
*/
|
|
863
|
-
export type ActiveDirectoryAuth = string;
|
|
864
|
-
|
|
865
|
-
/** Known values of {@link PasswordAuth} that the service accepts. */
|
|
866
|
-
export enum KnownPasswordAuth {
|
|
867
|
-
/** Enabled */
|
|
868
|
-
Enabled = "enabled",
|
|
869
|
-
/** Disabled */
|
|
870
|
-
Disabled = "disabled",
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
/**
|
|
874
|
-
* Defines values for PasswordAuth. \
|
|
875
|
-
* {@link KnownPasswordAuth} can be used interchangeably with PasswordAuth,
|
|
876
|
-
* this enum contains the known values that the service supports.
|
|
877
|
-
* ### Known values supported by the service
|
|
878
|
-
* **enabled** \
|
|
879
|
-
* **disabled**
|
|
880
|
-
*/
|
|
881
|
-
export type PasswordAuth = string;
|
|
882
|
-
|
|
883
|
-
/** Known values of {@link ServerRole} that the service accepts. */
|
|
884
|
-
export enum KnownServerRole {
|
|
885
|
-
/** Coordinator */
|
|
886
|
-
Coordinator = "Coordinator",
|
|
887
|
-
/** Worker */
|
|
888
|
-
Worker = "Worker",
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
/**
|
|
892
|
-
* Defines values for ServerRole. \
|
|
893
|
-
* {@link KnownServerRole} can be used interchangeably with ServerRole,
|
|
894
|
-
* this enum contains the known values that the service supports.
|
|
895
|
-
* ### Known values supported by the service
|
|
896
|
-
* **Coordinator** \
|
|
897
|
-
* **Worker**
|
|
898
|
-
*/
|
|
899
|
-
export type ServerRole = string;
|
|
900
|
-
|
|
901
|
-
/** Known values of {@link ConfigurationDataType} that the service accepts. */
|
|
902
|
-
export enum KnownConfigurationDataType {
|
|
903
|
-
/** Boolean */
|
|
904
|
-
Boolean = "Boolean",
|
|
905
|
-
/** Numeric */
|
|
906
|
-
Numeric = "Numeric",
|
|
907
|
-
/** Integer */
|
|
908
|
-
Integer = "Integer",
|
|
909
|
-
/** Enumeration */
|
|
910
|
-
Enumeration = "Enumeration",
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
/**
|
|
914
|
-
* Defines values for ConfigurationDataType. \
|
|
915
|
-
* {@link KnownConfigurationDataType} can be used interchangeably with ConfigurationDataType,
|
|
916
|
-
* this enum contains the known values that the service supports.
|
|
917
|
-
* ### Known values supported by the service
|
|
918
|
-
* **Boolean** \
|
|
919
|
-
* **Numeric** \
|
|
920
|
-
* **Integer** \
|
|
921
|
-
* **Enumeration**
|
|
922
|
-
*/
|
|
923
|
-
export type ConfigurationDataType = string;
|
|
924
|
-
|
|
925
|
-
/** Known values of {@link ProvisioningState} that the service accepts. */
|
|
926
|
-
export enum KnownProvisioningState {
|
|
927
|
-
/** Succeeded */
|
|
928
|
-
Succeeded = "Succeeded",
|
|
929
|
-
/** Canceled */
|
|
930
|
-
Canceled = "Canceled",
|
|
931
|
-
/** InProgress */
|
|
932
|
-
InProgress = "InProgress",
|
|
933
|
-
/** Failed */
|
|
934
|
-
Failed = "Failed",
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
/**
|
|
938
|
-
* Defines values for ProvisioningState. \
|
|
939
|
-
* {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
|
|
940
|
-
* this enum contains the known values that the service supports.
|
|
941
|
-
* ### Known values supported by the service
|
|
942
|
-
* **Succeeded** \
|
|
943
|
-
* **Canceled** \
|
|
944
|
-
* **InProgress** \
|
|
945
|
-
* **Failed**
|
|
946
|
-
*/
|
|
947
|
-
export type ProvisioningState = string;
|
|
948
|
-
|
|
949
|
-
/** Known values of {@link RoleType} that the service accepts. */
|
|
950
|
-
export enum KnownRoleType {
|
|
951
|
-
/** User */
|
|
952
|
-
User = "user",
|
|
953
|
-
/** Admin */
|
|
954
|
-
Admin = "admin",
|
|
955
|
-
}
|
|
956
|
-
|
|
957
|
-
/**
|
|
958
|
-
* Defines values for RoleType. \
|
|
959
|
-
* {@link KnownRoleType} can be used interchangeably with RoleType,
|
|
960
|
-
* this enum contains the known values that the service supports.
|
|
961
|
-
* ### Known values supported by the service
|
|
962
|
-
* **user** \
|
|
963
|
-
* **admin**
|
|
964
|
-
*/
|
|
965
|
-
export type RoleType = string;
|
|
966
|
-
|
|
967
|
-
/** Known values of {@link PrincipalType} that the service accepts. */
|
|
968
|
-
export enum KnownPrincipalType {
|
|
969
|
-
/** User */
|
|
970
|
-
User = "user",
|
|
971
|
-
/** ServicePrincipal */
|
|
972
|
-
ServicePrincipal = "servicePrincipal",
|
|
973
|
-
/** Group */
|
|
974
|
-
Group = "group",
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
/**
|
|
978
|
-
* Defines values for PrincipalType. \
|
|
979
|
-
* {@link KnownPrincipalType} can be used interchangeably with PrincipalType,
|
|
980
|
-
* this enum contains the known values that the service supports.
|
|
981
|
-
* ### Known values supported by the service
|
|
982
|
-
* **user** \
|
|
983
|
-
* **servicePrincipal** \
|
|
984
|
-
* **group**
|
|
985
|
-
*/
|
|
986
|
-
export type PrincipalType = string;
|
|
987
|
-
|
|
988
|
-
/** Known values of {@link OperationOrigin} that the service accepts. */
|
|
989
|
-
export enum KnownOperationOrigin {
|
|
990
|
-
/** NotSpecified */
|
|
991
|
-
NotSpecified = "NotSpecified",
|
|
992
|
-
/** User */
|
|
993
|
-
User = "user",
|
|
994
|
-
/** System */
|
|
995
|
-
System = "system",
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
/**
|
|
999
|
-
* Defines values for OperationOrigin. \
|
|
1000
|
-
* {@link KnownOperationOrigin} can be used interchangeably with OperationOrigin,
|
|
1001
|
-
* this enum contains the known values that the service supports.
|
|
1002
|
-
* ### Known values supported by the service
|
|
1003
|
-
* **NotSpecified** \
|
|
1004
|
-
* **user** \
|
|
1005
|
-
* **system**
|
|
1006
|
-
*/
|
|
1007
|
-
export type OperationOrigin = string;
|
|
1008
|
-
|
|
1009
|
-
/** Known values of {@link PrivateEndpointConnectionProvisioningState} that the service accepts. */
|
|
1010
|
-
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
1011
|
-
/** Succeeded */
|
|
1012
|
-
Succeeded = "Succeeded",
|
|
1013
|
-
/** Creating */
|
|
1014
|
-
Creating = "Creating",
|
|
1015
|
-
/** Deleting */
|
|
1016
|
-
Deleting = "Deleting",
|
|
1017
|
-
/** Failed */
|
|
1018
|
-
Failed = "Failed",
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
/**
|
|
1022
|
-
* Defines values for PrivateEndpointConnectionProvisioningState. \
|
|
1023
|
-
* {@link KnownPrivateEndpointConnectionProvisioningState} can be used interchangeably with PrivateEndpointConnectionProvisioningState,
|
|
1024
|
-
* this enum contains the known values that the service supports.
|
|
1025
|
-
* ### Known values supported by the service
|
|
1026
|
-
* **Succeeded** \
|
|
1027
|
-
* **Creating** \
|
|
1028
|
-
* **Deleting** \
|
|
1029
|
-
* **Failed**
|
|
1030
|
-
*/
|
|
1031
|
-
export type PrivateEndpointConnectionProvisioningState = string;
|
|
1032
|
-
|
|
1033
|
-
/** Optional parameters. */
|
|
1034
|
-
export interface ClustersListOptionalParams
|
|
1035
|
-
extends coreClient.OperationOptions {}
|
|
1036
|
-
|
|
1037
|
-
/** Contains response data for the list operation. */
|
|
1038
|
-
export type ClustersListResponse = ClusterListResult;
|
|
1039
|
-
|
|
1040
|
-
/** Optional parameters. */
|
|
1041
|
-
export interface ClustersListByResourceGroupOptionalParams
|
|
1042
|
-
extends coreClient.OperationOptions {}
|
|
1043
|
-
|
|
1044
|
-
/** Contains response data for the listByResourceGroup operation. */
|
|
1045
|
-
export type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
1046
|
-
|
|
1047
|
-
/** Optional parameters. */
|
|
1048
|
-
export interface ClustersCreateOptionalParams
|
|
1049
|
-
extends coreClient.OperationOptions {
|
|
1050
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1051
|
-
updateIntervalInMs?: number;
|
|
1052
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1053
|
-
resumeFrom?: string;
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
/** Contains response data for the create operation. */
|
|
1057
|
-
export type ClustersCreateResponse = Cluster;
|
|
1058
|
-
|
|
1059
|
-
/** Optional parameters. */
|
|
1060
|
-
export interface ClustersGetOptionalParams
|
|
1061
|
-
extends coreClient.OperationOptions {}
|
|
1062
|
-
|
|
1063
|
-
/** Contains response data for the get operation. */
|
|
1064
|
-
export type ClustersGetResponse = Cluster;
|
|
1065
|
-
|
|
1066
|
-
/** Optional parameters. */
|
|
1067
|
-
export interface ClustersDeleteOptionalParams
|
|
1068
|
-
extends coreClient.OperationOptions {
|
|
1069
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1070
|
-
updateIntervalInMs?: number;
|
|
1071
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1072
|
-
resumeFrom?: string;
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
/** Optional parameters. */
|
|
1076
|
-
export interface ClustersUpdateOptionalParams
|
|
1077
|
-
extends coreClient.OperationOptions {
|
|
1078
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1079
|
-
updateIntervalInMs?: number;
|
|
1080
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1081
|
-
resumeFrom?: string;
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
/** Contains response data for the update operation. */
|
|
1085
|
-
export type ClustersUpdateResponse = Cluster;
|
|
1086
|
-
|
|
1087
|
-
/** Optional parameters. */
|
|
1088
|
-
export interface ClustersRestartOptionalParams
|
|
1089
|
-
extends coreClient.OperationOptions {
|
|
1090
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1091
|
-
updateIntervalInMs?: number;
|
|
1092
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1093
|
-
resumeFrom?: string;
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
/** Contains response data for the restart operation. */
|
|
1097
|
-
export type ClustersRestartResponse = ClustersRestartHeaders;
|
|
1098
|
-
|
|
1099
|
-
/** Optional parameters. */
|
|
1100
|
-
export interface ClustersStartOptionalParams
|
|
1101
|
-
extends coreClient.OperationOptions {
|
|
1102
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1103
|
-
updateIntervalInMs?: number;
|
|
1104
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1105
|
-
resumeFrom?: string;
|
|
1106
|
-
}
|
|
1107
|
-
|
|
1108
|
-
/** Optional parameters. */
|
|
1109
|
-
export interface ClustersStopOptionalParams
|
|
1110
|
-
extends coreClient.OperationOptions {
|
|
1111
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1112
|
-
updateIntervalInMs?: number;
|
|
1113
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1114
|
-
resumeFrom?: string;
|
|
1115
|
-
}
|
|
1116
|
-
|
|
1117
|
-
/** Optional parameters. */
|
|
1118
|
-
export interface ClustersPromoteReadReplicaOptionalParams
|
|
1119
|
-
extends coreClient.OperationOptions {
|
|
1120
|
-
/** The parameter for enabling geo-redundant backup while promoting read replica. */
|
|
1121
|
-
promoteRequest?: PromoteRequest;
|
|
1122
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1123
|
-
updateIntervalInMs?: number;
|
|
1124
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1125
|
-
resumeFrom?: string;
|
|
1126
|
-
}
|
|
1127
|
-
|
|
1128
|
-
/** Contains response data for the promoteReadReplica operation. */
|
|
1129
|
-
export type ClustersPromoteReadReplicaResponse =
|
|
1130
|
-
ClustersPromoteReadReplicaHeaders;
|
|
1131
|
-
|
|
1132
|
-
/** Optional parameters. */
|
|
1133
|
-
export interface ClustersCheckNameAvailabilityOptionalParams
|
|
1134
|
-
extends coreClient.OperationOptions {}
|
|
1135
|
-
|
|
1136
|
-
/** Contains response data for the checkNameAvailability operation. */
|
|
1137
|
-
export type ClustersCheckNameAvailabilityResponse = NameAvailability;
|
|
1138
|
-
|
|
1139
|
-
/** Optional parameters. */
|
|
1140
|
-
export interface ClustersListNextOptionalParams
|
|
1141
|
-
extends coreClient.OperationOptions {}
|
|
1142
|
-
|
|
1143
|
-
/** Contains response data for the listNext operation. */
|
|
1144
|
-
export type ClustersListNextResponse = ClusterListResult;
|
|
1145
|
-
|
|
1146
|
-
/** Optional parameters. */
|
|
1147
|
-
export interface ClustersListByResourceGroupNextOptionalParams
|
|
1148
|
-
extends coreClient.OperationOptions {}
|
|
1149
|
-
|
|
1150
|
-
/** Contains response data for the listByResourceGroupNext operation. */
|
|
1151
|
-
export type ClustersListByResourceGroupNextResponse = ClusterListResult;
|
|
1152
|
-
|
|
1153
|
-
/** Optional parameters. */
|
|
1154
|
-
export interface ServersListByClusterOptionalParams
|
|
1155
|
-
extends coreClient.OperationOptions {}
|
|
1156
|
-
|
|
1157
|
-
/** Contains response data for the listByCluster operation. */
|
|
1158
|
-
export type ServersListByClusterResponse = ClusterServerListResult;
|
|
1159
|
-
|
|
1160
|
-
/** Optional parameters. */
|
|
1161
|
-
export interface ServersGetOptionalParams extends coreClient.OperationOptions {}
|
|
1162
|
-
|
|
1163
|
-
/** Contains response data for the get operation. */
|
|
1164
|
-
export type ServersGetResponse = ClusterServer;
|
|
1165
|
-
|
|
1166
|
-
/** Optional parameters. */
|
|
1167
|
-
export interface ConfigurationsListByServerOptionalParams
|
|
1168
|
-
extends coreClient.OperationOptions {}
|
|
1169
|
-
|
|
1170
|
-
/** Contains response data for the listByServer operation. */
|
|
1171
|
-
export type ConfigurationsListByServerResponse = ServerConfigurationListResult;
|
|
1172
|
-
|
|
1173
|
-
/** Optional parameters. */
|
|
1174
|
-
export interface ConfigurationsListByClusterOptionalParams
|
|
1175
|
-
extends coreClient.OperationOptions {}
|
|
1176
|
-
|
|
1177
|
-
/** Contains response data for the listByCluster operation. */
|
|
1178
|
-
export type ConfigurationsListByClusterResponse =
|
|
1179
|
-
ClusterConfigurationListResult;
|
|
1180
|
-
|
|
1181
|
-
/** Optional parameters. */
|
|
1182
|
-
export interface ConfigurationsGetOptionalParams
|
|
1183
|
-
extends coreClient.OperationOptions {}
|
|
1184
|
-
|
|
1185
|
-
/** Contains response data for the get operation. */
|
|
1186
|
-
export type ConfigurationsGetResponse = Configuration;
|
|
1187
|
-
|
|
1188
|
-
/** Optional parameters. */
|
|
1189
|
-
export interface ConfigurationsGetCoordinatorOptionalParams
|
|
1190
|
-
extends coreClient.OperationOptions {}
|
|
1191
|
-
|
|
1192
|
-
/** Contains response data for the getCoordinator operation. */
|
|
1193
|
-
export type ConfigurationsGetCoordinatorResponse = ServerConfiguration;
|
|
1194
|
-
|
|
1195
|
-
/** Optional parameters. */
|
|
1196
|
-
export interface ConfigurationsUpdateOnCoordinatorOptionalParams
|
|
1197
|
-
extends coreClient.OperationOptions {
|
|
1198
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1199
|
-
updateIntervalInMs?: number;
|
|
1200
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1201
|
-
resumeFrom?: string;
|
|
1202
|
-
}
|
|
1203
|
-
|
|
1204
|
-
/** Contains response data for the updateOnCoordinator operation. */
|
|
1205
|
-
export type ConfigurationsUpdateOnCoordinatorResponse = ServerConfiguration;
|
|
1206
|
-
|
|
1207
|
-
/** Optional parameters. */
|
|
1208
|
-
export interface ConfigurationsGetNodeOptionalParams
|
|
1209
|
-
extends coreClient.OperationOptions {}
|
|
1210
|
-
|
|
1211
|
-
/** Contains response data for the getNode operation. */
|
|
1212
|
-
export type ConfigurationsGetNodeResponse = ServerConfiguration;
|
|
1213
|
-
|
|
1214
|
-
/** Optional parameters. */
|
|
1215
|
-
export interface ConfigurationsUpdateOnNodeOptionalParams
|
|
1216
|
-
extends coreClient.OperationOptions {
|
|
1217
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1218
|
-
updateIntervalInMs?: number;
|
|
1219
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1220
|
-
resumeFrom?: string;
|
|
1221
|
-
}
|
|
1222
|
-
|
|
1223
|
-
/** Contains response data for the updateOnNode operation. */
|
|
1224
|
-
export type ConfigurationsUpdateOnNodeResponse = ServerConfiguration;
|
|
1225
|
-
|
|
1226
|
-
/** Optional parameters. */
|
|
1227
|
-
export interface ConfigurationsListByServerNextOptionalParams
|
|
1228
|
-
extends coreClient.OperationOptions {}
|
|
1229
|
-
|
|
1230
|
-
/** Contains response data for the listByServerNext operation. */
|
|
1231
|
-
export type ConfigurationsListByServerNextResponse =
|
|
1232
|
-
ServerConfigurationListResult;
|
|
1233
|
-
|
|
1234
|
-
/** Optional parameters. */
|
|
1235
|
-
export interface ConfigurationsListByClusterNextOptionalParams
|
|
1236
|
-
extends coreClient.OperationOptions {}
|
|
1237
|
-
|
|
1238
|
-
/** Contains response data for the listByClusterNext operation. */
|
|
1239
|
-
export type ConfigurationsListByClusterNextResponse =
|
|
1240
|
-
ClusterConfigurationListResult;
|
|
1241
|
-
|
|
1242
|
-
/** Optional parameters. */
|
|
1243
|
-
export interface FirewallRulesCreateOrUpdateOptionalParams
|
|
1244
|
-
extends coreClient.OperationOptions {
|
|
1245
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1246
|
-
updateIntervalInMs?: number;
|
|
1247
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1248
|
-
resumeFrom?: string;
|
|
1249
|
-
}
|
|
1250
|
-
|
|
1251
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1252
|
-
export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
|
|
1253
|
-
|
|
1254
|
-
/** Optional parameters. */
|
|
1255
|
-
export interface FirewallRulesDeleteOptionalParams
|
|
1256
|
-
extends coreClient.OperationOptions {
|
|
1257
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1258
|
-
updateIntervalInMs?: number;
|
|
1259
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1260
|
-
resumeFrom?: string;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
|
-
/** Contains response data for the delete operation. */
|
|
1264
|
-
export type FirewallRulesDeleteResponse = FirewallRulesDeleteHeaders;
|
|
1265
|
-
|
|
1266
|
-
/** Optional parameters. */
|
|
1267
|
-
export interface FirewallRulesGetOptionalParams
|
|
1268
|
-
extends coreClient.OperationOptions {}
|
|
1269
|
-
|
|
1270
|
-
/** Contains response data for the get operation. */
|
|
1271
|
-
export type FirewallRulesGetResponse = FirewallRule;
|
|
1272
|
-
|
|
1273
|
-
/** Optional parameters. */
|
|
1274
|
-
export interface FirewallRulesListByClusterOptionalParams
|
|
1275
|
-
extends coreClient.OperationOptions {}
|
|
1276
|
-
|
|
1277
|
-
/** Contains response data for the listByCluster operation. */
|
|
1278
|
-
export type FirewallRulesListByClusterResponse = FirewallRuleListResult;
|
|
1279
|
-
|
|
1280
|
-
/** Optional parameters. */
|
|
1281
|
-
export interface RolesGetOptionalParams extends coreClient.OperationOptions {}
|
|
1282
|
-
|
|
1283
|
-
/** Contains response data for the get operation. */
|
|
1284
|
-
export type RolesGetResponse = Role;
|
|
1285
|
-
|
|
1286
|
-
/** Optional parameters. */
|
|
1287
|
-
export interface RolesCreateOptionalParams extends coreClient.OperationOptions {
|
|
1288
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1289
|
-
updateIntervalInMs?: number;
|
|
1290
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1291
|
-
resumeFrom?: string;
|
|
1292
|
-
}
|
|
1293
|
-
|
|
1294
|
-
/** Contains response data for the create operation. */
|
|
1295
|
-
export type RolesCreateResponse = Role;
|
|
1296
|
-
|
|
1297
|
-
/** Optional parameters. */
|
|
1298
|
-
export interface RolesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1299
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1300
|
-
updateIntervalInMs?: number;
|
|
1301
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1302
|
-
resumeFrom?: string;
|
|
1303
|
-
}
|
|
1304
|
-
|
|
1305
|
-
/** Contains response data for the delete operation. */
|
|
1306
|
-
export type RolesDeleteResponse = RolesDeleteHeaders;
|
|
1307
|
-
|
|
1308
|
-
/** Optional parameters. */
|
|
1309
|
-
export interface RolesListByClusterOptionalParams
|
|
1310
|
-
extends coreClient.OperationOptions {}
|
|
1311
|
-
|
|
1312
|
-
/** Contains response data for the listByCluster operation. */
|
|
1313
|
-
export type RolesListByClusterResponse = RoleListResult;
|
|
1314
|
-
|
|
1315
|
-
/** Optional parameters. */
|
|
1316
|
-
export interface OperationsListOptionalParams
|
|
1317
|
-
extends coreClient.OperationOptions {}
|
|
1318
|
-
|
|
1319
|
-
/** Contains response data for the list operation. */
|
|
1320
|
-
export type OperationsListResponse = OperationListResult;
|
|
1321
|
-
|
|
1322
|
-
/** Optional parameters. */
|
|
1323
|
-
export interface PrivateEndpointConnectionsListByClusterOptionalParams
|
|
1324
|
-
extends coreClient.OperationOptions {}
|
|
1325
|
-
|
|
1326
|
-
/** Contains response data for the listByCluster operation. */
|
|
1327
|
-
export type PrivateEndpointConnectionsListByClusterResponse =
|
|
1328
|
-
PrivateEndpointConnectionListResult;
|
|
1329
|
-
|
|
1330
|
-
/** Optional parameters. */
|
|
1331
|
-
export interface PrivateEndpointConnectionsGetOptionalParams
|
|
1332
|
-
extends coreClient.OperationOptions {}
|
|
1333
|
-
|
|
1334
|
-
/** Contains response data for the get operation. */
|
|
1335
|
-
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1336
|
-
|
|
1337
|
-
/** Optional parameters. */
|
|
1338
|
-
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams
|
|
1339
|
-
extends coreClient.OperationOptions {
|
|
1340
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1341
|
-
updateIntervalInMs?: number;
|
|
1342
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1343
|
-
resumeFrom?: string;
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
|
-
/** Contains response data for the createOrUpdate operation. */
|
|
1347
|
-
export type PrivateEndpointConnectionsCreateOrUpdateResponse =
|
|
1348
|
-
PrivateEndpointConnection;
|
|
1349
|
-
|
|
1350
|
-
/** Optional parameters. */
|
|
1351
|
-
export interface PrivateEndpointConnectionsDeleteOptionalParams
|
|
1352
|
-
extends coreClient.OperationOptions {
|
|
1353
|
-
/** Delay to wait until next poll, in milliseconds. */
|
|
1354
|
-
updateIntervalInMs?: number;
|
|
1355
|
-
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1356
|
-
resumeFrom?: string;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
/** Contains response data for the delete operation. */
|
|
1360
|
-
export type PrivateEndpointConnectionsDeleteResponse =
|
|
1361
|
-
PrivateEndpointConnectionsDeleteHeaders;
|
|
1362
|
-
|
|
1363
|
-
/** Optional parameters. */
|
|
1364
|
-
export interface PrivateLinkResourcesListByClusterOptionalParams
|
|
1365
|
-
extends coreClient.OperationOptions {}
|
|
1366
|
-
|
|
1367
|
-
/** Contains response data for the listByCluster operation. */
|
|
1368
|
-
export type PrivateLinkResourcesListByClusterResponse =
|
|
1369
|
-
PrivateLinkResourceListResult;
|
|
1370
|
-
|
|
1371
|
-
/** Optional parameters. */
|
|
1372
|
-
export interface PrivateLinkResourcesGetOptionalParams
|
|
1373
|
-
extends coreClient.OperationOptions {}
|
|
1374
|
-
|
|
1375
|
-
/** Contains response data for the get operation. */
|
|
1376
|
-
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
1377
|
-
|
|
1378
|
-
/** Optional parameters. */
|
|
1379
|
-
export interface CosmosDBForPostgreSQLOptionalParams
|
|
1380
|
-
extends coreClient.ServiceClientOptions {
|
|
1381
|
-
/** server parameter */
|
|
1382
|
-
$host?: string;
|
|
1383
|
-
/** Api Version */
|
|
1384
|
-
apiVersion?: string;
|
|
1385
|
-
/** Overrides client endpoint. */
|
|
1386
|
-
endpoint?: string;
|
|
1387
|
-
}
|