@azure/arm-postgresql-flexible 8.0.0-beta.4 → 8.0.0-beta.6
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 +504 -0
- package/LICENSE +1 -1
- package/dist/index.js +1944 -1886
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/administratorsCreateSample.js +3 -3
- package/dist-esm/samples-dev/administratorsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/administratorsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/administratorsGetSample.js +1 -1
- package/dist-esm/samples-dev/administratorsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/administratorsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/backupsGetSample.js +1 -1
- package/dist-esm/samples-dev/backupsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/backupsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.js +3 -3
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +3 -3
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js.map +1 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.js +3 -3
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.js.map +1 -1
- package/dist-esm/samples-dev/configurationsGetSample.js +1 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/configurationsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/configurationsPutSample.js +2 -2
- package/dist-esm/samples-dev/configurationsPutSample.js.map +1 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.js +3 -3
- package/dist-esm/samples-dev/configurationsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesCreateSample.js +2 -2
- package/dist-esm/samples-dev/databasesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/databasesGetSample.js +1 -1
- package/dist-esm/samples-dev/databasesListByServerSample.js +2 -2
- package/dist-esm/samples-dev/databasesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +3 -3
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.js +1 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js +2 -2
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.js +3 -3
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.js.map +1 -1
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.js +3 -3
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.js.map +1 -1
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js +1 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.js +2 -2
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.js.map +1 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.js +2 -2
- package/dist-esm/samples-dev/logFilesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.js +1 -1
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/migrationsCreateSample.js +84 -17
- package/dist-esm/samples-dev/migrationsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/migrationsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/migrationsGetSample.js +5 -5
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.js +4 -4
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.js.map +1 -1
- package/dist-esm/samples-dev/migrationsUpdateSample.js +4 -4
- package/dist-esm/samples-dev/migrationsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js +4 -4
- package/dist-esm/samples-dev/privateEndpointConnectionUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesGetSample.js +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js +2 -2
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/quotaUsagesListSample.js +2 -2
- package/dist-esm/samples-dev/quotaUsagesListSample.js.map +1 -1
- package/dist-esm/samples-dev/replicasListByServerSample.js +2 -2
- package/dist-esm/samples-dev/replicasListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/serverCapabilitiesListSample.js +2 -2
- package/dist-esm/samples-dev/serverCapabilitiesListSample.js.map +1 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/serverThreatProtectionSettingsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsGetSample.js +1 -1
- package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/serverThreatProtectionSettingsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/serversCreateSample.js +28 -28
- package/dist-esm/samples-dev/serversCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/serversDeleteSample.js +1 -1
- package/dist-esm/samples-dev/serversGetSample.js +3 -3
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js +2 -2
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/serversListSample.js +2 -2
- package/dist-esm/samples-dev/serversListSample.js.map +1 -1
- package/dist-esm/samples-dev/serversRestartSample.js +4 -4
- package/dist-esm/samples-dev/serversRestartSample.js.map +1 -1
- package/dist-esm/samples-dev/serversStartSample.js +1 -1
- package/dist-esm/samples-dev/serversStopSample.js +1 -1
- package/dist-esm/samples-dev/serversUpdateSample.js +23 -23
- package/dist-esm/samples-dev/serversUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualEndpointsCreateSample.js +3 -3
- package/dist-esm/samples-dev/virtualEndpointsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualEndpointsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/virtualEndpointsGetSample.js +1 -1
- package/dist-esm/samples-dev/virtualEndpointsListByServerSample.js +2 -2
- package/dist-esm/samples-dev/virtualEndpointsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualEndpointsUpdateSample.js +3 -3
- package/dist-esm/samples-dev/virtualEndpointsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.js +3 -3
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.js.map +1 -1
- package/dist-esm/src/lroImpl.js +1 -1
- package/dist-esm/src/models/index.d.ts +50 -3
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +22 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +1 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1259 -1227
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.js +108 -108
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/administrators.d.ts.map +1 -1
- package/dist-esm/src/operations/administrators.js +37 -37
- package/dist-esm/src/operations/administrators.js.map +1 -1
- package/dist-esm/src/operations/backups.js +16 -16
- package/dist-esm/src/operations/backups.js.map +1 -1
- package/dist-esm/src/operations/checkNameAvailability.js +4 -4
- package/dist-esm/src/operations/checkNameAvailability.js.map +1 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.d.ts.map +1 -1
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.js +5 -5
- package/dist-esm/src/operations/checkNameAvailabilityWithLocation.js.map +1 -1
- package/dist-esm/src/operations/configurations.d.ts.map +1 -1
- package/dist-esm/src/operations/configurations.js +43 -43
- package/dist-esm/src/operations/configurations.js.map +1 -1
- package/dist-esm/src/operations/databases.d.ts.map +1 -1
- package/dist-esm/src/operations/databases.js +38 -38
- package/dist-esm/src/operations/databases.js.map +1 -1
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -1
- package/dist-esm/src/operations/firewallRules.js +38 -38
- package/dist-esm/src/operations/firewallRules.js.map +1 -1
- package/dist-esm/src/operations/flexibleServer.d.ts.map +1 -1
- package/dist-esm/src/operations/flexibleServer.js +18 -18
- package/dist-esm/src/operations/flexibleServer.js.map +1 -1
- package/dist-esm/src/operations/getPrivateDnsZoneSuffix.js +4 -4
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +1 -1
- package/dist-esm/src/operations/locationBasedCapabilities.js +11 -11
- package/dist-esm/src/operations/locationBasedCapabilities.js.map +1 -1
- package/dist-esm/src/operations/logFiles.js +11 -11
- package/dist-esm/src/operations/logFiles.js.map +1 -1
- package/dist-esm/src/operations/ltrBackupOperations.js +16 -16
- package/dist-esm/src/operations/ltrBackupOperations.js.map +1 -1
- package/dist-esm/src/operations/migrations.js +36 -36
- package/dist-esm/src/operations/migrations.js.map +1 -1
- package/dist-esm/src/operations/operations.js +4 -4
- package/dist-esm/src/operations/privateEndpointConnectionOperations.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js +27 -27
- package/dist-esm/src/operations/privateEndpointConnectionOperations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +16 -16
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.js +16 -16
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/quotaUsages.js +11 -11
- package/dist-esm/src/operations/quotaUsages.js.map +1 -1
- package/dist-esm/src/operations/replicas.js +6 -6
- package/dist-esm/src/operations/replicas.js.map +1 -1
- package/dist-esm/src/operations/serverCapabilities.js +11 -11
- package/dist-esm/src/operations/serverCapabilities.js.map +1 -1
- package/dist-esm/src/operations/serverThreatProtectionSettings.d.ts.map +1 -1
- package/dist-esm/src/operations/serverThreatProtectionSettings.js +30 -30
- package/dist-esm/src/operations/serverThreatProtectionSettings.js.map +1 -1
- package/dist-esm/src/operations/servers.d.ts.map +1 -1
- package/dist-esm/src/operations/servers.js +83 -83
- package/dist-esm/src/operations/servers.js.map +1 -1
- package/dist-esm/src/operations/virtualEndpoints.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualEndpoints.js +55 -55
- package/dist-esm/src/operations/virtualEndpoints.js.map +1 -1
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.d.ts.map +1 -1
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js +5 -5
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist-esm/src/pagingHelper.js.map +1 -1
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.js +21 -18
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/dist-esm/test/postgresql_flexible_operations_test.spec.js +1 -1
- package/dist-esm/test/postgresql_flexible_operations_test.spec.js.map +1 -1
- package/package.json +7 -9
- package/review/arm-postgresql-flexible.api.md +25 -0
- package/src/lroImpl.ts +3 -3
- package/src/models/index.ts +145 -79
- package/src/models/mappers.ts +1354 -1313
- package/src/models/parameters.ts +110 -110
- package/src/operations/administrators.ts +75 -81
- package/src/operations/backups.ts +32 -34
- package/src/operations/checkNameAvailability.ts +8 -9
- package/src/operations/checkNameAvailabilityWithLocation.ts +11 -11
- package/src/operations/configurations.ts +81 -87
- package/src/operations/databases.ts +76 -82
- package/src/operations/firewallRules.ts +76 -82
- package/src/operations/flexibleServer.ts +33 -36
- package/src/operations/getPrivateDnsZoneSuffix.ts +6 -6
- package/src/operations/locationBasedCapabilities.ts +23 -23
- package/src/operations/logFiles.ts +24 -25
- package/src/operations/ltrBackupOperations.ts +32 -34
- package/src/operations/migrations.ts +62 -67
- package/src/operations/operations.ts +6 -6
- package/src/operations/privateEndpointConnectionOperations.ts +52 -55
- package/src/operations/privateEndpointConnections.ts +34 -35
- package/src/operations/privateLinkResources.ts +32 -34
- package/src/operations/quotaUsages.ts +20 -21
- package/src/operations/replicas.ts +16 -17
- package/src/operations/serverCapabilities.ts +23 -24
- package/src/operations/serverThreatProtectionSettings.ts +59 -62
- package/src/operations/servers.ts +170 -185
- package/src/operations/virtualEndpoints.ts +104 -112
- package/src/operations/virtualNetworkSubnetUsage.ts +11 -11
- package/src/operationsInterfaces/administrators.ts +7 -7
- package/src/operationsInterfaces/backups.ts +3 -3
- package/src/operationsInterfaces/checkNameAvailability.ts +2 -2
- package/src/operationsInterfaces/checkNameAvailabilityWithLocation.ts +2 -2
- package/src/operationsInterfaces/configurations.ts +7 -7
- package/src/operationsInterfaces/databases.ts +7 -7
- package/src/operationsInterfaces/firewallRules.ts +7 -7
- package/src/operationsInterfaces/flexibleServer.ts +4 -4
- package/src/operationsInterfaces/getPrivateDnsZoneSuffix.ts +2 -2
- package/src/operationsInterfaces/locationBasedCapabilities.ts +2 -2
- package/src/operationsInterfaces/logFiles.ts +1 -1
- package/src/operationsInterfaces/ltrBackupOperations.ts +3 -3
- package/src/operationsInterfaces/migrations.ts +6 -6
- package/src/operationsInterfaces/operations.ts +1 -1
- package/src/operationsInterfaces/privateEndpointConnectionOperations.ts +5 -5
- package/src/operationsInterfaces/privateEndpointConnections.ts +3 -3
- package/src/operationsInterfaces/privateLinkResources.ts +3 -3
- package/src/operationsInterfaces/quotaUsages.ts +1 -1
- package/src/operationsInterfaces/replicas.ts +1 -1
- package/src/operationsInterfaces/serverCapabilities.ts +2 -2
- package/src/operationsInterfaces/serverThreatProtectionSettings.ts +5 -5
- package/src/operationsInterfaces/servers.ts +15 -15
- package/src/operationsInterfaces/virtualEndpoints.ts +9 -9
- package/src/operationsInterfaces/virtualNetworkSubnetUsage.ts +2 -2
- package/src/pagingHelper.ts +1 -1
- package/src/postgreSQLManagementFlexibleServerClient.ts +36 -39
- package/types/arm-postgresql-flexible.d.ts +53 -3
- package/types/tsdoc-metadata.json +1 -1
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
AdministratorsCreateResponse,
|
|
17
17
|
AdministratorsDeleteOptionalParams,
|
|
18
18
|
AdministratorsGetOptionalParams,
|
|
19
|
-
AdministratorsGetResponse
|
|
19
|
+
AdministratorsGetResponse,
|
|
20
20
|
} from "../models";
|
|
21
21
|
|
|
22
22
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -31,7 +31,7 @@ export interface Administrators {
|
|
|
31
31
|
listByServer(
|
|
32
32
|
resourceGroupName: string,
|
|
33
33
|
serverName: string,
|
|
34
|
-
options?: AdministratorsListByServerOptionalParams
|
|
34
|
+
options?: AdministratorsListByServerOptionalParams,
|
|
35
35
|
): PagedAsyncIterableIterator<ActiveDirectoryAdministrator>;
|
|
36
36
|
/**
|
|
37
37
|
* Creates a new server.
|
|
@@ -46,7 +46,7 @@ export interface Administrators {
|
|
|
46
46
|
serverName: string,
|
|
47
47
|
objectId: string,
|
|
48
48
|
parameters: ActiveDirectoryAdministratorAdd,
|
|
49
|
-
options?: AdministratorsCreateOptionalParams
|
|
49
|
+
options?: AdministratorsCreateOptionalParams,
|
|
50
50
|
): Promise<
|
|
51
51
|
SimplePollerLike<
|
|
52
52
|
OperationState<AdministratorsCreateResponse>,
|
|
@@ -66,7 +66,7 @@ export interface Administrators {
|
|
|
66
66
|
serverName: string,
|
|
67
67
|
objectId: string,
|
|
68
68
|
parameters: ActiveDirectoryAdministratorAdd,
|
|
69
|
-
options?: AdministratorsCreateOptionalParams
|
|
69
|
+
options?: AdministratorsCreateOptionalParams,
|
|
70
70
|
): Promise<AdministratorsCreateResponse>;
|
|
71
71
|
/**
|
|
72
72
|
* Deletes an Active Directory Administrator associated with the server.
|
|
@@ -79,7 +79,7 @@ export interface Administrators {
|
|
|
79
79
|
resourceGroupName: string,
|
|
80
80
|
serverName: string,
|
|
81
81
|
objectId: string,
|
|
82
|
-
options?: AdministratorsDeleteOptionalParams
|
|
82
|
+
options?: AdministratorsDeleteOptionalParams,
|
|
83
83
|
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
84
84
|
/**
|
|
85
85
|
* Deletes an Active Directory Administrator associated with the server.
|
|
@@ -92,7 +92,7 @@ export interface Administrators {
|
|
|
92
92
|
resourceGroupName: string,
|
|
93
93
|
serverName: string,
|
|
94
94
|
objectId: string,
|
|
95
|
-
options?: AdministratorsDeleteOptionalParams
|
|
95
|
+
options?: AdministratorsDeleteOptionalParams,
|
|
96
96
|
): Promise<void>;
|
|
97
97
|
/**
|
|
98
98
|
* Gets information about a server.
|
|
@@ -105,6 +105,6 @@ export interface Administrators {
|
|
|
105
105
|
resourceGroupName: string,
|
|
106
106
|
serverName: string,
|
|
107
107
|
objectId: string,
|
|
108
|
-
options?: AdministratorsGetOptionalParams
|
|
108
|
+
options?: AdministratorsGetOptionalParams,
|
|
109
109
|
): Promise<AdministratorsGetResponse>;
|
|
110
110
|
}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServerBackup,
|
|
12
12
|
BackupsListByServerOptionalParams,
|
|
13
13
|
BackupsGetOptionalParams,
|
|
14
|
-
BackupsGetResponse
|
|
14
|
+
BackupsGetResponse,
|
|
15
15
|
} from "../models";
|
|
16
16
|
|
|
17
17
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -26,7 +26,7 @@ export interface Backups {
|
|
|
26
26
|
listByServer(
|
|
27
27
|
resourceGroupName: string,
|
|
28
28
|
serverName: string,
|
|
29
|
-
options?: BackupsListByServerOptionalParams
|
|
29
|
+
options?: BackupsListByServerOptionalParams,
|
|
30
30
|
): PagedAsyncIterableIterator<ServerBackup>;
|
|
31
31
|
/**
|
|
32
32
|
* Get specific backup for a given server.
|
|
@@ -39,6 +39,6 @@ export interface Backups {
|
|
|
39
39
|
resourceGroupName: string,
|
|
40
40
|
serverName: string,
|
|
41
41
|
backupName: string,
|
|
42
|
-
options?: BackupsGetOptionalParams
|
|
42
|
+
options?: BackupsGetOptionalParams,
|
|
43
43
|
): Promise<BackupsGetResponse>;
|
|
44
44
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import {
|
|
10
10
|
CheckNameAvailabilityRequest,
|
|
11
11
|
CheckNameAvailabilityExecuteOptionalParams,
|
|
12
|
-
CheckNameAvailabilityExecuteResponse
|
|
12
|
+
CheckNameAvailabilityExecuteResponse,
|
|
13
13
|
} from "../models";
|
|
14
14
|
|
|
15
15
|
/** Interface representing a CheckNameAvailability. */
|
|
@@ -21,6 +21,6 @@ export interface CheckNameAvailability {
|
|
|
21
21
|
*/
|
|
22
22
|
execute(
|
|
23
23
|
nameAvailabilityRequest: CheckNameAvailabilityRequest,
|
|
24
|
-
options?: CheckNameAvailabilityExecuteOptionalParams
|
|
24
|
+
options?: CheckNameAvailabilityExecuteOptionalParams,
|
|
25
25
|
): Promise<CheckNameAvailabilityExecuteResponse>;
|
|
26
26
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import {
|
|
10
10
|
CheckNameAvailabilityRequest,
|
|
11
11
|
CheckNameAvailabilityWithLocationExecuteOptionalParams,
|
|
12
|
-
CheckNameAvailabilityWithLocationExecuteResponse
|
|
12
|
+
CheckNameAvailabilityWithLocationExecuteResponse,
|
|
13
13
|
} from "../models";
|
|
14
14
|
|
|
15
15
|
/** Interface representing a CheckNameAvailabilityWithLocation. */
|
|
@@ -23,6 +23,6 @@ export interface CheckNameAvailabilityWithLocation {
|
|
|
23
23
|
execute(
|
|
24
24
|
locationName: string,
|
|
25
25
|
nameAvailabilityRequest: CheckNameAvailabilityRequest,
|
|
26
|
-
options?: CheckNameAvailabilityWithLocationExecuteOptionalParams
|
|
26
|
+
options?: CheckNameAvailabilityWithLocationExecuteOptionalParams,
|
|
27
27
|
): Promise<CheckNameAvailabilityWithLocationExecuteResponse>;
|
|
28
28
|
}
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
ConfigurationsUpdateOptionalParams,
|
|
18
18
|
ConfigurationsUpdateResponse,
|
|
19
19
|
ConfigurationsPutOptionalParams,
|
|
20
|
-
ConfigurationsPutResponse
|
|
20
|
+
ConfigurationsPutResponse,
|
|
21
21
|
} from "../models";
|
|
22
22
|
|
|
23
23
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -32,7 +32,7 @@ export interface Configurations {
|
|
|
32
32
|
listByServer(
|
|
33
33
|
resourceGroupName: string,
|
|
34
34
|
serverName: string,
|
|
35
|
-
options?: ConfigurationsListByServerOptionalParams
|
|
35
|
+
options?: ConfigurationsListByServerOptionalParams,
|
|
36
36
|
): PagedAsyncIterableIterator<Configuration>;
|
|
37
37
|
/**
|
|
38
38
|
* Gets information about a configuration of server.
|
|
@@ -45,7 +45,7 @@ export interface Configurations {
|
|
|
45
45
|
resourceGroupName: string,
|
|
46
46
|
serverName: string,
|
|
47
47
|
configurationName: string,
|
|
48
|
-
options?: ConfigurationsGetOptionalParams
|
|
48
|
+
options?: ConfigurationsGetOptionalParams,
|
|
49
49
|
): Promise<ConfigurationsGetResponse>;
|
|
50
50
|
/**
|
|
51
51
|
* Updates a configuration of a server.
|
|
@@ -60,7 +60,7 @@ export interface Configurations {
|
|
|
60
60
|
serverName: string,
|
|
61
61
|
configurationName: string,
|
|
62
62
|
parameters: ConfigurationForUpdate,
|
|
63
|
-
options?: ConfigurationsUpdateOptionalParams
|
|
63
|
+
options?: ConfigurationsUpdateOptionalParams,
|
|
64
64
|
): Promise<
|
|
65
65
|
SimplePollerLike<
|
|
66
66
|
OperationState<ConfigurationsUpdateResponse>,
|
|
@@ -80,7 +80,7 @@ export interface Configurations {
|
|
|
80
80
|
serverName: string,
|
|
81
81
|
configurationName: string,
|
|
82
82
|
parameters: ConfigurationForUpdate,
|
|
83
|
-
options?: ConfigurationsUpdateOptionalParams
|
|
83
|
+
options?: ConfigurationsUpdateOptionalParams,
|
|
84
84
|
): Promise<ConfigurationsUpdateResponse>;
|
|
85
85
|
/**
|
|
86
86
|
* Updates a configuration of a server.
|
|
@@ -95,7 +95,7 @@ export interface Configurations {
|
|
|
95
95
|
serverName: string,
|
|
96
96
|
configurationName: string,
|
|
97
97
|
parameters: Configuration,
|
|
98
|
-
options?: ConfigurationsPutOptionalParams
|
|
98
|
+
options?: ConfigurationsPutOptionalParams,
|
|
99
99
|
): Promise<
|
|
100
100
|
SimplePollerLike<
|
|
101
101
|
OperationState<ConfigurationsPutResponse>,
|
|
@@ -115,6 +115,6 @@ export interface Configurations {
|
|
|
115
115
|
serverName: string,
|
|
116
116
|
configurationName: string,
|
|
117
117
|
parameters: Configuration,
|
|
118
|
-
options?: ConfigurationsPutOptionalParams
|
|
118
|
+
options?: ConfigurationsPutOptionalParams,
|
|
119
119
|
): Promise<ConfigurationsPutResponse>;
|
|
120
120
|
}
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
DatabasesCreateResponse,
|
|
16
16
|
DatabasesDeleteOptionalParams,
|
|
17
17
|
DatabasesGetOptionalParams,
|
|
18
|
-
DatabasesGetResponse
|
|
18
|
+
DatabasesGetResponse,
|
|
19
19
|
} from "../models";
|
|
20
20
|
|
|
21
21
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -30,7 +30,7 @@ export interface Databases {
|
|
|
30
30
|
listByServer(
|
|
31
31
|
resourceGroupName: string,
|
|
32
32
|
serverName: string,
|
|
33
|
-
options?: DatabasesListByServerOptionalParams
|
|
33
|
+
options?: DatabasesListByServerOptionalParams,
|
|
34
34
|
): PagedAsyncIterableIterator<Database>;
|
|
35
35
|
/**
|
|
36
36
|
* Creates a new database or updates an existing database.
|
|
@@ -45,7 +45,7 @@ export interface Databases {
|
|
|
45
45
|
serverName: string,
|
|
46
46
|
databaseName: string,
|
|
47
47
|
parameters: Database,
|
|
48
|
-
options?: DatabasesCreateOptionalParams
|
|
48
|
+
options?: DatabasesCreateOptionalParams,
|
|
49
49
|
): Promise<
|
|
50
50
|
SimplePollerLike<
|
|
51
51
|
OperationState<DatabasesCreateResponse>,
|
|
@@ -65,7 +65,7 @@ export interface Databases {
|
|
|
65
65
|
serverName: string,
|
|
66
66
|
databaseName: string,
|
|
67
67
|
parameters: Database,
|
|
68
|
-
options?: DatabasesCreateOptionalParams
|
|
68
|
+
options?: DatabasesCreateOptionalParams,
|
|
69
69
|
): Promise<DatabasesCreateResponse>;
|
|
70
70
|
/**
|
|
71
71
|
* Deletes a database.
|
|
@@ -78,7 +78,7 @@ export interface Databases {
|
|
|
78
78
|
resourceGroupName: string,
|
|
79
79
|
serverName: string,
|
|
80
80
|
databaseName: string,
|
|
81
|
-
options?: DatabasesDeleteOptionalParams
|
|
81
|
+
options?: DatabasesDeleteOptionalParams,
|
|
82
82
|
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
83
83
|
/**
|
|
84
84
|
* Deletes a database.
|
|
@@ -91,7 +91,7 @@ export interface Databases {
|
|
|
91
91
|
resourceGroupName: string,
|
|
92
92
|
serverName: string,
|
|
93
93
|
databaseName: string,
|
|
94
|
-
options?: DatabasesDeleteOptionalParams
|
|
94
|
+
options?: DatabasesDeleteOptionalParams,
|
|
95
95
|
): Promise<void>;
|
|
96
96
|
/**
|
|
97
97
|
* Gets information about a database.
|
|
@@ -104,6 +104,6 @@ export interface Databases {
|
|
|
104
104
|
resourceGroupName: string,
|
|
105
105
|
serverName: string,
|
|
106
106
|
databaseName: string,
|
|
107
|
-
options?: DatabasesGetOptionalParams
|
|
107
|
+
options?: DatabasesGetOptionalParams,
|
|
108
108
|
): Promise<DatabasesGetResponse>;
|
|
109
109
|
}
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
FirewallRulesCreateOrUpdateResponse,
|
|
16
16
|
FirewallRulesDeleteOptionalParams,
|
|
17
17
|
FirewallRulesGetOptionalParams,
|
|
18
|
-
FirewallRulesGetResponse
|
|
18
|
+
FirewallRulesGetResponse,
|
|
19
19
|
} from "../models";
|
|
20
20
|
|
|
21
21
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -30,7 +30,7 @@ export interface FirewallRules {
|
|
|
30
30
|
listByServer(
|
|
31
31
|
resourceGroupName: string,
|
|
32
32
|
serverName: string,
|
|
33
|
-
options?: FirewallRulesListByServerOptionalParams
|
|
33
|
+
options?: FirewallRulesListByServerOptionalParams,
|
|
34
34
|
): PagedAsyncIterableIterator<FirewallRule>;
|
|
35
35
|
/**
|
|
36
36
|
* Creates a new firewall rule or updates an existing firewall rule.
|
|
@@ -45,7 +45,7 @@ export interface FirewallRules {
|
|
|
45
45
|
serverName: string,
|
|
46
46
|
firewallRuleName: string,
|
|
47
47
|
parameters: FirewallRule,
|
|
48
|
-
options?: FirewallRulesCreateOrUpdateOptionalParams
|
|
48
|
+
options?: FirewallRulesCreateOrUpdateOptionalParams,
|
|
49
49
|
): Promise<
|
|
50
50
|
SimplePollerLike<
|
|
51
51
|
OperationState<FirewallRulesCreateOrUpdateResponse>,
|
|
@@ -65,7 +65,7 @@ export interface FirewallRules {
|
|
|
65
65
|
serverName: string,
|
|
66
66
|
firewallRuleName: string,
|
|
67
67
|
parameters: FirewallRule,
|
|
68
|
-
options?: FirewallRulesCreateOrUpdateOptionalParams
|
|
68
|
+
options?: FirewallRulesCreateOrUpdateOptionalParams,
|
|
69
69
|
): Promise<FirewallRulesCreateOrUpdateResponse>;
|
|
70
70
|
/**
|
|
71
71
|
* Deletes a PostgreSQL server firewall rule.
|
|
@@ -78,7 +78,7 @@ export interface FirewallRules {
|
|
|
78
78
|
resourceGroupName: string,
|
|
79
79
|
serverName: string,
|
|
80
80
|
firewallRuleName: string,
|
|
81
|
-
options?: FirewallRulesDeleteOptionalParams
|
|
81
|
+
options?: FirewallRulesDeleteOptionalParams,
|
|
82
82
|
): Promise<SimplePollerLike<OperationState<void>, void>>;
|
|
83
83
|
/**
|
|
84
84
|
* Deletes a PostgreSQL server firewall rule.
|
|
@@ -91,7 +91,7 @@ export interface FirewallRules {
|
|
|
91
91
|
resourceGroupName: string,
|
|
92
92
|
serverName: string,
|
|
93
93
|
firewallRuleName: string,
|
|
94
|
-
options?: FirewallRulesDeleteOptionalParams
|
|
94
|
+
options?: FirewallRulesDeleteOptionalParams,
|
|
95
95
|
): Promise<void>;
|
|
96
96
|
/**
|
|
97
97
|
* List all the firewall rules in a given server.
|
|
@@ -104,6 +104,6 @@ export interface FirewallRules {
|
|
|
104
104
|
resourceGroupName: string,
|
|
105
105
|
serverName: string,
|
|
106
106
|
firewallRuleName: string,
|
|
107
|
-
options?: FirewallRulesGetOptionalParams
|
|
107
|
+
options?: FirewallRulesGetOptionalParams,
|
|
108
108
|
): Promise<FirewallRulesGetResponse>;
|
|
109
109
|
}
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
FlexibleServerTriggerLtrPreBackupResponse,
|
|
14
14
|
LtrBackupRequest,
|
|
15
15
|
FlexibleServerStartLtrBackupOptionalParams,
|
|
16
|
-
FlexibleServerStartLtrBackupResponse
|
|
16
|
+
FlexibleServerStartLtrBackupResponse,
|
|
17
17
|
} from "../models";
|
|
18
18
|
|
|
19
19
|
/** Interface representing a FlexibleServer. */
|
|
@@ -30,7 +30,7 @@ export interface FlexibleServer {
|
|
|
30
30
|
resourceGroupName: string,
|
|
31
31
|
serverName: string,
|
|
32
32
|
parameters: LtrPreBackupRequest,
|
|
33
|
-
options?: FlexibleServerTriggerLtrPreBackupOptionalParams
|
|
33
|
+
options?: FlexibleServerTriggerLtrPreBackupOptionalParams,
|
|
34
34
|
): Promise<FlexibleServerTriggerLtrPreBackupResponse>;
|
|
35
35
|
/**
|
|
36
36
|
* Start the Long Term Retention Backup operation
|
|
@@ -43,7 +43,7 @@ export interface FlexibleServer {
|
|
|
43
43
|
resourceGroupName: string,
|
|
44
44
|
serverName: string,
|
|
45
45
|
parameters: LtrBackupRequest,
|
|
46
|
-
options?: FlexibleServerStartLtrBackupOptionalParams
|
|
46
|
+
options?: FlexibleServerStartLtrBackupOptionalParams,
|
|
47
47
|
): Promise<
|
|
48
48
|
SimplePollerLike<
|
|
49
49
|
OperationState<FlexibleServerStartLtrBackupResponse>,
|
|
@@ -61,6 +61,6 @@ export interface FlexibleServer {
|
|
|
61
61
|
resourceGroupName: string,
|
|
62
62
|
serverName: string,
|
|
63
63
|
parameters: LtrBackupRequest,
|
|
64
|
-
options?: FlexibleServerStartLtrBackupOptionalParams
|
|
64
|
+
options?: FlexibleServerStartLtrBackupOptionalParams,
|
|
65
65
|
): Promise<FlexibleServerStartLtrBackupResponse>;
|
|
66
66
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
import {
|
|
10
10
|
GetPrivateDnsZoneSuffixExecuteOptionalParams,
|
|
11
|
-
GetPrivateDnsZoneSuffixExecuteResponse
|
|
11
|
+
GetPrivateDnsZoneSuffixExecuteResponse,
|
|
12
12
|
} from "../models";
|
|
13
13
|
|
|
14
14
|
/** Interface representing a GetPrivateDnsZoneSuffix. */
|
|
@@ -18,6 +18,6 @@ export interface GetPrivateDnsZoneSuffix {
|
|
|
18
18
|
* @param options The options parameters.
|
|
19
19
|
*/
|
|
20
20
|
execute(
|
|
21
|
-
options?: GetPrivateDnsZoneSuffixExecuteOptionalParams
|
|
21
|
+
options?: GetPrivateDnsZoneSuffixExecuteOptionalParams,
|
|
22
22
|
): Promise<GetPrivateDnsZoneSuffixExecuteResponse>;
|
|
23
23
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
10
|
import {
|
|
11
11
|
FlexibleServerCapability,
|
|
12
|
-
LocationBasedCapabilitiesExecuteOptionalParams
|
|
12
|
+
LocationBasedCapabilitiesExecuteOptionalParams,
|
|
13
13
|
} from "../models";
|
|
14
14
|
|
|
15
15
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -22,6 +22,6 @@ export interface LocationBasedCapabilities {
|
|
|
22
22
|
*/
|
|
23
23
|
listExecute(
|
|
24
24
|
locationName: string,
|
|
25
|
-
options?: LocationBasedCapabilitiesExecuteOptionalParams
|
|
25
|
+
options?: LocationBasedCapabilitiesExecuteOptionalParams,
|
|
26
26
|
): PagedAsyncIterableIterator<FlexibleServerCapability>;
|
|
27
27
|
}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
LtrServerBackupOperation,
|
|
12
12
|
LtrBackupOperationsListByServerOptionalParams,
|
|
13
13
|
LtrBackupOperationsGetOptionalParams,
|
|
14
|
-
LtrBackupOperationsGetResponse
|
|
14
|
+
LtrBackupOperationsGetResponse,
|
|
15
15
|
} from "../models";
|
|
16
16
|
|
|
17
17
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -26,7 +26,7 @@ export interface LtrBackupOperations {
|
|
|
26
26
|
listByServer(
|
|
27
27
|
resourceGroupName: string,
|
|
28
28
|
serverName: string,
|
|
29
|
-
options?: LtrBackupOperationsListByServerOptionalParams
|
|
29
|
+
options?: LtrBackupOperationsListByServerOptionalParams,
|
|
30
30
|
): PagedAsyncIterableIterator<LtrServerBackupOperation>;
|
|
31
31
|
/**
|
|
32
32
|
* Gets the result of the give long term retention backup operation for the flexible server.
|
|
@@ -39,6 +39,6 @@ export interface LtrBackupOperations {
|
|
|
39
39
|
resourceGroupName: string,
|
|
40
40
|
serverName: string,
|
|
41
41
|
backupName: string,
|
|
42
|
-
options?: LtrBackupOperationsGetOptionalParams
|
|
42
|
+
options?: LtrBackupOperationsGetOptionalParams,
|
|
43
43
|
): Promise<LtrBackupOperationsGetResponse>;
|
|
44
44
|
}
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
MigrationResourceForPatch,
|
|
18
18
|
MigrationsUpdateOptionalParams,
|
|
19
19
|
MigrationsUpdateResponse,
|
|
20
|
-
MigrationsDeleteOptionalParams
|
|
20
|
+
MigrationsDeleteOptionalParams,
|
|
21
21
|
} from "../models";
|
|
22
22
|
|
|
23
23
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -34,7 +34,7 @@ export interface Migrations {
|
|
|
34
34
|
subscriptionId: string,
|
|
35
35
|
resourceGroupName: string,
|
|
36
36
|
targetDbServerName: string,
|
|
37
|
-
options?: MigrationsListByTargetServerOptionalParams
|
|
37
|
+
options?: MigrationsListByTargetServerOptionalParams,
|
|
38
38
|
): PagedAsyncIterableIterator<MigrationResource>;
|
|
39
39
|
/**
|
|
40
40
|
* Creates a new migration.
|
|
@@ -51,7 +51,7 @@ export interface Migrations {
|
|
|
51
51
|
targetDbServerName: string,
|
|
52
52
|
migrationName: string,
|
|
53
53
|
parameters: MigrationResource,
|
|
54
|
-
options?: MigrationsCreateOptionalParams
|
|
54
|
+
options?: MigrationsCreateOptionalParams,
|
|
55
55
|
): Promise<MigrationsCreateResponse>;
|
|
56
56
|
/**
|
|
57
57
|
* Gets details of a migration.
|
|
@@ -66,7 +66,7 @@ export interface Migrations {
|
|
|
66
66
|
resourceGroupName: string,
|
|
67
67
|
targetDbServerName: string,
|
|
68
68
|
migrationName: string,
|
|
69
|
-
options?: MigrationsGetOptionalParams
|
|
69
|
+
options?: MigrationsGetOptionalParams,
|
|
70
70
|
): Promise<MigrationsGetResponse>;
|
|
71
71
|
/**
|
|
72
72
|
* Updates an existing migration. The request body can contain one to many of the mutable properties
|
|
@@ -84,7 +84,7 @@ export interface Migrations {
|
|
|
84
84
|
targetDbServerName: string,
|
|
85
85
|
migrationName: string,
|
|
86
86
|
parameters: MigrationResourceForPatch,
|
|
87
|
-
options?: MigrationsUpdateOptionalParams
|
|
87
|
+
options?: MigrationsUpdateOptionalParams,
|
|
88
88
|
): Promise<MigrationsUpdateResponse>;
|
|
89
89
|
/**
|
|
90
90
|
* Deletes a migration.
|
|
@@ -99,6 +99,6 @@ export interface Migrations {
|
|
|
99
99
|
resourceGroupName: string,
|
|
100
100
|
targetDbServerName: string,
|
|
101
101
|
migrationName: string,
|
|
102
|
-
options?: MigrationsDeleteOptionalParams
|
|
102
|
+
options?: MigrationsDeleteOptionalParams,
|
|
103
103
|
): Promise<void>;
|
|
104
104
|
}
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
PrivateEndpointConnectionUpdateOptionalParams,
|
|
13
13
|
PrivateEndpointConnectionUpdateResponse,
|
|
14
14
|
PrivateEndpointConnectionDeleteOptionalParams,
|
|
15
|
-
PrivateEndpointConnectionDeleteResponse
|
|
15
|
+
PrivateEndpointConnectionDeleteResponse,
|
|
16
16
|
} from "../models";
|
|
17
17
|
|
|
18
18
|
/** Interface representing a PrivateEndpointConnectionOperations. */
|
|
@@ -30,7 +30,7 @@ export interface PrivateEndpointConnectionOperations {
|
|
|
30
30
|
serverName: string,
|
|
31
31
|
privateEndpointConnectionName: string,
|
|
32
32
|
parameters: PrivateEndpointConnection,
|
|
33
|
-
options?: PrivateEndpointConnectionUpdateOptionalParams
|
|
33
|
+
options?: PrivateEndpointConnectionUpdateOptionalParams,
|
|
34
34
|
): Promise<
|
|
35
35
|
SimplePollerLike<
|
|
36
36
|
OperationState<PrivateEndpointConnectionUpdateResponse>,
|
|
@@ -50,7 +50,7 @@ export interface PrivateEndpointConnectionOperations {
|
|
|
50
50
|
serverName: string,
|
|
51
51
|
privateEndpointConnectionName: string,
|
|
52
52
|
parameters: PrivateEndpointConnection,
|
|
53
|
-
options?: PrivateEndpointConnectionUpdateOptionalParams
|
|
53
|
+
options?: PrivateEndpointConnectionUpdateOptionalParams,
|
|
54
54
|
): Promise<PrivateEndpointConnectionUpdateResponse>;
|
|
55
55
|
/**
|
|
56
56
|
* Deletes a private endpoint connection with a given name.
|
|
@@ -63,7 +63,7 @@ export interface PrivateEndpointConnectionOperations {
|
|
|
63
63
|
resourceGroupName: string,
|
|
64
64
|
serverName: string,
|
|
65
65
|
privateEndpointConnectionName: string,
|
|
66
|
-
options?: PrivateEndpointConnectionDeleteOptionalParams
|
|
66
|
+
options?: PrivateEndpointConnectionDeleteOptionalParams,
|
|
67
67
|
): Promise<
|
|
68
68
|
SimplePollerLike<
|
|
69
69
|
OperationState<PrivateEndpointConnectionDeleteResponse>,
|
|
@@ -81,6 +81,6 @@ export interface PrivateEndpointConnectionOperations {
|
|
|
81
81
|
resourceGroupName: string,
|
|
82
82
|
serverName: string,
|
|
83
83
|
privateEndpointConnectionName: string,
|
|
84
|
-
options?: PrivateEndpointConnectionDeleteOptionalParams
|
|
84
|
+
options?: PrivateEndpointConnectionDeleteOptionalParams,
|
|
85
85
|
): Promise<PrivateEndpointConnectionDeleteResponse>;
|
|
86
86
|
}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
PrivateEndpointConnection,
|
|
12
12
|
PrivateEndpointConnectionsListByServerOptionalParams,
|
|
13
13
|
PrivateEndpointConnectionsGetOptionalParams,
|
|
14
|
-
PrivateEndpointConnectionsGetResponse
|
|
14
|
+
PrivateEndpointConnectionsGetResponse,
|
|
15
15
|
} from "../models";
|
|
16
16
|
|
|
17
17
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -26,7 +26,7 @@ export interface PrivateEndpointConnections {
|
|
|
26
26
|
listByServer(
|
|
27
27
|
resourceGroupName: string,
|
|
28
28
|
serverName: string,
|
|
29
|
-
options?: PrivateEndpointConnectionsListByServerOptionalParams
|
|
29
|
+
options?: PrivateEndpointConnectionsListByServerOptionalParams,
|
|
30
30
|
): PagedAsyncIterableIterator<PrivateEndpointConnection>;
|
|
31
31
|
/**
|
|
32
32
|
* Gets a private endpoint connection.
|
|
@@ -39,6 +39,6 @@ export interface PrivateEndpointConnections {
|
|
|
39
39
|
resourceGroupName: string,
|
|
40
40
|
serverName: string,
|
|
41
41
|
privateEndpointConnectionName: string,
|
|
42
|
-
options?: PrivateEndpointConnectionsGetOptionalParams
|
|
42
|
+
options?: PrivateEndpointConnectionsGetOptionalParams,
|
|
43
43
|
): Promise<PrivateEndpointConnectionsGetResponse>;
|
|
44
44
|
}
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
PrivateLinkResource,
|
|
12
12
|
PrivateLinkResourcesListByServerOptionalParams,
|
|
13
13
|
PrivateLinkResourcesGetOptionalParams,
|
|
14
|
-
PrivateLinkResourcesGetResponse
|
|
14
|
+
PrivateLinkResourcesGetResponse,
|
|
15
15
|
} from "../models";
|
|
16
16
|
|
|
17
17
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -26,7 +26,7 @@ export interface PrivateLinkResources {
|
|
|
26
26
|
listByServer(
|
|
27
27
|
resourceGroupName: string,
|
|
28
28
|
serverName: string,
|
|
29
|
-
options?: PrivateLinkResourcesListByServerOptionalParams
|
|
29
|
+
options?: PrivateLinkResourcesListByServerOptionalParams,
|
|
30
30
|
): PagedAsyncIterableIterator<PrivateLinkResource>;
|
|
31
31
|
/**
|
|
32
32
|
* Gets a private link resource for PostgreSQL server.
|
|
@@ -39,6 +39,6 @@ export interface PrivateLinkResources {
|
|
|
39
39
|
resourceGroupName: string,
|
|
40
40
|
serverName: string,
|
|
41
41
|
groupName: string,
|
|
42
|
-
options?: PrivateLinkResourcesGetOptionalParams
|
|
42
|
+
options?: PrivateLinkResourcesGetOptionalParams,
|
|
43
43
|
): Promise<PrivateLinkResourcesGetResponse>;
|
|
44
44
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
10
10
|
import {
|
|
11
11
|
FlexibleServerCapability,
|
|
12
|
-
ServerCapabilitiesListOptionalParams
|
|
12
|
+
ServerCapabilitiesListOptionalParams,
|
|
13
13
|
} from "../models";
|
|
14
14
|
|
|
15
15
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -24,6 +24,6 @@ export interface ServerCapabilities {
|
|
|
24
24
|
list(
|
|
25
25
|
resourceGroupName: string,
|
|
26
26
|
serverName: string,
|
|
27
|
-
options?: ServerCapabilitiesListOptionalParams
|
|
27
|
+
options?: ServerCapabilitiesListOptionalParams,
|
|
28
28
|
): PagedAsyncIterableIterator<FlexibleServerCapability>;
|
|
29
29
|
}
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
ServerThreatProtectionSettingsGetOptionalParams,
|
|
16
16
|
ServerThreatProtectionSettingsGetResponse,
|
|
17
17
|
ServerThreatProtectionSettingsCreateOrUpdateOptionalParams,
|
|
18
|
-
ServerThreatProtectionSettingsCreateOrUpdateResponse
|
|
18
|
+
ServerThreatProtectionSettingsCreateOrUpdateResponse,
|
|
19
19
|
} from "../models";
|
|
20
20
|
|
|
21
21
|
/// <reference lib="esnext.asynciterable" />
|
|
@@ -30,7 +30,7 @@ export interface ServerThreatProtectionSettings {
|
|
|
30
30
|
listByServer(
|
|
31
31
|
resourceGroupName: string,
|
|
32
32
|
serverName: string,
|
|
33
|
-
options?: ServerThreatProtectionSettingsListByServerOptionalParams
|
|
33
|
+
options?: ServerThreatProtectionSettingsListByServerOptionalParams,
|
|
34
34
|
): PagedAsyncIterableIterator<ServerThreatProtectionSettingsModel>;
|
|
35
35
|
/**
|
|
36
36
|
* Get a server's Advanced Threat Protection settings.
|
|
@@ -43,7 +43,7 @@ export interface ServerThreatProtectionSettings {
|
|
|
43
43
|
resourceGroupName: string,
|
|
44
44
|
serverName: string,
|
|
45
45
|
threatProtectionName: ThreatProtectionName,
|
|
46
|
-
options?: ServerThreatProtectionSettingsGetOptionalParams
|
|
46
|
+
options?: ServerThreatProtectionSettingsGetOptionalParams,
|
|
47
47
|
): Promise<ServerThreatProtectionSettingsGetResponse>;
|
|
48
48
|
/**
|
|
49
49
|
* Creates or updates a server's Advanced Threat Protection settings.
|
|
@@ -58,7 +58,7 @@ export interface ServerThreatProtectionSettings {
|
|
|
58
58
|
serverName: string,
|
|
59
59
|
threatProtectionName: ThreatProtectionName,
|
|
60
60
|
parameters: ServerThreatProtectionSettingsModel,
|
|
61
|
-
options?: ServerThreatProtectionSettingsCreateOrUpdateOptionalParams
|
|
61
|
+
options?: ServerThreatProtectionSettingsCreateOrUpdateOptionalParams,
|
|
62
62
|
): Promise<
|
|
63
63
|
SimplePollerLike<
|
|
64
64
|
OperationState<ServerThreatProtectionSettingsCreateOrUpdateResponse>,
|
|
@@ -78,6 +78,6 @@ export interface ServerThreatProtectionSettings {
|
|
|
78
78
|
serverName: string,
|
|
79
79
|
threatProtectionName: ThreatProtectionName,
|
|
80
80
|
parameters: ServerThreatProtectionSettingsModel,
|
|
81
|
-
options?: ServerThreatProtectionSettingsCreateOrUpdateOptionalParams
|
|
81
|
+
options?: ServerThreatProtectionSettingsCreateOrUpdateOptionalParams,
|
|
82
82
|
): Promise<ServerThreatProtectionSettingsCreateOrUpdateResponse>;
|
|
83
83
|
}
|