@azure/arm-labservices 3.0.0-beta.3 → 3.0.1-alpha.20220922.2

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.
Files changed (109) hide show
  1. package/CHANGELOG.md +13 -3
  2. package/README.md +2 -2
  3. package/dist/index.js +787 -715
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/imagesCreateOrUpdateSample.js +1 -1
  8. package/dist-esm/samples-dev/imagesGetSample.js +1 -1
  9. package/dist-esm/samples-dev/imagesListByLabPlanSample.js +1 -1
  10. package/dist-esm/samples-dev/imagesUpdateSample.js +1 -1
  11. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js +4 -4
  12. package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js.map +1 -1
  13. package/dist-esm/samples-dev/labPlansDeleteSample.js +1 -1
  14. package/dist-esm/samples-dev/labPlansGetSample.js +1 -1
  15. package/dist-esm/samples-dev/labPlansListByResourceGroupSample.js +1 -1
  16. package/dist-esm/samples-dev/labPlansListBySubscriptionSample.js +1 -1
  17. package/dist-esm/samples-dev/labPlansSaveImageSample.js +1 -1
  18. package/dist-esm/samples-dev/labPlansUpdateSample.js +1 -1
  19. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js +5 -5
  20. package/dist-esm/samples-dev/labsCreateOrUpdateSample.js.map +1 -1
  21. package/dist-esm/samples-dev/labsDeleteSample.js +1 -1
  22. package/dist-esm/samples-dev/labsGetSample.js +1 -1
  23. package/dist-esm/samples-dev/labsListByResourceGroupSample.js +1 -1
  24. package/dist-esm/samples-dev/labsListBySubscriptionSample.js +1 -1
  25. package/dist-esm/samples-dev/labsPublishSample.js +1 -1
  26. package/dist-esm/samples-dev/labsSyncGroupSample.js +1 -1
  27. package/dist-esm/samples-dev/labsUpdateSample.js +1 -1
  28. package/dist-esm/samples-dev/operationResultsGetSample.js +1 -1
  29. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  30. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +2 -2
  31. package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -1
  32. package/dist-esm/samples-dev/schedulesDeleteSample.js +1 -1
  33. package/dist-esm/samples-dev/schedulesGetSample.js +1 -1
  34. package/dist-esm/samples-dev/schedulesListByLabSample.js +1 -1
  35. package/dist-esm/samples-dev/schedulesUpdateSample.js +2 -2
  36. package/dist-esm/samples-dev/schedulesUpdateSample.js.map +1 -1
  37. package/dist-esm/samples-dev/skusListSample.js +3 -3
  38. package/dist-esm/samples-dev/usagesListByLocationSample.js +2 -2
  39. package/dist-esm/samples-dev/usersCreateOrUpdateSample.js +2 -2
  40. package/dist-esm/samples-dev/usersDeleteSample.js +1 -1
  41. package/dist-esm/samples-dev/usersGetSample.js +1 -1
  42. package/dist-esm/samples-dev/usersInviteSample.js +1 -1
  43. package/dist-esm/samples-dev/usersListByLabSample.js +1 -1
  44. package/dist-esm/samples-dev/usersUpdateSample.js +2 -2
  45. package/dist-esm/samples-dev/virtualMachinesGetSample.js +1 -1
  46. package/dist-esm/samples-dev/virtualMachinesListByLabSample.js +1 -1
  47. package/dist-esm/samples-dev/virtualMachinesRedeploySample.js +1 -1
  48. package/dist-esm/samples-dev/virtualMachinesReimageSample.js +1 -1
  49. package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.js +1 -1
  50. package/dist-esm/samples-dev/virtualMachinesStartSample.js +1 -1
  51. package/dist-esm/samples-dev/virtualMachinesStopSample.js +1 -1
  52. package/dist-esm/src/labServicesClient.d.ts +3 -3
  53. package/dist-esm/src/labServicesClient.d.ts.map +1 -1
  54. package/dist-esm/src/labServicesClient.js +23 -18
  55. package/dist-esm/src/labServicesClient.js.map +1 -1
  56. package/dist-esm/src/models/index.d.ts +221 -188
  57. package/dist-esm/src/models/index.d.ts.map +1 -1
  58. package/dist-esm/src/models/index.js +19 -5
  59. package/dist-esm/src/models/index.js.map +1 -1
  60. package/dist-esm/src/models/mappers.d.ts +10 -9
  61. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  62. package/dist-esm/src/models/mappers.js +284 -232
  63. package/dist-esm/src/models/mappers.js.map +1 -1
  64. package/dist-esm/src/models/parameters.d.ts +1 -1
  65. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  66. package/dist-esm/src/models/parameters.js +16 -16
  67. package/dist-esm/src/models/parameters.js.map +1 -1
  68. package/dist-esm/src/operations/index.d.ts +2 -2
  69. package/dist-esm/src/operations/index.d.ts.map +1 -1
  70. package/dist-esm/src/operations/index.js +2 -2
  71. package/dist-esm/src/operations/index.js.map +1 -1
  72. package/dist-esm/src/operations/labs.d.ts +22 -22
  73. package/dist-esm/src/operations/labs.js +22 -22
  74. package/dist-esm/src/operations/schedules.d.ts +16 -16
  75. package/dist-esm/src/operations/schedules.js +16 -16
  76. package/dist-esm/src/operations/skus.d.ts +2 -2
  77. package/dist-esm/src/operations/skus.js +2 -2
  78. package/dist-esm/src/operations/users.d.ts +24 -24
  79. package/dist-esm/src/operations/users.js +24 -24
  80. package/dist-esm/src/operations/virtualMachines.d.ts +28 -28
  81. package/dist-esm/src/operations/virtualMachines.js +28 -28
  82. package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
  83. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  84. package/dist-esm/src/operationsInterfaces/index.js +2 -2
  85. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  86. package/dist-esm/src/operationsInterfaces/labs.d.ts +22 -22
  87. package/dist-esm/src/operationsInterfaces/schedules.d.ts +12 -12
  88. package/dist-esm/src/operationsInterfaces/skus.d.ts +1 -1
  89. package/dist-esm/src/operationsInterfaces/users.d.ts +20 -20
  90. package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +24 -24
  91. package/package.json +6 -7
  92. package/review/arm-labservices.api.md +94 -97
  93. package/src/labServicesClient.ts +35 -28
  94. package/src/models/index.ts +244 -211
  95. package/src/models/mappers.ts +291 -236
  96. package/src/models/parameters.ts +17 -17
  97. package/src/operations/index.ts +2 -2
  98. package/src/operations/labs.ts +22 -22
  99. package/src/operations/schedules.ts +16 -16
  100. package/src/operations/skus.ts +2 -2
  101. package/src/operations/users.ts +24 -24
  102. package/src/operations/virtualMachines.ts +28 -28
  103. package/src/operationsInterfaces/index.ts +2 -2
  104. package/src/operationsInterfaces/labs.ts +22 -22
  105. package/src/operationsInterfaces/schedules.ts +12 -12
  106. package/src/operationsInterfaces/skus.ts +1 -1
  107. package/src/operationsInterfaces/users.ts +20 -20
  108. package/src/operationsInterfaces/virtualMachines.ts +24 -24
  109. package/types/arm-labservices.d.ts +149 -115
@@ -120,8 +120,24 @@ export declare interface ErrorResponse {
120
120
  error?: ErrorDetail;
121
121
  }
122
122
 
123
+ /** Identity for the resource. */
124
+ export declare interface Identity {
125
+ /**
126
+ * The principal ID of resource identity.
127
+ * NOTE: This property will not be serialized. It can only be populated by the server.
128
+ */
129
+ readonly principalId?: string;
130
+ /**
131
+ * The tenant ID of resource.
132
+ * NOTE: This property will not be serialized. It can only be populated by the server.
133
+ */
134
+ readonly tenantId?: string;
135
+ /** The identity type. */
136
+ type?: "SystemAssigned";
137
+ }
138
+
123
139
  /** Lab services virtual machine image */
124
- declare type Image_2 = ProxyResource & {
140
+ declare interface Image_2 extends ProxyResource {
125
141
  /**
126
142
  * Metadata pertaining to creation and last modification of the image.
127
143
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -201,11 +217,11 @@ declare type Image_2 = ProxyResource & {
201
217
  * NOTE: This property will not be serialized. It can only be populated by the server.
202
218
  */
203
219
  readonly osState?: OsState;
204
- };
220
+ }
205
221
  export { Image_2 as Image }
206
222
 
207
223
  /** Properties of an image resource. */
208
- export declare type ImageProperties = ImageUpdateProperties & {
224
+ export declare interface ImageProperties extends ImageUpdateProperties {
209
225
  /**
210
226
  * Current provisioning state of the image.
211
227
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -278,7 +294,7 @@ export declare type ImageProperties = ImageUpdateProperties & {
278
294
  * NOTE: This property will not be serialized. It can only be populated by the server.
279
295
  */
280
296
  readonly osState?: OsState;
281
- };
297
+ }
282
298
 
283
299
  /** Image reference information. Used in the virtual machine profile. */
284
300
  export declare interface ImageReference {
@@ -402,38 +418,51 @@ export declare interface InviteBody {
402
418
 
403
419
  /** Known values of {@link ActionType} that the service accepts. */
404
420
  export declare enum KnownActionType {
421
+ /** Internal */
405
422
  Internal = "Internal"
406
423
  }
407
424
 
408
425
  /** Known values of {@link CreatedByType} that the service accepts. */
409
426
  export declare enum KnownCreatedByType {
427
+ /** User */
410
428
  User = "User",
429
+ /** Application */
411
430
  Application = "Application",
431
+ /** ManagedIdentity */
412
432
  ManagedIdentity = "ManagedIdentity",
433
+ /** Key */
413
434
  Key = "Key"
414
435
  }
415
436
 
416
437
  /** Known values of {@link LabServicesSkuTier} that the service accepts. */
417
438
  export declare enum KnownLabServicesSkuTier {
439
+ /** Standard */
418
440
  Standard = "Standard",
441
+ /** Premium */
419
442
  Premium = "Premium"
420
443
  }
421
444
 
422
445
  /** Known values of {@link Origin} that the service accepts. */
423
446
  export declare enum KnownOrigin {
447
+ /** User */
424
448
  User = "user",
449
+ /** System */
425
450
  System = "system",
451
+ /** UserSystem */
426
452
  UserSystem = "user,system"
427
453
  }
428
454
 
429
455
  /** Known values of {@link RestrictionReasonCode} that the service accepts. */
430
456
  export declare enum KnownRestrictionReasonCode {
457
+ /** QuotaId */
431
458
  QuotaId = "QuotaId",
459
+ /** NotAvailableForSubscription */
432
460
  NotAvailableForSubscription = "NotAvailableForSubscription"
433
461
  }
434
462
 
435
463
  /** Known values of {@link RestrictionType} that the service accepts. */
436
464
  export declare enum KnownRestrictionType {
465
+ /** Location */
437
466
  Location = "Location"
438
467
  }
439
468
 
@@ -449,11 +478,12 @@ export declare enum KnownScaleType {
449
478
 
450
479
  /** Known values of {@link UsageUnit} that the service accepts. */
451
480
  export declare enum KnownUsageUnit {
481
+ /** Count */
452
482
  Count = "Count"
453
483
  }
454
484
 
455
485
  /** The lab resource. */
456
- export declare type Lab = TrackedResource & {
486
+ export declare interface Lab extends TrackedResource {
457
487
  /**
458
488
  * Metadata pertaining to creation and last modification of the lab.
459
489
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -487,7 +517,7 @@ export declare type Lab = TrackedResource & {
487
517
  * NOTE: This property will not be serialized. It can only be populated by the server.
488
518
  */
489
519
  readonly state?: LabState;
490
- };
520
+ }
491
521
 
492
522
  /** Profile for how to handle networking for Labs. */
493
523
  export declare interface LabNetworkProfile {
@@ -500,12 +530,14 @@ export declare interface LabNetworkProfile {
500
530
  }
501
531
 
502
532
  /** Lab Plans act as a permission container for creating labs via labs.azure.com. Additionally, they can provide a set of default configurations that will apply at the time of creating a lab, but these defaults can still be overwritten. */
503
- export declare type LabPlan = TrackedResource & {
533
+ export declare interface LabPlan extends TrackedResource {
504
534
  /**
505
535
  * Metadata pertaining to creation and last modification of the lab plan.
506
536
  * NOTE: This property will not be serialized. It can only be populated by the server.
507
537
  */
508
538
  readonly systemData?: SystemData;
539
+ /** Managed Identity Information */
540
+ identity?: Identity;
509
541
  /** The default lab connection profile. This can be changed on a lab resource and only provides a default profile. */
510
542
  defaultConnectionProfile?: ConnectionProfile;
511
543
  /** The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile. */
@@ -525,7 +557,7 @@ export declare type LabPlan = TrackedResource & {
525
557
  * NOTE: This property will not be serialized. It can only be populated by the server.
526
558
  */
527
559
  readonly provisioningState?: ProvisioningState;
528
- };
560
+ }
529
561
 
530
562
  /** Profile for how to handle networking for Lab Plans. */
531
563
  export declare interface LabPlanNetworkProfile {
@@ -534,13 +566,13 @@ export declare interface LabPlanNetworkProfile {
534
566
  }
535
567
 
536
568
  /** Lab plan resource properties */
537
- export declare type LabPlanProperties = LabPlanUpdateProperties & {
569
+ export declare interface LabPlanProperties extends LabPlanUpdateProperties {
538
570
  /**
539
571
  * Current provisioning state of the lab plan.
540
572
  * NOTE: This property will not be serialized. It can only be populated by the server.
541
573
  */
542
574
  readonly provisioningState?: ProvisioningState;
543
- };
575
+ }
544
576
 
545
577
  /** Interface representing a LabPlans. */
546
578
  export declare interface LabPlans {
@@ -715,7 +747,9 @@ export declare interface LabPlansUpdateOptionalParams extends coreClient.Operati
715
747
  export declare type LabPlansUpdateResponse = LabPlan;
716
748
 
717
749
  /** Contains lab configuration and default settings. This variant is used for PATCH. */
718
- export declare type LabPlanUpdate = TrackedResourceUpdate & {
750
+ export declare interface LabPlanUpdate extends TrackedResourceUpdate {
751
+ /** Managed Identity Information */
752
+ identity?: Identity;
719
753
  /** The default lab connection profile. This can be changed on a lab resource and only provides a default profile. */
720
754
  defaultConnectionProfile?: ConnectionProfile;
721
755
  /** The default lab shutdown profile. This can be changed on a lab resource and only provides a default profile. */
@@ -730,7 +764,7 @@ export declare type LabPlanUpdate = TrackedResourceUpdate & {
730
764
  supportInfo?: SupportInfo;
731
765
  /** Base Url of the lms instance this lab plan can link lab rosters against. */
732
766
  linkedLmsInstance?: string;
733
- };
767
+ }
734
768
 
735
769
  /** Lab plan resource properties for updates */
736
770
  export declare interface LabPlanUpdateProperties {
@@ -751,7 +785,7 @@ export declare interface LabPlanUpdateProperties {
751
785
  }
752
786
 
753
787
  /** Properties of a lab resource. */
754
- export declare type LabProperties = LabUpdateProperties & {
788
+ export declare interface LabProperties extends LabUpdateProperties {
755
789
  /**
756
790
  * Current provisioning state of the lab.
757
791
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -764,7 +798,7 @@ export declare type LabProperties = LabUpdateProperties & {
764
798
  * NOTE: This property will not be serialized. It can only be populated by the server.
765
799
  */
766
800
  readonly state?: LabState;
767
- };
801
+ }
768
802
 
769
803
  /** Interface representing a Labs. */
770
804
  export declare interface Labs {
@@ -782,16 +816,16 @@ export declare interface Labs {
782
816
  /**
783
817
  * Returns the properties of a lab resource.
784
818
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
785
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
786
- * in resource URIs.
819
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
820
+ * resource URIs.
787
821
  * @param options The options parameters.
788
822
  */
789
823
  get(resourceGroupName: string, labName: string, options?: LabsGetOptionalParams): Promise<LabsGetResponse>;
790
824
  /**
791
825
  * Operation to create or update a lab resource.
792
826
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
793
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
794
- * in resource URIs.
827
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
828
+ * resource URIs.
795
829
  * @param body The request body.
796
830
  * @param options The options parameters.
797
831
  */
@@ -799,8 +833,8 @@ export declare interface Labs {
799
833
  /**
800
834
  * Operation to create or update a lab resource.
801
835
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
802
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
803
- * in resource URIs.
836
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
837
+ * resource URIs.
804
838
  * @param body The request body.
805
839
  * @param options The options parameters.
806
840
  */
@@ -808,8 +842,8 @@ export declare interface Labs {
808
842
  /**
809
843
  * Operation to update a lab resource.
810
844
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
811
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
812
- * in resource URIs.
845
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
846
+ * resource URIs.
813
847
  * @param body The request body.
814
848
  * @param options The options parameters.
815
849
  */
@@ -817,8 +851,8 @@ export declare interface Labs {
817
851
  /**
818
852
  * Operation to update a lab resource.
819
853
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
820
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
821
- * in resource URIs.
854
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
855
+ * resource URIs.
822
856
  * @param body The request body.
823
857
  * @param options The options parameters.
824
858
  */
@@ -826,48 +860,48 @@ export declare interface Labs {
826
860
  /**
827
861
  * Operation to delete a lab resource.
828
862
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
829
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
830
- * in resource URIs.
863
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
864
+ * resource URIs.
831
865
  * @param options The options parameters.
832
866
  */
833
867
  beginDelete(resourceGroupName: string, labName: string, options?: LabsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
834
868
  /**
835
869
  * Operation to delete a lab resource.
836
870
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
837
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
838
- * in resource URIs.
871
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
872
+ * resource URIs.
839
873
  * @param options The options parameters.
840
874
  */
841
875
  beginDeleteAndWait(resourceGroupName: string, labName: string, options?: LabsDeleteOptionalParams): Promise<void>;
842
876
  /**
843
877
  * Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
844
878
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
845
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
846
- * in resource URIs.
879
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
880
+ * resource URIs.
847
881
  * @param options The options parameters.
848
882
  */
849
883
  beginPublish(resourceGroupName: string, labName: string, options?: LabsPublishOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
850
884
  /**
851
885
  * Publish or re-publish a lab. This will create or update all lab resources, such as virtual machines.
852
886
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
853
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
854
- * in resource URIs.
887
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
888
+ * resource URIs.
855
889
  * @param options The options parameters.
856
890
  */
857
891
  beginPublishAndWait(resourceGroupName: string, labName: string, options?: LabsPublishOptionalParams): Promise<void>;
858
892
  /**
859
893
  * Action used to manually kick off an AAD group sync job.
860
894
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
861
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
862
- * in resource URIs.
895
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
896
+ * resource URIs.
863
897
  * @param options The options parameters.
864
898
  */
865
899
  beginSyncGroup(resourceGroupName: string, labName: string, options?: LabsSyncGroupOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
866
900
  /**
867
901
  * Action used to manually kick off an AAD group sync job.
868
902
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
869
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
870
- * in resource URIs.
903
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
904
+ * resource URIs.
871
905
  * @param options The options parameters.
872
906
  */
873
907
  beginSyncGroupAndWait(resourceGroupName: string, labName: string, options?: LabsSyncGroupOptionalParams): Promise<void>;
@@ -911,10 +945,10 @@ export declare class LabServicesClient extends coreClient.ServiceClient {
911
945
  labs: Labs;
912
946
  operationResults: OperationResults;
913
947
  schedules: Schedules;
948
+ skus: Skus;
949
+ usages: Usages;
914
950
  users: Users;
915
951
  virtualMachines: VirtualMachines;
916
- usages: Usages;
917
- skus: Skus;
918
952
  }
919
953
 
920
954
  /** Optional parameters. */
@@ -1134,7 +1168,7 @@ export declare interface LabsUpdateOptionalParams extends coreClient.OperationOp
1134
1168
  export declare type LabsUpdateResponse = Lab;
1135
1169
 
1136
1170
  /** The lab resource for updates. */
1137
- export declare type LabUpdate = TrackedResourceUpdate & {
1171
+ export declare interface LabUpdate extends TrackedResourceUpdate {
1138
1172
  /** The resource auto shutdown configuration for the lab. This controls whether actions are taken on resources that are sitting idle. */
1139
1173
  autoShutdownProfile?: AutoShutdownProfile;
1140
1174
  /** The connection profile for the lab. This controls settings such as web access to lab resources or whether RDP or SSH ports are open. */
@@ -1151,7 +1185,7 @@ export declare type LabUpdate = TrackedResourceUpdate & {
1151
1185
  title?: string;
1152
1186
  /** The description of the lab. */
1153
1187
  description?: string;
1154
- };
1188
+ }
1155
1189
 
1156
1190
  /** Properties of a lab resource used for updates. */
1157
1191
  export declare interface LabUpdateProperties {
@@ -1175,11 +1209,8 @@ export declare interface LabUpdateProperties {
1175
1209
 
1176
1210
  /** List of Core Usages. */
1177
1211
  export declare interface ListUsagesResult {
1178
- /**
1179
- * The array page of Usages.
1180
- * NOTE: This property will not be serialized. It can only be populated by the server.
1181
- */
1182
- readonly value?: Usage[];
1212
+ /** The array page of Usages. */
1213
+ value?: Usage[];
1183
1214
  /**
1184
1215
  * The link to get the next page of Usage result.
1185
1216
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1437,7 +1468,8 @@ export declare interface PagedVirtualMachines {
1437
1468
  export declare type ProvisioningState = "Creating" | "Updating" | "Deleting" | "Succeeded" | "Failed" | "Locked";
1438
1469
 
1439
1470
  /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1440
- export declare type ProxyResource = Resource;
1471
+ export declare interface ProxyResource extends Resource {
1472
+ }
1441
1473
 
1442
1474
  /** Defines values for RecurrenceFrequency. */
1443
1475
  export declare type RecurrenceFrequency = "Daily" | "Weekly";
@@ -1537,7 +1569,7 @@ export declare interface SaveImageBody {
1537
1569
  export declare type ScaleType = string;
1538
1570
 
1539
1571
  /** Schedule for automatically turning virtual machines in a lab on and off at specified times. */
1540
- export declare type Schedule = ProxyResource & {
1572
+ export declare interface Schedule extends ProxyResource {
1541
1573
  /**
1542
1574
  * Metadata pertaining to creation and last modification of the schedule.
1543
1575
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1558,32 +1590,32 @@ export declare type Schedule = ProxyResource & {
1558
1590
  * NOTE: This property will not be serialized. It can only be populated by the server.
1559
1591
  */
1560
1592
  readonly provisioningState?: ProvisioningState;
1561
- };
1593
+ }
1562
1594
 
1563
1595
  /** Schedule resource properties */
1564
- export declare type ScheduleProperties = ScheduleUpdateProperties & {
1596
+ export declare interface ScheduleProperties extends ScheduleUpdateProperties {
1565
1597
  /**
1566
1598
  * Current provisioning state of the schedule.
1567
1599
  * NOTE: This property will not be serialized. It can only be populated by the server.
1568
1600
  */
1569
1601
  readonly provisioningState?: ProvisioningState;
1570
- };
1602
+ }
1571
1603
 
1572
1604
  /** Interface representing a Schedules. */
1573
1605
  export declare interface Schedules {
1574
1606
  /**
1575
1607
  * Returns a list of all schedules for a lab.
1576
1608
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
1577
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
1578
- * in resource URIs.
1609
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
1610
+ * resource URIs.
1579
1611
  * @param options The options parameters.
1580
1612
  */
1581
1613
  listByLab(resourceGroupName: string, labName: string, options?: SchedulesListByLabOptionalParams): PagedAsyncIterableIterator<Schedule>;
1582
1614
  /**
1583
1615
  * Returns the properties of a lab Schedule.
1584
1616
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
1585
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
1586
- * in resource URIs.
1617
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
1618
+ * resource URIs.
1587
1619
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
1588
1620
  * in resource URIs.
1589
1621
  * @param options The options parameters.
@@ -1592,8 +1624,8 @@ export declare interface Schedules {
1592
1624
  /**
1593
1625
  * Operation to create or update a lab schedule.
1594
1626
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
1595
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
1596
- * in resource URIs.
1627
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
1628
+ * resource URIs.
1597
1629
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
1598
1630
  * in resource URIs.
1599
1631
  * @param body The request body.
@@ -1603,8 +1635,8 @@ export declare interface Schedules {
1603
1635
  /**
1604
1636
  * Operation to update a lab schedule.
1605
1637
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
1606
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
1607
- * in resource URIs.
1638
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
1639
+ * resource URIs.
1608
1640
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
1609
1641
  * in resource URIs.
1610
1642
  * @param body The request body.
@@ -1614,8 +1646,8 @@ export declare interface Schedules {
1614
1646
  /**
1615
1647
  * Operation to delete a schedule resource.
1616
1648
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
1617
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
1618
- * in resource URIs.
1649
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
1650
+ * resource URIs.
1619
1651
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
1620
1652
  * in resource URIs.
1621
1653
  * @param options The options parameters.
@@ -1624,8 +1656,8 @@ export declare interface Schedules {
1624
1656
  /**
1625
1657
  * Operation to delete a schedule resource.
1626
1658
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
1627
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
1628
- * in resource URIs.
1659
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
1660
+ * resource URIs.
1629
1661
  * @param scheduleName The name of the schedule that uniquely identifies it within containing lab. Used
1630
1662
  * in resource URIs.
1631
1663
  * @param options The options parameters.
@@ -1739,7 +1771,7 @@ export declare interface Sku {
1739
1771
  /** Interface representing a Skus. */
1740
1772
  export declare interface Skus {
1741
1773
  /**
1742
- * Returns a list of all the Azure Lab Services resource SKUs.
1774
+ * Returns a list of Azure Lab Services resource SKUs.
1743
1775
  * @param options The options parameters.
1744
1776
  */
1745
1777
  list(options?: SkusListOptionalParams): PagedAsyncIterableIterator<LabServicesSku>;
@@ -1795,14 +1827,14 @@ export declare interface SystemData {
1795
1827
  }
1796
1828
 
1797
1829
  /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1798
- export declare type TrackedResource = Resource & {
1830
+ export declare interface TrackedResource extends Resource {
1799
1831
  /** Resource tags. */
1800
1832
  tags?: {
1801
1833
  [propertyName: string]: string;
1802
1834
  };
1803
1835
  /** The geo-location where the resource lives */
1804
1836
  location: string;
1805
- };
1837
+ }
1806
1838
 
1807
1839
  /** Base tracked resource type for all PATCH updates. */
1808
1840
  export declare interface TrackedResourceUpdate {
@@ -1828,6 +1860,8 @@ export declare interface Usage {
1828
1860
  export declare interface UsageName {
1829
1861
  /** The localized name of the resource. */
1830
1862
  localizedValue?: string;
1863
+ /** The instances of the resource. */
1864
+ skuInstances?: string[];
1831
1865
  /** The name of the resource. */
1832
1866
  value?: string;
1833
1867
  }
@@ -1870,7 +1904,7 @@ export declare type UsagesListByLocationResponse = ListUsagesResult;
1870
1904
  export declare type UsageUnit = string;
1871
1905
 
1872
1906
  /** User of a lab that can register for and use virtual machines within the lab. */
1873
- export declare type User = ProxyResource & {
1907
+ export declare interface User extends ProxyResource {
1874
1908
  /**
1875
1909
  * Metadata pertaining to creation and last modification of the user resource.
1876
1910
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1910,10 +1944,10 @@ export declare type User = ProxyResource & {
1910
1944
  * NOTE: This property will not be serialized. It can only be populated by the server.
1911
1945
  */
1912
1946
  readonly totalUsage?: string;
1913
- };
1947
+ }
1914
1948
 
1915
1949
  /** User resource properties */
1916
- export declare type UserProperties = UserUpdateProperties & {
1950
+ export declare interface UserProperties extends UserUpdateProperties {
1917
1951
  /**
1918
1952
  * Current provisioning state of the user resource.
1919
1953
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -1946,23 +1980,23 @@ export declare type UserProperties = UserUpdateProperties & {
1946
1980
  * NOTE: This property will not be serialized. It can only be populated by the server.
1947
1981
  */
1948
1982
  readonly totalUsage?: string;
1949
- };
1983
+ }
1950
1984
 
1951
1985
  /** Interface representing a Users. */
1952
1986
  export declare interface Users {
1953
1987
  /**
1954
1988
  * Returns a list of all users for a lab.
1955
1989
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
1956
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
1957
- * in resource URIs.
1990
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
1991
+ * resource URIs.
1958
1992
  * @param options The options parameters.
1959
1993
  */
1960
1994
  listByLab(resourceGroupName: string, labName: string, options?: UsersListByLabOptionalParams): PagedAsyncIterableIterator<User>;
1961
1995
  /**
1962
1996
  * Returns the properties of a lab user.
1963
1997
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
1964
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
1965
- * in resource URIs.
1998
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
1999
+ * resource URIs.
1966
2000
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
1967
2001
  * resource URIs.
1968
2002
  * @param options The options parameters.
@@ -1971,8 +2005,8 @@ export declare interface Users {
1971
2005
  /**
1972
2006
  * Operation to create or update a lab user.
1973
2007
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
1974
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
1975
- * in resource URIs.
2008
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2009
+ * resource URIs.
1976
2010
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
1977
2011
  * resource URIs.
1978
2012
  * @param body The request body.
@@ -1982,8 +2016,8 @@ export declare interface Users {
1982
2016
  /**
1983
2017
  * Operation to create or update a lab user.
1984
2018
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
1985
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
1986
- * in resource URIs.
2019
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2020
+ * resource URIs.
1987
2021
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
1988
2022
  * resource URIs.
1989
2023
  * @param body The request body.
@@ -1993,8 +2027,8 @@ export declare interface Users {
1993
2027
  /**
1994
2028
  * Operation to update a lab user.
1995
2029
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
1996
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
1997
- * in resource URIs.
2030
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2031
+ * resource URIs.
1998
2032
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
1999
2033
  * resource URIs.
2000
2034
  * @param body The request body.
@@ -2004,8 +2038,8 @@ export declare interface Users {
2004
2038
  /**
2005
2039
  * Operation to update a lab user.
2006
2040
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2007
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2008
- * in resource URIs.
2041
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2042
+ * resource URIs.
2009
2043
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
2010
2044
  * resource URIs.
2011
2045
  * @param body The request body.
@@ -2015,8 +2049,8 @@ export declare interface Users {
2015
2049
  /**
2016
2050
  * Operation to delete a user resource.
2017
2051
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2018
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2019
- * in resource URIs.
2052
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2053
+ * resource URIs.
2020
2054
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
2021
2055
  * resource URIs.
2022
2056
  * @param options The options parameters.
@@ -2025,8 +2059,8 @@ export declare interface Users {
2025
2059
  /**
2026
2060
  * Operation to delete a user resource.
2027
2061
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2028
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2029
- * in resource URIs.
2062
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2063
+ * resource URIs.
2030
2064
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
2031
2065
  * resource URIs.
2032
2066
  * @param options The options parameters.
@@ -2035,8 +2069,8 @@ export declare interface Users {
2035
2069
  /**
2036
2070
  * Operation to invite a user to a lab.
2037
2071
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2038
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2039
- * in resource URIs.
2072
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2073
+ * resource URIs.
2040
2074
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
2041
2075
  * resource URIs.
2042
2076
  * @param body The request body.
@@ -2046,8 +2080,8 @@ export declare interface Users {
2046
2080
  /**
2047
2081
  * Operation to invite a user to a lab.
2048
2082
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2049
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2050
- * in resource URIs.
2083
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2084
+ * resource URIs.
2051
2085
  * @param userName The name of the user that uniquely identifies it within containing lab. Used in
2052
2086
  * resource URIs.
2053
2087
  * @param body The request body.
@@ -2132,7 +2166,7 @@ export declare interface UserUpdateProperties {
2132
2166
  }
2133
2167
 
2134
2168
  /** A lab virtual machine resource. */
2135
- export declare type VirtualMachine = ProxyResource & {
2169
+ export declare interface VirtualMachine extends ProxyResource {
2136
2170
  /**
2137
2171
  * System data of the Lab virtual machine.
2138
2172
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2163,7 +2197,7 @@ export declare type VirtualMachine = ProxyResource & {
2163
2197
  * NOTE: This property will not be serialized. It can only be populated by the server.
2164
2198
  */
2165
2199
  readonly vmType?: VirtualMachineType;
2166
- };
2200
+ }
2167
2201
 
2168
2202
  /** The additional capabilities for a lab VM. */
2169
2203
  export declare interface VirtualMachineAdditionalCapabilities {
@@ -2240,16 +2274,16 @@ export declare interface VirtualMachines {
2240
2274
  /**
2241
2275
  * Returns a list of all virtual machines for a lab.
2242
2276
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2243
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2244
- * in resource URIs.
2277
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2278
+ * resource URIs.
2245
2279
  * @param options The options parameters.
2246
2280
  */
2247
2281
  listByLab(resourceGroupName: string, labName: string, options?: VirtualMachinesListByLabOptionalParams): PagedAsyncIterableIterator<VirtualMachine>;
2248
2282
  /**
2249
2283
  * Returns the properties for a lab virtual machine.
2250
2284
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2251
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2252
- * in resource URIs.
2285
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2286
+ * resource URIs.
2253
2287
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
2254
2288
  * containing lab. Used in resource URIs.
2255
2289
  * @param options The options parameters.
@@ -2258,8 +2292,8 @@ export declare interface VirtualMachines {
2258
2292
  /**
2259
2293
  * Action to start a lab virtual machine.
2260
2294
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2261
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2262
- * in resource URIs.
2295
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2296
+ * resource URIs.
2263
2297
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
2264
2298
  * containing lab. Used in resource URIs.
2265
2299
  * @param options The options parameters.
@@ -2268,8 +2302,8 @@ export declare interface VirtualMachines {
2268
2302
  /**
2269
2303
  * Action to start a lab virtual machine.
2270
2304
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2271
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2272
- * in resource URIs.
2305
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2306
+ * resource URIs.
2273
2307
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
2274
2308
  * containing lab. Used in resource URIs.
2275
2309
  * @param options The options parameters.
@@ -2278,8 +2312,8 @@ export declare interface VirtualMachines {
2278
2312
  /**
2279
2313
  * Action to stop a lab virtual machine.
2280
2314
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2281
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2282
- * in resource URIs.
2315
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2316
+ * resource URIs.
2283
2317
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
2284
2318
  * containing lab. Used in resource URIs.
2285
2319
  * @param options The options parameters.
@@ -2288,8 +2322,8 @@ export declare interface VirtualMachines {
2288
2322
  /**
2289
2323
  * Action to stop a lab virtual machine.
2290
2324
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2291
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2292
- * in resource URIs.
2325
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2326
+ * resource URIs.
2293
2327
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
2294
2328
  * containing lab. Used in resource URIs.
2295
2329
  * @param options The options parameters.
@@ -2299,8 +2333,8 @@ export declare interface VirtualMachines {
2299
2333
  * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
2300
2334
  * published snapshot of the reference environment of the lab.
2301
2335
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2302
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2303
- * in resource URIs.
2336
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2337
+ * resource URIs.
2304
2338
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
2305
2339
  * containing lab. Used in resource URIs.
2306
2340
  * @param options The options parameters.
@@ -2310,8 +2344,8 @@ export declare interface VirtualMachines {
2310
2344
  * Re-image a lab virtual machine. The virtual machine will be deleted and recreated using the latest
2311
2345
  * published snapshot of the reference environment of the lab.
2312
2346
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2313
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2314
- * in resource URIs.
2347
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2348
+ * resource URIs.
2315
2349
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
2316
2350
  * containing lab. Used in resource URIs.
2317
2351
  * @param options The options parameters.
@@ -2321,8 +2355,8 @@ export declare interface VirtualMachines {
2321
2355
  * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
2322
2356
  * connectivity.
2323
2357
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2324
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2325
- * in resource URIs.
2358
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2359
+ * resource URIs.
2326
2360
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
2327
2361
  * containing lab. Used in resource URIs.
2328
2362
  * @param options The options parameters.
@@ -2332,8 +2366,8 @@ export declare interface VirtualMachines {
2332
2366
  * Action to redeploy a lab virtual machine to a different compute node. For troubleshooting
2333
2367
  * connectivity.
2334
2368
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2335
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2336
- * in resource URIs.
2369
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2370
+ * resource URIs.
2337
2371
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
2338
2372
  * containing lab. Used in resource URIs.
2339
2373
  * @param options The options parameters.
@@ -2342,8 +2376,8 @@ export declare interface VirtualMachines {
2342
2376
  /**
2343
2377
  * Resets a lab virtual machine password.
2344
2378
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2345
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2346
- * in resource URIs.
2379
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2380
+ * resource URIs.
2347
2381
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
2348
2382
  * containing lab. Used in resource URIs.
2349
2383
  * @param body The request body.
@@ -2353,8 +2387,8 @@ export declare interface VirtualMachines {
2353
2387
  /**
2354
2388
  * Resets a lab virtual machine password.
2355
2389
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
2356
- * @param labName The name of the lab that uniquely identifies it within containing lab account. Used
2357
- * in resource URIs.
2390
+ * @param labName The name of the lab that uniquely identifies it within containing lab plan. Used in
2391
+ * resource URIs.
2358
2392
  * @param virtualMachineName The ID of the virtual machine that uniquely identifies it within the
2359
2393
  * containing lab. Used in resource URIs.
2360
2394
  * @param body The request body.