@azure/arm-postgresql-flexible 7.1.1-alpha.20230512.1 → 8.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 +141 -8
- package/README.md +1 -1
- package/dist/index.js +4729 -2620
- 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 +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 +1 -1
- package/dist-esm/samples-dev/backupsGetSample.js +1 -1
- package/dist-esm/samples-dev/backupsListByServerSample.js +1 -1
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.d.ts +2 -0
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.d.ts.map +1 -0
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.js +43 -0
- package/dist-esm/samples-dev/checkMigrationNameAvailabilitySample.js.map +1 -0
- package/dist-esm/samples-dev/checkNameAvailabilityExecuteSample.js +1 -1
- package/dist-esm/samples-dev/checkNameAvailabilityWithLocationExecuteSample.js +1 -1
- package/dist-esm/samples-dev/configurationsGetSample.js +1 -1
- package/dist-esm/samples-dev/configurationsListByServerSample.js +1 -1
- package/dist-esm/samples-dev/configurationsPutSample.js +1 -1
- package/dist-esm/samples-dev/configurationsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/databasesCreateSample.js +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 +1 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +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 +1 -1
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.d.ts +2 -0
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.js +43 -0
- package/dist-esm/samples-dev/flexibleServerStartLtrBackupSample.js.map +1 -0
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.d.ts +2 -0
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.js +42 -0
- package/dist-esm/samples-dev/flexibleServerTriggerLtrPreBackupSample.js.map +1 -0
- package/dist-esm/samples-dev/getPrivateDnsZoneSuffixExecuteSample.js +1 -1
- package/dist-esm/samples-dev/locationBasedCapabilitiesExecuteSample.js +1 -1
- package/dist-esm/samples-dev/logFilesListByServerSample.d.ts +2 -0
- package/dist-esm/samples-dev/logFilesListByServerSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/logFilesListByServerSample.js +60 -0
- package/dist-esm/samples-dev/logFilesListByServerSample.js.map +1 -0
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.js +40 -0
- package/dist-esm/samples-dev/ltrBackupOperationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.d.ts +2 -0
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.js +60 -0
- package/dist-esm/samples-dev/ltrBackupOperationsListByServerSample.js.map +1 -0
- package/dist-esm/samples-dev/migrationsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/migrationsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/migrationsCreateSample.js +45 -0
- package/dist-esm/samples-dev/migrationsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/migrationsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/migrationsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/migrationsDeleteSample.js +40 -0
- package/dist-esm/samples-dev/migrationsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/migrationsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/migrationsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/migrationsGetSample.js +40 -0
- package/dist-esm/samples-dev/migrationsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.d.ts +2 -0
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.js +64 -0
- package/dist-esm/samples-dev/migrationsListByTargetServerSample.js.map +1 -0
- package/dist-esm/samples-dev/migrationsUpdateSample.d.ts +2 -0
- package/dist-esm/samples-dev/migrationsUpdateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/migrationsUpdateSample.js +43 -0
- package/dist-esm/samples-dev/migrationsUpdateSample.js.map +1 -0
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/replicasListByServerSample.js +1 -1
- package/dist-esm/samples-dev/serverCapabilitiesListSample.d.ts +2 -0
- package/dist-esm/samples-dev/serverCapabilitiesListSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/serverCapabilitiesListSample.js +60 -0
- package/dist-esm/samples-dev/serverCapabilitiesListSample.js.map +1 -0
- package/dist-esm/samples-dev/serversCreateSample.js +63 -9
- 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 +2 -2
- package/dist-esm/samples-dev/serversListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/serversListSample.js +1 -1
- package/dist-esm/samples-dev/serversRestartSample.js +2 -2
- 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 +11 -9
- package/dist-esm/samples-dev/serversUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/virtualNetworkSubnetUsageExecuteSample.js +1 -1
- package/dist-esm/src/models/index.d.ts +1105 -252
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +240 -2
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +34 -10
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +1388 -641
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +11 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +96 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/flexibleServer.d.ts +39 -0
- package/dist-esm/src/operations/flexibleServer.d.ts.map +1 -0
- package/dist-esm/src/operations/flexibleServer.js +157 -0
- package/dist-esm/src/operations/flexibleServer.js.map +1 -0
- package/dist-esm/src/operations/index.d.ts +5 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +5 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts +2 -2
- package/dist-esm/src/operations/locationBasedCapabilities.d.ts.map +1 -1
- package/dist-esm/src/operations/logFiles.d.ts +38 -0
- package/dist-esm/src/operations/logFiles.d.ts.map +1 -0
- package/dist-esm/src/operations/logFiles.js +155 -0
- package/dist-esm/src/operations/logFiles.js.map +1 -0
- package/dist-esm/src/operations/ltrBackupOperations.d.ts +46 -0
- package/dist-esm/src/operations/ltrBackupOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/ltrBackupOperations.js +187 -0
- package/dist-esm/src/operations/ltrBackupOperations.js.map +1 -0
- package/dist-esm/src/operations/migrations.d.ts +80 -0
- package/dist-esm/src/operations/migrations.d.ts.map +1 -0
- package/dist-esm/src/operations/migrations.js +331 -0
- package/dist-esm/src/operations/migrations.js.map +1 -0
- package/dist-esm/src/operations/serverCapabilities.d.ts +38 -0
- package/dist-esm/src/operations/serverCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operations/serverCapabilities.js +155 -0
- package/dist-esm/src/operations/serverCapabilities.js.map +1 -0
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js +1 -1
- package/dist-esm/src/operations/virtualNetworkSubnetUsage.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/flexibleServer.d.ts +31 -0
- package/dist-esm/src/operationsInterfaces/flexibleServer.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/flexibleServer.js +9 -0
- package/dist-esm/src/operationsInterfaces/flexibleServer.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +5 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +5 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/locationBasedCapabilities.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/logFiles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/logFiles.js +9 -0
- package/dist-esm/src/operationsInterfaces/logFiles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/ltrBackupOperations.d.ts +21 -0
- package/dist-esm/src/operationsInterfaces/ltrBackupOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/ltrBackupOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/ltrBackupOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/migrations.d.ts +53 -0
- package/dist-esm/src/operationsInterfaces/migrations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/migrations.js +9 -0
- package/dist-esm/src/operationsInterfaces/migrations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverCapabilities.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/serverCapabilities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/serverCapabilities.js +9 -0
- package/dist-esm/src/operationsInterfaces/serverCapabilities.js.map +1 -0
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.d.ts +16 -2
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.d.ts.map +1 -1
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.js +52 -3
- package/dist-esm/src/postgreSQLManagementFlexibleServerClient.js.map +1 -1
- package/package.json +4 -4
- package/review/arm-postgresql-flexible.api.md +642 -58
- package/src/models/index.ts +1244 -289
- package/src/models/mappers.ts +1588 -718
- package/src/models/parameters.ts +114 -2
- package/src/operations/flexibleServer.ts +223 -0
- package/src/operations/index.ts +5 -0
- package/src/operations/locationBasedCapabilities.ts +4 -4
- package/src/operations/logFiles.ts +198 -0
- package/src/operations/ltrBackupOperations.ts +242 -0
- package/src/operations/migrations.ts +442 -0
- package/src/operations/serverCapabilities.ts +194 -0
- package/src/operations/virtualNetworkSubnetUsage.ts +1 -1
- package/src/operationsInterfaces/flexibleServer.ts +66 -0
- package/src/operationsInterfaces/index.ts +5 -0
- package/src/operationsInterfaces/locationBasedCapabilities.ts +2 -2
- package/src/operationsInterfaces/logFiles.ts +26 -0
- package/src/operationsInterfaces/ltrBackupOperations.ts +44 -0
- package/src/operationsInterfaces/migrations.ts +104 -0
- package/src/operationsInterfaces/serverCapabilities.ts +29 -0
- package/src/postgreSQLManagementFlexibleServerClient.ts +86 -5
- package/types/arm-postgresql-flexible.d.ts +1273 -183
- package/types/tsdoc-metadata.json +1 -1
|
@@ -269,7 +269,7 @@ export const CapabilitiesListResult = {
|
|
|
269
269
|
element: {
|
|
270
270
|
type: {
|
|
271
271
|
name: "Composite",
|
|
272
|
-
className: "
|
|
272
|
+
className: "FlexibleServerCapability"
|
|
273
273
|
}
|
|
274
274
|
}
|
|
275
275
|
}
|
|
@@ -284,99 +284,21 @@ export const CapabilitiesListResult = {
|
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
};
|
|
287
|
-
export const
|
|
287
|
+
export const CapabilityBase = {
|
|
288
288
|
type: {
|
|
289
289
|
name: "Composite",
|
|
290
|
-
className: "
|
|
290
|
+
className: "CapabilityBase",
|
|
291
291
|
modelProperties: {
|
|
292
|
-
|
|
293
|
-
serializedName: "
|
|
294
|
-
readOnly: true,
|
|
295
|
-
type: {
|
|
296
|
-
name: "String"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
supportedHAMode: {
|
|
300
|
-
serializedName: "supportedHAMode",
|
|
301
|
-
readOnly: true,
|
|
302
|
-
type: {
|
|
303
|
-
name: "Sequence",
|
|
304
|
-
element: {
|
|
305
|
-
type: {
|
|
306
|
-
name: "String"
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
},
|
|
311
|
-
geoBackupSupported: {
|
|
312
|
-
serializedName: "geoBackupSupported",
|
|
313
|
-
readOnly: true,
|
|
314
|
-
type: {
|
|
315
|
-
name: "Boolean"
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
zoneRedundantHaSupported: {
|
|
319
|
-
serializedName: "zoneRedundantHaSupported",
|
|
320
|
-
readOnly: true,
|
|
321
|
-
type: {
|
|
322
|
-
name: "Boolean"
|
|
323
|
-
}
|
|
324
|
-
},
|
|
325
|
-
zoneRedundantHaAndGeoBackupSupported: {
|
|
326
|
-
serializedName: "zoneRedundantHaAndGeoBackupSupported",
|
|
327
|
-
readOnly: true,
|
|
328
|
-
type: {
|
|
329
|
-
name: "Boolean"
|
|
330
|
-
}
|
|
331
|
-
},
|
|
332
|
-
supportedFlexibleServerEditions: {
|
|
333
|
-
serializedName: "supportedFlexibleServerEditions",
|
|
334
|
-
readOnly: true,
|
|
335
|
-
type: {
|
|
336
|
-
name: "Sequence",
|
|
337
|
-
element: {
|
|
338
|
-
type: {
|
|
339
|
-
name: "Composite",
|
|
340
|
-
className: "FlexibleServerEditionCapability"
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
},
|
|
345
|
-
supportedHyperscaleNodeEditions: {
|
|
346
|
-
serializedName: "supportedHyperscaleNodeEditions",
|
|
347
|
-
readOnly: true,
|
|
348
|
-
type: {
|
|
349
|
-
name: "Sequence",
|
|
350
|
-
element: {
|
|
351
|
-
type: {
|
|
352
|
-
name: "Composite",
|
|
353
|
-
className: "HyperscaleNodeEditionCapability"
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
},
|
|
358
|
-
fastProvisioningSupported: {
|
|
359
|
-
serializedName: "fastProvisioningSupported",
|
|
360
|
-
readOnly: true,
|
|
361
|
-
type: {
|
|
362
|
-
name: "Boolean"
|
|
363
|
-
}
|
|
364
|
-
},
|
|
365
|
-
supportedFastProvisioningEditions: {
|
|
366
|
-
serializedName: "supportedFastProvisioningEditions",
|
|
292
|
+
status: {
|
|
293
|
+
serializedName: "status",
|
|
367
294
|
readOnly: true,
|
|
368
295
|
type: {
|
|
369
|
-
name: "
|
|
370
|
-
|
|
371
|
-
type: {
|
|
372
|
-
name: "Composite",
|
|
373
|
-
className: "FastProvisioningEditionCapability"
|
|
374
|
-
}
|
|
375
|
-
}
|
|
296
|
+
name: "Enum",
|
|
297
|
+
allowedValues: ["Visible", "Available", "Default", "Disabled"]
|
|
376
298
|
}
|
|
377
299
|
},
|
|
378
|
-
|
|
379
|
-
serializedName: "
|
|
300
|
+
reason: {
|
|
301
|
+
serializedName: "reason",
|
|
380
302
|
readOnly: true,
|
|
381
303
|
type: {
|
|
382
304
|
name: "String"
|
|
@@ -385,47 +307,45 @@ export const CapabilityProperties = {
|
|
|
385
307
|
}
|
|
386
308
|
}
|
|
387
309
|
};
|
|
388
|
-
export const
|
|
310
|
+
export const CheckNameAvailabilityRequest = {
|
|
389
311
|
type: {
|
|
390
312
|
name: "Composite",
|
|
391
|
-
className: "
|
|
313
|
+
className: "CheckNameAvailabilityRequest",
|
|
392
314
|
modelProperties: {
|
|
393
315
|
name: {
|
|
394
316
|
serializedName: "name",
|
|
395
|
-
readOnly: true,
|
|
396
317
|
type: {
|
|
397
318
|
name: "String"
|
|
398
319
|
}
|
|
399
320
|
},
|
|
400
|
-
|
|
401
|
-
serializedName: "
|
|
402
|
-
readOnly: true,
|
|
321
|
+
type: {
|
|
322
|
+
serializedName: "type",
|
|
403
323
|
type: {
|
|
404
|
-
name: "
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
324
|
+
name: "String"
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
};
|
|
330
|
+
export const CheckNameAvailabilityResponse = {
|
|
331
|
+
type: {
|
|
332
|
+
name: "Composite",
|
|
333
|
+
className: "CheckNameAvailabilityResponse",
|
|
334
|
+
modelProperties: {
|
|
335
|
+
nameAvailable: {
|
|
336
|
+
serializedName: "nameAvailable",
|
|
337
|
+
type: {
|
|
338
|
+
name: "Boolean"
|
|
411
339
|
}
|
|
412
340
|
},
|
|
413
|
-
|
|
414
|
-
serializedName: "
|
|
415
|
-
readOnly: true,
|
|
341
|
+
reason: {
|
|
342
|
+
serializedName: "reason",
|
|
416
343
|
type: {
|
|
417
|
-
name: "
|
|
418
|
-
element: {
|
|
419
|
-
type: {
|
|
420
|
-
name: "Composite",
|
|
421
|
-
className: "ServerVersionCapability"
|
|
422
|
-
}
|
|
423
|
-
}
|
|
344
|
+
name: "String"
|
|
424
345
|
}
|
|
425
346
|
},
|
|
426
|
-
|
|
427
|
-
serializedName: "
|
|
428
|
-
readOnly: true,
|
|
347
|
+
message: {
|
|
348
|
+
serializedName: "message",
|
|
429
349
|
type: {
|
|
430
350
|
name: "String"
|
|
431
351
|
}
|
|
@@ -433,34 +353,25 @@ export const FlexibleServerEditionCapability = {
|
|
|
433
353
|
}
|
|
434
354
|
}
|
|
435
355
|
};
|
|
436
|
-
export const
|
|
356
|
+
export const ConfigurationListResult = {
|
|
437
357
|
type: {
|
|
438
358
|
name: "Composite",
|
|
439
|
-
className: "
|
|
359
|
+
className: "ConfigurationListResult",
|
|
440
360
|
modelProperties: {
|
|
441
|
-
|
|
442
|
-
serializedName: "
|
|
443
|
-
readOnly: true,
|
|
444
|
-
type: {
|
|
445
|
-
name: "String"
|
|
446
|
-
}
|
|
447
|
-
},
|
|
448
|
-
supportedStorageMB: {
|
|
449
|
-
serializedName: "supportedStorageMB",
|
|
450
|
-
readOnly: true,
|
|
361
|
+
value: {
|
|
362
|
+
serializedName: "value",
|
|
451
363
|
type: {
|
|
452
364
|
name: "Sequence",
|
|
453
365
|
element: {
|
|
454
366
|
type: {
|
|
455
367
|
name: "Composite",
|
|
456
|
-
className: "
|
|
368
|
+
className: "Configuration"
|
|
457
369
|
}
|
|
458
370
|
}
|
|
459
371
|
}
|
|
460
372
|
},
|
|
461
|
-
|
|
462
|
-
serializedName: "
|
|
463
|
-
readOnly: true,
|
|
373
|
+
nextLink: {
|
|
374
|
+
serializedName: "nextLink",
|
|
464
375
|
type: {
|
|
465
376
|
name: "String"
|
|
466
377
|
}
|
|
@@ -468,90 +379,81 @@ export const StorageEditionCapability = {
|
|
|
468
379
|
}
|
|
469
380
|
}
|
|
470
381
|
};
|
|
471
|
-
export const
|
|
382
|
+
export const ConfigurationForUpdate = {
|
|
472
383
|
type: {
|
|
473
384
|
name: "Composite",
|
|
474
|
-
className: "
|
|
385
|
+
className: "ConfigurationForUpdate",
|
|
475
386
|
modelProperties: {
|
|
476
|
-
|
|
477
|
-
serializedName: "
|
|
478
|
-
readOnly: true,
|
|
387
|
+
value: {
|
|
388
|
+
serializedName: "properties.value",
|
|
479
389
|
type: {
|
|
480
390
|
name: "String"
|
|
481
391
|
}
|
|
482
392
|
},
|
|
483
|
-
|
|
484
|
-
serializedName: "
|
|
393
|
+
description: {
|
|
394
|
+
serializedName: "properties.description",
|
|
485
395
|
readOnly: true,
|
|
486
396
|
type: {
|
|
487
|
-
name: "
|
|
397
|
+
name: "String"
|
|
488
398
|
}
|
|
489
399
|
},
|
|
490
|
-
|
|
491
|
-
serializedName: "
|
|
400
|
+
defaultValue: {
|
|
401
|
+
serializedName: "properties.defaultValue",
|
|
492
402
|
readOnly: true,
|
|
493
403
|
type: {
|
|
494
|
-
name: "
|
|
404
|
+
name: "String"
|
|
495
405
|
}
|
|
496
406
|
},
|
|
497
|
-
|
|
498
|
-
serializedName: "
|
|
407
|
+
dataType: {
|
|
408
|
+
serializedName: "properties.dataType",
|
|
499
409
|
readOnly: true,
|
|
500
410
|
type: {
|
|
501
|
-
name: "
|
|
502
|
-
element: {
|
|
503
|
-
type: {
|
|
504
|
-
name: "Composite",
|
|
505
|
-
className: "StorageTierCapability"
|
|
506
|
-
}
|
|
507
|
-
}
|
|
411
|
+
name: "String"
|
|
508
412
|
}
|
|
509
413
|
},
|
|
510
|
-
|
|
511
|
-
serializedName: "
|
|
414
|
+
allowedValues: {
|
|
415
|
+
serializedName: "properties.allowedValues",
|
|
512
416
|
readOnly: true,
|
|
513
417
|
type: {
|
|
514
418
|
name: "String"
|
|
515
419
|
}
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
};
|
|
520
|
-
export const StorageTierCapability = {
|
|
521
|
-
type: {
|
|
522
|
-
name: "Composite",
|
|
523
|
-
className: "StorageTierCapability",
|
|
524
|
-
modelProperties: {
|
|
525
|
-
name: {
|
|
526
|
-
serializedName: "name",
|
|
527
|
-
readOnly: true,
|
|
420
|
+
},
|
|
421
|
+
source: {
|
|
422
|
+
serializedName: "properties.source",
|
|
528
423
|
type: {
|
|
529
424
|
name: "String"
|
|
530
425
|
}
|
|
531
426
|
},
|
|
532
|
-
|
|
533
|
-
serializedName: "
|
|
427
|
+
isDynamicConfig: {
|
|
428
|
+
serializedName: "properties.isDynamicConfig",
|
|
534
429
|
readOnly: true,
|
|
535
430
|
type: {
|
|
536
|
-
name: "
|
|
431
|
+
name: "Boolean"
|
|
537
432
|
}
|
|
538
433
|
},
|
|
539
|
-
|
|
540
|
-
serializedName: "
|
|
434
|
+
isReadOnly: {
|
|
435
|
+
serializedName: "properties.isReadOnly",
|
|
541
436
|
readOnly: true,
|
|
542
437
|
type: {
|
|
543
|
-
name: "
|
|
438
|
+
name: "Boolean"
|
|
544
439
|
}
|
|
545
440
|
},
|
|
546
|
-
|
|
547
|
-
serializedName: "
|
|
441
|
+
isConfigPendingRestart: {
|
|
442
|
+
serializedName: "properties.isConfigPendingRestart",
|
|
548
443
|
readOnly: true,
|
|
549
444
|
type: {
|
|
550
445
|
name: "Boolean"
|
|
551
446
|
}
|
|
552
447
|
},
|
|
553
|
-
|
|
554
|
-
serializedName: "
|
|
448
|
+
unit: {
|
|
449
|
+
serializedName: "properties.unit",
|
|
450
|
+
readOnly: true,
|
|
451
|
+
type: {
|
|
452
|
+
name: "String"
|
|
453
|
+
}
|
|
454
|
+
},
|
|
455
|
+
documentationLink: {
|
|
456
|
+
serializedName: "properties.documentationLink",
|
|
555
457
|
readOnly: true,
|
|
556
458
|
type: {
|
|
557
459
|
name: "String"
|
|
@@ -560,46 +462,51 @@ export const StorageTierCapability = {
|
|
|
560
462
|
}
|
|
561
463
|
}
|
|
562
464
|
};
|
|
563
|
-
export const
|
|
465
|
+
export const DatabaseListResult = {
|
|
564
466
|
type: {
|
|
565
467
|
name: "Composite",
|
|
566
|
-
className: "
|
|
468
|
+
className: "DatabaseListResult",
|
|
567
469
|
modelProperties: {
|
|
568
|
-
|
|
569
|
-
serializedName: "
|
|
570
|
-
readOnly: true,
|
|
571
|
-
type: {
|
|
572
|
-
name: "String"
|
|
573
|
-
}
|
|
574
|
-
},
|
|
575
|
-
supportedVersionsToUpgrade: {
|
|
576
|
-
serializedName: "supportedVersionsToUpgrade",
|
|
577
|
-
readOnly: true,
|
|
470
|
+
value: {
|
|
471
|
+
serializedName: "value",
|
|
578
472
|
type: {
|
|
579
473
|
name: "Sequence",
|
|
580
474
|
element: {
|
|
581
475
|
type: {
|
|
582
|
-
name: "
|
|
476
|
+
name: "Composite",
|
|
477
|
+
className: "Database"
|
|
583
478
|
}
|
|
584
479
|
}
|
|
585
480
|
}
|
|
586
481
|
},
|
|
587
|
-
|
|
588
|
-
serializedName: "
|
|
589
|
-
|
|
482
|
+
nextLink: {
|
|
483
|
+
serializedName: "nextLink",
|
|
484
|
+
type: {
|
|
485
|
+
name: "String"
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
};
|
|
491
|
+
export const FirewallRuleListResult = {
|
|
492
|
+
type: {
|
|
493
|
+
name: "Composite",
|
|
494
|
+
className: "FirewallRuleListResult",
|
|
495
|
+
modelProperties: {
|
|
496
|
+
value: {
|
|
497
|
+
serializedName: "value",
|
|
590
498
|
type: {
|
|
591
499
|
name: "Sequence",
|
|
592
500
|
element: {
|
|
593
501
|
type: {
|
|
594
502
|
name: "Composite",
|
|
595
|
-
className: "
|
|
503
|
+
className: "FirewallRule"
|
|
596
504
|
}
|
|
597
505
|
}
|
|
598
506
|
}
|
|
599
507
|
},
|
|
600
|
-
|
|
601
|
-
serializedName: "
|
|
602
|
-
readOnly: true,
|
|
508
|
+
nextLink: {
|
|
509
|
+
serializedName: "nextLink",
|
|
603
510
|
type: {
|
|
604
511
|
name: "String"
|
|
605
512
|
}
|
|
@@ -607,42 +514,43 @@ export const ServerVersionCapability = {
|
|
|
607
514
|
}
|
|
608
515
|
}
|
|
609
516
|
};
|
|
610
|
-
export const
|
|
517
|
+
export const Sku = {
|
|
611
518
|
type: {
|
|
612
519
|
name: "Composite",
|
|
613
|
-
className: "
|
|
520
|
+
className: "Sku",
|
|
614
521
|
modelProperties: {
|
|
615
522
|
name: {
|
|
616
523
|
serializedName: "name",
|
|
617
|
-
|
|
524
|
+
required: true,
|
|
618
525
|
type: {
|
|
619
526
|
name: "String"
|
|
620
527
|
}
|
|
621
528
|
},
|
|
622
|
-
|
|
623
|
-
serializedName: "
|
|
624
|
-
|
|
625
|
-
type: {
|
|
626
|
-
name: "Number"
|
|
627
|
-
}
|
|
628
|
-
},
|
|
629
|
-
supportedIops: {
|
|
630
|
-
serializedName: "supportedIops",
|
|
631
|
-
readOnly: true,
|
|
529
|
+
tier: {
|
|
530
|
+
serializedName: "tier",
|
|
531
|
+
required: true,
|
|
632
532
|
type: {
|
|
633
|
-
name: "
|
|
533
|
+
name: "String"
|
|
634
534
|
}
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
};
|
|
539
|
+
export const UserAssignedIdentity = {
|
|
540
|
+
type: {
|
|
541
|
+
name: "Composite",
|
|
542
|
+
className: "UserAssignedIdentity",
|
|
543
|
+
modelProperties: {
|
|
544
|
+
userAssignedIdentities: {
|
|
545
|
+
serializedName: "userAssignedIdentities",
|
|
639
546
|
type: {
|
|
640
|
-
name: "
|
|
547
|
+
name: "Dictionary",
|
|
548
|
+
value: { type: { name: "Composite", className: "UserIdentity" } }
|
|
641
549
|
}
|
|
642
550
|
},
|
|
643
|
-
|
|
644
|
-
serializedName: "
|
|
645
|
-
|
|
551
|
+
type: {
|
|
552
|
+
serializedName: "type",
|
|
553
|
+
required: true,
|
|
646
554
|
type: {
|
|
647
555
|
name: "String"
|
|
648
556
|
}
|
|
@@ -650,89 +558,80 @@ export const VcoreCapability = {
|
|
|
650
558
|
}
|
|
651
559
|
}
|
|
652
560
|
};
|
|
653
|
-
export const
|
|
561
|
+
export const UserIdentity = {
|
|
654
562
|
type: {
|
|
655
563
|
name: "Composite",
|
|
656
|
-
className: "
|
|
564
|
+
className: "UserIdentity",
|
|
657
565
|
modelProperties: {
|
|
658
|
-
|
|
659
|
-
serializedName: "
|
|
660
|
-
readOnly: true,
|
|
566
|
+
principalId: {
|
|
567
|
+
serializedName: "principalId",
|
|
661
568
|
type: {
|
|
662
569
|
name: "String"
|
|
663
570
|
}
|
|
664
571
|
},
|
|
665
|
-
|
|
666
|
-
serializedName: "
|
|
667
|
-
readOnly: true,
|
|
572
|
+
clientId: {
|
|
573
|
+
serializedName: "clientId",
|
|
668
574
|
type: {
|
|
669
|
-
name: "
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
575
|
+
name: "String"
|
|
576
|
+
}
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
};
|
|
581
|
+
export const Storage = {
|
|
582
|
+
type: {
|
|
583
|
+
name: "Composite",
|
|
584
|
+
className: "Storage",
|
|
585
|
+
modelProperties: {
|
|
586
|
+
storageSizeGB: {
|
|
587
|
+
serializedName: "storageSizeGB",
|
|
588
|
+
type: {
|
|
589
|
+
name: "Number"
|
|
676
590
|
}
|
|
677
591
|
},
|
|
678
|
-
|
|
679
|
-
serializedName: "
|
|
680
|
-
readOnly: true,
|
|
592
|
+
autoGrow: {
|
|
593
|
+
serializedName: "autoGrow",
|
|
681
594
|
type: {
|
|
682
|
-
name: "
|
|
683
|
-
element: {
|
|
684
|
-
type: {
|
|
685
|
-
name: "Composite",
|
|
686
|
-
className: "ServerVersionCapability"
|
|
687
|
-
}
|
|
688
|
-
}
|
|
595
|
+
name: "String"
|
|
689
596
|
}
|
|
690
597
|
},
|
|
691
|
-
|
|
692
|
-
serializedName: "
|
|
693
|
-
readOnly: true,
|
|
598
|
+
iopsTier: {
|
|
599
|
+
serializedName: "iopsTier",
|
|
694
600
|
type: {
|
|
695
|
-
name: "
|
|
696
|
-
element: {
|
|
697
|
-
type: {
|
|
698
|
-
name: "Composite",
|
|
699
|
-
className: "NodeTypeCapability"
|
|
700
|
-
}
|
|
701
|
-
}
|
|
601
|
+
name: "String"
|
|
702
602
|
}
|
|
703
603
|
},
|
|
704
|
-
|
|
705
|
-
serializedName: "
|
|
604
|
+
iops: {
|
|
605
|
+
serializedName: "iops",
|
|
706
606
|
readOnly: true,
|
|
707
607
|
type: {
|
|
708
|
-
name: "
|
|
608
|
+
name: "Number"
|
|
709
609
|
}
|
|
710
610
|
}
|
|
711
611
|
}
|
|
712
612
|
}
|
|
713
613
|
};
|
|
714
|
-
export const
|
|
614
|
+
export const AuthConfig = {
|
|
715
615
|
type: {
|
|
716
616
|
name: "Composite",
|
|
717
|
-
className: "
|
|
617
|
+
className: "AuthConfig",
|
|
718
618
|
modelProperties: {
|
|
719
|
-
|
|
720
|
-
serializedName: "
|
|
721
|
-
readOnly: true,
|
|
619
|
+
activeDirectoryAuth: {
|
|
620
|
+
serializedName: "activeDirectoryAuth",
|
|
722
621
|
type: {
|
|
723
622
|
name: "String"
|
|
724
623
|
}
|
|
725
624
|
},
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
625
|
+
passwordAuth: {
|
|
626
|
+
defaultValue: "Enabled",
|
|
627
|
+
serializedName: "passwordAuth",
|
|
729
628
|
type: {
|
|
730
629
|
name: "String"
|
|
731
630
|
}
|
|
732
631
|
},
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
632
|
+
tenantId: {
|
|
633
|
+
defaultValue: "",
|
|
634
|
+
serializedName: "tenantId",
|
|
736
635
|
type: {
|
|
737
636
|
name: "String"
|
|
738
637
|
}
|
|
@@ -740,42 +639,31 @@ export const NodeTypeCapability = {
|
|
|
740
639
|
}
|
|
741
640
|
}
|
|
742
641
|
};
|
|
743
|
-
export const
|
|
642
|
+
export const DataEncryption = {
|
|
744
643
|
type: {
|
|
745
644
|
name: "Composite",
|
|
746
|
-
className: "
|
|
645
|
+
className: "DataEncryption",
|
|
747
646
|
modelProperties: {
|
|
748
|
-
|
|
749
|
-
serializedName: "
|
|
750
|
-
readOnly: true,
|
|
647
|
+
primaryKeyURI: {
|
|
648
|
+
serializedName: "primaryKeyURI",
|
|
751
649
|
type: {
|
|
752
650
|
name: "String"
|
|
753
651
|
}
|
|
754
652
|
},
|
|
755
|
-
|
|
756
|
-
serializedName: "
|
|
757
|
-
readOnly: true,
|
|
653
|
+
primaryUserAssignedIdentityId: {
|
|
654
|
+
serializedName: "primaryUserAssignedIdentityId",
|
|
758
655
|
type: {
|
|
759
|
-
name: "
|
|
656
|
+
name: "String"
|
|
760
657
|
}
|
|
761
658
|
},
|
|
762
|
-
|
|
763
|
-
serializedName: "
|
|
764
|
-
readOnly: true,
|
|
659
|
+
geoBackupKeyURI: {
|
|
660
|
+
serializedName: "geoBackupKeyURI",
|
|
765
661
|
type: {
|
|
766
662
|
name: "String"
|
|
767
663
|
}
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
};
|
|
772
|
-
export const CheckNameAvailabilityRequest = {
|
|
773
|
-
type: {
|
|
774
|
-
name: "Composite",
|
|
775
|
-
className: "CheckNameAvailabilityRequest",
|
|
776
|
-
modelProperties: {
|
|
777
|
-
name: {
|
|
778
|
-
serializedName: "name",
|
|
664
|
+
},
|
|
665
|
+
geoBackupUserAssignedIdentityId: {
|
|
666
|
+
serializedName: "geoBackupUserAssignedIdentityId",
|
|
779
667
|
type: {
|
|
780
668
|
name: "String"
|
|
781
669
|
}
|
|
@@ -785,55 +673,73 @@ export const CheckNameAvailabilityRequest = {
|
|
|
785
673
|
type: {
|
|
786
674
|
name: "String"
|
|
787
675
|
}
|
|
676
|
+
},
|
|
677
|
+
primaryEncryptionKeyStatus: {
|
|
678
|
+
serializedName: "primaryEncryptionKeyStatus",
|
|
679
|
+
type: {
|
|
680
|
+
name: "String"
|
|
681
|
+
}
|
|
682
|
+
},
|
|
683
|
+
geoBackupEncryptionKeyStatus: {
|
|
684
|
+
serializedName: "geoBackupEncryptionKeyStatus",
|
|
685
|
+
type: {
|
|
686
|
+
name: "String"
|
|
687
|
+
}
|
|
788
688
|
}
|
|
789
689
|
}
|
|
790
690
|
}
|
|
791
691
|
};
|
|
792
|
-
export const
|
|
692
|
+
export const Backup = {
|
|
793
693
|
type: {
|
|
794
694
|
name: "Composite",
|
|
795
|
-
className: "
|
|
695
|
+
className: "Backup",
|
|
796
696
|
modelProperties: {
|
|
797
|
-
|
|
798
|
-
|
|
697
|
+
backupRetentionDays: {
|
|
698
|
+
defaultValue: 7,
|
|
699
|
+
serializedName: "backupRetentionDays",
|
|
799
700
|
type: {
|
|
800
|
-
name: "
|
|
701
|
+
name: "Number"
|
|
801
702
|
}
|
|
802
703
|
},
|
|
803
|
-
|
|
804
|
-
|
|
704
|
+
geoRedundantBackup: {
|
|
705
|
+
defaultValue: "Disabled",
|
|
706
|
+
serializedName: "geoRedundantBackup",
|
|
805
707
|
type: {
|
|
806
708
|
name: "String"
|
|
807
709
|
}
|
|
808
710
|
},
|
|
809
|
-
|
|
810
|
-
serializedName: "
|
|
711
|
+
earliestRestoreDate: {
|
|
712
|
+
serializedName: "earliestRestoreDate",
|
|
713
|
+
readOnly: true,
|
|
811
714
|
type: {
|
|
812
|
-
name: "
|
|
715
|
+
name: "DateTime"
|
|
813
716
|
}
|
|
814
717
|
}
|
|
815
718
|
}
|
|
816
719
|
}
|
|
817
720
|
};
|
|
818
|
-
export const
|
|
721
|
+
export const Network = {
|
|
819
722
|
type: {
|
|
820
723
|
name: "Composite",
|
|
821
|
-
className: "
|
|
724
|
+
className: "Network",
|
|
822
725
|
modelProperties: {
|
|
823
|
-
|
|
824
|
-
serializedName: "
|
|
726
|
+
publicNetworkAccess: {
|
|
727
|
+
serializedName: "publicNetworkAccess",
|
|
728
|
+
readOnly: true,
|
|
825
729
|
type: {
|
|
826
|
-
name: "
|
|
827
|
-
element: {
|
|
828
|
-
type: {
|
|
829
|
-
name: "Composite",
|
|
830
|
-
className: "Configuration"
|
|
831
|
-
}
|
|
832
|
-
}
|
|
730
|
+
name: "String"
|
|
833
731
|
}
|
|
834
732
|
},
|
|
835
|
-
|
|
836
|
-
|
|
733
|
+
delegatedSubnetResourceId: {
|
|
734
|
+
defaultValue: "",
|
|
735
|
+
serializedName: "delegatedSubnetResourceId",
|
|
736
|
+
type: {
|
|
737
|
+
name: "String"
|
|
738
|
+
}
|
|
739
|
+
},
|
|
740
|
+
privateDnsZoneArmResourceId: {
|
|
741
|
+
defaultValue: "",
|
|
742
|
+
serializedName: "privateDnsZoneArmResourceId",
|
|
837
743
|
type: {
|
|
838
744
|
name: "String"
|
|
839
745
|
}
|
|
@@ -841,82 +747,159 @@ export const ConfigurationListResult = {
|
|
|
841
747
|
}
|
|
842
748
|
}
|
|
843
749
|
};
|
|
844
|
-
export const
|
|
750
|
+
export const HighAvailability = {
|
|
845
751
|
type: {
|
|
846
752
|
name: "Composite",
|
|
847
|
-
className: "
|
|
753
|
+
className: "HighAvailability",
|
|
848
754
|
modelProperties: {
|
|
849
|
-
|
|
850
|
-
|
|
755
|
+
mode: {
|
|
756
|
+
defaultValue: "Disabled",
|
|
757
|
+
serializedName: "mode",
|
|
851
758
|
type: {
|
|
852
759
|
name: "String"
|
|
853
760
|
}
|
|
854
761
|
},
|
|
855
|
-
|
|
856
|
-
serializedName: "
|
|
762
|
+
state: {
|
|
763
|
+
serializedName: "state",
|
|
857
764
|
readOnly: true,
|
|
858
765
|
type: {
|
|
859
766
|
name: "String"
|
|
860
767
|
}
|
|
861
768
|
},
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
769
|
+
standbyAvailabilityZone: {
|
|
770
|
+
defaultValue: "",
|
|
771
|
+
serializedName: "standbyAvailabilityZone",
|
|
865
772
|
type: {
|
|
866
773
|
name: "String"
|
|
867
774
|
}
|
|
868
|
-
}
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
};
|
|
779
|
+
export const MaintenanceWindow = {
|
|
780
|
+
type: {
|
|
781
|
+
name: "Composite",
|
|
782
|
+
className: "MaintenanceWindow",
|
|
783
|
+
modelProperties: {
|
|
784
|
+
customWindow: {
|
|
785
|
+
defaultValue: "Disabled",
|
|
786
|
+
serializedName: "customWindow",
|
|
872
787
|
type: {
|
|
873
788
|
name: "String"
|
|
874
789
|
}
|
|
875
790
|
},
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
791
|
+
startHour: {
|
|
792
|
+
defaultValue: 0,
|
|
793
|
+
serializedName: "startHour",
|
|
879
794
|
type: {
|
|
880
|
-
name: "
|
|
795
|
+
name: "Number"
|
|
881
796
|
}
|
|
882
797
|
},
|
|
883
|
-
|
|
884
|
-
|
|
798
|
+
startMinute: {
|
|
799
|
+
defaultValue: 0,
|
|
800
|
+
serializedName: "startMinute",
|
|
885
801
|
type: {
|
|
886
|
-
name: "
|
|
802
|
+
name: "Number"
|
|
887
803
|
}
|
|
888
804
|
},
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
805
|
+
dayOfWeek: {
|
|
806
|
+
defaultValue: 0,
|
|
807
|
+
serializedName: "dayOfWeek",
|
|
892
808
|
type: {
|
|
893
|
-
name: "
|
|
809
|
+
name: "Number"
|
|
894
810
|
}
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
}
|
|
814
|
+
};
|
|
815
|
+
export const ServerForUpdate = {
|
|
816
|
+
type: {
|
|
817
|
+
name: "Composite",
|
|
818
|
+
className: "ServerForUpdate",
|
|
819
|
+
modelProperties: {
|
|
820
|
+
sku: {
|
|
821
|
+
serializedName: "sku",
|
|
899
822
|
type: {
|
|
900
|
-
name: "
|
|
823
|
+
name: "Composite",
|
|
824
|
+
className: "Sku"
|
|
901
825
|
}
|
|
902
826
|
},
|
|
903
|
-
|
|
904
|
-
serializedName: "
|
|
905
|
-
readOnly: true,
|
|
827
|
+
identity: {
|
|
828
|
+
serializedName: "identity",
|
|
906
829
|
type: {
|
|
907
|
-
name: "
|
|
830
|
+
name: "Composite",
|
|
831
|
+
className: "UserAssignedIdentity"
|
|
908
832
|
}
|
|
909
833
|
},
|
|
910
|
-
|
|
911
|
-
serializedName: "
|
|
912
|
-
|
|
834
|
+
tags: {
|
|
835
|
+
serializedName: "tags",
|
|
836
|
+
type: {
|
|
837
|
+
name: "Dictionary",
|
|
838
|
+
value: { type: { name: "String" } }
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
administratorLoginPassword: {
|
|
842
|
+
serializedName: "properties.administratorLoginPassword",
|
|
913
843
|
type: {
|
|
914
844
|
name: "String"
|
|
915
845
|
}
|
|
916
846
|
},
|
|
917
|
-
|
|
918
|
-
serializedName: "properties.
|
|
919
|
-
|
|
847
|
+
version: {
|
|
848
|
+
serializedName: "properties.version",
|
|
849
|
+
type: {
|
|
850
|
+
name: "String"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
storage: {
|
|
854
|
+
serializedName: "properties.storage",
|
|
855
|
+
type: {
|
|
856
|
+
name: "Composite",
|
|
857
|
+
className: "Storage"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
backup: {
|
|
861
|
+
serializedName: "properties.backup",
|
|
862
|
+
type: {
|
|
863
|
+
name: "Composite",
|
|
864
|
+
className: "Backup"
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
highAvailability: {
|
|
868
|
+
serializedName: "properties.highAvailability",
|
|
869
|
+
type: {
|
|
870
|
+
name: "Composite",
|
|
871
|
+
className: "HighAvailability"
|
|
872
|
+
}
|
|
873
|
+
},
|
|
874
|
+
maintenanceWindow: {
|
|
875
|
+
serializedName: "properties.maintenanceWindow",
|
|
876
|
+
type: {
|
|
877
|
+
name: "Composite",
|
|
878
|
+
className: "MaintenanceWindow"
|
|
879
|
+
}
|
|
880
|
+
},
|
|
881
|
+
authConfig: {
|
|
882
|
+
serializedName: "properties.authConfig",
|
|
883
|
+
type: {
|
|
884
|
+
name: "Composite",
|
|
885
|
+
className: "AuthConfig"
|
|
886
|
+
}
|
|
887
|
+
},
|
|
888
|
+
dataEncryption: {
|
|
889
|
+
serializedName: "properties.dataEncryption",
|
|
890
|
+
type: {
|
|
891
|
+
name: "Composite",
|
|
892
|
+
className: "DataEncryption"
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
createMode: {
|
|
896
|
+
serializedName: "properties.createMode",
|
|
897
|
+
type: {
|
|
898
|
+
name: "String"
|
|
899
|
+
}
|
|
900
|
+
},
|
|
901
|
+
replicationRole: {
|
|
902
|
+
serializedName: "properties.replicationRole",
|
|
920
903
|
type: {
|
|
921
904
|
name: "String"
|
|
922
905
|
}
|
|
@@ -924,10 +907,10 @@ export const ConfigurationForUpdate = {
|
|
|
924
907
|
}
|
|
925
908
|
}
|
|
926
909
|
};
|
|
927
|
-
export const
|
|
910
|
+
export const ServerListResult = {
|
|
928
911
|
type: {
|
|
929
912
|
name: "Composite",
|
|
930
|
-
className: "
|
|
913
|
+
className: "ServerListResult",
|
|
931
914
|
modelProperties: {
|
|
932
915
|
value: {
|
|
933
916
|
serializedName: "value",
|
|
@@ -936,7 +919,7 @@ export const DatabaseListResult = {
|
|
|
936
919
|
element: {
|
|
937
920
|
type: {
|
|
938
921
|
name: "Composite",
|
|
939
|
-
className: "
|
|
922
|
+
className: "Server"
|
|
940
923
|
}
|
|
941
924
|
}
|
|
942
925
|
}
|
|
@@ -950,47 +933,43 @@ export const DatabaseListResult = {
|
|
|
950
933
|
}
|
|
951
934
|
}
|
|
952
935
|
};
|
|
953
|
-
export const
|
|
936
|
+
export const MigrationStatus = {
|
|
954
937
|
type: {
|
|
955
938
|
name: "Composite",
|
|
956
|
-
className: "
|
|
939
|
+
className: "MigrationStatus",
|
|
957
940
|
modelProperties: {
|
|
958
|
-
|
|
959
|
-
serializedName: "
|
|
941
|
+
state: {
|
|
942
|
+
serializedName: "state",
|
|
943
|
+
readOnly: true,
|
|
960
944
|
type: {
|
|
961
|
-
name: "
|
|
962
|
-
element: {
|
|
963
|
-
type: {
|
|
964
|
-
name: "Composite",
|
|
965
|
-
className: "FirewallRule"
|
|
966
|
-
}
|
|
967
|
-
}
|
|
945
|
+
name: "String"
|
|
968
946
|
}
|
|
969
947
|
},
|
|
970
|
-
|
|
971
|
-
serializedName: "
|
|
948
|
+
error: {
|
|
949
|
+
serializedName: "error",
|
|
950
|
+
readOnly: true,
|
|
972
951
|
type: {
|
|
973
952
|
name: "String"
|
|
974
953
|
}
|
|
954
|
+
},
|
|
955
|
+
currentSubStateDetails: {
|
|
956
|
+
serializedName: "currentSubStateDetails",
|
|
957
|
+
type: {
|
|
958
|
+
name: "Composite",
|
|
959
|
+
className: "MigrationSubStateDetails"
|
|
960
|
+
}
|
|
975
961
|
}
|
|
976
962
|
}
|
|
977
963
|
}
|
|
978
964
|
};
|
|
979
|
-
export const
|
|
965
|
+
export const MigrationSubStateDetails = {
|
|
980
966
|
type: {
|
|
981
967
|
name: "Composite",
|
|
982
|
-
className: "
|
|
968
|
+
className: "MigrationSubStateDetails",
|
|
983
969
|
modelProperties: {
|
|
984
|
-
|
|
985
|
-
serializedName: "
|
|
986
|
-
|
|
987
|
-
type: {
|
|
988
|
-
name: "String"
|
|
989
|
-
}
|
|
990
|
-
},
|
|
991
|
-
tier: {
|
|
992
|
-
serializedName: "tier",
|
|
993
|
-
required: true,
|
|
970
|
+
currentSubState: {
|
|
971
|
+
serializedName: "currentSubState",
|
|
972
|
+
readOnly: true,
|
|
994
973
|
type: {
|
|
995
974
|
name: "String"
|
|
996
975
|
}
|
|
@@ -998,41 +977,55 @@ export const Sku = {
|
|
|
998
977
|
}
|
|
999
978
|
}
|
|
1000
979
|
};
|
|
1001
|
-
export const
|
|
980
|
+
export const DbServerMetadata = {
|
|
1002
981
|
type: {
|
|
1003
982
|
name: "Composite",
|
|
1004
|
-
className: "
|
|
983
|
+
className: "DbServerMetadata",
|
|
1005
984
|
modelProperties: {
|
|
1006
|
-
|
|
1007
|
-
serializedName: "
|
|
985
|
+
location: {
|
|
986
|
+
serializedName: "location",
|
|
987
|
+
readOnly: true,
|
|
1008
988
|
type: {
|
|
1009
|
-
name: "
|
|
1010
|
-
value: { type: { name: "Composite", className: "UserIdentity" } }
|
|
989
|
+
name: "String"
|
|
1011
990
|
}
|
|
1012
991
|
},
|
|
1013
|
-
|
|
1014
|
-
serializedName: "
|
|
1015
|
-
required: true,
|
|
992
|
+
version: {
|
|
993
|
+
serializedName: "version",
|
|
1016
994
|
type: {
|
|
1017
995
|
name: "String"
|
|
1018
996
|
}
|
|
997
|
+
},
|
|
998
|
+
storageMb: {
|
|
999
|
+
serializedName: "storageMb",
|
|
1000
|
+
type: {
|
|
1001
|
+
name: "Number"
|
|
1002
|
+
}
|
|
1003
|
+
},
|
|
1004
|
+
sku: {
|
|
1005
|
+
serializedName: "sku",
|
|
1006
|
+
type: {
|
|
1007
|
+
name: "Composite",
|
|
1008
|
+
className: "ServerSkuAutoGenerated"
|
|
1009
|
+
}
|
|
1019
1010
|
}
|
|
1020
1011
|
}
|
|
1021
1012
|
}
|
|
1022
1013
|
};
|
|
1023
|
-
export const
|
|
1014
|
+
export const ServerSkuAutoGenerated = {
|
|
1024
1015
|
type: {
|
|
1025
1016
|
name: "Composite",
|
|
1026
|
-
className: "
|
|
1017
|
+
className: "ServerSkuAutoGenerated",
|
|
1027
1018
|
modelProperties: {
|
|
1028
|
-
|
|
1029
|
-
serializedName: "
|
|
1019
|
+
name: {
|
|
1020
|
+
serializedName: "name",
|
|
1021
|
+
required: true,
|
|
1030
1022
|
type: {
|
|
1031
1023
|
name: "String"
|
|
1032
1024
|
}
|
|
1033
1025
|
},
|
|
1034
|
-
|
|
1035
|
-
serializedName: "
|
|
1026
|
+
tier: {
|
|
1027
|
+
serializedName: "tier",
|
|
1028
|
+
required: true,
|
|
1036
1029
|
type: {
|
|
1037
1030
|
name: "String"
|
|
1038
1031
|
}
|
|
@@ -1040,41 +1033,36 @@ export const UserIdentity = {
|
|
|
1040
1033
|
}
|
|
1041
1034
|
}
|
|
1042
1035
|
};
|
|
1043
|
-
export const
|
|
1036
|
+
export const MigrationSecretParameters = {
|
|
1044
1037
|
type: {
|
|
1045
1038
|
name: "Composite",
|
|
1046
|
-
className: "
|
|
1039
|
+
className: "MigrationSecretParameters",
|
|
1047
1040
|
modelProperties: {
|
|
1048
|
-
|
|
1049
|
-
serializedName: "
|
|
1041
|
+
adminCredentials: {
|
|
1042
|
+
serializedName: "adminCredentials",
|
|
1050
1043
|
type: {
|
|
1051
|
-
name: "
|
|
1044
|
+
name: "Composite",
|
|
1045
|
+
className: "AdminCredentials"
|
|
1052
1046
|
}
|
|
1053
1047
|
}
|
|
1054
1048
|
}
|
|
1055
1049
|
}
|
|
1056
1050
|
};
|
|
1057
|
-
export const
|
|
1051
|
+
export const AdminCredentials = {
|
|
1058
1052
|
type: {
|
|
1059
1053
|
name: "Composite",
|
|
1060
|
-
className: "
|
|
1054
|
+
className: "AdminCredentials",
|
|
1061
1055
|
modelProperties: {
|
|
1062
|
-
|
|
1063
|
-
serializedName: "
|
|
1064
|
-
|
|
1065
|
-
name: "String"
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
passwordAuth: {
|
|
1069
|
-
defaultValue: "Enabled",
|
|
1070
|
-
serializedName: "passwordAuth",
|
|
1056
|
+
sourceServerPassword: {
|
|
1057
|
+
serializedName: "sourceServerPassword",
|
|
1058
|
+
required: true,
|
|
1071
1059
|
type: {
|
|
1072
1060
|
name: "String"
|
|
1073
1061
|
}
|
|
1074
1062
|
},
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1063
|
+
targetServerPassword: {
|
|
1064
|
+
serializedName: "targetServerPassword",
|
|
1065
|
+
required: true,
|
|
1078
1066
|
type: {
|
|
1079
1067
|
name: "String"
|
|
1080
1068
|
}
|
|
@@ -1082,112 +1070,117 @@ export const AuthConfig = {
|
|
|
1082
1070
|
}
|
|
1083
1071
|
}
|
|
1084
1072
|
};
|
|
1085
|
-
export const
|
|
1073
|
+
export const MigrationResourceForPatch = {
|
|
1086
1074
|
type: {
|
|
1087
1075
|
name: "Composite",
|
|
1088
|
-
className: "
|
|
1076
|
+
className: "MigrationResourceForPatch",
|
|
1089
1077
|
modelProperties: {
|
|
1090
|
-
|
|
1091
|
-
serializedName: "
|
|
1078
|
+
tags: {
|
|
1079
|
+
serializedName: "tags",
|
|
1080
|
+
type: {
|
|
1081
|
+
name: "Dictionary",
|
|
1082
|
+
value: { type: { name: "String" } }
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
sourceDbServerResourceId: {
|
|
1086
|
+
serializedName: "properties.sourceDbServerResourceId",
|
|
1092
1087
|
type: {
|
|
1093
1088
|
name: "String"
|
|
1094
1089
|
}
|
|
1095
1090
|
},
|
|
1096
|
-
|
|
1097
|
-
serializedName: "
|
|
1091
|
+
sourceDbServerFullyQualifiedDomainName: {
|
|
1092
|
+
serializedName: "properties.sourceDbServerFullyQualifiedDomainName",
|
|
1098
1093
|
type: {
|
|
1099
1094
|
name: "String"
|
|
1100
1095
|
}
|
|
1101
1096
|
},
|
|
1102
|
-
|
|
1103
|
-
serializedName: "
|
|
1097
|
+
targetDbServerFullyQualifiedDomainName: {
|
|
1098
|
+
serializedName: "properties.targetDbServerFullyQualifiedDomainName",
|
|
1104
1099
|
type: {
|
|
1105
1100
|
name: "String"
|
|
1106
1101
|
}
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
};
|
|
1111
|
-
export const Backup = {
|
|
1112
|
-
type: {
|
|
1113
|
-
name: "Composite",
|
|
1114
|
-
className: "Backup",
|
|
1115
|
-
modelProperties: {
|
|
1116
|
-
backupRetentionDays: {
|
|
1117
|
-
defaultValue: 7,
|
|
1118
|
-
serializedName: "backupRetentionDays",
|
|
1102
|
+
},
|
|
1103
|
+
secretParameters: {
|
|
1104
|
+
serializedName: "properties.secretParameters",
|
|
1119
1105
|
type: {
|
|
1120
|
-
name: "
|
|
1106
|
+
name: "Composite",
|
|
1107
|
+
className: "MigrationSecretParameters"
|
|
1121
1108
|
}
|
|
1122
1109
|
},
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1110
|
+
dbsToMigrate: {
|
|
1111
|
+
constraints: {
|
|
1112
|
+
MaxItems: 50
|
|
1113
|
+
},
|
|
1114
|
+
serializedName: "properties.dbsToMigrate",
|
|
1126
1115
|
type: {
|
|
1127
|
-
name: "
|
|
1116
|
+
name: "Sequence",
|
|
1117
|
+
element: {
|
|
1118
|
+
type: {
|
|
1119
|
+
name: "String"
|
|
1120
|
+
}
|
|
1121
|
+
}
|
|
1128
1122
|
}
|
|
1129
1123
|
},
|
|
1130
|
-
|
|
1131
|
-
serializedName: "
|
|
1132
|
-
readOnly: true,
|
|
1124
|
+
setupLogicalReplicationOnSourceDbIfNeeded: {
|
|
1125
|
+
serializedName: "properties.setupLogicalReplicationOnSourceDbIfNeeded",
|
|
1133
1126
|
type: {
|
|
1134
|
-
name: "
|
|
1127
|
+
name: "String"
|
|
1135
1128
|
}
|
|
1136
|
-
}
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
};
|
|
1140
|
-
export const Network = {
|
|
1141
|
-
type: {
|
|
1142
|
-
name: "Composite",
|
|
1143
|
-
className: "Network",
|
|
1144
|
-
modelProperties: {
|
|
1145
|
-
publicNetworkAccess: {
|
|
1146
|
-
serializedName: "publicNetworkAccess",
|
|
1147
|
-
readOnly: true,
|
|
1129
|
+
},
|
|
1130
|
+
overwriteDbsInTarget: {
|
|
1131
|
+
serializedName: "properties.overwriteDbsInTarget",
|
|
1148
1132
|
type: {
|
|
1149
1133
|
name: "String"
|
|
1150
1134
|
}
|
|
1151
1135
|
},
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
serializedName: "delegatedSubnetResourceId",
|
|
1136
|
+
migrationWindowStartTimeInUtc: {
|
|
1137
|
+
serializedName: "properties.migrationWindowStartTimeInUtc",
|
|
1155
1138
|
type: {
|
|
1156
|
-
name: "
|
|
1139
|
+
name: "DateTime"
|
|
1157
1140
|
}
|
|
1158
1141
|
},
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
serializedName: "privateDnsZoneArmResourceId",
|
|
1142
|
+
startDataMigration: {
|
|
1143
|
+
serializedName: "properties.startDataMigration",
|
|
1162
1144
|
type: {
|
|
1163
1145
|
name: "String"
|
|
1164
1146
|
}
|
|
1165
|
-
}
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
};
|
|
1169
|
-
export const HighAvailability = {
|
|
1170
|
-
type: {
|
|
1171
|
-
name: "Composite",
|
|
1172
|
-
className: "HighAvailability",
|
|
1173
|
-
modelProperties: {
|
|
1174
|
-
mode: {
|
|
1175
|
-
defaultValue: "Disabled",
|
|
1176
|
-
serializedName: "mode",
|
|
1147
|
+
},
|
|
1148
|
+
triggerCutover: {
|
|
1149
|
+
serializedName: "properties.triggerCutover",
|
|
1177
1150
|
type: {
|
|
1178
1151
|
name: "String"
|
|
1179
1152
|
}
|
|
1180
1153
|
},
|
|
1181
|
-
|
|
1182
|
-
serializedName: "
|
|
1183
|
-
|
|
1154
|
+
dbsToTriggerCutoverOn: {
|
|
1155
|
+
serializedName: "properties.dbsToTriggerCutoverOn",
|
|
1156
|
+
type: {
|
|
1157
|
+
name: "Sequence",
|
|
1158
|
+
element: {
|
|
1159
|
+
type: {
|
|
1160
|
+
name: "String"
|
|
1161
|
+
}
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
},
|
|
1165
|
+
cancel: {
|
|
1166
|
+
serializedName: "properties.cancel",
|
|
1184
1167
|
type: {
|
|
1185
1168
|
name: "String"
|
|
1186
1169
|
}
|
|
1187
1170
|
},
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1171
|
+
dbsToCancelMigrationOn: {
|
|
1172
|
+
serializedName: "properties.dbsToCancelMigrationOn",
|
|
1173
|
+
type: {
|
|
1174
|
+
name: "Sequence",
|
|
1175
|
+
element: {
|
|
1176
|
+
type: {
|
|
1177
|
+
name: "String"
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
migrationMode: {
|
|
1183
|
+
serializedName: "properties.migrationMode",
|
|
1191
1184
|
type: {
|
|
1192
1185
|
name: "String"
|
|
1193
1186
|
}
|
|
@@ -1195,156 +1188,70 @@ export const HighAvailability = {
|
|
|
1195
1188
|
}
|
|
1196
1189
|
}
|
|
1197
1190
|
};
|
|
1198
|
-
export const
|
|
1191
|
+
export const MigrationResourceListResult = {
|
|
1199
1192
|
type: {
|
|
1200
1193
|
name: "Composite",
|
|
1201
|
-
className: "
|
|
1194
|
+
className: "MigrationResourceListResult",
|
|
1202
1195
|
modelProperties: {
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
type: {
|
|
1207
|
-
name: "String"
|
|
1208
|
-
}
|
|
1209
|
-
},
|
|
1210
|
-
startHour: {
|
|
1211
|
-
defaultValue: 0,
|
|
1212
|
-
serializedName: "startHour",
|
|
1213
|
-
type: {
|
|
1214
|
-
name: "Number"
|
|
1215
|
-
}
|
|
1216
|
-
},
|
|
1217
|
-
startMinute: {
|
|
1218
|
-
defaultValue: 0,
|
|
1219
|
-
serializedName: "startMinute",
|
|
1196
|
+
value: {
|
|
1197
|
+
serializedName: "value",
|
|
1198
|
+
readOnly: true,
|
|
1220
1199
|
type: {
|
|
1221
|
-
name: "
|
|
1200
|
+
name: "Sequence",
|
|
1201
|
+
element: {
|
|
1202
|
+
type: {
|
|
1203
|
+
name: "Composite",
|
|
1204
|
+
className: "MigrationResource"
|
|
1205
|
+
}
|
|
1206
|
+
}
|
|
1222
1207
|
}
|
|
1223
1208
|
},
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1209
|
+
nextLink: {
|
|
1210
|
+
serializedName: "nextLink",
|
|
1211
|
+
readOnly: true,
|
|
1227
1212
|
type: {
|
|
1228
|
-
name: "
|
|
1213
|
+
name: "String"
|
|
1229
1214
|
}
|
|
1230
1215
|
}
|
|
1231
1216
|
}
|
|
1232
1217
|
}
|
|
1233
1218
|
};
|
|
1234
|
-
export const
|
|
1219
|
+
export const MigrationNameAvailabilityResource = {
|
|
1235
1220
|
type: {
|
|
1236
1221
|
name: "Composite",
|
|
1237
|
-
className: "
|
|
1222
|
+
className: "MigrationNameAvailabilityResource",
|
|
1238
1223
|
modelProperties: {
|
|
1239
|
-
|
|
1240
|
-
serializedName: "
|
|
1241
|
-
|
|
1242
|
-
name: "Composite",
|
|
1243
|
-
className: "Sku"
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
|
-
identity: {
|
|
1247
|
-
serializedName: "identity",
|
|
1248
|
-
type: {
|
|
1249
|
-
name: "Composite",
|
|
1250
|
-
className: "UserAssignedIdentity"
|
|
1251
|
-
}
|
|
1252
|
-
},
|
|
1253
|
-
tags: {
|
|
1254
|
-
serializedName: "tags",
|
|
1255
|
-
type: {
|
|
1256
|
-
name: "Dictionary",
|
|
1257
|
-
value: { type: { name: "String" } }
|
|
1258
|
-
}
|
|
1259
|
-
},
|
|
1260
|
-
administratorLoginPassword: {
|
|
1261
|
-
serializedName: "properties.administratorLoginPassword",
|
|
1224
|
+
name: {
|
|
1225
|
+
serializedName: "name",
|
|
1226
|
+
required: true,
|
|
1262
1227
|
type: {
|
|
1263
1228
|
name: "String"
|
|
1264
1229
|
}
|
|
1265
1230
|
},
|
|
1266
|
-
|
|
1267
|
-
serializedName: "
|
|
1231
|
+
type: {
|
|
1232
|
+
serializedName: "type",
|
|
1233
|
+
required: true,
|
|
1268
1234
|
type: {
|
|
1269
1235
|
name: "String"
|
|
1270
1236
|
}
|
|
1271
1237
|
},
|
|
1272
|
-
|
|
1273
|
-
serializedName: "
|
|
1274
|
-
|
|
1275
|
-
name: "Composite",
|
|
1276
|
-
className: "Storage"
|
|
1277
|
-
}
|
|
1278
|
-
},
|
|
1279
|
-
backup: {
|
|
1280
|
-
serializedName: "properties.backup",
|
|
1281
|
-
type: {
|
|
1282
|
-
name: "Composite",
|
|
1283
|
-
className: "Backup"
|
|
1284
|
-
}
|
|
1285
|
-
},
|
|
1286
|
-
highAvailability: {
|
|
1287
|
-
serializedName: "properties.highAvailability",
|
|
1288
|
-
type: {
|
|
1289
|
-
name: "Composite",
|
|
1290
|
-
className: "HighAvailability"
|
|
1291
|
-
}
|
|
1292
|
-
},
|
|
1293
|
-
maintenanceWindow: {
|
|
1294
|
-
serializedName: "properties.maintenanceWindow",
|
|
1295
|
-
type: {
|
|
1296
|
-
name: "Composite",
|
|
1297
|
-
className: "MaintenanceWindow"
|
|
1298
|
-
}
|
|
1299
|
-
},
|
|
1300
|
-
authConfig: {
|
|
1301
|
-
serializedName: "properties.authConfig",
|
|
1302
|
-
type: {
|
|
1303
|
-
name: "Composite",
|
|
1304
|
-
className: "AuthConfig"
|
|
1305
|
-
}
|
|
1306
|
-
},
|
|
1307
|
-
dataEncryption: {
|
|
1308
|
-
serializedName: "properties.dataEncryption",
|
|
1309
|
-
type: {
|
|
1310
|
-
name: "Composite",
|
|
1311
|
-
className: "DataEncryption"
|
|
1312
|
-
}
|
|
1313
|
-
},
|
|
1314
|
-
createMode: {
|
|
1315
|
-
serializedName: "properties.createMode",
|
|
1238
|
+
nameAvailable: {
|
|
1239
|
+
serializedName: "nameAvailable",
|
|
1240
|
+
readOnly: true,
|
|
1316
1241
|
type: {
|
|
1317
|
-
name: "
|
|
1242
|
+
name: "Boolean"
|
|
1318
1243
|
}
|
|
1319
1244
|
},
|
|
1320
|
-
|
|
1321
|
-
serializedName: "
|
|
1245
|
+
reason: {
|
|
1246
|
+
serializedName: "reason",
|
|
1247
|
+
readOnly: true,
|
|
1322
1248
|
type: {
|
|
1323
1249
|
name: "String"
|
|
1324
1250
|
}
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
}
|
|
1328
|
-
};
|
|
1329
|
-
export const ServerListResult = {
|
|
1330
|
-
type: {
|
|
1331
|
-
name: "Composite",
|
|
1332
|
-
className: "ServerListResult",
|
|
1333
|
-
modelProperties: {
|
|
1334
|
-
value: {
|
|
1335
|
-
serializedName: "value",
|
|
1336
|
-
type: {
|
|
1337
|
-
name: "Sequence",
|
|
1338
|
-
element: {
|
|
1339
|
-
type: {
|
|
1340
|
-
name: "Composite",
|
|
1341
|
-
className: "Server"
|
|
1342
|
-
}
|
|
1343
|
-
}
|
|
1344
|
-
}
|
|
1345
1251
|
},
|
|
1346
|
-
|
|
1347
|
-
serializedName: "
|
|
1252
|
+
message: {
|
|
1253
|
+
serializedName: "message",
|
|
1254
|
+
readOnly: true,
|
|
1348
1255
|
type: {
|
|
1349
1256
|
name: "String"
|
|
1350
1257
|
}
|
|
@@ -1459,6 +1366,32 @@ export const OperationDisplay = {
|
|
|
1459
1366
|
}
|
|
1460
1367
|
}
|
|
1461
1368
|
};
|
|
1369
|
+
export const LogFileListResult = {
|
|
1370
|
+
type: {
|
|
1371
|
+
name: "Composite",
|
|
1372
|
+
className: "LogFileListResult",
|
|
1373
|
+
modelProperties: {
|
|
1374
|
+
value: {
|
|
1375
|
+
serializedName: "value",
|
|
1376
|
+
type: {
|
|
1377
|
+
name: "Sequence",
|
|
1378
|
+
element: {
|
|
1379
|
+
type: {
|
|
1380
|
+
name: "Composite",
|
|
1381
|
+
className: "LogFile"
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
nextLink: {
|
|
1387
|
+
serializedName: "nextLink",
|
|
1388
|
+
type: {
|
|
1389
|
+
name: "String"
|
|
1390
|
+
}
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
}
|
|
1394
|
+
};
|
|
1462
1395
|
export const RestartParameter = {
|
|
1463
1396
|
type: {
|
|
1464
1397
|
name: "Composite",
|
|
@@ -1506,70 +1439,569 @@ export const VirtualNetworkSubnetUsageResult = {
|
|
|
1506
1439
|
element: {
|
|
1507
1440
|
type: {
|
|
1508
1441
|
name: "Composite",
|
|
1509
|
-
className: "DelegatedSubnetUsage"
|
|
1442
|
+
className: "DelegatedSubnetUsage"
|
|
1443
|
+
}
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1447
|
+
location: {
|
|
1448
|
+
serializedName: "location",
|
|
1449
|
+
readOnly: true,
|
|
1450
|
+
type: {
|
|
1451
|
+
name: "String"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
subscriptionId: {
|
|
1455
|
+
serializedName: "subscriptionId",
|
|
1456
|
+
readOnly: true,
|
|
1457
|
+
type: {
|
|
1458
|
+
name: "String"
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
}
|
|
1462
|
+
}
|
|
1463
|
+
};
|
|
1464
|
+
export const DelegatedSubnetUsage = {
|
|
1465
|
+
type: {
|
|
1466
|
+
name: "Composite",
|
|
1467
|
+
className: "DelegatedSubnetUsage",
|
|
1468
|
+
modelProperties: {
|
|
1469
|
+
subnetName: {
|
|
1470
|
+
serializedName: "subnetName",
|
|
1471
|
+
readOnly: true,
|
|
1472
|
+
type: {
|
|
1473
|
+
name: "String"
|
|
1474
|
+
}
|
|
1475
|
+
},
|
|
1476
|
+
usage: {
|
|
1477
|
+
serializedName: "usage",
|
|
1478
|
+
readOnly: true,
|
|
1479
|
+
type: {
|
|
1480
|
+
name: "Number"
|
|
1481
|
+
}
|
|
1482
|
+
}
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
};
|
|
1486
|
+
export const BackupRequestBase = {
|
|
1487
|
+
type: {
|
|
1488
|
+
name: "Composite",
|
|
1489
|
+
className: "BackupRequestBase",
|
|
1490
|
+
modelProperties: {
|
|
1491
|
+
backupSettings: {
|
|
1492
|
+
serializedName: "backupSettings",
|
|
1493
|
+
type: {
|
|
1494
|
+
name: "Composite",
|
|
1495
|
+
className: "BackupSettings"
|
|
1496
|
+
}
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
}
|
|
1500
|
+
};
|
|
1501
|
+
export const BackupSettings = {
|
|
1502
|
+
type: {
|
|
1503
|
+
name: "Composite",
|
|
1504
|
+
className: "BackupSettings",
|
|
1505
|
+
modelProperties: {
|
|
1506
|
+
backupName: {
|
|
1507
|
+
serializedName: "backupName",
|
|
1508
|
+
required: true,
|
|
1509
|
+
type: {
|
|
1510
|
+
name: "String"
|
|
1511
|
+
}
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
};
|
|
1516
|
+
export const LtrPreBackupResponse = {
|
|
1517
|
+
type: {
|
|
1518
|
+
name: "Composite",
|
|
1519
|
+
className: "LtrPreBackupResponse",
|
|
1520
|
+
modelProperties: {
|
|
1521
|
+
numberOfContainers: {
|
|
1522
|
+
serializedName: "properties.numberOfContainers",
|
|
1523
|
+
required: true,
|
|
1524
|
+
type: {
|
|
1525
|
+
name: "Number"
|
|
1526
|
+
}
|
|
1527
|
+
}
|
|
1528
|
+
}
|
|
1529
|
+
}
|
|
1530
|
+
};
|
|
1531
|
+
export const BackupStoreDetails = {
|
|
1532
|
+
type: {
|
|
1533
|
+
name: "Composite",
|
|
1534
|
+
className: "BackupStoreDetails",
|
|
1535
|
+
modelProperties: {
|
|
1536
|
+
sasUriList: {
|
|
1537
|
+
serializedName: "sasUriList",
|
|
1538
|
+
required: true,
|
|
1539
|
+
type: {
|
|
1540
|
+
name: "Sequence",
|
|
1541
|
+
element: {
|
|
1542
|
+
type: {
|
|
1543
|
+
name: "String"
|
|
1544
|
+
}
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
}
|
|
1550
|
+
};
|
|
1551
|
+
export const LtrBackupResponse = {
|
|
1552
|
+
type: {
|
|
1553
|
+
name: "Composite",
|
|
1554
|
+
className: "LtrBackupResponse",
|
|
1555
|
+
modelProperties: {
|
|
1556
|
+
datasourceSizeInBytes: {
|
|
1557
|
+
serializedName: "properties.datasourceSizeInBytes",
|
|
1558
|
+
type: {
|
|
1559
|
+
name: "Number"
|
|
1560
|
+
}
|
|
1561
|
+
},
|
|
1562
|
+
dataTransferredInBytes: {
|
|
1563
|
+
serializedName: "properties.dataTransferredInBytes",
|
|
1564
|
+
type: {
|
|
1565
|
+
name: "Number"
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
backupName: {
|
|
1569
|
+
serializedName: "properties.backupName",
|
|
1570
|
+
type: {
|
|
1571
|
+
name: "String"
|
|
1572
|
+
}
|
|
1573
|
+
},
|
|
1574
|
+
backupMetadata: {
|
|
1575
|
+
serializedName: "properties.backupMetadata",
|
|
1576
|
+
type: {
|
|
1577
|
+
name: "String"
|
|
1578
|
+
}
|
|
1579
|
+
},
|
|
1580
|
+
status: {
|
|
1581
|
+
serializedName: "properties.status",
|
|
1582
|
+
type: {
|
|
1583
|
+
name: "String"
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
startTime: {
|
|
1587
|
+
serializedName: "properties.startTime",
|
|
1588
|
+
type: {
|
|
1589
|
+
name: "DateTime"
|
|
1590
|
+
}
|
|
1591
|
+
},
|
|
1592
|
+
endTime: {
|
|
1593
|
+
serializedName: "properties.endTime",
|
|
1594
|
+
type: {
|
|
1595
|
+
name: "DateTime"
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
percentComplete: {
|
|
1599
|
+
constraints: {
|
|
1600
|
+
InclusiveMaximum: 100,
|
|
1601
|
+
InclusiveMinimum: 0
|
|
1602
|
+
},
|
|
1603
|
+
serializedName: "properties.percentComplete",
|
|
1604
|
+
type: {
|
|
1605
|
+
name: "Number"
|
|
1606
|
+
}
|
|
1607
|
+
},
|
|
1608
|
+
errorCode: {
|
|
1609
|
+
serializedName: "properties.errorCode",
|
|
1610
|
+
readOnly: true,
|
|
1611
|
+
type: {
|
|
1612
|
+
name: "String"
|
|
1613
|
+
}
|
|
1614
|
+
},
|
|
1615
|
+
errorMessage: {
|
|
1616
|
+
serializedName: "properties.errorMessage",
|
|
1617
|
+
readOnly: true,
|
|
1618
|
+
type: {
|
|
1619
|
+
name: "String"
|
|
1620
|
+
}
|
|
1621
|
+
}
|
|
1622
|
+
}
|
|
1623
|
+
}
|
|
1624
|
+
};
|
|
1625
|
+
export const LtrServerBackupOperationList = {
|
|
1626
|
+
type: {
|
|
1627
|
+
name: "Composite",
|
|
1628
|
+
className: "LtrServerBackupOperationList",
|
|
1629
|
+
modelProperties: {
|
|
1630
|
+
value: {
|
|
1631
|
+
serializedName: "value",
|
|
1632
|
+
type: {
|
|
1633
|
+
name: "Sequence",
|
|
1634
|
+
element: {
|
|
1635
|
+
type: {
|
|
1636
|
+
name: "Composite",
|
|
1637
|
+
className: "LtrServerBackupOperation"
|
|
1638
|
+
}
|
|
1639
|
+
}
|
|
1640
|
+
}
|
|
1641
|
+
},
|
|
1642
|
+
nextLink: {
|
|
1643
|
+
serializedName: "nextLink",
|
|
1644
|
+
type: {
|
|
1645
|
+
name: "String"
|
|
1646
|
+
}
|
|
1647
|
+
}
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
};
|
|
1651
|
+
export const ProxyResource = {
|
|
1652
|
+
type: {
|
|
1653
|
+
name: "Composite",
|
|
1654
|
+
className: "ProxyResource",
|
|
1655
|
+
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
1656
|
+
}
|
|
1657
|
+
};
|
|
1658
|
+
export const TrackedResource = {
|
|
1659
|
+
type: {
|
|
1660
|
+
name: "Composite",
|
|
1661
|
+
className: "TrackedResource",
|
|
1662
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
1663
|
+
serializedName: "tags",
|
|
1664
|
+
type: {
|
|
1665
|
+
name: "Dictionary",
|
|
1666
|
+
value: { type: { name: "String" } }
|
|
1667
|
+
}
|
|
1668
|
+
}, location: {
|
|
1669
|
+
serializedName: "location",
|
|
1670
|
+
required: true,
|
|
1671
|
+
type: {
|
|
1672
|
+
name: "String"
|
|
1673
|
+
}
|
|
1674
|
+
} })
|
|
1675
|
+
}
|
|
1676
|
+
};
|
|
1677
|
+
export const StorageTierCapability = {
|
|
1678
|
+
type: {
|
|
1679
|
+
name: "Composite",
|
|
1680
|
+
className: "StorageTierCapability",
|
|
1681
|
+
modelProperties: Object.assign(Object.assign({}, CapabilityBase.type.modelProperties), { name: {
|
|
1682
|
+
serializedName: "name",
|
|
1683
|
+
readOnly: true,
|
|
1684
|
+
type: {
|
|
1685
|
+
name: "String"
|
|
1686
|
+
}
|
|
1687
|
+
}, iops: {
|
|
1688
|
+
serializedName: "iops",
|
|
1689
|
+
readOnly: true,
|
|
1690
|
+
type: {
|
|
1691
|
+
name: "Number"
|
|
1692
|
+
}
|
|
1693
|
+
} })
|
|
1694
|
+
}
|
|
1695
|
+
};
|
|
1696
|
+
export const StorageMbCapability = {
|
|
1697
|
+
type: {
|
|
1698
|
+
name: "Composite",
|
|
1699
|
+
className: "StorageMbCapability",
|
|
1700
|
+
modelProperties: Object.assign(Object.assign({}, CapabilityBase.type.modelProperties), { supportedIops: {
|
|
1701
|
+
serializedName: "supportedIops",
|
|
1702
|
+
readOnly: true,
|
|
1703
|
+
type: {
|
|
1704
|
+
name: "Number"
|
|
1705
|
+
}
|
|
1706
|
+
}, storageSizeMb: {
|
|
1707
|
+
serializedName: "storageSizeMb",
|
|
1708
|
+
readOnly: true,
|
|
1709
|
+
type: {
|
|
1710
|
+
name: "Number"
|
|
1711
|
+
}
|
|
1712
|
+
}, defaultIopsTier: {
|
|
1713
|
+
serializedName: "defaultIopsTier",
|
|
1714
|
+
readOnly: true,
|
|
1715
|
+
type: {
|
|
1716
|
+
name: "String"
|
|
1717
|
+
}
|
|
1718
|
+
}, supportedIopsTiers: {
|
|
1719
|
+
serializedName: "supportedIopsTiers",
|
|
1720
|
+
readOnly: true,
|
|
1721
|
+
type: {
|
|
1722
|
+
name: "Sequence",
|
|
1723
|
+
element: {
|
|
1724
|
+
type: {
|
|
1725
|
+
name: "Composite",
|
|
1726
|
+
className: "StorageTierCapability"
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1729
|
+
}
|
|
1730
|
+
} })
|
|
1731
|
+
}
|
|
1732
|
+
};
|
|
1733
|
+
export const StorageEditionCapability = {
|
|
1734
|
+
type: {
|
|
1735
|
+
name: "Composite",
|
|
1736
|
+
className: "StorageEditionCapability",
|
|
1737
|
+
modelProperties: Object.assign(Object.assign({}, CapabilityBase.type.modelProperties), { name: {
|
|
1738
|
+
serializedName: "name",
|
|
1739
|
+
readOnly: true,
|
|
1740
|
+
type: {
|
|
1741
|
+
name: "String"
|
|
1742
|
+
}
|
|
1743
|
+
}, defaultStorageSizeMb: {
|
|
1744
|
+
serializedName: "defaultStorageSizeMb",
|
|
1745
|
+
readOnly: true,
|
|
1746
|
+
type: {
|
|
1747
|
+
name: "Number"
|
|
1748
|
+
}
|
|
1749
|
+
}, supportedStorageMb: {
|
|
1750
|
+
serializedName: "supportedStorageMb",
|
|
1751
|
+
readOnly: true,
|
|
1752
|
+
type: {
|
|
1753
|
+
name: "Sequence",
|
|
1754
|
+
element: {
|
|
1755
|
+
type: {
|
|
1756
|
+
name: "Composite",
|
|
1757
|
+
className: "StorageMbCapability"
|
|
1758
|
+
}
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
} })
|
|
1762
|
+
}
|
|
1763
|
+
};
|
|
1764
|
+
export const ServerSku = {
|
|
1765
|
+
type: {
|
|
1766
|
+
name: "Composite",
|
|
1767
|
+
className: "ServerSku",
|
|
1768
|
+
modelProperties: Object.assign(Object.assign({}, CapabilityBase.type.modelProperties), { name: {
|
|
1769
|
+
serializedName: "name",
|
|
1770
|
+
readOnly: true,
|
|
1771
|
+
type: {
|
|
1772
|
+
name: "String"
|
|
1773
|
+
}
|
|
1774
|
+
}, vCores: {
|
|
1775
|
+
serializedName: "vCores",
|
|
1776
|
+
readOnly: true,
|
|
1777
|
+
type: {
|
|
1778
|
+
name: "Number"
|
|
1779
|
+
}
|
|
1780
|
+
}, supportedIops: {
|
|
1781
|
+
serializedName: "supportedIops",
|
|
1782
|
+
readOnly: true,
|
|
1783
|
+
type: {
|
|
1784
|
+
name: "Number"
|
|
1785
|
+
}
|
|
1786
|
+
}, supportedMemoryPerVcoreMb: {
|
|
1787
|
+
serializedName: "supportedMemoryPerVcoreMb",
|
|
1788
|
+
readOnly: true,
|
|
1789
|
+
type: {
|
|
1790
|
+
name: "Number"
|
|
1791
|
+
}
|
|
1792
|
+
}, supportedZones: {
|
|
1793
|
+
serializedName: "supportedZones",
|
|
1794
|
+
readOnly: true,
|
|
1795
|
+
type: {
|
|
1796
|
+
name: "Sequence",
|
|
1797
|
+
element: {
|
|
1798
|
+
type: {
|
|
1799
|
+
name: "String"
|
|
1800
|
+
}
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
}, supportedHaMode: {
|
|
1804
|
+
serializedName: "supportedHaMode",
|
|
1805
|
+
readOnly: true,
|
|
1806
|
+
type: {
|
|
1807
|
+
name: "Sequence",
|
|
1808
|
+
element: {
|
|
1809
|
+
type: {
|
|
1810
|
+
name: "String"
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1813
|
+
}
|
|
1814
|
+
} })
|
|
1815
|
+
}
|
|
1816
|
+
};
|
|
1817
|
+
export const FlexibleServerEditionCapability = {
|
|
1818
|
+
type: {
|
|
1819
|
+
name: "Composite",
|
|
1820
|
+
className: "FlexibleServerEditionCapability",
|
|
1821
|
+
modelProperties: Object.assign(Object.assign({}, CapabilityBase.type.modelProperties), { name: {
|
|
1822
|
+
serializedName: "name",
|
|
1823
|
+
readOnly: true,
|
|
1824
|
+
type: {
|
|
1825
|
+
name: "String"
|
|
1826
|
+
}
|
|
1827
|
+
}, defaultSkuName: {
|
|
1828
|
+
serializedName: "defaultSkuName",
|
|
1829
|
+
readOnly: true,
|
|
1830
|
+
type: {
|
|
1831
|
+
name: "String"
|
|
1832
|
+
}
|
|
1833
|
+
}, supportedStorageEditions: {
|
|
1834
|
+
serializedName: "supportedStorageEditions",
|
|
1835
|
+
readOnly: true,
|
|
1836
|
+
type: {
|
|
1837
|
+
name: "Sequence",
|
|
1838
|
+
element: {
|
|
1839
|
+
type: {
|
|
1840
|
+
name: "Composite",
|
|
1841
|
+
className: "StorageEditionCapability"
|
|
1842
|
+
}
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
}, supportedServerSkus: {
|
|
1846
|
+
serializedName: "supportedServerSkus",
|
|
1847
|
+
readOnly: true,
|
|
1848
|
+
type: {
|
|
1849
|
+
name: "Sequence",
|
|
1850
|
+
element: {
|
|
1851
|
+
type: {
|
|
1852
|
+
name: "Composite",
|
|
1853
|
+
className: "ServerSku"
|
|
1854
|
+
}
|
|
1855
|
+
}
|
|
1856
|
+
}
|
|
1857
|
+
} })
|
|
1858
|
+
}
|
|
1859
|
+
};
|
|
1860
|
+
export const ServerVersionCapability = {
|
|
1861
|
+
type: {
|
|
1862
|
+
name: "Composite",
|
|
1863
|
+
className: "ServerVersionCapability",
|
|
1864
|
+
modelProperties: Object.assign(Object.assign({}, CapabilityBase.type.modelProperties), { name: {
|
|
1865
|
+
serializedName: "name",
|
|
1866
|
+
readOnly: true,
|
|
1867
|
+
type: {
|
|
1868
|
+
name: "String"
|
|
1869
|
+
}
|
|
1870
|
+
}, supportedVersionsToUpgrade: {
|
|
1871
|
+
serializedName: "supportedVersionsToUpgrade",
|
|
1872
|
+
readOnly: true,
|
|
1873
|
+
type: {
|
|
1874
|
+
name: "Sequence",
|
|
1875
|
+
element: {
|
|
1876
|
+
type: {
|
|
1877
|
+
name: "String"
|
|
1878
|
+
}
|
|
1879
|
+
}
|
|
1880
|
+
}
|
|
1881
|
+
} })
|
|
1882
|
+
}
|
|
1883
|
+
};
|
|
1884
|
+
export const FastProvisioningEditionCapability = {
|
|
1885
|
+
type: {
|
|
1886
|
+
name: "Composite",
|
|
1887
|
+
className: "FastProvisioningEditionCapability",
|
|
1888
|
+
modelProperties: Object.assign(Object.assign({}, CapabilityBase.type.modelProperties), { supportedTier: {
|
|
1889
|
+
serializedName: "supportedTier",
|
|
1890
|
+
readOnly: true,
|
|
1891
|
+
type: {
|
|
1892
|
+
name: "String"
|
|
1893
|
+
}
|
|
1894
|
+
}, supportedSku: {
|
|
1895
|
+
serializedName: "supportedSku",
|
|
1896
|
+
readOnly: true,
|
|
1897
|
+
type: {
|
|
1898
|
+
name: "String"
|
|
1899
|
+
}
|
|
1900
|
+
}, supportedStorageGb: {
|
|
1901
|
+
serializedName: "supportedStorageGb",
|
|
1902
|
+
readOnly: true,
|
|
1903
|
+
type: {
|
|
1904
|
+
name: "Number"
|
|
1905
|
+
}
|
|
1906
|
+
}, supportedServerVersions: {
|
|
1907
|
+
serializedName: "supportedServerVersions",
|
|
1908
|
+
readOnly: true,
|
|
1909
|
+
type: {
|
|
1910
|
+
name: "String"
|
|
1911
|
+
}
|
|
1912
|
+
}, serverCount: {
|
|
1913
|
+
serializedName: "serverCount",
|
|
1914
|
+
readOnly: true,
|
|
1915
|
+
type: {
|
|
1916
|
+
name: "Number"
|
|
1917
|
+
}
|
|
1918
|
+
} })
|
|
1919
|
+
}
|
|
1920
|
+
};
|
|
1921
|
+
export const FlexibleServerCapability = {
|
|
1922
|
+
type: {
|
|
1923
|
+
name: "Composite",
|
|
1924
|
+
className: "FlexibleServerCapability",
|
|
1925
|
+
modelProperties: Object.assign(Object.assign({}, CapabilityBase.type.modelProperties), { name: {
|
|
1926
|
+
serializedName: "name",
|
|
1927
|
+
type: {
|
|
1928
|
+
name: "String"
|
|
1929
|
+
}
|
|
1930
|
+
}, supportedServerEditions: {
|
|
1931
|
+
serializedName: "supportedServerEditions",
|
|
1932
|
+
readOnly: true,
|
|
1933
|
+
type: {
|
|
1934
|
+
name: "Sequence",
|
|
1935
|
+
element: {
|
|
1936
|
+
type: {
|
|
1937
|
+
name: "Composite",
|
|
1938
|
+
className: "FlexibleServerEditionCapability"
|
|
1939
|
+
}
|
|
1940
|
+
}
|
|
1941
|
+
}
|
|
1942
|
+
}, supportedServerVersions: {
|
|
1943
|
+
serializedName: "supportedServerVersions",
|
|
1944
|
+
readOnly: true,
|
|
1945
|
+
type: {
|
|
1946
|
+
name: "Sequence",
|
|
1947
|
+
element: {
|
|
1948
|
+
type: {
|
|
1949
|
+
name: "Composite",
|
|
1950
|
+
className: "ServerVersionCapability"
|
|
1951
|
+
}
|
|
1952
|
+
}
|
|
1953
|
+
}
|
|
1954
|
+
}, fastProvisioningSupported: {
|
|
1955
|
+
serializedName: "fastProvisioningSupported",
|
|
1956
|
+
readOnly: true,
|
|
1957
|
+
type: {
|
|
1958
|
+
name: "String"
|
|
1959
|
+
}
|
|
1960
|
+
}, supportedFastProvisioningEditions: {
|
|
1961
|
+
serializedName: "supportedFastProvisioningEditions",
|
|
1962
|
+
readOnly: true,
|
|
1963
|
+
type: {
|
|
1964
|
+
name: "Sequence",
|
|
1965
|
+
element: {
|
|
1966
|
+
type: {
|
|
1967
|
+
name: "Composite",
|
|
1968
|
+
className: "FastProvisioningEditionCapability"
|
|
1510
1969
|
}
|
|
1511
1970
|
}
|
|
1512
1971
|
}
|
|
1513
|
-
},
|
|
1514
|
-
|
|
1515
|
-
serializedName: "location",
|
|
1972
|
+
}, geoBackupSupported: {
|
|
1973
|
+
serializedName: "geoBackupSupported",
|
|
1516
1974
|
readOnly: true,
|
|
1517
1975
|
type: {
|
|
1518
1976
|
name: "String"
|
|
1519
1977
|
}
|
|
1520
|
-
},
|
|
1521
|
-
|
|
1522
|
-
serializedName: "subscriptionId",
|
|
1978
|
+
}, zoneRedundantHaSupported: {
|
|
1979
|
+
serializedName: "zoneRedundantHaSupported",
|
|
1523
1980
|
readOnly: true,
|
|
1524
1981
|
type: {
|
|
1525
1982
|
name: "String"
|
|
1526
1983
|
}
|
|
1527
|
-
}
|
|
1528
|
-
|
|
1529
|
-
}
|
|
1530
|
-
};
|
|
1531
|
-
export const DelegatedSubnetUsage = {
|
|
1532
|
-
type: {
|
|
1533
|
-
name: "Composite",
|
|
1534
|
-
className: "DelegatedSubnetUsage",
|
|
1535
|
-
modelProperties: {
|
|
1536
|
-
subnetName: {
|
|
1537
|
-
serializedName: "subnetName",
|
|
1984
|
+
}, zoneRedundantHaAndGeoBackupSupported: {
|
|
1985
|
+
serializedName: "zoneRedundantHaAndGeoBackupSupported",
|
|
1538
1986
|
readOnly: true,
|
|
1539
1987
|
type: {
|
|
1540
1988
|
name: "String"
|
|
1541
1989
|
}
|
|
1542
|
-
},
|
|
1543
|
-
|
|
1544
|
-
serializedName: "usage",
|
|
1990
|
+
}, storageAutoGrowthSupported: {
|
|
1991
|
+
serializedName: "storageAutoGrowthSupported",
|
|
1545
1992
|
readOnly: true,
|
|
1546
1993
|
type: {
|
|
1547
|
-
name: "
|
|
1994
|
+
name: "String"
|
|
1548
1995
|
}
|
|
1549
|
-
}
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
};
|
|
1553
|
-
export const ProxyResource = {
|
|
1554
|
-
type: {
|
|
1555
|
-
name: "Composite",
|
|
1556
|
-
className: "ProxyResource",
|
|
1557
|
-
modelProperties: Object.assign({}, Resource.type.modelProperties)
|
|
1558
|
-
}
|
|
1559
|
-
};
|
|
1560
|
-
export const TrackedResource = {
|
|
1561
|
-
type: {
|
|
1562
|
-
name: "Composite",
|
|
1563
|
-
className: "TrackedResource",
|
|
1564
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { tags: {
|
|
1565
|
-
serializedName: "tags",
|
|
1996
|
+
}, onlineResizeSupported: {
|
|
1997
|
+
serializedName: "onlineResizeSupported",
|
|
1998
|
+
readOnly: true,
|
|
1566
1999
|
type: {
|
|
1567
|
-
name: "
|
|
1568
|
-
value: { type: { name: "String" } }
|
|
2000
|
+
name: "String"
|
|
1569
2001
|
}
|
|
1570
|
-
},
|
|
1571
|
-
serializedName: "
|
|
1572
|
-
|
|
2002
|
+
}, restricted: {
|
|
2003
|
+
serializedName: "restricted",
|
|
2004
|
+
readOnly: true,
|
|
1573
2005
|
type: {
|
|
1574
2006
|
name: "String"
|
|
1575
2007
|
}
|
|
@@ -1595,6 +2027,26 @@ export const NameAvailability = {
|
|
|
1595
2027
|
} })
|
|
1596
2028
|
}
|
|
1597
2029
|
};
|
|
2030
|
+
export const LtrPreBackupRequest = {
|
|
2031
|
+
type: {
|
|
2032
|
+
name: "Composite",
|
|
2033
|
+
className: "LtrPreBackupRequest",
|
|
2034
|
+
modelProperties: Object.assign({}, BackupRequestBase.type.modelProperties)
|
|
2035
|
+
}
|
|
2036
|
+
};
|
|
2037
|
+
export const LtrBackupRequest = {
|
|
2038
|
+
type: {
|
|
2039
|
+
name: "Composite",
|
|
2040
|
+
className: "LtrBackupRequest",
|
|
2041
|
+
modelProperties: Object.assign(Object.assign({}, BackupRequestBase.type.modelProperties), { targetDetails: {
|
|
2042
|
+
serializedName: "targetDetails",
|
|
2043
|
+
type: {
|
|
2044
|
+
name: "Composite",
|
|
2045
|
+
className: "BackupStoreDetails"
|
|
2046
|
+
}
|
|
2047
|
+
} })
|
|
2048
|
+
}
|
|
2049
|
+
};
|
|
1598
2050
|
export const ActiveDirectoryAdministrator = {
|
|
1599
2051
|
type: {
|
|
1600
2052
|
name: "Composite",
|
|
@@ -1763,6 +2215,101 @@ export const FirewallRule = {
|
|
|
1763
2215
|
} })
|
|
1764
2216
|
}
|
|
1765
2217
|
};
|
|
2218
|
+
export const LogFile = {
|
|
2219
|
+
type: {
|
|
2220
|
+
name: "Composite",
|
|
2221
|
+
className: "LogFile",
|
|
2222
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { createdTime: {
|
|
2223
|
+
serializedName: "properties.createdTime",
|
|
2224
|
+
type: {
|
|
2225
|
+
name: "DateTime"
|
|
2226
|
+
}
|
|
2227
|
+
}, lastModifiedTime: {
|
|
2228
|
+
serializedName: "properties.lastModifiedTime",
|
|
2229
|
+
type: {
|
|
2230
|
+
name: "DateTime"
|
|
2231
|
+
}
|
|
2232
|
+
}, sizeInKb: {
|
|
2233
|
+
serializedName: "properties.sizeInKb",
|
|
2234
|
+
type: {
|
|
2235
|
+
name: "Number"
|
|
2236
|
+
}
|
|
2237
|
+
}, typePropertiesType: {
|
|
2238
|
+
serializedName: "properties.type",
|
|
2239
|
+
type: {
|
|
2240
|
+
name: "String"
|
|
2241
|
+
}
|
|
2242
|
+
}, url: {
|
|
2243
|
+
serializedName: "properties.url",
|
|
2244
|
+
type: {
|
|
2245
|
+
name: "String"
|
|
2246
|
+
}
|
|
2247
|
+
} })
|
|
2248
|
+
}
|
|
2249
|
+
};
|
|
2250
|
+
export const LtrServerBackupOperation = {
|
|
2251
|
+
type: {
|
|
2252
|
+
name: "Composite",
|
|
2253
|
+
className: "LtrServerBackupOperation",
|
|
2254
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { datasourceSizeInBytes: {
|
|
2255
|
+
serializedName: "properties.datasourceSizeInBytes",
|
|
2256
|
+
type: {
|
|
2257
|
+
name: "Number"
|
|
2258
|
+
}
|
|
2259
|
+
}, dataTransferredInBytes: {
|
|
2260
|
+
serializedName: "properties.dataTransferredInBytes",
|
|
2261
|
+
type: {
|
|
2262
|
+
name: "Number"
|
|
2263
|
+
}
|
|
2264
|
+
}, backupName: {
|
|
2265
|
+
serializedName: "properties.backupName",
|
|
2266
|
+
type: {
|
|
2267
|
+
name: "String"
|
|
2268
|
+
}
|
|
2269
|
+
}, backupMetadata: {
|
|
2270
|
+
serializedName: "properties.backupMetadata",
|
|
2271
|
+
type: {
|
|
2272
|
+
name: "String"
|
|
2273
|
+
}
|
|
2274
|
+
}, status: {
|
|
2275
|
+
serializedName: "properties.status",
|
|
2276
|
+
type: {
|
|
2277
|
+
name: "String"
|
|
2278
|
+
}
|
|
2279
|
+
}, startTime: {
|
|
2280
|
+
serializedName: "properties.startTime",
|
|
2281
|
+
type: {
|
|
2282
|
+
name: "DateTime"
|
|
2283
|
+
}
|
|
2284
|
+
}, endTime: {
|
|
2285
|
+
serializedName: "properties.endTime",
|
|
2286
|
+
type: {
|
|
2287
|
+
name: "DateTime"
|
|
2288
|
+
}
|
|
2289
|
+
}, percentComplete: {
|
|
2290
|
+
constraints: {
|
|
2291
|
+
InclusiveMaximum: 100,
|
|
2292
|
+
InclusiveMinimum: 0
|
|
2293
|
+
},
|
|
2294
|
+
serializedName: "properties.percentComplete",
|
|
2295
|
+
type: {
|
|
2296
|
+
name: "Number"
|
|
2297
|
+
}
|
|
2298
|
+
}, errorCode: {
|
|
2299
|
+
serializedName: "properties.errorCode",
|
|
2300
|
+
readOnly: true,
|
|
2301
|
+
type: {
|
|
2302
|
+
name: "String"
|
|
2303
|
+
}
|
|
2304
|
+
}, errorMessage: {
|
|
2305
|
+
serializedName: "properties.errorMessage",
|
|
2306
|
+
readOnly: true,
|
|
2307
|
+
type: {
|
|
2308
|
+
name: "String"
|
|
2309
|
+
}
|
|
2310
|
+
} })
|
|
2311
|
+
}
|
|
2312
|
+
};
|
|
1766
2313
|
export const Server = {
|
|
1767
2314
|
type: {
|
|
1768
2315
|
name: "Composite",
|
|
@@ -1877,6 +2424,7 @@ export const Server = {
|
|
|
1877
2424
|
}
|
|
1878
2425
|
}, replicaCapacity: {
|
|
1879
2426
|
serializedName: "properties.replicaCapacity",
|
|
2427
|
+
readOnly: true,
|
|
1880
2428
|
type: {
|
|
1881
2429
|
name: "Number"
|
|
1882
2430
|
}
|
|
@@ -1888,6 +2436,137 @@ export const Server = {
|
|
|
1888
2436
|
} })
|
|
1889
2437
|
}
|
|
1890
2438
|
};
|
|
2439
|
+
export const MigrationResource = {
|
|
2440
|
+
type: {
|
|
2441
|
+
name: "Composite",
|
|
2442
|
+
className: "MigrationResource",
|
|
2443
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { migrationId: {
|
|
2444
|
+
serializedName: "properties.migrationId",
|
|
2445
|
+
readOnly: true,
|
|
2446
|
+
type: {
|
|
2447
|
+
name: "String"
|
|
2448
|
+
}
|
|
2449
|
+
}, currentStatus: {
|
|
2450
|
+
serializedName: "properties.currentStatus",
|
|
2451
|
+
type: {
|
|
2452
|
+
name: "Composite",
|
|
2453
|
+
className: "MigrationStatus"
|
|
2454
|
+
}
|
|
2455
|
+
}, migrationMode: {
|
|
2456
|
+
serializedName: "properties.migrationMode",
|
|
2457
|
+
type: {
|
|
2458
|
+
name: "String"
|
|
2459
|
+
}
|
|
2460
|
+
}, sourceDbServerMetadata: {
|
|
2461
|
+
serializedName: "properties.sourceDbServerMetadata",
|
|
2462
|
+
type: {
|
|
2463
|
+
name: "Composite",
|
|
2464
|
+
className: "DbServerMetadata"
|
|
2465
|
+
}
|
|
2466
|
+
}, targetDbServerMetadata: {
|
|
2467
|
+
serializedName: "properties.targetDbServerMetadata",
|
|
2468
|
+
type: {
|
|
2469
|
+
name: "Composite",
|
|
2470
|
+
className: "DbServerMetadata"
|
|
2471
|
+
}
|
|
2472
|
+
}, sourceDbServerResourceId: {
|
|
2473
|
+
serializedName: "properties.sourceDbServerResourceId",
|
|
2474
|
+
type: {
|
|
2475
|
+
name: "String"
|
|
2476
|
+
}
|
|
2477
|
+
}, sourceDbServerFullyQualifiedDomainName: {
|
|
2478
|
+
serializedName: "properties.sourceDbServerFullyQualifiedDomainName",
|
|
2479
|
+
type: {
|
|
2480
|
+
name: "String"
|
|
2481
|
+
}
|
|
2482
|
+
}, targetDbServerResourceId: {
|
|
2483
|
+
serializedName: "properties.targetDbServerResourceId",
|
|
2484
|
+
readOnly: true,
|
|
2485
|
+
type: {
|
|
2486
|
+
name: "String"
|
|
2487
|
+
}
|
|
2488
|
+
}, targetDbServerFullyQualifiedDomainName: {
|
|
2489
|
+
serializedName: "properties.targetDbServerFullyQualifiedDomainName",
|
|
2490
|
+
type: {
|
|
2491
|
+
name: "String"
|
|
2492
|
+
}
|
|
2493
|
+
}, secretParameters: {
|
|
2494
|
+
serializedName: "properties.secretParameters",
|
|
2495
|
+
type: {
|
|
2496
|
+
name: "Composite",
|
|
2497
|
+
className: "MigrationSecretParameters"
|
|
2498
|
+
}
|
|
2499
|
+
}, dbsToMigrate: {
|
|
2500
|
+
constraints: {
|
|
2501
|
+
MaxItems: 50
|
|
2502
|
+
},
|
|
2503
|
+
serializedName: "properties.dbsToMigrate",
|
|
2504
|
+
type: {
|
|
2505
|
+
name: "Sequence",
|
|
2506
|
+
element: {
|
|
2507
|
+
type: {
|
|
2508
|
+
name: "String"
|
|
2509
|
+
}
|
|
2510
|
+
}
|
|
2511
|
+
}
|
|
2512
|
+
}, setupLogicalReplicationOnSourceDbIfNeeded: {
|
|
2513
|
+
serializedName: "properties.setupLogicalReplicationOnSourceDbIfNeeded",
|
|
2514
|
+
type: {
|
|
2515
|
+
name: "String"
|
|
2516
|
+
}
|
|
2517
|
+
}, overwriteDbsInTarget: {
|
|
2518
|
+
serializedName: "properties.overwriteDbsInTarget",
|
|
2519
|
+
type: {
|
|
2520
|
+
name: "String"
|
|
2521
|
+
}
|
|
2522
|
+
}, migrationWindowStartTimeInUtc: {
|
|
2523
|
+
serializedName: "properties.migrationWindowStartTimeInUtc",
|
|
2524
|
+
type: {
|
|
2525
|
+
name: "DateTime"
|
|
2526
|
+
}
|
|
2527
|
+
}, migrationWindowEndTimeInUtc: {
|
|
2528
|
+
serializedName: "properties.migrationWindowEndTimeInUtc",
|
|
2529
|
+
type: {
|
|
2530
|
+
name: "DateTime"
|
|
2531
|
+
}
|
|
2532
|
+
}, startDataMigration: {
|
|
2533
|
+
serializedName: "properties.startDataMigration",
|
|
2534
|
+
type: {
|
|
2535
|
+
name: "String"
|
|
2536
|
+
}
|
|
2537
|
+
}, triggerCutover: {
|
|
2538
|
+
serializedName: "properties.triggerCutover",
|
|
2539
|
+
type: {
|
|
2540
|
+
name: "String"
|
|
2541
|
+
}
|
|
2542
|
+
}, dbsToTriggerCutoverOn: {
|
|
2543
|
+
serializedName: "properties.dbsToTriggerCutoverOn",
|
|
2544
|
+
type: {
|
|
2545
|
+
name: "Sequence",
|
|
2546
|
+
element: {
|
|
2547
|
+
type: {
|
|
2548
|
+
name: "String"
|
|
2549
|
+
}
|
|
2550
|
+
}
|
|
2551
|
+
}
|
|
2552
|
+
}, cancel: {
|
|
2553
|
+
serializedName: "properties.cancel",
|
|
2554
|
+
type: {
|
|
2555
|
+
name: "String"
|
|
2556
|
+
}
|
|
2557
|
+
}, dbsToCancelMigrationOn: {
|
|
2558
|
+
serializedName: "properties.dbsToCancelMigrationOn",
|
|
2559
|
+
type: {
|
|
2560
|
+
name: "Sequence",
|
|
2561
|
+
element: {
|
|
2562
|
+
type: {
|
|
2563
|
+
name: "String"
|
|
2564
|
+
}
|
|
2565
|
+
}
|
|
2566
|
+
}
|
|
2567
|
+
} })
|
|
2568
|
+
}
|
|
2569
|
+
};
|
|
1891
2570
|
export const AdministratorsCreateHeaders = {
|
|
1892
2571
|
type: {
|
|
1893
2572
|
name: "Composite",
|
|
@@ -2084,4 +2763,72 @@ export const ServersStopHeaders = {
|
|
|
2084
2763
|
}
|
|
2085
2764
|
}
|
|
2086
2765
|
};
|
|
2766
|
+
export const FlexibleServerTriggerLtrPreBackupHeaders = {
|
|
2767
|
+
type: {
|
|
2768
|
+
name: "Composite",
|
|
2769
|
+
className: "FlexibleServerTriggerLtrPreBackupHeaders",
|
|
2770
|
+
modelProperties: {
|
|
2771
|
+
xMsRequestId: {
|
|
2772
|
+
serializedName: "x-ms-request-id",
|
|
2773
|
+
type: {
|
|
2774
|
+
name: "String"
|
|
2775
|
+
}
|
|
2776
|
+
}
|
|
2777
|
+
}
|
|
2778
|
+
}
|
|
2779
|
+
};
|
|
2780
|
+
export const FlexibleServerTriggerLtrPreBackupExceptionHeaders = {
|
|
2781
|
+
type: {
|
|
2782
|
+
name: "Composite",
|
|
2783
|
+
className: "FlexibleServerTriggerLtrPreBackupExceptionHeaders",
|
|
2784
|
+
modelProperties: {
|
|
2785
|
+
xMsErrorCode: {
|
|
2786
|
+
serializedName: "x-ms-error-code",
|
|
2787
|
+
type: {
|
|
2788
|
+
name: "String"
|
|
2789
|
+
}
|
|
2790
|
+
},
|
|
2791
|
+
xMsRequestId: {
|
|
2792
|
+
serializedName: "x-ms-request-id",
|
|
2793
|
+
type: {
|
|
2794
|
+
name: "String"
|
|
2795
|
+
}
|
|
2796
|
+
}
|
|
2797
|
+
}
|
|
2798
|
+
}
|
|
2799
|
+
};
|
|
2800
|
+
export const FlexibleServerStartLtrBackupHeaders = {
|
|
2801
|
+
type: {
|
|
2802
|
+
name: "Composite",
|
|
2803
|
+
className: "FlexibleServerStartLtrBackupHeaders",
|
|
2804
|
+
modelProperties: {
|
|
2805
|
+
xMsRequestId: {
|
|
2806
|
+
serializedName: "x-ms-request-id",
|
|
2807
|
+
type: {
|
|
2808
|
+
name: "String"
|
|
2809
|
+
}
|
|
2810
|
+
}
|
|
2811
|
+
}
|
|
2812
|
+
}
|
|
2813
|
+
};
|
|
2814
|
+
export const FlexibleServerStartLtrBackupExceptionHeaders = {
|
|
2815
|
+
type: {
|
|
2816
|
+
name: "Composite",
|
|
2817
|
+
className: "FlexibleServerStartLtrBackupExceptionHeaders",
|
|
2818
|
+
modelProperties: {
|
|
2819
|
+
xMsErrorCode: {
|
|
2820
|
+
serializedName: "x-ms-error-code",
|
|
2821
|
+
type: {
|
|
2822
|
+
name: "String"
|
|
2823
|
+
}
|
|
2824
|
+
},
|
|
2825
|
+
xMsRequestId: {
|
|
2826
|
+
serializedName: "x-ms-request-id",
|
|
2827
|
+
type: {
|
|
2828
|
+
name: "String"
|
|
2829
|
+
}
|
|
2830
|
+
}
|
|
2831
|
+
}
|
|
2832
|
+
}
|
|
2833
|
+
};
|
|
2087
2834
|
//# sourceMappingURL=mappers.js.map
|