@azure/arm-elasticsan 1.0.0-beta.3 → 1.0.1-alpha.20240129.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 +7 -65
- package/LICENSE +1 -1
- package/dist/index.js +429 -294
- 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 +12 -8
- package/dist-esm/samples-dev/elasticSansCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js +6 -16
- package/dist-esm/samples-dev/elasticSansListByResourceGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js +6 -16
- package/dist-esm/samples-dev/elasticSansListBySubscriptionSample.js.map +1 -1
- package/dist-esm/samples-dev/elasticSansUpdateSample.js +5 -3
- package/dist-esm/samples-dev/elasticSansUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +6 -16
- package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js +9 -7
- package/dist-esm/samples-dev/privateEndpointConnectionsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +6 -16
- package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
- package/dist-esm/samples-dev/skusListSample.js +6 -16
- package/dist-esm/samples-dev/skusListSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js +19 -17
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js +6 -16
- package/dist-esm/samples-dev/volumeGroupsListByElasticSanSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js +19 -17
- package/dist-esm/samples-dev/volumeGroupsUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js +8 -4
- package/dist-esm/samples-dev/volumeSnapshotsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js +6 -16
- package/dist-esm/samples-dev/volumeSnapshotsListByVolumeGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesCreateSample.js +6 -4
- package/dist-esm/samples-dev/volumesCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js +6 -16
- package/dist-esm/samples-dev/volumesListByVolumeGroupSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/volumesUpdateSample.js.map +1 -1
- package/dist-esm/src/elasticSanManagement.js +1 -1
- package/dist-esm/src/elasticSanManagement.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +169 -124
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +9 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +393 -229
- package/dist-esm/src/models/mappers.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/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.js +3 -8
- package/dist-esm/src/operations/volumeSnapshots.js.map +1 -1
- package/dist-esm/src/operations/volumes.js +3 -8
- package/dist-esm/src/operations/volumes.js.map +1 -1
- package/dist-esm/src/pagingHelper.js.map +1 -1
- package/dist-esm/test/elasticsan_examples.spec.js +40 -16
- package/dist-esm/test/elasticsan_examples.spec.js.map +1 -1
- package/package.json +8 -6
- package/review/arm-elasticsan.api.md +84 -39
- package/src/elasticSanManagement.ts +1 -1
- package/src/models/index.ts +178 -124
- package/src/models/mappers.ts +406 -262
- package/types/arm-elasticsan.d.ts +169 -115
- package/types/tsdoc-metadata.json +1 -1
|
@@ -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,27 +663,42 @@ 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
|
}
|
|
543
699
|
},
|
|
544
700
|
publicNetworkAccess: {
|
|
545
|
-
serializedName: "
|
|
701
|
+
serializedName: "publicNetworkAccess",
|
|
546
702
|
type: {
|
|
547
703
|
name: "String"
|
|
548
704
|
}
|
|
@@ -637,6 +793,60 @@ export const UserAssignedIdentity = {
|
|
|
637
793
|
}
|
|
638
794
|
}
|
|
639
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
|
+
};
|
|
640
850
|
export const EncryptionProperties = {
|
|
641
851
|
type: {
|
|
642
852
|
name: "Composite",
|
|
@@ -774,27 +984,42 @@ export const VolumeGroupUpdate = {
|
|
|
774
984
|
className: "Identity"
|
|
775
985
|
}
|
|
776
986
|
},
|
|
987
|
+
properties: {
|
|
988
|
+
serializedName: "properties",
|
|
989
|
+
type: {
|
|
990
|
+
name: "Composite",
|
|
991
|
+
className: "VolumeGroupUpdateProperties"
|
|
992
|
+
}
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
}
|
|
996
|
+
};
|
|
997
|
+
export const VolumeGroupUpdateProperties = {
|
|
998
|
+
type: {
|
|
999
|
+
name: "Composite",
|
|
1000
|
+
className: "VolumeGroupUpdateProperties",
|
|
1001
|
+
modelProperties: {
|
|
777
1002
|
protocolType: {
|
|
778
|
-
serializedName: "
|
|
1003
|
+
serializedName: "protocolType",
|
|
779
1004
|
type: {
|
|
780
1005
|
name: "String"
|
|
781
1006
|
}
|
|
782
1007
|
},
|
|
783
1008
|
encryption: {
|
|
784
|
-
serializedName: "
|
|
1009
|
+
serializedName: "encryption",
|
|
785
1010
|
type: {
|
|
786
1011
|
name: "String"
|
|
787
1012
|
}
|
|
788
1013
|
},
|
|
789
1014
|
encryptionProperties: {
|
|
790
|
-
serializedName: "
|
|
1015
|
+
serializedName: "encryptionProperties",
|
|
791
1016
|
type: {
|
|
792
1017
|
name: "Composite",
|
|
793
1018
|
className: "EncryptionProperties"
|
|
794
1019
|
}
|
|
795
1020
|
},
|
|
796
1021
|
networkAcls: {
|
|
797
|
-
serializedName: "
|
|
1022
|
+
serializedName: "networkAcls",
|
|
798
1023
|
type: {
|
|
799
1024
|
name: "Composite",
|
|
800
1025
|
className: "NetworkRuleSet"
|
|
@@ -803,6 +1028,56 @@ export const VolumeGroupUpdate = {
|
|
|
803
1028
|
}
|
|
804
1029
|
}
|
|
805
1030
|
};
|
|
1031
|
+
export const VolumeProperties = {
|
|
1032
|
+
type: {
|
|
1033
|
+
name: "Composite",
|
|
1034
|
+
className: "VolumeProperties",
|
|
1035
|
+
modelProperties: {
|
|
1036
|
+
volumeId: {
|
|
1037
|
+
serializedName: "volumeId",
|
|
1038
|
+
readOnly: true,
|
|
1039
|
+
type: {
|
|
1040
|
+
name: "String"
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
creationData: {
|
|
1044
|
+
serializedName: "creationData",
|
|
1045
|
+
type: {
|
|
1046
|
+
name: "Composite",
|
|
1047
|
+
className: "SourceCreationData"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
sizeGiB: {
|
|
1051
|
+
serializedName: "sizeGiB",
|
|
1052
|
+
required: true,
|
|
1053
|
+
type: {
|
|
1054
|
+
name: "Number"
|
|
1055
|
+
}
|
|
1056
|
+
},
|
|
1057
|
+
storageTarget: {
|
|
1058
|
+
serializedName: "storageTarget",
|
|
1059
|
+
type: {
|
|
1060
|
+
name: "Composite",
|
|
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"
|
|
1076
|
+
}
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
}
|
|
1080
|
+
};
|
|
806
1081
|
export const SourceCreationData = {
|
|
807
1082
|
type: {
|
|
808
1083
|
name: "Composite",
|
|
@@ -883,15 +1158,30 @@ export const VolumeUpdate = {
|
|
|
883
1158
|
type: {
|
|
884
1159
|
name: "Composite",
|
|
885
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",
|
|
886
1176
|
modelProperties: {
|
|
887
1177
|
sizeGiB: {
|
|
888
|
-
serializedName: "
|
|
1178
|
+
serializedName: "sizeGiB",
|
|
889
1179
|
type: {
|
|
890
1180
|
name: "Number"
|
|
891
1181
|
}
|
|
892
1182
|
},
|
|
893
1183
|
managedBy: {
|
|
894
|
-
serializedName: "
|
|
1184
|
+
serializedName: "managedBy",
|
|
895
1185
|
type: {
|
|
896
1186
|
name: "Composite",
|
|
897
1187
|
className: "ManagedByInfo"
|
|
@@ -981,6 +1271,44 @@ export const PrivateLinkResourceListResult = {
|
|
|
981
1271
|
}
|
|
982
1272
|
}
|
|
983
1273
|
};
|
|
1274
|
+
export const PrivateLinkResourceProperties = {
|
|
1275
|
+
type: {
|
|
1276
|
+
name: "Composite",
|
|
1277
|
+
className: "PrivateLinkResourceProperties",
|
|
1278
|
+
modelProperties: {
|
|
1279
|
+
groupId: {
|
|
1280
|
+
serializedName: "groupId",
|
|
1281
|
+
readOnly: true,
|
|
1282
|
+
type: {
|
|
1283
|
+
name: "String"
|
|
1284
|
+
}
|
|
1285
|
+
},
|
|
1286
|
+
requiredMembers: {
|
|
1287
|
+
serializedName: "requiredMembers",
|
|
1288
|
+
readOnly: true,
|
|
1289
|
+
type: {
|
|
1290
|
+
name: "Sequence",
|
|
1291
|
+
element: {
|
|
1292
|
+
type: {
|
|
1293
|
+
name: "String"
|
|
1294
|
+
}
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
requiredZoneNames: {
|
|
1299
|
+
serializedName: "requiredZoneNames",
|
|
1300
|
+
type: {
|
|
1301
|
+
name: "Sequence",
|
|
1302
|
+
element: {
|
|
1303
|
+
type: {
|
|
1304
|
+
name: "String"
|
|
1305
|
+
}
|
|
1306
|
+
}
|
|
1307
|
+
}
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
}
|
|
1311
|
+
};
|
|
984
1312
|
export const SnapshotList = {
|
|
985
1313
|
type: {
|
|
986
1314
|
name: "Composite",
|
|
@@ -1008,6 +1336,42 @@ export const SnapshotList = {
|
|
|
1008
1336
|
}
|
|
1009
1337
|
}
|
|
1010
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
|
+
};
|
|
1011
1375
|
export const SnapshotCreationData = {
|
|
1012
1376
|
type: {
|
|
1013
1377
|
name: "Composite",
|
|
@@ -1027,33 +1391,11 @@ export const PrivateEndpointConnection = {
|
|
|
1027
1391
|
type: {
|
|
1028
1392
|
name: "Composite",
|
|
1029
1393
|
className: "PrivateEndpointConnection",
|
|
1030
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), {
|
|
1031
|
-
serializedName: "properties
|
|
1032
|
-
readOnly: true,
|
|
1033
|
-
type: {
|
|
1034
|
-
name: "String"
|
|
1035
|
-
}
|
|
1036
|
-
}, privateEndpoint: {
|
|
1037
|
-
serializedName: "properties.privateEndpoint",
|
|
1038
|
-
type: {
|
|
1039
|
-
name: "Composite",
|
|
1040
|
-
className: "PrivateEndpoint"
|
|
1041
|
-
}
|
|
1042
|
-
}, privateLinkServiceConnectionState: {
|
|
1043
|
-
serializedName: "properties.privateLinkServiceConnectionState",
|
|
1394
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { properties: {
|
|
1395
|
+
serializedName: "properties",
|
|
1044
1396
|
type: {
|
|
1045
1397
|
name: "Composite",
|
|
1046
|
-
className: "
|
|
1047
|
-
}
|
|
1048
|
-
}, groupIds: {
|
|
1049
|
-
serializedName: "properties.groupIds",
|
|
1050
|
-
type: {
|
|
1051
|
-
name: "Sequence",
|
|
1052
|
-
element: {
|
|
1053
|
-
type: {
|
|
1054
|
-
name: "String"
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1398
|
+
className: "PrivateEndpointConnectionProperties"
|
|
1057
1399
|
}
|
|
1058
1400
|
} })
|
|
1059
1401
|
}
|
|
@@ -1088,32 +1430,11 @@ export const PrivateLinkResource = {
|
|
|
1088
1430
|
type: {
|
|
1089
1431
|
name: "Composite",
|
|
1090
1432
|
className: "PrivateLinkResource",
|
|
1091
|
-
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), {
|
|
1092
|
-
serializedName: "properties
|
|
1093
|
-
readOnly: true,
|
|
1094
|
-
type: {
|
|
1095
|
-
name: "String"
|
|
1096
|
-
}
|
|
1097
|
-
}, requiredMembers: {
|
|
1098
|
-
serializedName: "properties.requiredMembers",
|
|
1099
|
-
readOnly: true,
|
|
1433
|
+
modelProperties: Object.assign(Object.assign({}, Resource.type.modelProperties), { properties: {
|
|
1434
|
+
serializedName: "properties",
|
|
1100
1435
|
type: {
|
|
1101
|
-
name: "
|
|
1102
|
-
|
|
1103
|
-
type: {
|
|
1104
|
-
name: "String"
|
|
1105
|
-
}
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
}, requiredZoneNames: {
|
|
1109
|
-
serializedName: "properties.requiredZoneNames",
|
|
1110
|
-
type: {
|
|
1111
|
-
name: "Sequence",
|
|
1112
|
-
element: {
|
|
1113
|
-
type: {
|
|
1114
|
-
name: "String"
|
|
1115
|
-
}
|
|
1116
|
-
}
|
|
1436
|
+
name: "Composite",
|
|
1437
|
+
className: "PrivateLinkResourceProperties"
|
|
1117
1438
|
}
|
|
1118
1439
|
} })
|
|
1119
1440
|
}
|
|
@@ -1122,86 +1443,11 @@ export const ElasticSan = {
|
|
|
1122
1443
|
type: {
|
|
1123
1444
|
name: "Composite",
|
|
1124
1445
|
className: "ElasticSan",
|
|
1125
|
-
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), {
|
|
1126
|
-
serializedName: "properties
|
|
1446
|
+
modelProperties: Object.assign(Object.assign({}, TrackedResource.type.modelProperties), { properties: {
|
|
1447
|
+
serializedName: "properties",
|
|
1127
1448
|
type: {
|
|
1128
1449
|
name: "Composite",
|
|
1129
|
-
className: "
|
|
1130
|
-
}
|
|
1131
|
-
}, availabilityZones: {
|
|
1132
|
-
serializedName: "properties.availabilityZones",
|
|
1133
|
-
type: {
|
|
1134
|
-
name: "Sequence",
|
|
1135
|
-
element: {
|
|
1136
|
-
type: {
|
|
1137
|
-
name: "String"
|
|
1138
|
-
}
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
}, provisioningState: {
|
|
1142
|
-
serializedName: "properties.provisioningState",
|
|
1143
|
-
readOnly: true,
|
|
1144
|
-
type: {
|
|
1145
|
-
name: "String"
|
|
1146
|
-
}
|
|
1147
|
-
}, baseSizeTiB: {
|
|
1148
|
-
serializedName: "properties.baseSizeTiB",
|
|
1149
|
-
required: true,
|
|
1150
|
-
type: {
|
|
1151
|
-
name: "Number"
|
|
1152
|
-
}
|
|
1153
|
-
}, extendedCapacitySizeTiB: {
|
|
1154
|
-
serializedName: "properties.extendedCapacitySizeTiB",
|
|
1155
|
-
required: true,
|
|
1156
|
-
type: {
|
|
1157
|
-
name: "Number"
|
|
1158
|
-
}
|
|
1159
|
-
}, totalVolumeSizeGiB: {
|
|
1160
|
-
serializedName: "properties.totalVolumeSizeGiB",
|
|
1161
|
-
readOnly: true,
|
|
1162
|
-
type: {
|
|
1163
|
-
name: "Number"
|
|
1164
|
-
}
|
|
1165
|
-
}, volumeGroupCount: {
|
|
1166
|
-
serializedName: "properties.volumeGroupCount",
|
|
1167
|
-
readOnly: true,
|
|
1168
|
-
type: {
|
|
1169
|
-
name: "Number"
|
|
1170
|
-
}
|
|
1171
|
-
}, totalIops: {
|
|
1172
|
-
serializedName: "properties.totalIops",
|
|
1173
|
-
readOnly: true,
|
|
1174
|
-
type: {
|
|
1175
|
-
name: "Number"
|
|
1176
|
-
}
|
|
1177
|
-
}, totalMBps: {
|
|
1178
|
-
serializedName: "properties.totalMBps",
|
|
1179
|
-
readOnly: true,
|
|
1180
|
-
type: {
|
|
1181
|
-
name: "Number"
|
|
1182
|
-
}
|
|
1183
|
-
}, totalSizeTiB: {
|
|
1184
|
-
serializedName: "properties.totalSizeTiB",
|
|
1185
|
-
readOnly: true,
|
|
1186
|
-
type: {
|
|
1187
|
-
name: "Number"
|
|
1188
|
-
}
|
|
1189
|
-
}, privateEndpointConnections: {
|
|
1190
|
-
serializedName: "properties.privateEndpointConnections",
|
|
1191
|
-
readOnly: true,
|
|
1192
|
-
type: {
|
|
1193
|
-
name: "Sequence",
|
|
1194
|
-
element: {
|
|
1195
|
-
type: {
|
|
1196
|
-
name: "Composite",
|
|
1197
|
-
className: "PrivateEndpointConnection"
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
}, publicNetworkAccess: {
|
|
1202
|
-
serializedName: "properties.publicNetworkAccess",
|
|
1203
|
-
type: {
|
|
1204
|
-
name: "String"
|
|
1450
|
+
className: "ElasticSanProperties"
|
|
1205
1451
|
}
|
|
1206
1452
|
} })
|
|
1207
1453
|
}
|
|
@@ -1216,45 +1462,11 @@ export const VolumeGroup = {
|
|
|
1216
1462
|
name: "Composite",
|
|
1217
1463
|
className: "Identity"
|
|
1218
1464
|
}
|
|
1219
|
-
},
|
|
1220
|
-
serializedName: "properties
|
|
1221
|
-
readOnly: true,
|
|
1222
|
-
type: {
|
|
1223
|
-
name: "String"
|
|
1224
|
-
}
|
|
1225
|
-
}, protocolType: {
|
|
1226
|
-
serializedName: "properties.protocolType",
|
|
1227
|
-
type: {
|
|
1228
|
-
name: "String"
|
|
1229
|
-
}
|
|
1230
|
-
}, encryption: {
|
|
1231
|
-
serializedName: "properties.encryption",
|
|
1232
|
-
type: {
|
|
1233
|
-
name: "String"
|
|
1234
|
-
}
|
|
1235
|
-
}, encryptionProperties: {
|
|
1236
|
-
serializedName: "properties.encryptionProperties",
|
|
1237
|
-
type: {
|
|
1238
|
-
name: "Composite",
|
|
1239
|
-
className: "EncryptionProperties"
|
|
1240
|
-
}
|
|
1241
|
-
}, networkAcls: {
|
|
1242
|
-
serializedName: "properties.networkAcls",
|
|
1465
|
+
}, properties: {
|
|
1466
|
+
serializedName: "properties",
|
|
1243
1467
|
type: {
|
|
1244
1468
|
name: "Composite",
|
|
1245
|
-
className: "
|
|
1246
|
-
}
|
|
1247
|
-
}, privateEndpointConnections: {
|
|
1248
|
-
serializedName: "properties.privateEndpointConnections",
|
|
1249
|
-
readOnly: true,
|
|
1250
|
-
type: {
|
|
1251
|
-
name: "Sequence",
|
|
1252
|
-
element: {
|
|
1253
|
-
type: {
|
|
1254
|
-
name: "Composite",
|
|
1255
|
-
className: "PrivateEndpointConnection"
|
|
1256
|
-
}
|
|
1257
|
-
}
|
|
1469
|
+
className: "VolumeGroupProperties"
|
|
1258
1470
|
}
|
|
1259
1471
|
} })
|
|
1260
1472
|
}
|
|
@@ -1263,41 +1475,11 @@ export const Volume = {
|
|
|
1263
1475
|
type: {
|
|
1264
1476
|
name: "Composite",
|
|
1265
1477
|
className: "Volume",
|
|
1266
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), {
|
|
1267
|
-
serializedName: "properties
|
|
1268
|
-
readOnly: true,
|
|
1269
|
-
type: {
|
|
1270
|
-
name: "String"
|
|
1271
|
-
}
|
|
1272
|
-
}, creationData: {
|
|
1273
|
-
serializedName: "properties.creationData",
|
|
1274
|
-
type: {
|
|
1275
|
-
name: "Composite",
|
|
1276
|
-
className: "SourceCreationData"
|
|
1277
|
-
}
|
|
1278
|
-
}, sizeGiB: {
|
|
1279
|
-
serializedName: "properties.sizeGiB",
|
|
1280
|
-
required: true,
|
|
1281
|
-
type: {
|
|
1282
|
-
name: "Number"
|
|
1283
|
-
}
|
|
1284
|
-
}, storageTarget: {
|
|
1285
|
-
serializedName: "properties.storageTarget",
|
|
1286
|
-
type: {
|
|
1287
|
-
name: "Composite",
|
|
1288
|
-
className: "IscsiTargetInfo"
|
|
1289
|
-
}
|
|
1290
|
-
}, managedBy: {
|
|
1291
|
-
serializedName: "properties.managedBy",
|
|
1478
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
|
|
1479
|
+
serializedName: "properties",
|
|
1292
1480
|
type: {
|
|
1293
1481
|
name: "Composite",
|
|
1294
|
-
className: "
|
|
1295
|
-
}
|
|
1296
|
-
}, provisioningState: {
|
|
1297
|
-
serializedName: "properties.provisioningState",
|
|
1298
|
-
readOnly: true,
|
|
1299
|
-
type: {
|
|
1300
|
-
name: "String"
|
|
1482
|
+
className: "VolumeProperties"
|
|
1301
1483
|
}
|
|
1302
1484
|
} })
|
|
1303
1485
|
}
|
|
@@ -1306,29 +1488,11 @@ export const Snapshot = {
|
|
|
1306
1488
|
type: {
|
|
1307
1489
|
name: "Composite",
|
|
1308
1490
|
className: "Snapshot",
|
|
1309
|
-
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), {
|
|
1310
|
-
serializedName: "properties
|
|
1491
|
+
modelProperties: Object.assign(Object.assign({}, ProxyResource.type.modelProperties), { properties: {
|
|
1492
|
+
serializedName: "properties",
|
|
1311
1493
|
type: {
|
|
1312
1494
|
name: "Composite",
|
|
1313
|
-
className: "
|
|
1314
|
-
}
|
|
1315
|
-
}, provisioningState: {
|
|
1316
|
-
serializedName: "properties.provisioningState",
|
|
1317
|
-
readOnly: true,
|
|
1318
|
-
type: {
|
|
1319
|
-
name: "String"
|
|
1320
|
-
}
|
|
1321
|
-
}, sourceVolumeSizeGiB: {
|
|
1322
|
-
serializedName: "properties.sourceVolumeSizeGiB",
|
|
1323
|
-
readOnly: true,
|
|
1324
|
-
type: {
|
|
1325
|
-
name: "Number"
|
|
1326
|
-
}
|
|
1327
|
-
}, volumeName: {
|
|
1328
|
-
serializedName: "properties.volumeName",
|
|
1329
|
-
readOnly: true,
|
|
1330
|
-
type: {
|
|
1331
|
-
name: "String"
|
|
1495
|
+
className: "SnapshotProperties"
|
|
1332
1496
|
}
|
|
1333
1497
|
} })
|
|
1334
1498
|
}
|