@azure/arm-cosmosdbforpostgresql 1.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/LICENSE +21 -0
- package/README.md +109 -0
- package/dist/index.js +5097 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/samples-dev/clustersCheckNameAvailabilitySample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersCheckNameAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersCheckNameAvailabilitySample.js +41 -0
- package/dist-esm/samples-dev/clustersCheckNameAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/clustersCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersCreateSample.js +107 -0
- package/dist-esm/samples-dev/clustersCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersDeleteSample.js +39 -0
- package/dist-esm/samples-dev/clustersDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersGetSample.js +39 -0
- package/dist-esm/samples-dev/clustersGetSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js +59 -0
- package/dist-esm/samples-dev/clustersListByResourceGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersListSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersListSample.js +58 -0
- package/dist-esm/samples-dev/clustersListSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersPromoteReadReplicaSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersPromoteReadReplicaSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersPromoteReadReplicaSample.js +39 -0
- package/dist-esm/samples-dev/clustersPromoteReadReplicaSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersRestartSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersRestartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersRestartSample.js +39 -0
- package/dist-esm/samples-dev/clustersRestartSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersStartSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersStartSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersStartSample.js +39 -0
- package/dist-esm/samples-dev/clustersStartSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersStopSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersStopSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersStopSample.js +39 -0
- package/dist-esm/samples-dev/clustersStopSample.js.map +1 -0
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/clustersUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/clustersUpdateSample.js +132 -0
- package/dist-esm/samples-dev/clustersUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/configurationsGetCoordinatorSample.d.ts +2 -0
- package/dist-esm/samples-dev/configurationsGetCoordinatorSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationsGetCoordinatorSample.js +40 -0
- package/dist-esm/samples-dev/configurationsGetCoordinatorSample.js.map +1 -0
- package/dist-esm/samples-dev/configurationsGetNodeSample.d.ts +2 -0
- package/dist-esm/samples-dev/configurationsGetNodeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationsGetNodeSample.js +40 -0
- package/dist-esm/samples-dev/configurationsGetNodeSample.js.map +1 -0
- package/dist-esm/samples-dev/configurationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/configurationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationsGetSample.js +40 -0
- package/dist-esm/samples-dev/configurationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/configurationsListByClusterSample.d.ts +2 -0
- package/dist-esm/samples-dev/configurationsListByClusterSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationsListByClusterSample.js +60 -0
- package/dist-esm/samples-dev/configurationsListByClusterSample.js.map +1 -0
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts +2 -0
- package/dist-esm/samples-dev/configurationsListByServerSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationsListByServerSample.js +61 -0
- package/dist-esm/samples-dev/configurationsListByServerSample.js.map +1 -0
- package/dist-esm/samples-dev/configurationsUpdateOnCoordinatorSample.d.ts +2 -0
- package/dist-esm/samples-dev/configurationsUpdateOnCoordinatorSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationsUpdateOnCoordinatorSample.js +41 -0
- package/dist-esm/samples-dev/configurationsUpdateOnCoordinatorSample.js.map +1 -0
- package/dist-esm/samples-dev/configurationsUpdateOnNodeSample.d.ts +2 -0
- package/dist-esm/samples-dev/configurationsUpdateOnNodeSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/configurationsUpdateOnNodeSample.js +41 -0
- package/dist-esm/samples-dev/configurationsUpdateOnNodeSample.js.map +1 -0
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +44 -0
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/firewallRulesGetSample.js +40 -0
- package/dist-esm/samples-dev/firewallRulesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/firewallRulesListByClusterSample.d.ts +2 -0
- package/dist-esm/samples-dev/firewallRulesListByClusterSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/firewallRulesListByClusterSample.js +60 -0
- package/dist-esm/samples-dev/firewallRulesListByClusterSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +58 -0
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +46 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +40 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js +60 -0
- package/dist-esm/samples-dev/privateEndpointConnectionsListByClusterSample.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +40 -0
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts +2 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js +60 -0
- package/dist-esm/samples-dev/privateLinkResourcesListByClusterSample.js.map +1 -0
- package/dist-esm/samples-dev/rolesCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/rolesCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/rolesCreateSample.js +41 -0
- package/dist-esm/samples-dev/rolesCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/rolesDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/rolesDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/rolesDeleteSample.js +40 -0
- package/dist-esm/samples-dev/rolesDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/rolesGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/rolesGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/rolesGetSample.js +40 -0
- package/dist-esm/samples-dev/rolesGetSample.js.map +1 -0
- package/dist-esm/samples-dev/rolesListByClusterSample.d.ts +2 -0
- package/dist-esm/samples-dev/rolesListByClusterSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/rolesListByClusterSample.js +60 -0
- package/dist-esm/samples-dev/rolesListByClusterSample.js.map +1 -0
- package/dist-esm/samples-dev/serversGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/serversGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/serversGetSample.js +40 -0
- package/dist-esm/samples-dev/serversGetSample.js.map +1 -0
- package/dist-esm/samples-dev/serversListByClusterSample.d.ts +2 -0
- package/dist-esm/samples-dev/serversListByClusterSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/serversListByClusterSample.js +60 -0
- package/dist-esm/samples-dev/serversListByClusterSample.js.map +1 -0
- package/dist-esm/src/cosmosDBForPostgreSQL.d.ts +27 -0
- package/dist-esm/src/cosmosDBForPostgreSQL.d.ts.map +1 -0
- package/dist-esm/src/cosmosDBForPostgreSQL.js +107 -0
- package/dist-esm/src/cosmosDBForPostgreSQL.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +11 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +21 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1125 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +84 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +55 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +1710 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +23 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +213 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/clusters.d.ts +174 -0
- package/dist-esm/src/operations/clusters.d.ts.map +1 -0
- package/dist-esm/src/operations/clusters.js +915 -0
- package/dist-esm/src/operations/clusters.js.map +1 -0
- package/dist-esm/src/operations/configurations.d.ts +126 -0
- package/dist-esm/src/operations/configurations.d.ts.map +1 -0
- package/dist-esm/src/operations/configurations.js +585 -0
- package/dist-esm/src/operations/configurations.js.map +1 -0
- package/dist-esm/src/operations/firewallRules.d.ts +73 -0
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operations/firewallRules.js +332 -0
- package/dist-esm/src/operations/firewallRules.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +9 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +16 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +101 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts +78 -0
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operations/privateEndpointConnections.js +347 -0
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts +38 -0
- package/dist-esm/src/operations/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operations/privateLinkResources.js +142 -0
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operations/roles.d.ts +73 -0
- package/dist-esm/src/operations/roles.d.ts.map +1 -0
- package/dist-esm/src/operations/roles.js +326 -0
- package/dist-esm/src/operations/roles.js.map +1 -0
- package/dist-esm/src/operations/servers.d.ts +38 -0
- package/dist-esm/src/operations/servers.d.ts.map +1 -0
- package/dist-esm/src/operations/servers.js +142 -0
- package/dist-esm/src/operations/servers.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts +138 -0
- package/dist-esm/src/operationsInterfaces/clusters.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/clusters.js +9 -0
- package/dist-esm/src/operationsInterfaces/clusters.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/configurations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/configurations.js +9 -0
- package/dist-esm/src/operationsInterfaces/configurations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +9 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +16 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js +9 -0
- package/dist-esm/src/operationsInterfaces/privateLinkResources.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/roles.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/roles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/roles.js +9 -0
- package/dist-esm/src/operationsInterfaces/roles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/servers.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/servers.js +9 -0
- package/dist-esm/src/operationsInterfaces/servers.js.map +1 -0
- package/dist-esm/src/pagingHelper.d.ts +13 -0
- package/dist-esm/src/pagingHelper.d.ts.map +1 -0
- package/dist-esm/src/pagingHelper.js +32 -0
- package/dist-esm/src/pagingHelper.js.map +1 -0
- package/dist-esm/test/cosmosdbforpostgresql_operations_test.spec.d.ts +4 -0
- package/dist-esm/test/cosmosdbforpostgresql_operations_test.spec.d.ts.map +1 -0
- package/dist-esm/test/cosmosdbforpostgresql_operations_test.spec.js +136 -0
- package/dist-esm/test/cosmosdbforpostgresql_operations_test.spec.js.map +1 -0
- package/package.json +123 -0
- package/review/arm-cosmosdbforpostgresql.api.md +942 -0
- package/rollup.config.js +122 -0
- package/src/cosmosDBForPostgreSQL.ts +172 -0
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +42 -0
- package/src/models/index.ts +1280 -0
- package/src/models/mappers.ts +1870 -0
- package/src/models/parameters.ts +247 -0
- package/src/operations/clusters.ts +1221 -0
- package/src/operations/configurations.ts +809 -0
- package/src/operations/firewallRules.ts +460 -0
- package/src/operations/index.ts +16 -0
- package/src/operations/operations.ts +103 -0
- package/src/operations/privateEndpointConnections.ts +476 -0
- package/src/operations/privateLinkResources.ts +181 -0
- package/src/operations/roles.ts +448 -0
- package/src/operations/servers.ts +181 -0
- package/src/operationsInterfaces/clusters.ts +260 -0
- package/src/operationsInterfaces/configurations.ts +164 -0
- package/src/operationsInterfaces/firewallRules.ts +115 -0
- package/src/operationsInterfaces/index.ts +16 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/privateEndpointConnections.ts +120 -0
- package/src/operationsInterfaces/privateLinkResources.ts +44 -0
- package/src/operationsInterfaces/roles.ts +109 -0
- package/src/operationsInterfaces/servers.ts +44 -0
- package/src/pagingHelper.ts +39 -0
- package/tsconfig.json +33 -0
- package/types/arm-cosmosdbforpostgresql.d.ts +1730 -0
- package/types/tsdoc-metadata.json +11 -0
|
@@ -0,0 +1,942 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-cosmosdbforpostgresql"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { OperationState } from '@azure/core-lro';
|
|
10
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
11
|
+
import { SimplePollerLike } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface Cluster extends TrackedResource {
|
|
15
|
+
readonly administratorLogin?: string;
|
|
16
|
+
administratorLoginPassword?: string;
|
|
17
|
+
citusVersion?: string;
|
|
18
|
+
coordinatorEnablePublicIpAccess?: boolean;
|
|
19
|
+
coordinatorServerEdition?: string;
|
|
20
|
+
coordinatorStorageQuotaInMb?: number;
|
|
21
|
+
coordinatorVCores?: number;
|
|
22
|
+
readonly earliestRestoreTime?: Date;
|
|
23
|
+
enableHa?: boolean;
|
|
24
|
+
enableShardsOnCoordinator?: boolean;
|
|
25
|
+
maintenanceWindow?: MaintenanceWindow;
|
|
26
|
+
nodeCount?: number;
|
|
27
|
+
nodeEnablePublicIpAccess?: boolean;
|
|
28
|
+
nodeServerEdition?: string;
|
|
29
|
+
nodeStorageQuotaInMb?: number;
|
|
30
|
+
nodeVCores?: number;
|
|
31
|
+
pointInTimeUTC?: Date;
|
|
32
|
+
postgresqlVersion?: string;
|
|
33
|
+
preferredPrimaryZone?: string;
|
|
34
|
+
readonly privateEndpointConnections?: SimplePrivateEndpointConnection[];
|
|
35
|
+
readonly provisioningState?: string;
|
|
36
|
+
readonly readReplicas?: string[];
|
|
37
|
+
readonly serverNames?: ServerNameItem[];
|
|
38
|
+
sourceLocation?: string;
|
|
39
|
+
sourceResourceId?: string;
|
|
40
|
+
readonly state?: string;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
// @public
|
|
44
|
+
export interface ClusterConfigurationListResult {
|
|
45
|
+
readonly nextLink?: string;
|
|
46
|
+
value?: Configuration[];
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
// @public
|
|
50
|
+
export interface ClusterForUpdate {
|
|
51
|
+
administratorLoginPassword?: string;
|
|
52
|
+
citusVersion?: string;
|
|
53
|
+
coordinatorEnablePublicIpAccess?: boolean;
|
|
54
|
+
coordinatorServerEdition?: string;
|
|
55
|
+
coordinatorStorageQuotaInMb?: number;
|
|
56
|
+
coordinatorVCores?: number;
|
|
57
|
+
enableHa?: boolean;
|
|
58
|
+
enableShardsOnCoordinator?: boolean;
|
|
59
|
+
maintenanceWindow?: MaintenanceWindow;
|
|
60
|
+
nodeCount?: number;
|
|
61
|
+
readonly nodeEnablePublicIpAccess?: boolean;
|
|
62
|
+
nodeServerEdition?: string;
|
|
63
|
+
nodeStorageQuotaInMb?: number;
|
|
64
|
+
nodeVCores?: number;
|
|
65
|
+
postgresqlVersion?: string;
|
|
66
|
+
preferredPrimaryZone?: string;
|
|
67
|
+
tags?: {
|
|
68
|
+
[propertyName: string]: string;
|
|
69
|
+
};
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// @public
|
|
73
|
+
export interface ClusterListResult {
|
|
74
|
+
readonly nextLink?: string;
|
|
75
|
+
value?: Cluster[];
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// @public
|
|
79
|
+
export interface Clusters {
|
|
80
|
+
beginCreate(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersCreateResponse>, ClustersCreateResponse>>;
|
|
81
|
+
beginCreateAndWait(resourceGroupName: string, clusterName: string, parameters: Cluster, options?: ClustersCreateOptionalParams): Promise<ClustersCreateResponse>;
|
|
82
|
+
beginDelete(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
83
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, options?: ClustersDeleteOptionalParams): Promise<void>;
|
|
84
|
+
beginPromoteReadReplica(resourceGroupName: string, clusterName: string, options?: ClustersPromoteReadReplicaOptionalParams): Promise<SimplePollerLike<OperationState<ClustersPromoteReadReplicaResponse>, ClustersPromoteReadReplicaResponse>>;
|
|
85
|
+
beginPromoteReadReplicaAndWait(resourceGroupName: string, clusterName: string, options?: ClustersPromoteReadReplicaOptionalParams): Promise<ClustersPromoteReadReplicaResponse>;
|
|
86
|
+
beginRestart(resourceGroupName: string, clusterName: string, options?: ClustersRestartOptionalParams): Promise<SimplePollerLike<OperationState<ClustersRestartResponse>, ClustersRestartResponse>>;
|
|
87
|
+
beginRestartAndWait(resourceGroupName: string, clusterName: string, options?: ClustersRestartOptionalParams): Promise<ClustersRestartResponse>;
|
|
88
|
+
beginStart(resourceGroupName: string, clusterName: string, options?: ClustersStartOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
89
|
+
beginStartAndWait(resourceGroupName: string, clusterName: string, options?: ClustersStartOptionalParams): Promise<void>;
|
|
90
|
+
beginStop(resourceGroupName: string, clusterName: string, options?: ClustersStopOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
91
|
+
beginStopAndWait(resourceGroupName: string, clusterName: string, options?: ClustersStopOptionalParams): Promise<void>;
|
|
92
|
+
beginUpdate(resourceGroupName: string, clusterName: string, parameters: ClusterForUpdate, options?: ClustersUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ClustersUpdateResponse>, ClustersUpdateResponse>>;
|
|
93
|
+
beginUpdateAndWait(resourceGroupName: string, clusterName: string, parameters: ClusterForUpdate, options?: ClustersUpdateOptionalParams): Promise<ClustersUpdateResponse>;
|
|
94
|
+
checkNameAvailability(nameAvailabilityRequest: NameAvailabilityRequest, options?: ClustersCheckNameAvailabilityOptionalParams): Promise<ClustersCheckNameAvailabilityResponse>;
|
|
95
|
+
get(resourceGroupName: string, clusterName: string, options?: ClustersGetOptionalParams): Promise<ClustersGetResponse>;
|
|
96
|
+
list(options?: ClustersListOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
97
|
+
listByResourceGroup(resourceGroupName: string, options?: ClustersListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Cluster>;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// @public
|
|
101
|
+
export interface ClustersCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
// @public
|
|
105
|
+
export type ClustersCheckNameAvailabilityResponse = NameAvailability;
|
|
106
|
+
|
|
107
|
+
// @public
|
|
108
|
+
export interface ClustersCreateHeaders {
|
|
109
|
+
// (undocumented)
|
|
110
|
+
azureAsyncOperation?: string;
|
|
111
|
+
// (undocumented)
|
|
112
|
+
location?: string;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// @public
|
|
116
|
+
export interface ClustersCreateOptionalParams extends coreClient.OperationOptions {
|
|
117
|
+
resumeFrom?: string;
|
|
118
|
+
updateIntervalInMs?: number;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
// @public
|
|
122
|
+
export type ClustersCreateResponse = Cluster;
|
|
123
|
+
|
|
124
|
+
// @public
|
|
125
|
+
export interface ClustersDeleteHeaders {
|
|
126
|
+
// (undocumented)
|
|
127
|
+
azureAsyncOperation?: string;
|
|
128
|
+
// (undocumented)
|
|
129
|
+
location?: string;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
// @public
|
|
133
|
+
export interface ClustersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
134
|
+
resumeFrom?: string;
|
|
135
|
+
updateIntervalInMs?: number;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
// @public
|
|
139
|
+
export interface ClusterServer extends ProxyResource {
|
|
140
|
+
readonly administratorLogin?: string;
|
|
141
|
+
availabilityZone?: string;
|
|
142
|
+
citusVersion?: string;
|
|
143
|
+
enableHa?: boolean;
|
|
144
|
+
readonly enablePublicIpAccess?: boolean;
|
|
145
|
+
readonly fullyQualifiedDomainName?: string;
|
|
146
|
+
readonly haState?: string;
|
|
147
|
+
readonly isReadOnly?: boolean;
|
|
148
|
+
postgresqlVersion?: string;
|
|
149
|
+
role?: ServerRole;
|
|
150
|
+
serverEdition?: string;
|
|
151
|
+
readonly state?: string;
|
|
152
|
+
storageQuotaInMb?: number;
|
|
153
|
+
vCores?: number;
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
// @public
|
|
157
|
+
export interface ClusterServerListResult {
|
|
158
|
+
value?: ClusterServer[];
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
// @public
|
|
162
|
+
export interface ClusterServerProperties extends ServerProperties {
|
|
163
|
+
availabilityZone?: string;
|
|
164
|
+
citusVersion?: string;
|
|
165
|
+
readonly fullyQualifiedDomainName?: string;
|
|
166
|
+
readonly haState?: string;
|
|
167
|
+
postgresqlVersion?: string;
|
|
168
|
+
role?: ServerRole;
|
|
169
|
+
readonly state?: string;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
// @public
|
|
173
|
+
export interface ClustersGetOptionalParams extends coreClient.OperationOptions {
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
// @public
|
|
177
|
+
export type ClustersGetResponse = Cluster;
|
|
178
|
+
|
|
179
|
+
// @public
|
|
180
|
+
export interface ClustersListByResourceGroupNextOptionalParams extends coreClient.OperationOptions {
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
// @public
|
|
184
|
+
export type ClustersListByResourceGroupNextResponse = ClusterListResult;
|
|
185
|
+
|
|
186
|
+
// @public
|
|
187
|
+
export interface ClustersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
// @public
|
|
191
|
+
export type ClustersListByResourceGroupResponse = ClusterListResult;
|
|
192
|
+
|
|
193
|
+
// @public
|
|
194
|
+
export interface ClustersListNextOptionalParams extends coreClient.OperationOptions {
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
// @public
|
|
198
|
+
export type ClustersListNextResponse = ClusterListResult;
|
|
199
|
+
|
|
200
|
+
// @public
|
|
201
|
+
export interface ClustersListOptionalParams extends coreClient.OperationOptions {
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
// @public
|
|
205
|
+
export type ClustersListResponse = ClusterListResult;
|
|
206
|
+
|
|
207
|
+
// @public
|
|
208
|
+
export interface ClustersPromoteReadReplicaHeaders {
|
|
209
|
+
// (undocumented)
|
|
210
|
+
azureAsyncOperation?: string;
|
|
211
|
+
// (undocumented)
|
|
212
|
+
location?: string;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
// @public
|
|
216
|
+
export interface ClustersPromoteReadReplicaOptionalParams extends coreClient.OperationOptions {
|
|
217
|
+
resumeFrom?: string;
|
|
218
|
+
updateIntervalInMs?: number;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
// @public
|
|
222
|
+
export type ClustersPromoteReadReplicaResponse = ClustersPromoteReadReplicaHeaders;
|
|
223
|
+
|
|
224
|
+
// @public
|
|
225
|
+
export interface ClustersRestartHeaders {
|
|
226
|
+
// (undocumented)
|
|
227
|
+
azureAsyncOperation?: string;
|
|
228
|
+
// (undocumented)
|
|
229
|
+
location?: string;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
// @public
|
|
233
|
+
export interface ClustersRestartOptionalParams extends coreClient.OperationOptions {
|
|
234
|
+
resumeFrom?: string;
|
|
235
|
+
updateIntervalInMs?: number;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
// @public
|
|
239
|
+
export type ClustersRestartResponse = ClustersRestartHeaders;
|
|
240
|
+
|
|
241
|
+
// @public
|
|
242
|
+
export interface ClustersStartHeaders {
|
|
243
|
+
// (undocumented)
|
|
244
|
+
azureAsyncOperation?: string;
|
|
245
|
+
// (undocumented)
|
|
246
|
+
location?: string;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
// @public
|
|
250
|
+
export interface ClustersStartOptionalParams extends coreClient.OperationOptions {
|
|
251
|
+
resumeFrom?: string;
|
|
252
|
+
updateIntervalInMs?: number;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
// @public
|
|
256
|
+
export interface ClustersStopHeaders {
|
|
257
|
+
// (undocumented)
|
|
258
|
+
azureAsyncOperation?: string;
|
|
259
|
+
// (undocumented)
|
|
260
|
+
location?: string;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
// @public
|
|
264
|
+
export interface ClustersStopOptionalParams extends coreClient.OperationOptions {
|
|
265
|
+
resumeFrom?: string;
|
|
266
|
+
updateIntervalInMs?: number;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
// @public
|
|
270
|
+
export interface ClustersUpdateHeaders {
|
|
271
|
+
// (undocumented)
|
|
272
|
+
azureAsyncOperation?: string;
|
|
273
|
+
// (undocumented)
|
|
274
|
+
location?: string;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
// @public
|
|
278
|
+
export interface ClustersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
279
|
+
resumeFrom?: string;
|
|
280
|
+
updateIntervalInMs?: number;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
// @public
|
|
284
|
+
export type ClustersUpdateResponse = Cluster;
|
|
285
|
+
|
|
286
|
+
// @public
|
|
287
|
+
export interface Configuration extends ProxyResource {
|
|
288
|
+
readonly allowedValues?: string;
|
|
289
|
+
readonly dataType?: ConfigurationDataType;
|
|
290
|
+
readonly description?: string;
|
|
291
|
+
readonly provisioningState?: ProvisioningState;
|
|
292
|
+
requiresRestart?: boolean;
|
|
293
|
+
serverRoleGroupConfigurations?: ServerRoleGroupConfiguration[];
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
// @public
|
|
297
|
+
export type ConfigurationDataType = string;
|
|
298
|
+
|
|
299
|
+
// @public
|
|
300
|
+
export interface Configurations {
|
|
301
|
+
beginUpdateOnCoordinator(resourceGroupName: string, clusterName: string, configurationName: string, parameters: ServerConfiguration, options?: ConfigurationsUpdateOnCoordinatorOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsUpdateOnCoordinatorResponse>, ConfigurationsUpdateOnCoordinatorResponse>>;
|
|
302
|
+
beginUpdateOnCoordinatorAndWait(resourceGroupName: string, clusterName: string, configurationName: string, parameters: ServerConfiguration, options?: ConfigurationsUpdateOnCoordinatorOptionalParams): Promise<ConfigurationsUpdateOnCoordinatorResponse>;
|
|
303
|
+
beginUpdateOnNode(resourceGroupName: string, clusterName: string, configurationName: string, parameters: ServerConfiguration, options?: ConfigurationsUpdateOnNodeOptionalParams): Promise<SimplePollerLike<OperationState<ConfigurationsUpdateOnNodeResponse>, ConfigurationsUpdateOnNodeResponse>>;
|
|
304
|
+
beginUpdateOnNodeAndWait(resourceGroupName: string, clusterName: string, configurationName: string, parameters: ServerConfiguration, options?: ConfigurationsUpdateOnNodeOptionalParams): Promise<ConfigurationsUpdateOnNodeResponse>;
|
|
305
|
+
get(resourceGroupName: string, clusterName: string, configurationName: string, options?: ConfigurationsGetOptionalParams): Promise<ConfigurationsGetResponse>;
|
|
306
|
+
getCoordinator(resourceGroupName: string, clusterName: string, configurationName: string, options?: ConfigurationsGetCoordinatorOptionalParams): Promise<ConfigurationsGetCoordinatorResponse>;
|
|
307
|
+
getNode(resourceGroupName: string, clusterName: string, configurationName: string, options?: ConfigurationsGetNodeOptionalParams): Promise<ConfigurationsGetNodeResponse>;
|
|
308
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: ConfigurationsListByClusterOptionalParams): PagedAsyncIterableIterator<Configuration>;
|
|
309
|
+
listByServer(resourceGroupName: string, clusterName: string, serverName: string, options?: ConfigurationsListByServerOptionalParams): PagedAsyncIterableIterator<ServerConfiguration>;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
// @public
|
|
313
|
+
export interface ConfigurationsGetCoordinatorOptionalParams extends coreClient.OperationOptions {
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
// @public
|
|
317
|
+
export type ConfigurationsGetCoordinatorResponse = ServerConfiguration;
|
|
318
|
+
|
|
319
|
+
// @public
|
|
320
|
+
export interface ConfigurationsGetNodeOptionalParams extends coreClient.OperationOptions {
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
// @public
|
|
324
|
+
export type ConfigurationsGetNodeResponse = ServerConfiguration;
|
|
325
|
+
|
|
326
|
+
// @public
|
|
327
|
+
export interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
// @public
|
|
331
|
+
export type ConfigurationsGetResponse = Configuration;
|
|
332
|
+
|
|
333
|
+
// @public
|
|
334
|
+
export interface ConfigurationsListByClusterNextOptionalParams extends coreClient.OperationOptions {
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
// @public
|
|
338
|
+
export type ConfigurationsListByClusterNextResponse = ClusterConfigurationListResult;
|
|
339
|
+
|
|
340
|
+
// @public
|
|
341
|
+
export interface ConfigurationsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
// @public
|
|
345
|
+
export type ConfigurationsListByClusterResponse = ClusterConfigurationListResult;
|
|
346
|
+
|
|
347
|
+
// @public
|
|
348
|
+
export interface ConfigurationsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
// @public
|
|
352
|
+
export type ConfigurationsListByServerNextResponse = ServerConfigurationListResult;
|
|
353
|
+
|
|
354
|
+
// @public
|
|
355
|
+
export interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export type ConfigurationsListByServerResponse = ServerConfigurationListResult;
|
|
360
|
+
|
|
361
|
+
// @public
|
|
362
|
+
export interface ConfigurationsUpdateOnCoordinatorHeaders {
|
|
363
|
+
// (undocumented)
|
|
364
|
+
azureAsyncOperation?: string;
|
|
365
|
+
// (undocumented)
|
|
366
|
+
location?: string;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
// @public
|
|
370
|
+
export interface ConfigurationsUpdateOnCoordinatorOptionalParams extends coreClient.OperationOptions {
|
|
371
|
+
resumeFrom?: string;
|
|
372
|
+
updateIntervalInMs?: number;
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
// @public
|
|
376
|
+
export type ConfigurationsUpdateOnCoordinatorResponse = ServerConfiguration;
|
|
377
|
+
|
|
378
|
+
// @public
|
|
379
|
+
export interface ConfigurationsUpdateOnNodeHeaders {
|
|
380
|
+
// (undocumented)
|
|
381
|
+
azureAsyncOperation?: string;
|
|
382
|
+
// (undocumented)
|
|
383
|
+
location?: string;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
// @public
|
|
387
|
+
export interface ConfigurationsUpdateOnNodeOptionalParams extends coreClient.OperationOptions {
|
|
388
|
+
resumeFrom?: string;
|
|
389
|
+
updateIntervalInMs?: number;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
// @public
|
|
393
|
+
export type ConfigurationsUpdateOnNodeResponse = ServerConfiguration;
|
|
394
|
+
|
|
395
|
+
// @public (undocumented)
|
|
396
|
+
export class CosmosDBForPostgreSQL extends coreClient.ServiceClient {
|
|
397
|
+
// (undocumented)
|
|
398
|
+
$host: string;
|
|
399
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: CosmosDBForPostgreSQLOptionalParams);
|
|
400
|
+
// (undocumented)
|
|
401
|
+
apiVersion: string;
|
|
402
|
+
// (undocumented)
|
|
403
|
+
clusters: Clusters;
|
|
404
|
+
// (undocumented)
|
|
405
|
+
configurations: Configurations;
|
|
406
|
+
// (undocumented)
|
|
407
|
+
firewallRules: FirewallRules;
|
|
408
|
+
// (undocumented)
|
|
409
|
+
operations: Operations;
|
|
410
|
+
// (undocumented)
|
|
411
|
+
privateEndpointConnections: PrivateEndpointConnections;
|
|
412
|
+
// (undocumented)
|
|
413
|
+
privateLinkResources: PrivateLinkResources;
|
|
414
|
+
// (undocumented)
|
|
415
|
+
roles: Roles;
|
|
416
|
+
// (undocumented)
|
|
417
|
+
servers: Servers;
|
|
418
|
+
// (undocumented)
|
|
419
|
+
subscriptionId: string;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
// @public
|
|
423
|
+
export interface CosmosDBForPostgreSQLOptionalParams extends coreClient.ServiceClientOptions {
|
|
424
|
+
$host?: string;
|
|
425
|
+
apiVersion?: string;
|
|
426
|
+
endpoint?: string;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
// @public
|
|
430
|
+
export type CreatedByType = string;
|
|
431
|
+
|
|
432
|
+
// @public
|
|
433
|
+
export interface ErrorAdditionalInfo {
|
|
434
|
+
readonly info?: Record<string, unknown>;
|
|
435
|
+
readonly type?: string;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
// @public
|
|
439
|
+
export interface ErrorDetail {
|
|
440
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
441
|
+
readonly code?: string;
|
|
442
|
+
readonly details?: ErrorDetail[];
|
|
443
|
+
readonly message?: string;
|
|
444
|
+
readonly target?: string;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
// @public
|
|
448
|
+
export interface ErrorResponse {
|
|
449
|
+
error?: ErrorDetail;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
// @public
|
|
453
|
+
export interface FirewallRule extends ProxyResource {
|
|
454
|
+
endIpAddress: string;
|
|
455
|
+
readonly provisioningState?: ProvisioningState;
|
|
456
|
+
startIpAddress: string;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// @public
|
|
460
|
+
export interface FirewallRuleListResult {
|
|
461
|
+
value?: FirewallRule[];
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
// @public
|
|
465
|
+
export interface FirewallRules {
|
|
466
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FirewallRulesCreateOrUpdateResponse>, FirewallRulesCreateOrUpdateResponse>>;
|
|
467
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, firewallRuleName: string, parameters: FirewallRule, options?: FirewallRulesCreateOrUpdateOptionalParams): Promise<FirewallRulesCreateOrUpdateResponse>;
|
|
468
|
+
beginDelete(resourceGroupName: string, clusterName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<FirewallRulesDeleteResponse>, FirewallRulesDeleteResponse>>;
|
|
469
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, firewallRuleName: string, options?: FirewallRulesDeleteOptionalParams): Promise<FirewallRulesDeleteResponse>;
|
|
470
|
+
get(resourceGroupName: string, clusterName: string, firewallRuleName: string, options?: FirewallRulesGetOptionalParams): Promise<FirewallRulesGetResponse>;
|
|
471
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: FirewallRulesListByClusterOptionalParams): PagedAsyncIterableIterator<FirewallRule>;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
// @public
|
|
475
|
+
export interface FirewallRulesCreateOrUpdateHeaders {
|
|
476
|
+
// (undocumented)
|
|
477
|
+
azureAsyncOperation?: string;
|
|
478
|
+
// (undocumented)
|
|
479
|
+
location?: string;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
// @public
|
|
483
|
+
export interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
484
|
+
resumeFrom?: string;
|
|
485
|
+
updateIntervalInMs?: number;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
// @public
|
|
489
|
+
export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
|
|
490
|
+
|
|
491
|
+
// @public
|
|
492
|
+
export interface FirewallRulesDeleteHeaders {
|
|
493
|
+
// (undocumented)
|
|
494
|
+
azureAsyncOperation?: string;
|
|
495
|
+
// (undocumented)
|
|
496
|
+
location?: string;
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
// @public
|
|
500
|
+
export interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
501
|
+
resumeFrom?: string;
|
|
502
|
+
updateIntervalInMs?: number;
|
|
503
|
+
}
|
|
504
|
+
|
|
505
|
+
// @public
|
|
506
|
+
export type FirewallRulesDeleteResponse = FirewallRulesDeleteHeaders;
|
|
507
|
+
|
|
508
|
+
// @public
|
|
509
|
+
export interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
// @public
|
|
513
|
+
export type FirewallRulesGetResponse = FirewallRule;
|
|
514
|
+
|
|
515
|
+
// @public
|
|
516
|
+
export interface FirewallRulesListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
// @public
|
|
520
|
+
export type FirewallRulesListByClusterResponse = FirewallRuleListResult;
|
|
521
|
+
|
|
522
|
+
// @public
|
|
523
|
+
export function getContinuationToken(page: unknown): string | undefined;
|
|
524
|
+
|
|
525
|
+
// @public
|
|
526
|
+
export enum KnownConfigurationDataType {
|
|
527
|
+
Boolean = "Boolean",
|
|
528
|
+
Enumeration = "Enumeration",
|
|
529
|
+
Integer = "Integer",
|
|
530
|
+
Numeric = "Numeric"
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
// @public
|
|
534
|
+
export enum KnownCreatedByType {
|
|
535
|
+
Application = "Application",
|
|
536
|
+
Key = "Key",
|
|
537
|
+
ManagedIdentity = "ManagedIdentity",
|
|
538
|
+
User = "User"
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
// @public
|
|
542
|
+
export enum KnownOperationOrigin {
|
|
543
|
+
NotSpecified = "NotSpecified",
|
|
544
|
+
System = "system",
|
|
545
|
+
User = "user"
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
// @public
|
|
549
|
+
export enum KnownPrivateEndpointConnectionProvisioningState {
|
|
550
|
+
Creating = "Creating",
|
|
551
|
+
Deleting = "Deleting",
|
|
552
|
+
Failed = "Failed",
|
|
553
|
+
Succeeded = "Succeeded"
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
// @public
|
|
557
|
+
export enum KnownPrivateEndpointServiceConnectionStatus {
|
|
558
|
+
Approved = "Approved",
|
|
559
|
+
Pending = "Pending",
|
|
560
|
+
Rejected = "Rejected"
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
// @public
|
|
564
|
+
export enum KnownProvisioningState {
|
|
565
|
+
Canceled = "Canceled",
|
|
566
|
+
Failed = "Failed",
|
|
567
|
+
InProgress = "InProgress",
|
|
568
|
+
Succeeded = "Succeeded"
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
// @public
|
|
572
|
+
export enum KnownServerRole {
|
|
573
|
+
Coordinator = "Coordinator",
|
|
574
|
+
Worker = "Worker"
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
// @public
|
|
578
|
+
export interface MaintenanceWindow {
|
|
579
|
+
customWindow?: string;
|
|
580
|
+
dayOfWeek?: number;
|
|
581
|
+
startHour?: number;
|
|
582
|
+
startMinute?: number;
|
|
583
|
+
}
|
|
584
|
+
|
|
585
|
+
// @public
|
|
586
|
+
export interface NameAvailability {
|
|
587
|
+
message?: string;
|
|
588
|
+
name?: string;
|
|
589
|
+
nameAvailable?: boolean;
|
|
590
|
+
type?: string;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
|
+
// @public
|
|
594
|
+
export interface NameAvailabilityRequest {
|
|
595
|
+
name: string;
|
|
596
|
+
type: "Microsoft.DBforPostgreSQL/serverGroupsv2";
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
// @public
|
|
600
|
+
export interface Operation {
|
|
601
|
+
readonly display?: OperationDisplay;
|
|
602
|
+
isDataAction?: boolean;
|
|
603
|
+
readonly name?: string;
|
|
604
|
+
readonly origin?: OperationOrigin;
|
|
605
|
+
readonly properties?: {
|
|
606
|
+
[propertyName: string]: Record<string, unknown>;
|
|
607
|
+
};
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
// @public
|
|
611
|
+
export interface OperationDisplay {
|
|
612
|
+
readonly description?: string;
|
|
613
|
+
readonly operation?: string;
|
|
614
|
+
readonly provider?: string;
|
|
615
|
+
readonly resource?: string;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
// @public
|
|
619
|
+
export interface OperationListResult {
|
|
620
|
+
readonly nextLink?: string;
|
|
621
|
+
value?: Operation[];
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
// @public
|
|
625
|
+
export type OperationOrigin = string;
|
|
626
|
+
|
|
627
|
+
// @public
|
|
628
|
+
export interface Operations {
|
|
629
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
// @public
|
|
633
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
// @public
|
|
637
|
+
export type OperationsListResponse = OperationListResult;
|
|
638
|
+
|
|
639
|
+
// @public
|
|
640
|
+
export interface PrivateEndpoint {
|
|
641
|
+
readonly id?: string;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
// @public
|
|
645
|
+
export interface PrivateEndpointConnection extends Resource {
|
|
646
|
+
readonly groupIds?: string[];
|
|
647
|
+
privateEndpoint?: PrivateEndpoint;
|
|
648
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
649
|
+
readonly provisioningState?: PrivateEndpointConnectionProvisioningState;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
// @public
|
|
653
|
+
export interface PrivateEndpointConnectionListResult {
|
|
654
|
+
value?: PrivateEndpointConnection[];
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
// @public
|
|
658
|
+
export type PrivateEndpointConnectionProvisioningState = string;
|
|
659
|
+
|
|
660
|
+
// @public
|
|
661
|
+
export interface PrivateEndpointConnections {
|
|
662
|
+
beginCreateOrUpdate(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
|
|
663
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, parameters: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
|
|
664
|
+
beginDelete(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsDeleteResponse>, PrivateEndpointConnectionsDeleteResponse>>;
|
|
665
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PrivateEndpointConnectionsDeleteResponse>;
|
|
666
|
+
get(resourceGroupName: string, clusterName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
667
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateEndpointConnectionsListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
// @public
|
|
671
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
|
|
672
|
+
// (undocumented)
|
|
673
|
+
azureAsyncOperation?: string;
|
|
674
|
+
// (undocumented)
|
|
675
|
+
location?: string;
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
// @public
|
|
679
|
+
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
680
|
+
resumeFrom?: string;
|
|
681
|
+
updateIntervalInMs?: number;
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
// @public
|
|
685
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
686
|
+
|
|
687
|
+
// @public
|
|
688
|
+
export interface PrivateEndpointConnectionsDeleteHeaders {
|
|
689
|
+
// (undocumented)
|
|
690
|
+
azureAsyncOperation?: string;
|
|
691
|
+
// (undocumented)
|
|
692
|
+
location?: string;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
// @public
|
|
696
|
+
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
697
|
+
resumeFrom?: string;
|
|
698
|
+
updateIntervalInMs?: number;
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
// @public
|
|
702
|
+
export type PrivateEndpointConnectionsDeleteResponse = PrivateEndpointConnectionsDeleteHeaders;
|
|
703
|
+
|
|
704
|
+
// @public
|
|
705
|
+
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
// @public
|
|
709
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
710
|
+
|
|
711
|
+
// @public
|
|
712
|
+
export interface PrivateEndpointConnectionsListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
// @public
|
|
716
|
+
export type PrivateEndpointConnectionsListByClusterResponse = PrivateEndpointConnectionListResult;
|
|
717
|
+
|
|
718
|
+
// @public
|
|
719
|
+
export interface PrivateEndpointProperty {
|
|
720
|
+
id?: string;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
// @public
|
|
724
|
+
export type PrivateEndpointServiceConnectionStatus = string;
|
|
725
|
+
|
|
726
|
+
// @public
|
|
727
|
+
export interface PrivateLinkResource extends Resource {
|
|
728
|
+
readonly groupId?: string;
|
|
729
|
+
readonly requiredMembers?: string[];
|
|
730
|
+
requiredZoneNames?: string[];
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
// @public
|
|
734
|
+
export interface PrivateLinkResourceListResult {
|
|
735
|
+
value?: PrivateLinkResource[];
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
// @public
|
|
739
|
+
export interface PrivateLinkResources {
|
|
740
|
+
get(resourceGroupName: string, clusterName: string, privateLinkResourceName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourcesGetResponse>;
|
|
741
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: PrivateLinkResourcesListByClusterOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
// @public
|
|
745
|
+
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
// @public
|
|
749
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
750
|
+
|
|
751
|
+
// @public
|
|
752
|
+
export interface PrivateLinkResourcesListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
// @public
|
|
756
|
+
export type PrivateLinkResourcesListByClusterResponse = PrivateLinkResourceListResult;
|
|
757
|
+
|
|
758
|
+
// @public
|
|
759
|
+
export interface PrivateLinkServiceConnectionState {
|
|
760
|
+
actionsRequired?: string;
|
|
761
|
+
description?: string;
|
|
762
|
+
status?: PrivateEndpointServiceConnectionStatus;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
// @public
|
|
766
|
+
export type ProvisioningState = string;
|
|
767
|
+
|
|
768
|
+
// @public
|
|
769
|
+
export interface ProxyResource extends Resource {
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
// @public
|
|
773
|
+
export interface Resource {
|
|
774
|
+
readonly id?: string;
|
|
775
|
+
readonly name?: string;
|
|
776
|
+
readonly systemData?: SystemData;
|
|
777
|
+
readonly type?: string;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
// @public
|
|
781
|
+
export interface Role extends ProxyResource {
|
|
782
|
+
password: string;
|
|
783
|
+
readonly provisioningState?: ProvisioningState;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
// @public
|
|
787
|
+
export interface RoleListResult {
|
|
788
|
+
value?: Role[];
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
// @public
|
|
792
|
+
export interface Roles {
|
|
793
|
+
beginCreate(resourceGroupName: string, clusterName: string, roleName: string, parameters: Role, options?: RolesCreateOptionalParams): Promise<SimplePollerLike<OperationState<RolesCreateResponse>, RolesCreateResponse>>;
|
|
794
|
+
beginCreateAndWait(resourceGroupName: string, clusterName: string, roleName: string, parameters: Role, options?: RolesCreateOptionalParams): Promise<RolesCreateResponse>;
|
|
795
|
+
beginDelete(resourceGroupName: string, clusterName: string, roleName: string, options?: RolesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<RolesDeleteResponse>, RolesDeleteResponse>>;
|
|
796
|
+
beginDeleteAndWait(resourceGroupName: string, clusterName: string, roleName: string, options?: RolesDeleteOptionalParams): Promise<RolesDeleteResponse>;
|
|
797
|
+
get(resourceGroupName: string, clusterName: string, roleName: string, options?: RolesGetOptionalParams): Promise<RolesGetResponse>;
|
|
798
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: RolesListByClusterOptionalParams): PagedAsyncIterableIterator<Role>;
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
// @public
|
|
802
|
+
export interface RolesCreateHeaders {
|
|
803
|
+
// (undocumented)
|
|
804
|
+
azureAsyncOperation?: string;
|
|
805
|
+
// (undocumented)
|
|
806
|
+
location?: string;
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
// @public
|
|
810
|
+
export interface RolesCreateOptionalParams extends coreClient.OperationOptions {
|
|
811
|
+
resumeFrom?: string;
|
|
812
|
+
updateIntervalInMs?: number;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
// @public
|
|
816
|
+
export type RolesCreateResponse = Role;
|
|
817
|
+
|
|
818
|
+
// @public
|
|
819
|
+
export interface RolesDeleteHeaders {
|
|
820
|
+
// (undocumented)
|
|
821
|
+
azureAsyncOperation?: string;
|
|
822
|
+
// (undocumented)
|
|
823
|
+
location?: string;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
// @public
|
|
827
|
+
export interface RolesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
828
|
+
resumeFrom?: string;
|
|
829
|
+
updateIntervalInMs?: number;
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
// @public
|
|
833
|
+
export type RolesDeleteResponse = RolesDeleteHeaders;
|
|
834
|
+
|
|
835
|
+
// @public
|
|
836
|
+
export interface RolesGetOptionalParams extends coreClient.OperationOptions {
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
// @public
|
|
840
|
+
export type RolesGetResponse = Role;
|
|
841
|
+
|
|
842
|
+
// @public
|
|
843
|
+
export interface RolesListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
// @public
|
|
847
|
+
export type RolesListByClusterResponse = RoleListResult;
|
|
848
|
+
|
|
849
|
+
// @public
|
|
850
|
+
export interface ServerConfiguration extends ProxyResource {
|
|
851
|
+
readonly allowedValues?: string;
|
|
852
|
+
readonly dataType?: ConfigurationDataType;
|
|
853
|
+
readonly defaultValue?: string;
|
|
854
|
+
readonly description?: string;
|
|
855
|
+
readonly provisioningState?: ProvisioningState;
|
|
856
|
+
readonly requiresRestart?: boolean;
|
|
857
|
+
readonly source?: string;
|
|
858
|
+
value?: string;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
// @public
|
|
862
|
+
export interface ServerConfigurationListResult {
|
|
863
|
+
readonly nextLink?: string;
|
|
864
|
+
value?: ServerConfiguration[];
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
// @public
|
|
868
|
+
export interface ServerNameItem {
|
|
869
|
+
readonly fullyQualifiedDomainName?: string;
|
|
870
|
+
name?: string;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
// @public
|
|
874
|
+
export interface ServerProperties {
|
|
875
|
+
readonly administratorLogin?: string;
|
|
876
|
+
enableHa?: boolean;
|
|
877
|
+
readonly enablePublicIpAccess?: boolean;
|
|
878
|
+
readonly isReadOnly?: boolean;
|
|
879
|
+
serverEdition?: string;
|
|
880
|
+
storageQuotaInMb?: number;
|
|
881
|
+
vCores?: number;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
// @public
|
|
885
|
+
export type ServerRole = string;
|
|
886
|
+
|
|
887
|
+
// @public
|
|
888
|
+
export interface ServerRoleGroupConfiguration {
|
|
889
|
+
readonly defaultValue?: string;
|
|
890
|
+
role: ServerRole;
|
|
891
|
+
readonly source?: string;
|
|
892
|
+
value: string;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
// @public
|
|
896
|
+
export interface Servers {
|
|
897
|
+
get(resourceGroupName: string, clusterName: string, serverName: string, options?: ServersGetOptionalParams): Promise<ServersGetResponse>;
|
|
898
|
+
listByCluster(resourceGroupName: string, clusterName: string, options?: ServersListByClusterOptionalParams): PagedAsyncIterableIterator<ClusterServer>;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
// @public
|
|
902
|
+
export interface ServersGetOptionalParams extends coreClient.OperationOptions {
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
// @public
|
|
906
|
+
export type ServersGetResponse = ClusterServer;
|
|
907
|
+
|
|
908
|
+
// @public
|
|
909
|
+
export interface ServersListByClusterOptionalParams extends coreClient.OperationOptions {
|
|
910
|
+
}
|
|
911
|
+
|
|
912
|
+
// @public
|
|
913
|
+
export type ServersListByClusterResponse = ClusterServerListResult;
|
|
914
|
+
|
|
915
|
+
// @public
|
|
916
|
+
export interface SimplePrivateEndpointConnection extends ProxyResource {
|
|
917
|
+
groupIds?: string[];
|
|
918
|
+
privateEndpoint?: PrivateEndpointProperty;
|
|
919
|
+
privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
// @public
|
|
923
|
+
export interface SystemData {
|
|
924
|
+
createdAt?: Date;
|
|
925
|
+
createdBy?: string;
|
|
926
|
+
createdByType?: CreatedByType;
|
|
927
|
+
lastModifiedAt?: Date;
|
|
928
|
+
lastModifiedBy?: string;
|
|
929
|
+
lastModifiedByType?: CreatedByType;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
// @public
|
|
933
|
+
export interface TrackedResource extends Resource {
|
|
934
|
+
location: string;
|
|
935
|
+
tags?: {
|
|
936
|
+
[propertyName: string]: string;
|
|
937
|
+
};
|
|
938
|
+
}
|
|
939
|
+
|
|
940
|
+
// (No @packageDocumentation comment for this package)
|
|
941
|
+
|
|
942
|
+
```
|