@azure/arm-elasticsan 1.0.0-beta.2 → 1.0.0
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 +2 -66
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/dist/index.js +2138 -1227
- 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/elasticSansCreateSample.js +16 -11
- package/dist-esm/samples-dev/elasticSansCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansDeleteSample.js +2 -2
- package/dist-esm/samples-dev/elasticSansGetSample.js +2 -2
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js +8 -18
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js +8 -18
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansUpdateSample.js +8 -5
- package/dist-esm/samples-dev/elasticSansUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +8 -18
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +11 -13
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +2 -2
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +8 -18
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateLinkResourcesListByElasticSanSample.js +2 -2
- package/dist-esm/samples-dev/skusListSample.js +9 -19
- package/dist-esm/samples-dev/skusListSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js +22 -11
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.js +2 -2
- package/dist-esm/samples-dev/volumeGroupsGetSample.js +2 -2
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js +8 -18
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js +22 -11
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js +74 -0
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.js +60 -0
- package/dist-esm/samples-dev/volumeSnapshotsDeleteSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.js +60 -0
- package/dist-esm/samples-dev/volumeSnapshotsGetSample.js.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js +92 -0
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesCreateSample.js +8 -5
- package/dist-esm/samples-dev/volumesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesDeleteSample.js +9 -3
- package/dist-esm/samples-dev/volumesDeleteSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesGetSample.js +2 -2
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js +8 -18
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesUpdateSample.js +3 -3
- package/dist-esm/samples-dev/volumesUpdateSample.js.map +1 -1
- package/dist-esm/src/elasticSanManagement.d.ts +2 -1
- package/dist-esm/src/elasticSanManagement.d.ts.map +1 -1
- package/dist-esm/src/elasticSanManagement.js +4 -3
- package/dist-esm/src/elasticSanManagement.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +420 -104
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +56 -0
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +19 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +636 -189
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +4 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +39 -2
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/elasticSans.js +6 -16
- package/dist-esm/src/operations/elasticSans.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +1 -0
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/operations.js +3 -8
- package/dist-esm/src/operations/operations.js.map +1 -1
- package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
- package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
- package/dist-esm/src/operations/skus.js +3 -8
- package/dist-esm/src/operations/skus.js.map +1 -1
- package/dist-esm/src/operations/volumeGroups.js +3 -8
- package/dist-esm/src/operations/volumeGroups.js.map +1 -1
- package/dist-esm/src/operations/volumeSnapshots.d.ts +89 -0
- package/dist-esm/src/operations/volumeSnapshots.d.ts.map +1 -0
- package/dist-esm/src/operations/volumeSnapshots.js +390 -0
- package/dist-esm/src/operations/volumeSnapshots.js.map +1 -0
- package/dist-esm/src/operations/volumes.js +8 -9
- package/dist-esm/src/operations/volumes.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +1 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.d.ts +62 -0
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.js +9 -0
- package/dist-esm/src/operationsInterfaces/volumeSnapshots.js.map +1 -0
- package/dist-esm/test/elasticsan_examples.spec.js +40 -16
- package/dist-esm/test/elasticsan_examples.spec.js.map +1 -1
- package/package.json +15 -19
- package/review/arm-elasticsan.api.md +261 -35
- package/src/elasticSanManagement.ts +8 -4
- package/src/models/index.ts +461 -109
- package/src/models/mappers.ts +695 -247
- package/src/models/parameters.ts +44 -2
- package/src/operations/index.ts +1 -0
- package/src/operations/volumeSnapshots.ts +551 -0
- package/src/operations/volumes.ts +5 -1
- package/src/operationsInterfaces/index.ts +1 -0
- package/src/operationsInterfaces/volumeSnapshots.ts +121 -0
- package/types/arm-elasticsan.d.ts +518 -103
- package/types/tsdoc-metadata.json +1 -1
- package/rollup.config.js +0 -122
|
@@ -375,6 +375,107 @@ export const ElasticSanList = {
|
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
377
|
};
|
|
378
|
+
export const ElasticSanProperties = {
|
|
379
|
+
type: {
|
|
380
|
+
name: "Composite",
|
|
381
|
+
className: "ElasticSanProperties",
|
|
382
|
+
modelProperties: {
|
|
383
|
+
sku: {
|
|
384
|
+
serializedName: "sku",
|
|
385
|
+
type: {
|
|
386
|
+
name: "Composite",
|
|
387
|
+
className: "Sku"
|
|
388
|
+
}
|
|
389
|
+
},
|
|
390
|
+
availabilityZones: {
|
|
391
|
+
serializedName: "availabilityZones",
|
|
392
|
+
type: {
|
|
393
|
+
name: "Sequence",
|
|
394
|
+
element: {
|
|
395
|
+
type: {
|
|
396
|
+
name: "String"
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
},
|
|
401
|
+
provisioningState: {
|
|
402
|
+
serializedName: "provisioningState",
|
|
403
|
+
readOnly: true,
|
|
404
|
+
type: {
|
|
405
|
+
name: "String"
|
|
406
|
+
}
|
|
407
|
+
},
|
|
408
|
+
baseSizeTiB: {
|
|
409
|
+
serializedName: "baseSizeTiB",
|
|
410
|
+
required: true,
|
|
411
|
+
type: {
|
|
412
|
+
name: "Number"
|
|
413
|
+
}
|
|
414
|
+
},
|
|
415
|
+
extendedCapacitySizeTiB: {
|
|
416
|
+
serializedName: "extendedCapacitySizeTiB",
|
|
417
|
+
required: true,
|
|
418
|
+
type: {
|
|
419
|
+
name: "Number"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
totalVolumeSizeGiB: {
|
|
423
|
+
serializedName: "totalVolumeSizeGiB",
|
|
424
|
+
readOnly: true,
|
|
425
|
+
type: {
|
|
426
|
+
name: "Number"
|
|
427
|
+
}
|
|
428
|
+
},
|
|
429
|
+
volumeGroupCount: {
|
|
430
|
+
serializedName: "volumeGroupCount",
|
|
431
|
+
readOnly: true,
|
|
432
|
+
type: {
|
|
433
|
+
name: "Number"
|
|
434
|
+
}
|
|
435
|
+
},
|
|
436
|
+
totalIops: {
|
|
437
|
+
serializedName: "totalIops",
|
|
438
|
+
readOnly: true,
|
|
439
|
+
type: {
|
|
440
|
+
name: "Number"
|
|
441
|
+
}
|
|
442
|
+
},
|
|
443
|
+
totalMBps: {
|
|
444
|
+
serializedName: "totalMBps",
|
|
445
|
+
readOnly: true,
|
|
446
|
+
type: {
|
|
447
|
+
name: "Number"
|
|
448
|
+
}
|
|
449
|
+
},
|
|
450
|
+
totalSizeTiB: {
|
|
451
|
+
serializedName: "totalSizeTiB",
|
|
452
|
+
readOnly: true,
|
|
453
|
+
type: {
|
|
454
|
+
name: "Number"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
privateEndpointConnections: {
|
|
458
|
+
serializedName: "privateEndpointConnections",
|
|
459
|
+
readOnly: true,
|
|
460
|
+
type: {
|
|
461
|
+
name: "Sequence",
|
|
462
|
+
element: {
|
|
463
|
+
type: {
|
|
464
|
+
name: "Composite",
|
|
465
|
+
className: "PrivateEndpointConnection"
|
|
466
|
+
}
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
publicNetworkAccess: {
|
|
471
|
+
serializedName: "publicNetworkAccess",
|
|
472
|
+
type: {
|
|
473
|
+
name: "String"
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
};
|
|
378
479
|
export const Sku = {
|
|
379
480
|
type: {
|
|
380
481
|
name: "Composite",
|
|
@@ -396,6 +497,46 @@ export const Sku = {
|
|
|
396
497
|
}
|
|
397
498
|
}
|
|
398
499
|
};
|
|
500
|
+
export const PrivateEndpointConnectionProperties = {
|
|
501
|
+
type: {
|
|
502
|
+
name: "Composite",
|
|
503
|
+
className: "PrivateEndpointConnectionProperties",
|
|
504
|
+
modelProperties: {
|
|
505
|
+
provisioningState: {
|
|
506
|
+
serializedName: "provisioningState",
|
|
507
|
+
readOnly: true,
|
|
508
|
+
type: {
|
|
509
|
+
name: "String"
|
|
510
|
+
}
|
|
511
|
+
},
|
|
512
|
+
privateEndpoint: {
|
|
513
|
+
serializedName: "privateEndpoint",
|
|
514
|
+
type: {
|
|
515
|
+
name: "Composite",
|
|
516
|
+
className: "PrivateEndpoint"
|
|
517
|
+
}
|
|
518
|
+
},
|
|
519
|
+
privateLinkServiceConnectionState: {
|
|
520
|
+
serializedName: "privateLinkServiceConnectionState",
|
|
521
|
+
type: {
|
|
522
|
+
name: "Composite",
|
|
523
|
+
className: "PrivateLinkServiceConnectionState"
|
|
524
|
+
}
|
|
525
|
+
},
|
|
526
|
+
groupIds: {
|
|
527
|
+
serializedName: "groupIds",
|
|
528
|
+
type: {
|
|
529
|
+
name: "Sequence",
|
|
530
|
+
element: {
|
|
531
|
+
type: {
|
|
532
|
+
name: "String"
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
};
|
|
399
540
|
export const PrivateEndpoint = {
|
|
400
541
|
type: {
|
|
401
542
|
name: "Composite",
|
|
@@ -522,24 +663,45 @@ export const ElasticSanUpdate = {
|
|
|
522
663
|
name: "Composite",
|
|
523
664
|
className: "ElasticSanUpdate",
|
|
524
665
|
modelProperties: {
|
|
666
|
+
properties: {
|
|
667
|
+
serializedName: "properties",
|
|
668
|
+
type: {
|
|
669
|
+
name: "Composite",
|
|
670
|
+
className: "ElasticSanUpdateProperties"
|
|
671
|
+
}
|
|
672
|
+
},
|
|
525
673
|
tags: {
|
|
526
674
|
serializedName: "tags",
|
|
527
675
|
type: {
|
|
528
676
|
name: "Dictionary",
|
|
529
677
|
value: { type: { name: "String" } }
|
|
530
678
|
}
|
|
531
|
-
}
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
}
|
|
682
|
+
};
|
|
683
|
+
export const ElasticSanUpdateProperties = {
|
|
684
|
+
type: {
|
|
685
|
+
name: "Composite",
|
|
686
|
+
className: "ElasticSanUpdateProperties",
|
|
687
|
+
modelProperties: {
|
|
532
688
|
baseSizeTiB: {
|
|
533
|
-
serializedName: "
|
|
689
|
+
serializedName: "baseSizeTiB",
|
|
534
690
|
type: {
|
|
535
691
|
name: "Number"
|
|
536
692
|
}
|
|
537
693
|
},
|
|
538
694
|
extendedCapacitySizeTiB: {
|
|
539
|
-
serializedName: "
|
|
695
|
+
serializedName: "extendedCapacitySizeTiB",
|
|
540
696
|
type: {
|
|
541
697
|
name: "Number"
|
|
542
698
|
}
|
|
699
|
+
},
|
|
700
|
+
publicNetworkAccess: {
|
|
701
|
+
serializedName: "publicNetworkAccess",
|
|
702
|
+
type: {
|
|
703
|
+
name: "String"
|
|
704
|
+
}
|
|
543
705
|
}
|
|
544
706
|
}
|
|
545
707
|
}
|
|
@@ -571,6 +733,203 @@ export const VolumeGroupList = {
|
|
|
571
733
|
}
|
|
572
734
|
}
|
|
573
735
|
};
|
|
736
|
+
export const Identity = {
|
|
737
|
+
type: {
|
|
738
|
+
name: "Composite",
|
|
739
|
+
className: "Identity",
|
|
740
|
+
modelProperties: {
|
|
741
|
+
principalId: {
|
|
742
|
+
serializedName: "principalId",
|
|
743
|
+
readOnly: true,
|
|
744
|
+
type: {
|
|
745
|
+
name: "String"
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
tenantId: {
|
|
749
|
+
serializedName: "tenantId",
|
|
750
|
+
readOnly: true,
|
|
751
|
+
type: {
|
|
752
|
+
name: "String"
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
type: {
|
|
756
|
+
serializedName: "type",
|
|
757
|
+
required: true,
|
|
758
|
+
type: {
|
|
759
|
+
name: "String"
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
userAssignedIdentities: {
|
|
763
|
+
serializedName: "userAssignedIdentities",
|
|
764
|
+
type: {
|
|
765
|
+
name: "Dictionary",
|
|
766
|
+
value: {
|
|
767
|
+
type: { name: "Composite", className: "UserAssignedIdentity" }
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
}
|
|
772
|
+
}
|
|
773
|
+
};
|
|
774
|
+
export const UserAssignedIdentity = {
|
|
775
|
+
type: {
|
|
776
|
+
name: "Composite",
|
|
777
|
+
className: "UserAssignedIdentity",
|
|
778
|
+
modelProperties: {
|
|
779
|
+
principalId: {
|
|
780
|
+
serializedName: "principalId",
|
|
781
|
+
readOnly: true,
|
|
782
|
+
type: {
|
|
783
|
+
name: "String"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
clientId: {
|
|
787
|
+
serializedName: "clientId",
|
|
788
|
+
readOnly: true,
|
|
789
|
+
type: {
|
|
790
|
+
name: "String"
|
|
791
|
+
}
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
};
|
|
796
|
+
export const VolumeGroupProperties = {
|
|
797
|
+
type: {
|
|
798
|
+
name: "Composite",
|
|
799
|
+
className: "VolumeGroupProperties",
|
|
800
|
+
modelProperties: {
|
|
801
|
+
provisioningState: {
|
|
802
|
+
serializedName: "provisioningState",
|
|
803
|
+
readOnly: true,
|
|
804
|
+
type: {
|
|
805
|
+
name: "String"
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
protocolType: {
|
|
809
|
+
serializedName: "protocolType",
|
|
810
|
+
type: {
|
|
811
|
+
name: "String"
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
encryption: {
|
|
815
|
+
serializedName: "encryption",
|
|
816
|
+
type: {
|
|
817
|
+
name: "String"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
encryptionProperties: {
|
|
821
|
+
serializedName: "encryptionProperties",
|
|
822
|
+
type: {
|
|
823
|
+
name: "Composite",
|
|
824
|
+
className: "EncryptionProperties"
|
|
825
|
+
}
|
|
826
|
+
},
|
|
827
|
+
networkAcls: {
|
|
828
|
+
serializedName: "networkAcls",
|
|
829
|
+
type: {
|
|
830
|
+
name: "Composite",
|
|
831
|
+
className: "NetworkRuleSet"
|
|
832
|
+
}
|
|
833
|
+
},
|
|
834
|
+
privateEndpointConnections: {
|
|
835
|
+
serializedName: "privateEndpointConnections",
|
|
836
|
+
readOnly: true,
|
|
837
|
+
type: {
|
|
838
|
+
name: "Sequence",
|
|
839
|
+
element: {
|
|
840
|
+
type: {
|
|
841
|
+
name: "Composite",
|
|
842
|
+
className: "PrivateEndpointConnection"
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
}
|
|
849
|
+
};
|
|
850
|
+
export const EncryptionProperties = {
|
|
851
|
+
type: {
|
|
852
|
+
name: "Composite",
|
|
853
|
+
className: "EncryptionProperties",
|
|
854
|
+
modelProperties: {
|
|
855
|
+
keyVaultProperties: {
|
|
856
|
+
serializedName: "keyVaultProperties",
|
|
857
|
+
type: {
|
|
858
|
+
name: "Composite",
|
|
859
|
+
className: "KeyVaultProperties"
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
encryptionIdentity: {
|
|
863
|
+
serializedName: "identity",
|
|
864
|
+
type: {
|
|
865
|
+
name: "Composite",
|
|
866
|
+
className: "EncryptionIdentity"
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
};
|
|
872
|
+
export const KeyVaultProperties = {
|
|
873
|
+
type: {
|
|
874
|
+
name: "Composite",
|
|
875
|
+
className: "KeyVaultProperties",
|
|
876
|
+
modelProperties: {
|
|
877
|
+
keyName: {
|
|
878
|
+
serializedName: "keyName",
|
|
879
|
+
type: {
|
|
880
|
+
name: "String"
|
|
881
|
+
}
|
|
882
|
+
},
|
|
883
|
+
keyVersion: {
|
|
884
|
+
serializedName: "keyVersion",
|
|
885
|
+
type: {
|
|
886
|
+
name: "String"
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
keyVaultUri: {
|
|
890
|
+
serializedName: "keyVaultUri",
|
|
891
|
+
type: {
|
|
892
|
+
name: "String"
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
currentVersionedKeyIdentifier: {
|
|
896
|
+
serializedName: "currentVersionedKeyIdentifier",
|
|
897
|
+
readOnly: true,
|
|
898
|
+
type: {
|
|
899
|
+
name: "String"
|
|
900
|
+
}
|
|
901
|
+
},
|
|
902
|
+
lastKeyRotationTimestamp: {
|
|
903
|
+
serializedName: "lastKeyRotationTimestamp",
|
|
904
|
+
readOnly: true,
|
|
905
|
+
type: {
|
|
906
|
+
name: "DateTime"
|
|
907
|
+
}
|
|
908
|
+
},
|
|
909
|
+
currentVersionedKeyExpirationTimestamp: {
|
|
910
|
+
serializedName: "currentVersionedKeyExpirationTimestamp",
|
|
911
|
+
readOnly: true,
|
|
912
|
+
type: {
|
|
913
|
+
name: "DateTime"
|
|
914
|
+
}
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
};
|
|
919
|
+
export const EncryptionIdentity = {
|
|
920
|
+
type: {
|
|
921
|
+
name: "Composite",
|
|
922
|
+
className: "EncryptionIdentity",
|
|
923
|
+
modelProperties: {
|
|
924
|
+
encryptionUserAssignedIdentity: {
|
|
925
|
+
serializedName: "userAssignedIdentity",
|
|
926
|
+
type: {
|
|
927
|
+
name: "String"
|
|
928
|
+
}
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
}
|
|
932
|
+
};
|
|
574
933
|
export const NetworkRuleSet = {
|
|
575
934
|
type: {
|
|
576
935
|
name: "Composite",
|
|
@@ -605,51 +964,115 @@ export const VirtualNetworkRule = {
|
|
|
605
964
|
},
|
|
606
965
|
action: {
|
|
607
966
|
defaultValue: "Allow",
|
|
608
|
-
isConstant: true,
|
|
609
967
|
serializedName: "action",
|
|
610
968
|
type: {
|
|
611
969
|
name: "String"
|
|
612
970
|
}
|
|
971
|
+
}
|
|
972
|
+
}
|
|
973
|
+
}
|
|
974
|
+
};
|
|
975
|
+
export const VolumeGroupUpdate = {
|
|
976
|
+
type: {
|
|
977
|
+
name: "Composite",
|
|
978
|
+
className: "VolumeGroupUpdate",
|
|
979
|
+
modelProperties: {
|
|
980
|
+
identity: {
|
|
981
|
+
serializedName: "identity",
|
|
982
|
+
type: {
|
|
983
|
+
name: "Composite",
|
|
984
|
+
className: "Identity"
|
|
985
|
+
}
|
|
613
986
|
},
|
|
614
|
-
|
|
615
|
-
serializedName: "
|
|
616
|
-
readOnly: true,
|
|
987
|
+
properties: {
|
|
988
|
+
serializedName: "properties",
|
|
617
989
|
type: {
|
|
618
|
-
name: "
|
|
619
|
-
|
|
620
|
-
"provisioning",
|
|
621
|
-
"deprovisioning",
|
|
622
|
-
"succeeded",
|
|
623
|
-
"failed",
|
|
624
|
-
"networkSourceDeleted"
|
|
625
|
-
]
|
|
990
|
+
name: "Composite",
|
|
991
|
+
className: "VolumeGroupUpdateProperties"
|
|
626
992
|
}
|
|
627
993
|
}
|
|
628
994
|
}
|
|
629
995
|
}
|
|
630
996
|
};
|
|
631
|
-
export const
|
|
997
|
+
export const VolumeGroupUpdateProperties = {
|
|
632
998
|
type: {
|
|
633
999
|
name: "Composite",
|
|
634
|
-
className: "
|
|
1000
|
+
className: "VolumeGroupUpdateProperties",
|
|
635
1001
|
modelProperties: {
|
|
636
1002
|
protocolType: {
|
|
637
|
-
serializedName: "
|
|
1003
|
+
serializedName: "protocolType",
|
|
1004
|
+
type: {
|
|
1005
|
+
name: "String"
|
|
1006
|
+
}
|
|
1007
|
+
},
|
|
1008
|
+
encryption: {
|
|
1009
|
+
serializedName: "encryption",
|
|
1010
|
+
type: {
|
|
1011
|
+
name: "String"
|
|
1012
|
+
}
|
|
1013
|
+
},
|
|
1014
|
+
encryptionProperties: {
|
|
1015
|
+
serializedName: "encryptionProperties",
|
|
1016
|
+
type: {
|
|
1017
|
+
name: "Composite",
|
|
1018
|
+
className: "EncryptionProperties"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
networkAcls: {
|
|
1022
|
+
serializedName: "networkAcls",
|
|
1023
|
+
type: {
|
|
1024
|
+
name: "Composite",
|
|
1025
|
+
className: "NetworkRuleSet"
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
}
|
|
1030
|
+
};
|
|
1031
|
+
export const VolumeProperties = {
|
|
1032
|
+
type: {
|
|
1033
|
+
name: "Composite",
|
|
1034
|
+
className: "VolumeProperties",
|
|
1035
|
+
modelProperties: {
|
|
1036
|
+
volumeId: {
|
|
1037
|
+
serializedName: "volumeId",
|
|
1038
|
+
readOnly: true,
|
|
638
1039
|
type: {
|
|
639
1040
|
name: "String"
|
|
640
1041
|
}
|
|
641
1042
|
},
|
|
642
|
-
|
|
643
|
-
serializedName: "
|
|
1043
|
+
creationData: {
|
|
1044
|
+
serializedName: "creationData",
|
|
644
1045
|
type: {
|
|
645
|
-
name: "
|
|
1046
|
+
name: "Composite",
|
|
1047
|
+
className: "SourceCreationData"
|
|
646
1048
|
}
|
|
647
1049
|
},
|
|
648
|
-
|
|
649
|
-
serializedName: "
|
|
1050
|
+
sizeGiB: {
|
|
1051
|
+
serializedName: "sizeGiB",
|
|
1052
|
+
required: true,
|
|
1053
|
+
type: {
|
|
1054
|
+
name: "Number"
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
storageTarget: {
|
|
1058
|
+
serializedName: "storageTarget",
|
|
650
1059
|
type: {
|
|
651
1060
|
name: "Composite",
|
|
652
|
-
className: "
|
|
1061
|
+
className: "IscsiTargetInfo"
|
|
1062
|
+
}
|
|
1063
|
+
},
|
|
1064
|
+
managedBy: {
|
|
1065
|
+
serializedName: "managedBy",
|
|
1066
|
+
type: {
|
|
1067
|
+
name: "Composite",
|
|
1068
|
+
className: "ManagedByInfo"
|
|
1069
|
+
}
|
|
1070
|
+
},
|
|
1071
|
+
provisioningState: {
|
|
1072
|
+
serializedName: "provisioningState",
|
|
1073
|
+
readOnly: true,
|
|
1074
|
+
type: {
|
|
1075
|
+
name: "String"
|
|
653
1076
|
}
|
|
654
1077
|
}
|
|
655
1078
|
}
|
|
@@ -661,15 +1084,13 @@ export const SourceCreationData = {
|
|
|
661
1084
|
className: "SourceCreationData",
|
|
662
1085
|
modelProperties: {
|
|
663
1086
|
createSource: {
|
|
664
|
-
defaultValue: "None",
|
|
665
|
-
isConstant: true,
|
|
666
1087
|
serializedName: "createSource",
|
|
667
1088
|
type: {
|
|
668
1089
|
name: "String"
|
|
669
1090
|
}
|
|
670
1091
|
},
|
|
671
|
-
|
|
672
|
-
serializedName: "
|
|
1092
|
+
sourceId: {
|
|
1093
|
+
serializedName: "sourceId",
|
|
673
1094
|
type: {
|
|
674
1095
|
name: "String"
|
|
675
1096
|
}
|
|
@@ -719,16 +1140,52 @@ export const IscsiTargetInfo = {
|
|
|
719
1140
|
}
|
|
720
1141
|
}
|
|
721
1142
|
};
|
|
1143
|
+
export const ManagedByInfo = {
|
|
1144
|
+
type: {
|
|
1145
|
+
name: "Composite",
|
|
1146
|
+
className: "ManagedByInfo",
|
|
1147
|
+
modelProperties: {
|
|
1148
|
+
resourceId: {
|
|
1149
|
+
serializedName: "resourceId",
|
|
1150
|
+
type: {
|
|
1151
|
+
name: "String"
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
}
|
|
1156
|
+
};
|
|
722
1157
|
export const VolumeUpdate = {
|
|
723
1158
|
type: {
|
|
724
1159
|
name: "Composite",
|
|
725
1160
|
className: "VolumeUpdate",
|
|
1161
|
+
modelProperties: {
|
|
1162
|
+
properties: {
|
|
1163
|
+
serializedName: "properties",
|
|
1164
|
+
type: {
|
|
1165
|
+
name: "Composite",
|
|
1166
|
+
className: "VolumeUpdateProperties"
|
|
1167
|
+
}
|
|
1168
|
+
}
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
};
|
|
1172
|
+
export const VolumeUpdateProperties = {
|
|
1173
|
+
type: {
|
|
1174
|
+
name: "Composite",
|
|
1175
|
+
className: "VolumeUpdateProperties",
|
|
726
1176
|
modelProperties: {
|
|
727
1177
|
sizeGiB: {
|
|
728
|
-
serializedName: "
|
|
1178
|
+
serializedName: "sizeGiB",
|
|
729
1179
|
type: {
|
|
730
1180
|
name: "Number"
|
|
731
1181
|
}
|
|
1182
|
+
},
|
|
1183
|
+
managedBy: {
|
|
1184
|
+
serializedName: "managedBy",
|
|
1185
|
+
type: {
|
|
1186
|
+
name: "Composite",
|
|
1187
|
+
className: "ManagedByInfo"
|
|
1188
|
+
}
|
|
732
1189
|
}
|
|
733
1190
|
}
|
|
734
1191
|
}
|
|
@@ -814,38 +1271,132 @@ export const PrivateLinkResourceListResult = {
|
|
|
814
1271
|
}
|
|
815
1272
|
}
|
|
816
1273
|
};
|
|
817
|
-
export const
|
|
1274
|
+
export const PrivateLinkResourceProperties = {
|
|
818
1275
|
type: {
|
|
819
1276
|
name: "Composite",
|
|
820
|
-
className: "
|
|
821
|
-
modelProperties:
|
|
822
|
-
|
|
1277
|
+
className: "PrivateLinkResourceProperties",
|
|
1278
|
+
modelProperties: {
|
|
1279
|
+
groupId: {
|
|
1280
|
+
serializedName: "groupId",
|
|
823
1281
|
readOnly: true,
|
|
824
1282
|
type: {
|
|
825
1283
|
name: "String"
|
|
826
1284
|
}
|
|
827
|
-
},
|
|
828
|
-
|
|
1285
|
+
},
|
|
1286
|
+
requiredMembers: {
|
|
1287
|
+
serializedName: "requiredMembers",
|
|
1288
|
+
readOnly: true,
|
|
829
1289
|
type: {
|
|
830
|
-
name: "
|
|
831
|
-
|
|
1290
|
+
name: "Sequence",
|
|
1291
|
+
element: {
|
|
1292
|
+
type: {
|
|
1293
|
+
name: "String"
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
832
1296
|
}
|
|
833
|
-
},
|
|
834
|
-
|
|
1297
|
+
},
|
|
1298
|
+
requiredZoneNames: {
|
|
1299
|
+
serializedName: "requiredZoneNames",
|
|
835
1300
|
type: {
|
|
836
|
-
name: "
|
|
837
|
-
|
|
1301
|
+
name: "Sequence",
|
|
1302
|
+
element: {
|
|
1303
|
+
type: {
|
|
1304
|
+
name: "String"
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
838
1307
|
}
|
|
839
|
-
}
|
|
840
|
-
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
};
|
|
1312
|
+
export const SnapshotList = {
|
|
1313
|
+
type: {
|
|
1314
|
+
name: "Composite",
|
|
1315
|
+
className: "SnapshotList",
|
|
1316
|
+
modelProperties: {
|
|
1317
|
+
value: {
|
|
1318
|
+
serializedName: "value",
|
|
841
1319
|
type: {
|
|
842
1320
|
name: "Sequence",
|
|
843
1321
|
element: {
|
|
844
1322
|
type: {
|
|
845
|
-
name: "
|
|
1323
|
+
name: "Composite",
|
|
1324
|
+
className: "Snapshot"
|
|
846
1325
|
}
|
|
847
1326
|
}
|
|
848
1327
|
}
|
|
1328
|
+
},
|
|
1329
|
+
nextLink: {
|
|
1330
|
+
serializedName: "nextLink",
|
|
1331
|
+
readOnly: true,
|
|
1332
|
+
type: {
|
|
1333
|
+
name: "String"
|
|
1334
|
+
}
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
}
|
|
1338
|
+
};
|
|
1339
|
+
export const SnapshotProperties = {
|
|
1340
|
+
type: {
|
|
1341
|
+
name: "Composite",
|
|
1342
|
+
className: "SnapshotProperties",
|
|
1343
|
+
modelProperties: {
|
|
1344
|
+
creationData: {
|
|
1345
|
+
serializedName: "creationData",
|
|
1346
|
+
type: {
|
|
1347
|
+
name: "Composite",
|
|
1348
|
+
className: "SnapshotCreationData"
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1351
|
+
provisioningState: {
|
|
1352
|
+
serializedName: "provisioningState",
|
|
1353
|
+
readOnly: true,
|
|
1354
|
+
type: {
|
|
1355
|
+
name: "String"
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
sourceVolumeSizeGiB: {
|
|
1359
|
+
serializedName: "sourceVolumeSizeGiB",
|
|
1360
|
+
readOnly: true,
|
|
1361
|
+
type: {
|
|
1362
|
+
name: "Number"
|
|
1363
|
+
}
|
|
1364
|
+
},
|
|
1365
|
+
volumeName: {
|
|
1366
|
+
serializedName: "volumeName",
|
|
1367
|
+
readOnly: true,
|
|
1368
|
+
type: {
|
|
1369
|
+
name: "String"
|
|
1370
|
+
}
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
};
|
|
1375
|
+
export const SnapshotCreationData = {
|
|
1376
|
+
type: {
|
|
1377
|
+
name: "Composite",
|
|
1378
|
+
className: "SnapshotCreationData",
|
|
1379
|
+
modelProperties: {
|
|
1380
|
+
sourceId: {
|
|
1381
|
+
serializedName: "sourceId",
|
|
1382
|
+
required: true,
|
|
1383
|
+
type: {
|
|
1384
|
+
name: "String"
|
|
1385
|
+
}
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
}
|
|
1389
|
+
};
|
|
1390
|
+
export const PrivateEndpointConnection = {
|
|
1391
|
+
type: {
|
|
1392
|
+
name: "Composite",
|
|
1393
|
+
className: "PrivateEndpointConnection",
|
|
1394
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { properties: {
|
|
1395
|
+
serializedName: "properties",
|
|
1396
|
+
type: {
|
|
1397
|
+
name: "Composite",
|
|
1398
|
+
className: "PrivateEndpointConnectionProperties"
|
|
1399
|
+
}
|
|
849
1400
|
} })
|
|
850
1401
|
}
|
|
851
1402
|
};
|
|
@@ -879,32 +1430,11 @@ export const PrivateLinkResource = {
|
|
|
879
1430
|
type: {
|
|
880
1431
|
name: "Composite",
|
|
881
1432
|
className: "PrivateLinkResource",
|
|
882
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), {
|
|
883
|
-
serializedName: "properties
|
|
884
|
-
readOnly: true,
|
|
885
|
-
type: {
|
|
886
|
-
name: "String"
|
|
887
|
-
}
|
|
888
|
-
}, requiredMembers: {
|
|
889
|
-
serializedName: "properties.requiredMembers",
|
|
890
|
-
readOnly: true,
|
|
891
|
-
type: {
|
|
892
|
-
name: "Sequence",
|
|
893
|
-
element: {
|
|
894
|
-
type: {
|
|
895
|
-
name: "String"
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
}, requiredZoneNames: {
|
|
900
|
-
serializedName: "properties.requiredZoneNames",
|
|
1433
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { properties: {
|
|
1434
|
+
serializedName: "properties",
|
|
901
1435
|
type: {
|
|
902
|
-
name: "
|
|
903
|
-
|
|
904
|
-
type: {
|
|
905
|
-
name: "String"
|
|
906
|
-
}
|
|
907
|
-
}
|
|
1436
|
+
name: "Composite",
|
|
1437
|
+
className: "PrivateLinkResourceProperties"
|
|
908
1438
|
}
|
|
909
1439
|
} })
|
|
910
1440
|
}
|
|
@@ -913,81 +1443,11 @@ export const ElasticSan = {
|
|
|
913
1443
|
type: {
|
|
914
1444
|
name: "Composite",
|
|
915
1445
|
className: "ElasticSan",
|
|
916
|
-
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), {
|
|
917
|
-
serializedName: "properties
|
|
1446
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
|
|
1447
|
+
serializedName: "properties",
|
|
918
1448
|
type: {
|
|
919
1449
|
name: "Composite",
|
|
920
|
-
className: "
|
|
921
|
-
}
|
|
922
|
-
}, availabilityZones: {
|
|
923
|
-
serializedName: "properties.availabilityZones",
|
|
924
|
-
type: {
|
|
925
|
-
name: "Sequence",
|
|
926
|
-
element: {
|
|
927
|
-
type: {
|
|
928
|
-
name: "String"
|
|
929
|
-
}
|
|
930
|
-
}
|
|
931
|
-
}
|
|
932
|
-
}, provisioningState: {
|
|
933
|
-
serializedName: "properties.provisioningState",
|
|
934
|
-
readOnly: true,
|
|
935
|
-
type: {
|
|
936
|
-
name: "String"
|
|
937
|
-
}
|
|
938
|
-
}, baseSizeTiB: {
|
|
939
|
-
serializedName: "properties.baseSizeTiB",
|
|
940
|
-
required: true,
|
|
941
|
-
type: {
|
|
942
|
-
name: "Number"
|
|
943
|
-
}
|
|
944
|
-
}, extendedCapacitySizeTiB: {
|
|
945
|
-
serializedName: "properties.extendedCapacitySizeTiB",
|
|
946
|
-
required: true,
|
|
947
|
-
type: {
|
|
948
|
-
name: "Number"
|
|
949
|
-
}
|
|
950
|
-
}, totalVolumeSizeGiB: {
|
|
951
|
-
serializedName: "properties.totalVolumeSizeGiB",
|
|
952
|
-
readOnly: true,
|
|
953
|
-
type: {
|
|
954
|
-
name: "Number"
|
|
955
|
-
}
|
|
956
|
-
}, volumeGroupCount: {
|
|
957
|
-
serializedName: "properties.volumeGroupCount",
|
|
958
|
-
readOnly: true,
|
|
959
|
-
type: {
|
|
960
|
-
name: "Number"
|
|
961
|
-
}
|
|
962
|
-
}, totalIops: {
|
|
963
|
-
serializedName: "properties.totalIops",
|
|
964
|
-
readOnly: true,
|
|
965
|
-
type: {
|
|
966
|
-
name: "Number"
|
|
967
|
-
}
|
|
968
|
-
}, totalMBps: {
|
|
969
|
-
serializedName: "properties.totalMBps",
|
|
970
|
-
readOnly: true,
|
|
971
|
-
type: {
|
|
972
|
-
name: "Number"
|
|
973
|
-
}
|
|
974
|
-
}, totalSizeTiB: {
|
|
975
|
-
serializedName: "properties.totalSizeTiB",
|
|
976
|
-
readOnly: true,
|
|
977
|
-
type: {
|
|
978
|
-
name: "Number"
|
|
979
|
-
}
|
|
980
|
-
}, privateEndpointConnections: {
|
|
981
|
-
serializedName: "properties.privateEndpointConnections",
|
|
982
|
-
readOnly: true,
|
|
983
|
-
type: {
|
|
984
|
-
name: "Sequence",
|
|
985
|
-
element: {
|
|
986
|
-
type: {
|
|
987
|
-
name: "Composite",
|
|
988
|
-
className: "PrivateEndpointConnection"
|
|
989
|
-
}
|
|
990
|
-
}
|
|
1450
|
+
className: "ElasticSanProperties"
|
|
991
1451
|
}
|
|
992
1452
|
} })
|
|
993
1453
|
}
|
|
@@ -996,39 +1456,17 @@ export const VolumeGroup = {
|
|
|
996
1456
|
type: {
|
|
997
1457
|
name: "Composite",
|
|
998
1458
|
className: "VolumeGroup",
|
|
999
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), {
|
|
1000
|
-
serializedName: "
|
|
1001
|
-
readOnly: true,
|
|
1002
|
-
type: {
|
|
1003
|
-
name: "String"
|
|
1004
|
-
}
|
|
1005
|
-
}, protocolType: {
|
|
1006
|
-
serializedName: "properties.protocolType",
|
|
1007
|
-
type: {
|
|
1008
|
-
name: "String"
|
|
1009
|
-
}
|
|
1010
|
-
}, encryption: {
|
|
1011
|
-
serializedName: "properties.encryption",
|
|
1012
|
-
type: {
|
|
1013
|
-
name: "String"
|
|
1014
|
-
}
|
|
1015
|
-
}, networkAcls: {
|
|
1016
|
-
serializedName: "properties.networkAcls",
|
|
1459
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { identity: {
|
|
1460
|
+
serializedName: "identity",
|
|
1017
1461
|
type: {
|
|
1018
1462
|
name: "Composite",
|
|
1019
|
-
className: "
|
|
1463
|
+
className: "Identity"
|
|
1020
1464
|
}
|
|
1021
|
-
},
|
|
1022
|
-
serializedName: "properties
|
|
1023
|
-
readOnly: true,
|
|
1465
|
+
}, properties: {
|
|
1466
|
+
serializedName: "properties",
|
|
1024
1467
|
type: {
|
|
1025
|
-
name: "
|
|
1026
|
-
|
|
1027
|
-
type: {
|
|
1028
|
-
name: "Composite",
|
|
1029
|
-
className: "PrivateEndpointConnection"
|
|
1030
|
-
}
|
|
1031
|
-
}
|
|
1468
|
+
name: "Composite",
|
|
1469
|
+
className: "VolumeGroupProperties"
|
|
1032
1470
|
}
|
|
1033
1471
|
} })
|
|
1034
1472
|
}
|
|
@@ -1037,29 +1475,24 @@ export const Volume = {
|
|
|
1037
1475
|
type: {
|
|
1038
1476
|
name: "Composite",
|
|
1039
1477
|
className: "Volume",
|
|
1040
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), {
|
|
1041
|
-
serializedName: "properties
|
|
1042
|
-
readOnly: true,
|
|
1043
|
-
type: {
|
|
1044
|
-
name: "String"
|
|
1045
|
-
}
|
|
1046
|
-
}, creationData: {
|
|
1047
|
-
serializedName: "properties.creationData",
|
|
1478
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
|
|
1479
|
+
serializedName: "properties",
|
|
1048
1480
|
type: {
|
|
1049
1481
|
name: "Composite",
|
|
1050
|
-
className: "
|
|
1051
|
-
}
|
|
1052
|
-
}, sizeGiB: {
|
|
1053
|
-
serializedName: "properties.sizeGiB",
|
|
1054
|
-
required: true,
|
|
1055
|
-
type: {
|
|
1056
|
-
name: "Number"
|
|
1482
|
+
className: "VolumeProperties"
|
|
1057
1483
|
}
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1484
|
+
} })
|
|
1485
|
+
}
|
|
1486
|
+
};
|
|
1487
|
+
export const Snapshot = {
|
|
1488
|
+
type: {
|
|
1489
|
+
name: "Composite",
|
|
1490
|
+
className: "Snapshot",
|
|
1491
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
|
|
1492
|
+
serializedName: "properties",
|
|
1060
1493
|
type: {
|
|
1061
1494
|
name: "Composite",
|
|
1062
|
-
className: "
|
|
1495
|
+
className: "SnapshotProperties"
|
|
1063
1496
|
}
|
|
1064
1497
|
} })
|
|
1065
1498
|
}
|
|
@@ -1162,4 +1595,18 @@ export const PrivateEndpointConnectionsDeleteHeaders = {
|
|
|
1162
1595
|
}
|
|
1163
1596
|
}
|
|
1164
1597
|
};
|
|
1598
|
+
export const VolumeSnapshotsDeleteHeaders = {
|
|
1599
|
+
type: {
|
|
1600
|
+
name: "Composite",
|
|
1601
|
+
className: "VolumeSnapshotsDeleteHeaders",
|
|
1602
|
+
modelProperties: {
|
|
1603
|
+
location: {
|
|
1604
|
+
serializedName: "location",
|
|
1605
|
+
type: {
|
|
1606
|
+
name: "String"
|
|
1607
|
+
}
|
|
1608
|
+
}
|
|
1609
|
+
}
|
|
1610
|
+
}
|
|
1611
|
+
};
|
|
1165
1612
|
//# sourceMappingURL=mappers.js.map
|