@azure/arm-mysql 5.1.1-alpha.20230302.1 → 5.1.1-alpha.20230418.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/dist/index.js +252 -105
- 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/advisorsListByServerSample.js +12 -5
- package/dist-esm/samples-dev/advisorsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.js +12 -5
- package/dist-esm/samples-dev/configurationsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/databasesListByServerSample.js +12 -5
- package/dist-esm/samples-dev/databasesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js +12 -5
- package/dist-esm/samples-dev/firewallRulesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/locationBasedPerformanceTierListSample.js +12 -5
- package/dist-esm/samples-dev/locationBasedPerformanceTierListSample.js.map +1 -1
- package/dist-esm/samples-dev/locationBasedRecommendedActionSessionsResultListSample.js +12 -5
- package/dist-esm/samples-dev/locationBasedRecommendedActionSessionsResultListSample.js.map +1 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.js +12 -5
- package/dist-esm/samples-dev/logFilesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js +12 -5
- package/dist-esm/samples-dev/privateEndpointConnectionsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js +12 -5
- package/dist-esm/samples-dev/privateLinkResourcesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/queryTextsListByServerSample.js +12 -5
- package/dist-esm/samples-dev/queryTextsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/recommendedActionsListByServerSample.js +12 -5
- package/dist-esm/samples-dev/recommendedActionsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/replicasListByServerSample.js +12 -5
- package/dist-esm/samples-dev/replicasListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/serverAdministratorsListSample.js +12 -5
- package/dist-esm/samples-dev/serverAdministratorsListSample.js.map +1 -1
- package/dist-esm/samples-dev/serverBasedPerformanceTierListSample.js +12 -5
- package/dist-esm/samples-dev/serverBasedPerformanceTierListSample.js.map +1 -1
- package/dist-esm/samples-dev/serverKeysListSample.js +12 -5
- package/dist-esm/samples-dev/serverKeysListSample.js.map +1 -1
- package/dist-esm/samples-dev/serverSecurityAlertPoliciesListByServerSample.js +12 -5
- package/dist-esm/samples-dev/serverSecurityAlertPoliciesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js +12 -5
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/serversListSample.js +12 -5
- package/dist-esm/samples-dev/serversListSample.js.map +1 -1
- package/dist-esm/samples-dev/topQueryStatisticsListByServerSample.js +12 -5
- package/dist-esm/samples-dev/topQueryStatisticsListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworkRulesListByServerSample.js +12 -5
- package/dist-esm/samples-dev/virtualNetworkRulesListByServerSample.js.map +1 -1
- package/dist-esm/samples-dev/waitStatisticsListByServerSample.js +12 -5
- package/dist-esm/samples-dev/waitStatisticsListByServerSample.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +85 -85
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/operations/advisors.js +12 -5
- package/dist-esm/src/operations/advisors.js.map +1 -1
- package/dist-esm/src/operations/configurations.js +12 -5
- package/dist-esm/src/operations/configurations.js.map +1 -1
- package/dist-esm/src/operations/databases.js +12 -5
- package/dist-esm/src/operations/databases.js.map +1 -1
- package/dist-esm/src/operations/firewallRules.js +12 -5
- package/dist-esm/src/operations/firewallRules.js.map +1 -1
- package/dist-esm/src/operations/locationBasedPerformanceTier.js +12 -5
- package/dist-esm/src/operations/locationBasedPerformanceTier.js.map +1 -1
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js +12 -5
- package/dist-esm/src/operations/locationBasedRecommendedActionSessionsResult.js.map +1 -1
- package/dist-esm/src/operations/logFiles.js +12 -5
- package/dist-esm/src/operations/logFiles.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +12 -5
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/privateLinkResources.js +12 -5
- package/dist-esm/src/operations/privateLinkResources.js.map +1 -1
- package/dist-esm/src/operations/queryTexts.js +12 -5
- package/dist-esm/src/operations/queryTexts.js.map +1 -1
- package/dist-esm/src/operations/recommendedActions.js +12 -5
- package/dist-esm/src/operations/recommendedActions.js.map +1 -1
- package/dist-esm/src/operations/replicas.js +12 -5
- package/dist-esm/src/operations/replicas.js.map +1 -1
- package/dist-esm/src/operations/serverAdministrators.js +12 -5
- package/dist-esm/src/operations/serverAdministrators.js.map +1 -1
- package/dist-esm/src/operations/serverBasedPerformanceTier.js +12 -5
- package/dist-esm/src/operations/serverBasedPerformanceTier.js.map +1 -1
- package/dist-esm/src/operations/serverKeys.js +12 -5
- package/dist-esm/src/operations/serverKeys.js.map +1 -1
- package/dist-esm/src/operations/serverSecurityAlertPolicies.js +12 -5
- package/dist-esm/src/operations/serverSecurityAlertPolicies.js.map +1 -1
- package/dist-esm/src/operations/servers.js +24 -10
- package/dist-esm/src/operations/servers.js.map +1 -1
- package/dist-esm/src/operations/topQueryStatistics.js +12 -5
- package/dist-esm/src/operations/topQueryStatistics.js.map +1 -1
- package/dist-esm/src/operations/virtualNetworkRules.js +12 -5
- package/dist-esm/src/operations/virtualNetworkRules.js.map +1 -1
- package/dist-esm/src/operations/waitStatistics.js +12 -5
- package/dist-esm/src/operations/waitStatistics.js.map +1 -1
- package/package.json +3 -3
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as coreClient from "@azure/core-client";
|
|
2
|
-
export
|
|
2
|
+
export type ServerPropertiesForCreateUnion = ServerPropertiesForCreate | ServerPropertiesForDefaultCreate | ServerPropertiesForRestore | ServerPropertiesForGeoRestore | ServerPropertiesForReplica;
|
|
3
3
|
/** Represents a server to be created. */
|
|
4
4
|
export interface ServerForCreate {
|
|
5
5
|
/** The Azure Active Directory identity of the server. */
|
|
@@ -904,7 +904,7 @@ export declare enum KnownIdentityType {
|
|
|
904
904
|
* ### Known values supported by the service
|
|
905
905
|
* **SystemAssigned**
|
|
906
906
|
*/
|
|
907
|
-
export
|
|
907
|
+
export type IdentityType = string;
|
|
908
908
|
/** Known values of {@link SkuTier} that the service accepts. */
|
|
909
909
|
export declare enum KnownSkuTier {
|
|
910
910
|
/** Basic */
|
|
@@ -923,7 +923,7 @@ export declare enum KnownSkuTier {
|
|
|
923
923
|
* **GeneralPurpose** \
|
|
924
924
|
* **MemoryOptimized**
|
|
925
925
|
*/
|
|
926
|
-
export
|
|
926
|
+
export type SkuTier = string;
|
|
927
927
|
/** Known values of {@link ServerVersion} that the service accepts. */
|
|
928
928
|
export declare enum KnownServerVersion {
|
|
929
929
|
/** Five6 */
|
|
@@ -942,7 +942,7 @@ export declare enum KnownServerVersion {
|
|
|
942
942
|
* **5.7** \
|
|
943
943
|
* **8.0**
|
|
944
944
|
*/
|
|
945
|
-
export
|
|
945
|
+
export type ServerVersion = string;
|
|
946
946
|
/** Known values of {@link MinimalTlsVersionEnum} that the service accepts. */
|
|
947
947
|
export declare enum KnownMinimalTlsVersionEnum {
|
|
948
948
|
/** TLS10 */
|
|
@@ -964,7 +964,7 @@ export declare enum KnownMinimalTlsVersionEnum {
|
|
|
964
964
|
* **TLS1_2** \
|
|
965
965
|
* **TLSEnforcementDisabled**
|
|
966
966
|
*/
|
|
967
|
-
export
|
|
967
|
+
export type MinimalTlsVersionEnum = string;
|
|
968
968
|
/** Known values of {@link InfrastructureEncryption} that the service accepts. */
|
|
969
969
|
export declare enum KnownInfrastructureEncryption {
|
|
970
970
|
/** Default value for single layer of encryption for data at rest. */
|
|
@@ -980,7 +980,7 @@ export declare enum KnownInfrastructureEncryption {
|
|
|
980
980
|
* **Enabled**: Default value for single layer of encryption for data at rest. \
|
|
981
981
|
* **Disabled**: Additional (2nd) layer of encryption for data at rest
|
|
982
982
|
*/
|
|
983
|
-
export
|
|
983
|
+
export type InfrastructureEncryption = string;
|
|
984
984
|
/** Known values of {@link PublicNetworkAccessEnum} that the service accepts. */
|
|
985
985
|
export declare enum KnownPublicNetworkAccessEnum {
|
|
986
986
|
/** Enabled */
|
|
@@ -996,7 +996,7 @@ export declare enum KnownPublicNetworkAccessEnum {
|
|
|
996
996
|
* **Enabled** \
|
|
997
997
|
* **Disabled**
|
|
998
998
|
*/
|
|
999
|
-
export
|
|
999
|
+
export type PublicNetworkAccessEnum = string;
|
|
1000
1000
|
/** Known values of {@link GeoRedundantBackup} that the service accepts. */
|
|
1001
1001
|
export declare enum KnownGeoRedundantBackup {
|
|
1002
1002
|
/** Enabled */
|
|
@@ -1012,7 +1012,7 @@ export declare enum KnownGeoRedundantBackup {
|
|
|
1012
1012
|
* **Enabled** \
|
|
1013
1013
|
* **Disabled**
|
|
1014
1014
|
*/
|
|
1015
|
-
export
|
|
1015
|
+
export type GeoRedundantBackup = string;
|
|
1016
1016
|
/** Known values of {@link StorageAutogrow} that the service accepts. */
|
|
1017
1017
|
export declare enum KnownStorageAutogrow {
|
|
1018
1018
|
/** Enabled */
|
|
@@ -1028,7 +1028,7 @@ export declare enum KnownStorageAutogrow {
|
|
|
1028
1028
|
* **Enabled** \
|
|
1029
1029
|
* **Disabled**
|
|
1030
1030
|
*/
|
|
1031
|
-
export
|
|
1031
|
+
export type StorageAutogrow = string;
|
|
1032
1032
|
/** Known values of {@link CreateMode} that the service accepts. */
|
|
1033
1033
|
export declare enum KnownCreateMode {
|
|
1034
1034
|
/** Default */
|
|
@@ -1050,7 +1050,7 @@ export declare enum KnownCreateMode {
|
|
|
1050
1050
|
* **GeoRestore** \
|
|
1051
1051
|
* **Replica**
|
|
1052
1052
|
*/
|
|
1053
|
-
export
|
|
1053
|
+
export type CreateMode = string;
|
|
1054
1054
|
/** Known values of {@link ServerState} that the service accepts. */
|
|
1055
1055
|
export declare enum KnownServerState {
|
|
1056
1056
|
/** Ready */
|
|
@@ -1072,7 +1072,7 @@ export declare enum KnownServerState {
|
|
|
1072
1072
|
* **Disabled** \
|
|
1073
1073
|
* **Inaccessible**
|
|
1074
1074
|
*/
|
|
1075
|
-
export
|
|
1075
|
+
export type ServerState = string;
|
|
1076
1076
|
/** Known values of {@link PrivateLinkServiceConnectionStateStatus} that the service accepts. */
|
|
1077
1077
|
export declare enum KnownPrivateLinkServiceConnectionStateStatus {
|
|
1078
1078
|
/** Approved */
|
|
@@ -1094,7 +1094,7 @@ export declare enum KnownPrivateLinkServiceConnectionStateStatus {
|
|
|
1094
1094
|
* **Rejected** \
|
|
1095
1095
|
* **Disconnected**
|
|
1096
1096
|
*/
|
|
1097
|
-
export
|
|
1097
|
+
export type PrivateLinkServiceConnectionStateStatus = string;
|
|
1098
1098
|
/** Known values of {@link PrivateLinkServiceConnectionStateActionsRequire} that the service accepts. */
|
|
1099
1099
|
export declare enum KnownPrivateLinkServiceConnectionStateActionsRequire {
|
|
1100
1100
|
/** None */
|
|
@@ -1107,7 +1107,7 @@ export declare enum KnownPrivateLinkServiceConnectionStateActionsRequire {
|
|
|
1107
1107
|
* ### Known values supported by the service
|
|
1108
1108
|
* **None**
|
|
1109
1109
|
*/
|
|
1110
|
-
export
|
|
1110
|
+
export type PrivateLinkServiceConnectionStateActionsRequire = string;
|
|
1111
1111
|
/** Known values of {@link PrivateEndpointProvisioningState} that the service accepts. */
|
|
1112
1112
|
export declare enum KnownPrivateEndpointProvisioningState {
|
|
1113
1113
|
/** Approving */
|
|
@@ -1132,7 +1132,7 @@ export declare enum KnownPrivateEndpointProvisioningState {
|
|
|
1132
1132
|
* **Failed** \
|
|
1133
1133
|
* **Rejecting**
|
|
1134
1134
|
*/
|
|
1135
|
-
export
|
|
1135
|
+
export type PrivateEndpointProvisioningState = string;
|
|
1136
1136
|
/** Known values of {@link VirtualNetworkRuleState} that the service accepts. */
|
|
1137
1137
|
export declare enum KnownVirtualNetworkRuleState {
|
|
1138
1138
|
/** Initializing */
|
|
@@ -1157,7 +1157,7 @@ export declare enum KnownVirtualNetworkRuleState {
|
|
|
1157
1157
|
* **Deleting** \
|
|
1158
1158
|
* **Unknown**
|
|
1159
1159
|
*/
|
|
1160
|
-
export
|
|
1160
|
+
export type VirtualNetworkRuleState = string;
|
|
1161
1161
|
/** Known values of {@link OperationOrigin} that the service accepts. */
|
|
1162
1162
|
export declare enum KnownOperationOrigin {
|
|
1163
1163
|
/** NotSpecified */
|
|
@@ -1176,7 +1176,7 @@ export declare enum KnownOperationOrigin {
|
|
|
1176
1176
|
* **user** \
|
|
1177
1177
|
* **system**
|
|
1178
1178
|
*/
|
|
1179
|
-
export
|
|
1179
|
+
export type OperationOrigin = string;
|
|
1180
1180
|
/** Known values of {@link SecurityAlertPolicyName} that the service accepts. */
|
|
1181
1181
|
export declare enum KnownSecurityAlertPolicyName {
|
|
1182
1182
|
/** Default */
|
|
@@ -1189,7 +1189,7 @@ export declare enum KnownSecurityAlertPolicyName {
|
|
|
1189
1189
|
* ### Known values supported by the service
|
|
1190
1190
|
* **Default**
|
|
1191
1191
|
*/
|
|
1192
|
-
export
|
|
1192
|
+
export type SecurityAlertPolicyName = string;
|
|
1193
1193
|
/** Known values of {@link QueryPerformanceInsightResetDataResultState} that the service accepts. */
|
|
1194
1194
|
export declare enum KnownQueryPerformanceInsightResetDataResultState {
|
|
1195
1195
|
/** Succeeded */
|
|
@@ -1205,7 +1205,7 @@ export declare enum KnownQueryPerformanceInsightResetDataResultState {
|
|
|
1205
1205
|
* **Succeeded** \
|
|
1206
1206
|
* **Failed**
|
|
1207
1207
|
*/
|
|
1208
|
-
export
|
|
1208
|
+
export type QueryPerformanceInsightResetDataResultState = string;
|
|
1209
1209
|
/** Known values of {@link ServerKeyType} that the service accepts. */
|
|
1210
1210
|
export declare enum KnownServerKeyType {
|
|
1211
1211
|
/** AzureKeyVault */
|
|
@@ -1218,11 +1218,11 @@ export declare enum KnownServerKeyType {
|
|
|
1218
1218
|
* ### Known values supported by the service
|
|
1219
1219
|
* **AzureKeyVault**
|
|
1220
1220
|
*/
|
|
1221
|
-
export
|
|
1221
|
+
export type ServerKeyType = string;
|
|
1222
1222
|
/** Defines values for SslEnforcementEnum. */
|
|
1223
|
-
export
|
|
1223
|
+
export type SslEnforcementEnum = "Enabled" | "Disabled";
|
|
1224
1224
|
/** Defines values for ServerSecurityAlertPolicyState. */
|
|
1225
|
-
export
|
|
1225
|
+
export type ServerSecurityAlertPolicyState = "Enabled" | "Disabled";
|
|
1226
1226
|
/** Optional parameters. */
|
|
1227
1227
|
export interface ServersCreateOptionalParams extends coreClient.OperationOptions {
|
|
1228
1228
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1231,7 +1231,7 @@ export interface ServersCreateOptionalParams extends coreClient.OperationOptions
|
|
|
1231
1231
|
resumeFrom?: string;
|
|
1232
1232
|
}
|
|
1233
1233
|
/** Contains response data for the create operation. */
|
|
1234
|
-
export
|
|
1234
|
+
export type ServersCreateResponse = Server;
|
|
1235
1235
|
/** Optional parameters. */
|
|
1236
1236
|
export interface ServersUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1237
1237
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1240,7 +1240,7 @@ export interface ServersUpdateOptionalParams extends coreClient.OperationOptions
|
|
|
1240
1240
|
resumeFrom?: string;
|
|
1241
1241
|
}
|
|
1242
1242
|
/** Contains response data for the update operation. */
|
|
1243
|
-
export
|
|
1243
|
+
export type ServersUpdateResponse = Server;
|
|
1244
1244
|
/** Optional parameters. */
|
|
1245
1245
|
export interface ServersDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1246
1246
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1252,17 +1252,17 @@ export interface ServersDeleteOptionalParams extends coreClient.OperationOptions
|
|
|
1252
1252
|
export interface ServersGetOptionalParams extends coreClient.OperationOptions {
|
|
1253
1253
|
}
|
|
1254
1254
|
/** Contains response data for the get operation. */
|
|
1255
|
-
export
|
|
1255
|
+
export type ServersGetResponse = Server;
|
|
1256
1256
|
/** Optional parameters. */
|
|
1257
1257
|
export interface ServersListByResourceGroupOptionalParams extends coreClient.OperationOptions {
|
|
1258
1258
|
}
|
|
1259
1259
|
/** Contains response data for the listByResourceGroup operation. */
|
|
1260
|
-
export
|
|
1260
|
+
export type ServersListByResourceGroupResponse = ServerListResult;
|
|
1261
1261
|
/** Optional parameters. */
|
|
1262
1262
|
export interface ServersListOptionalParams extends coreClient.OperationOptions {
|
|
1263
1263
|
}
|
|
1264
1264
|
/** Contains response data for the list operation. */
|
|
1265
|
-
export
|
|
1265
|
+
export type ServersListResponse = ServerListResult;
|
|
1266
1266
|
/** Optional parameters. */
|
|
1267
1267
|
export interface ServersRestartOptionalParams extends coreClient.OperationOptions {
|
|
1268
1268
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1295,7 +1295,7 @@ export interface ServersUpgradeOptionalParams extends coreClient.OperationOption
|
|
|
1295
1295
|
export interface ReplicasListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1296
1296
|
}
|
|
1297
1297
|
/** Contains response data for the listByServer operation. */
|
|
1298
|
-
export
|
|
1298
|
+
export type ReplicasListByServerResponse = ServerListResult;
|
|
1299
1299
|
/** Optional parameters. */
|
|
1300
1300
|
export interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1301
1301
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1304,7 +1304,7 @@ export interface FirewallRulesCreateOrUpdateOptionalParams extends coreClient.Op
|
|
|
1304
1304
|
resumeFrom?: string;
|
|
1305
1305
|
}
|
|
1306
1306
|
/** Contains response data for the createOrUpdate operation. */
|
|
1307
|
-
export
|
|
1307
|
+
export type FirewallRulesCreateOrUpdateResponse = FirewallRule;
|
|
1308
1308
|
/** Optional parameters. */
|
|
1309
1309
|
export interface FirewallRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1310
1310
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1316,17 +1316,17 @@ export interface FirewallRulesDeleteOptionalParams extends coreClient.OperationO
|
|
|
1316
1316
|
export interface FirewallRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1317
1317
|
}
|
|
1318
1318
|
/** Contains response data for the get operation. */
|
|
1319
|
-
export
|
|
1319
|
+
export type FirewallRulesGetResponse = FirewallRule;
|
|
1320
1320
|
/** Optional parameters. */
|
|
1321
1321
|
export interface FirewallRulesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1322
1322
|
}
|
|
1323
1323
|
/** Contains response data for the listByServer operation. */
|
|
1324
|
-
export
|
|
1324
|
+
export type FirewallRulesListByServerResponse = FirewallRuleListResult;
|
|
1325
1325
|
/** Optional parameters. */
|
|
1326
1326
|
export interface VirtualNetworkRulesGetOptionalParams extends coreClient.OperationOptions {
|
|
1327
1327
|
}
|
|
1328
1328
|
/** Contains response data for the get operation. */
|
|
1329
|
-
export
|
|
1329
|
+
export type VirtualNetworkRulesGetResponse = VirtualNetworkRule;
|
|
1330
1330
|
/** Optional parameters. */
|
|
1331
1331
|
export interface VirtualNetworkRulesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1332
1332
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1335,7 +1335,7 @@ export interface VirtualNetworkRulesCreateOrUpdateOptionalParams extends coreCli
|
|
|
1335
1335
|
resumeFrom?: string;
|
|
1336
1336
|
}
|
|
1337
1337
|
/** Contains response data for the createOrUpdate operation. */
|
|
1338
|
-
export
|
|
1338
|
+
export type VirtualNetworkRulesCreateOrUpdateResponse = VirtualNetworkRule;
|
|
1339
1339
|
/** Optional parameters. */
|
|
1340
1340
|
export interface VirtualNetworkRulesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1341
1341
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1347,12 +1347,12 @@ export interface VirtualNetworkRulesDeleteOptionalParams extends coreClient.Oper
|
|
|
1347
1347
|
export interface VirtualNetworkRulesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1348
1348
|
}
|
|
1349
1349
|
/** Contains response data for the listByServer operation. */
|
|
1350
|
-
export
|
|
1350
|
+
export type VirtualNetworkRulesListByServerResponse = VirtualNetworkRuleListResult;
|
|
1351
1351
|
/** Optional parameters. */
|
|
1352
1352
|
export interface VirtualNetworkRulesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1353
1353
|
}
|
|
1354
1354
|
/** Contains response data for the listByServerNext operation. */
|
|
1355
|
-
export
|
|
1355
|
+
export type VirtualNetworkRulesListByServerNextResponse = VirtualNetworkRuleListResult;
|
|
1356
1356
|
/** Optional parameters. */
|
|
1357
1357
|
export interface DatabasesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1358
1358
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1361,7 +1361,7 @@ export interface DatabasesCreateOrUpdateOptionalParams extends coreClient.Operat
|
|
|
1361
1361
|
resumeFrom?: string;
|
|
1362
1362
|
}
|
|
1363
1363
|
/** Contains response data for the createOrUpdate operation. */
|
|
1364
|
-
export
|
|
1364
|
+
export type DatabasesCreateOrUpdateResponse = Database;
|
|
1365
1365
|
/** Optional parameters. */
|
|
1366
1366
|
export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1367
1367
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1373,12 +1373,12 @@ export interface DatabasesDeleteOptionalParams extends coreClient.OperationOptio
|
|
|
1373
1373
|
export interface DatabasesGetOptionalParams extends coreClient.OperationOptions {
|
|
1374
1374
|
}
|
|
1375
1375
|
/** Contains response data for the get operation. */
|
|
1376
|
-
export
|
|
1376
|
+
export type DatabasesGetResponse = Database;
|
|
1377
1377
|
/** Optional parameters. */
|
|
1378
1378
|
export interface DatabasesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1379
1379
|
}
|
|
1380
1380
|
/** Contains response data for the listByServer operation. */
|
|
1381
|
-
export
|
|
1381
|
+
export type DatabasesListByServerResponse = DatabaseListResult;
|
|
1382
1382
|
/** Optional parameters. */
|
|
1383
1383
|
export interface ConfigurationsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1384
1384
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1387,17 +1387,17 @@ export interface ConfigurationsCreateOrUpdateOptionalParams extends coreClient.O
|
|
|
1387
1387
|
resumeFrom?: string;
|
|
1388
1388
|
}
|
|
1389
1389
|
/** Contains response data for the createOrUpdate operation. */
|
|
1390
|
-
export
|
|
1390
|
+
export type ConfigurationsCreateOrUpdateResponse = Configuration;
|
|
1391
1391
|
/** Optional parameters. */
|
|
1392
1392
|
export interface ConfigurationsGetOptionalParams extends coreClient.OperationOptions {
|
|
1393
1393
|
}
|
|
1394
1394
|
/** Contains response data for the get operation. */
|
|
1395
|
-
export
|
|
1395
|
+
export type ConfigurationsGetResponse = Configuration;
|
|
1396
1396
|
/** Optional parameters. */
|
|
1397
1397
|
export interface ConfigurationsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1398
1398
|
}
|
|
1399
1399
|
/** Contains response data for the listByServer operation. */
|
|
1400
|
-
export
|
|
1400
|
+
export type ConfigurationsListByServerResponse = ConfigurationListResult;
|
|
1401
1401
|
/** Optional parameters. */
|
|
1402
1402
|
export interface ServerParametersListUpdateConfigurationsOptionalParams extends coreClient.OperationOptions {
|
|
1403
1403
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1406,17 +1406,17 @@ export interface ServerParametersListUpdateConfigurationsOptionalParams extends
|
|
|
1406
1406
|
resumeFrom?: string;
|
|
1407
1407
|
}
|
|
1408
1408
|
/** Contains response data for the listUpdateConfigurations operation. */
|
|
1409
|
-
export
|
|
1409
|
+
export type ServerParametersListUpdateConfigurationsResponse = ConfigurationListResult;
|
|
1410
1410
|
/** Optional parameters. */
|
|
1411
1411
|
export interface LogFilesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1412
1412
|
}
|
|
1413
1413
|
/** Contains response data for the listByServer operation. */
|
|
1414
|
-
export
|
|
1414
|
+
export type LogFilesListByServerResponse = LogFileListResult;
|
|
1415
1415
|
/** Optional parameters. */
|
|
1416
1416
|
export interface ServerAdministratorsGetOptionalParams extends coreClient.OperationOptions {
|
|
1417
1417
|
}
|
|
1418
1418
|
/** Contains response data for the get operation. */
|
|
1419
|
-
export
|
|
1419
|
+
export type ServerAdministratorsGetResponse = ServerAdministratorResource;
|
|
1420
1420
|
/** Optional parameters. */
|
|
1421
1421
|
export interface ServerAdministratorsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1422
1422
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1425,7 +1425,7 @@ export interface ServerAdministratorsCreateOrUpdateOptionalParams extends coreCl
|
|
|
1425
1425
|
resumeFrom?: string;
|
|
1426
1426
|
}
|
|
1427
1427
|
/** Contains response data for the createOrUpdate operation. */
|
|
1428
|
-
export
|
|
1428
|
+
export type ServerAdministratorsCreateOrUpdateResponse = ServerAdministratorResource;
|
|
1429
1429
|
/** Optional parameters. */
|
|
1430
1430
|
export interface ServerAdministratorsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1431
1431
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1437,37 +1437,37 @@ export interface ServerAdministratorsDeleteOptionalParams extends coreClient.Ope
|
|
|
1437
1437
|
export interface ServerAdministratorsListOptionalParams extends coreClient.OperationOptions {
|
|
1438
1438
|
}
|
|
1439
1439
|
/** Contains response data for the list operation. */
|
|
1440
|
-
export
|
|
1440
|
+
export type ServerAdministratorsListResponse = ServerAdministratorResourceListResult;
|
|
1441
1441
|
/** Optional parameters. */
|
|
1442
1442
|
export interface RecoverableServersGetOptionalParams extends coreClient.OperationOptions {
|
|
1443
1443
|
}
|
|
1444
1444
|
/** Contains response data for the get operation. */
|
|
1445
|
-
export
|
|
1445
|
+
export type RecoverableServersGetResponse = RecoverableServerResource;
|
|
1446
1446
|
/** Optional parameters. */
|
|
1447
1447
|
export interface ServerBasedPerformanceTierListOptionalParams extends coreClient.OperationOptions {
|
|
1448
1448
|
}
|
|
1449
1449
|
/** Contains response data for the list operation. */
|
|
1450
|
-
export
|
|
1450
|
+
export type ServerBasedPerformanceTierListResponse = PerformanceTierListResult;
|
|
1451
1451
|
/** Optional parameters. */
|
|
1452
1452
|
export interface LocationBasedPerformanceTierListOptionalParams extends coreClient.OperationOptions {
|
|
1453
1453
|
}
|
|
1454
1454
|
/** Contains response data for the list operation. */
|
|
1455
|
-
export
|
|
1455
|
+
export type LocationBasedPerformanceTierListResponse = PerformanceTierListResult;
|
|
1456
1456
|
/** Optional parameters. */
|
|
1457
1457
|
export interface CheckNameAvailabilityExecuteOptionalParams extends coreClient.OperationOptions {
|
|
1458
1458
|
}
|
|
1459
1459
|
/** Contains response data for the execute operation. */
|
|
1460
|
-
export
|
|
1460
|
+
export type CheckNameAvailabilityExecuteResponse = NameAvailability;
|
|
1461
1461
|
/** Optional parameters. */
|
|
1462
1462
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1463
1463
|
}
|
|
1464
1464
|
/** Contains response data for the list operation. */
|
|
1465
|
-
export
|
|
1465
|
+
export type OperationsListResponse = OperationListResult;
|
|
1466
1466
|
/** Optional parameters. */
|
|
1467
1467
|
export interface ServerSecurityAlertPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1468
1468
|
}
|
|
1469
1469
|
/** Contains response data for the get operation. */
|
|
1470
|
-
export
|
|
1470
|
+
export type ServerSecurityAlertPoliciesGetResponse = ServerSecurityAlertPolicy;
|
|
1471
1471
|
/** Optional parameters. */
|
|
1472
1472
|
export interface ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1473
1473
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1476,67 +1476,67 @@ export interface ServerSecurityAlertPoliciesCreateOrUpdateOptionalParams extends
|
|
|
1476
1476
|
resumeFrom?: string;
|
|
1477
1477
|
}
|
|
1478
1478
|
/** Contains response data for the createOrUpdate operation. */
|
|
1479
|
-
export
|
|
1479
|
+
export type ServerSecurityAlertPoliciesCreateOrUpdateResponse = ServerSecurityAlertPolicy;
|
|
1480
1480
|
/** Optional parameters. */
|
|
1481
1481
|
export interface ServerSecurityAlertPoliciesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1482
1482
|
}
|
|
1483
1483
|
/** Contains response data for the listByServer operation. */
|
|
1484
|
-
export
|
|
1484
|
+
export type ServerSecurityAlertPoliciesListByServerResponse = ServerSecurityAlertPolicyListResult;
|
|
1485
1485
|
/** Optional parameters. */
|
|
1486
1486
|
export interface ServerSecurityAlertPoliciesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1487
1487
|
}
|
|
1488
1488
|
/** Contains response data for the listByServerNext operation. */
|
|
1489
|
-
export
|
|
1489
|
+
export type ServerSecurityAlertPoliciesListByServerNextResponse = ServerSecurityAlertPolicyListResult;
|
|
1490
1490
|
/** Optional parameters. */
|
|
1491
1491
|
export interface QueryTextsGetOptionalParams extends coreClient.OperationOptions {
|
|
1492
1492
|
}
|
|
1493
1493
|
/** Contains response data for the get operation. */
|
|
1494
|
-
export
|
|
1494
|
+
export type QueryTextsGetResponse = QueryText;
|
|
1495
1495
|
/** Optional parameters. */
|
|
1496
1496
|
export interface QueryTextsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1497
1497
|
}
|
|
1498
1498
|
/** Contains response data for the listByServer operation. */
|
|
1499
|
-
export
|
|
1499
|
+
export type QueryTextsListByServerResponse = QueryTextsResultList;
|
|
1500
1500
|
/** Optional parameters. */
|
|
1501
1501
|
export interface QueryTextsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1502
1502
|
}
|
|
1503
1503
|
/** Contains response data for the listByServerNext operation. */
|
|
1504
|
-
export
|
|
1504
|
+
export type QueryTextsListByServerNextResponse = QueryTextsResultList;
|
|
1505
1505
|
/** Optional parameters. */
|
|
1506
1506
|
export interface TopQueryStatisticsGetOptionalParams extends coreClient.OperationOptions {
|
|
1507
1507
|
}
|
|
1508
1508
|
/** Contains response data for the get operation. */
|
|
1509
|
-
export
|
|
1509
|
+
export type TopQueryStatisticsGetResponse = QueryStatistic;
|
|
1510
1510
|
/** Optional parameters. */
|
|
1511
1511
|
export interface TopQueryStatisticsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1512
1512
|
}
|
|
1513
1513
|
/** Contains response data for the listByServer operation. */
|
|
1514
|
-
export
|
|
1514
|
+
export type TopQueryStatisticsListByServerResponse = TopQueryStatisticsResultList;
|
|
1515
1515
|
/** Optional parameters. */
|
|
1516
1516
|
export interface TopQueryStatisticsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1517
1517
|
}
|
|
1518
1518
|
/** Contains response data for the listByServerNext operation. */
|
|
1519
|
-
export
|
|
1519
|
+
export type TopQueryStatisticsListByServerNextResponse = TopQueryStatisticsResultList;
|
|
1520
1520
|
/** Optional parameters. */
|
|
1521
1521
|
export interface WaitStatisticsGetOptionalParams extends coreClient.OperationOptions {
|
|
1522
1522
|
}
|
|
1523
1523
|
/** Contains response data for the get operation. */
|
|
1524
|
-
export
|
|
1524
|
+
export type WaitStatisticsGetResponse = WaitStatistic;
|
|
1525
1525
|
/** Optional parameters. */
|
|
1526
1526
|
export interface WaitStatisticsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1527
1527
|
}
|
|
1528
1528
|
/** Contains response data for the listByServer operation. */
|
|
1529
|
-
export
|
|
1529
|
+
export type WaitStatisticsListByServerResponse = WaitStatisticsResultList;
|
|
1530
1530
|
/** Optional parameters. */
|
|
1531
1531
|
export interface WaitStatisticsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1532
1532
|
}
|
|
1533
1533
|
/** Contains response data for the listByServerNext operation. */
|
|
1534
|
-
export
|
|
1534
|
+
export type WaitStatisticsListByServerNextResponse = WaitStatisticsResultList;
|
|
1535
1535
|
/** Optional parameters. */
|
|
1536
1536
|
export interface ResetQueryPerformanceInsightDataOptionalParams extends coreClient.OperationOptions {
|
|
1537
1537
|
}
|
|
1538
1538
|
/** Contains response data for the resetQueryPerformanceInsightData operation. */
|
|
1539
|
-
export
|
|
1539
|
+
export type ResetQueryPerformanceInsightDataResponse = QueryPerformanceInsightResetDataResult;
|
|
1540
1540
|
/** Optional parameters. */
|
|
1541
1541
|
export interface CreateRecommendedActionSessionOptionalParams extends coreClient.OperationOptions {
|
|
1542
1542
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1548,56 +1548,56 @@ export interface CreateRecommendedActionSessionOptionalParams extends coreClient
|
|
|
1548
1548
|
export interface AdvisorsGetOptionalParams extends coreClient.OperationOptions {
|
|
1549
1549
|
}
|
|
1550
1550
|
/** Contains response data for the get operation. */
|
|
1551
|
-
export
|
|
1551
|
+
export type AdvisorsGetResponse = Advisor;
|
|
1552
1552
|
/** Optional parameters. */
|
|
1553
1553
|
export interface AdvisorsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1554
1554
|
}
|
|
1555
1555
|
/** Contains response data for the listByServer operation. */
|
|
1556
|
-
export
|
|
1556
|
+
export type AdvisorsListByServerResponse = AdvisorsResultList;
|
|
1557
1557
|
/** Optional parameters. */
|
|
1558
1558
|
export interface AdvisorsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1559
1559
|
}
|
|
1560
1560
|
/** Contains response data for the listByServerNext operation. */
|
|
1561
|
-
export
|
|
1561
|
+
export type AdvisorsListByServerNextResponse = AdvisorsResultList;
|
|
1562
1562
|
/** Optional parameters. */
|
|
1563
1563
|
export interface RecommendedActionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1564
1564
|
}
|
|
1565
1565
|
/** Contains response data for the get operation. */
|
|
1566
|
-
export
|
|
1566
|
+
export type RecommendedActionsGetResponse = RecommendationAction;
|
|
1567
1567
|
/** Optional parameters. */
|
|
1568
1568
|
export interface RecommendedActionsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1569
1569
|
/** The recommendation action session identifier. */
|
|
1570
1570
|
sessionId?: string;
|
|
1571
1571
|
}
|
|
1572
1572
|
/** Contains response data for the listByServer operation. */
|
|
1573
|
-
export
|
|
1573
|
+
export type RecommendedActionsListByServerResponse = RecommendationActionsResultList;
|
|
1574
1574
|
/** Optional parameters. */
|
|
1575
1575
|
export interface RecommendedActionsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1576
1576
|
/** The recommendation action session identifier. */
|
|
1577
1577
|
sessionId?: string;
|
|
1578
1578
|
}
|
|
1579
1579
|
/** Contains response data for the listByServerNext operation. */
|
|
1580
|
-
export
|
|
1580
|
+
export type RecommendedActionsListByServerNextResponse = RecommendationActionsResultList;
|
|
1581
1581
|
/** Optional parameters. */
|
|
1582
1582
|
export interface LocationBasedRecommendedActionSessionsOperationStatusGetOptionalParams extends coreClient.OperationOptions {
|
|
1583
1583
|
}
|
|
1584
1584
|
/** Contains response data for the get operation. */
|
|
1585
|
-
export
|
|
1585
|
+
export type LocationBasedRecommendedActionSessionsOperationStatusGetResponse = RecommendedActionSessionsOperationStatus;
|
|
1586
1586
|
/** Optional parameters. */
|
|
1587
1587
|
export interface LocationBasedRecommendedActionSessionsResultListOptionalParams extends coreClient.OperationOptions {
|
|
1588
1588
|
}
|
|
1589
1589
|
/** Contains response data for the list operation. */
|
|
1590
|
-
export
|
|
1590
|
+
export type LocationBasedRecommendedActionSessionsResultListResponse = RecommendationActionsResultList;
|
|
1591
1591
|
/** Optional parameters. */
|
|
1592
1592
|
export interface LocationBasedRecommendedActionSessionsResultListNextOptionalParams extends coreClient.OperationOptions {
|
|
1593
1593
|
}
|
|
1594
1594
|
/** Contains response data for the listNext operation. */
|
|
1595
|
-
export
|
|
1595
|
+
export type LocationBasedRecommendedActionSessionsResultListNextResponse = RecommendationActionsResultList;
|
|
1596
1596
|
/** Optional parameters. */
|
|
1597
1597
|
export interface PrivateEndpointConnectionsGetOptionalParams extends coreClient.OperationOptions {
|
|
1598
1598
|
}
|
|
1599
1599
|
/** Contains response data for the get operation. */
|
|
1600
|
-
export
|
|
1600
|
+
export type PrivateEndpointConnectionsGetResponse = PrivateEndpointConnection;
|
|
1601
1601
|
/** Optional parameters. */
|
|
1602
1602
|
export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1603
1603
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1606,7 +1606,7 @@ export interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends
|
|
|
1606
1606
|
resumeFrom?: string;
|
|
1607
1607
|
}
|
|
1608
1608
|
/** Contains response data for the createOrUpdate operation. */
|
|
1609
|
-
export
|
|
1609
|
+
export type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
|
|
1610
1610
|
/** Optional parameters. */
|
|
1611
1611
|
export interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1612
1612
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1622,42 +1622,42 @@ export interface PrivateEndpointConnectionsUpdateTagsOptionalParams extends core
|
|
|
1622
1622
|
resumeFrom?: string;
|
|
1623
1623
|
}
|
|
1624
1624
|
/** Contains response data for the updateTags operation. */
|
|
1625
|
-
export
|
|
1625
|
+
export type PrivateEndpointConnectionsUpdateTagsResponse = PrivateEndpointConnection;
|
|
1626
1626
|
/** Optional parameters. */
|
|
1627
1627
|
export interface PrivateEndpointConnectionsListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1628
1628
|
}
|
|
1629
1629
|
/** Contains response data for the listByServer operation. */
|
|
1630
|
-
export
|
|
1630
|
+
export type PrivateEndpointConnectionsListByServerResponse = PrivateEndpointConnectionListResult;
|
|
1631
1631
|
/** Optional parameters. */
|
|
1632
1632
|
export interface PrivateEndpointConnectionsListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1633
1633
|
}
|
|
1634
1634
|
/** Contains response data for the listByServerNext operation. */
|
|
1635
|
-
export
|
|
1635
|
+
export type PrivateEndpointConnectionsListByServerNextResponse = PrivateEndpointConnectionListResult;
|
|
1636
1636
|
/** Optional parameters. */
|
|
1637
1637
|
export interface PrivateLinkResourcesListByServerOptionalParams extends coreClient.OperationOptions {
|
|
1638
1638
|
}
|
|
1639
1639
|
/** Contains response data for the listByServer operation. */
|
|
1640
|
-
export
|
|
1640
|
+
export type PrivateLinkResourcesListByServerResponse = PrivateLinkResourceListResult;
|
|
1641
1641
|
/** Optional parameters. */
|
|
1642
1642
|
export interface PrivateLinkResourcesGetOptionalParams extends coreClient.OperationOptions {
|
|
1643
1643
|
}
|
|
1644
1644
|
/** Contains response data for the get operation. */
|
|
1645
|
-
export
|
|
1645
|
+
export type PrivateLinkResourcesGetResponse = PrivateLinkResource;
|
|
1646
1646
|
/** Optional parameters. */
|
|
1647
1647
|
export interface PrivateLinkResourcesListByServerNextOptionalParams extends coreClient.OperationOptions {
|
|
1648
1648
|
}
|
|
1649
1649
|
/** Contains response data for the listByServerNext operation. */
|
|
1650
|
-
export
|
|
1650
|
+
export type PrivateLinkResourcesListByServerNextResponse = PrivateLinkResourceListResult;
|
|
1651
1651
|
/** Optional parameters. */
|
|
1652
1652
|
export interface ServerKeysListOptionalParams extends coreClient.OperationOptions {
|
|
1653
1653
|
}
|
|
1654
1654
|
/** Contains response data for the list operation. */
|
|
1655
|
-
export
|
|
1655
|
+
export type ServerKeysListResponse = ServerKeyListResult;
|
|
1656
1656
|
/** Optional parameters. */
|
|
1657
1657
|
export interface ServerKeysGetOptionalParams extends coreClient.OperationOptions {
|
|
1658
1658
|
}
|
|
1659
1659
|
/** Contains response data for the get operation. */
|
|
1660
|
-
export
|
|
1660
|
+
export type ServerKeysGetResponse = ServerKey;
|
|
1661
1661
|
/** Optional parameters. */
|
|
1662
1662
|
export interface ServerKeysCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1663
1663
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1666,7 +1666,7 @@ export interface ServerKeysCreateOrUpdateOptionalParams extends coreClient.Opera
|
|
|
1666
1666
|
resumeFrom?: string;
|
|
1667
1667
|
}
|
|
1668
1668
|
/** Contains response data for the createOrUpdate operation. */
|
|
1669
|
-
export
|
|
1669
|
+
export type ServerKeysCreateOrUpdateResponse = ServerKey;
|
|
1670
1670
|
/** Optional parameters. */
|
|
1671
1671
|
export interface ServerKeysDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1672
1672
|
/** Delay to wait until next poll, in milliseconds. */
|
|
@@ -1678,7 +1678,7 @@ export interface ServerKeysDeleteOptionalParams extends coreClient.OperationOpti
|
|
|
1678
1678
|
export interface ServerKeysListNextOptionalParams extends coreClient.OperationOptions {
|
|
1679
1679
|
}
|
|
1680
1680
|
/** Contains response data for the listNext operation. */
|
|
1681
|
-
export
|
|
1681
|
+
export type ServerKeysListNextResponse = ServerKeyListResult;
|
|
1682
1682
|
/** Optional parameters. */
|
|
1683
1683
|
export interface MySQLManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1684
1684
|
/** server parameter */
|