@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.
- package/CHANGELOG.md +13 -3
- package/README.md +2 -2
- package/dist/index.js +787 -715
- 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/imagesCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/imagesGetSample.js +1 -1
- package/dist-esm/samples-dev/imagesListByLabPlanSample.js +1 -1
- package/dist-esm/samples-dev/imagesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js +4 -4
- package/dist-esm/samples-dev/labPlansCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/labPlansDeleteSample.js +1 -1
- package/dist-esm/samples-dev/labPlansGetSample.js +1 -1
- package/dist-esm/samples-dev/labPlansListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/labPlansListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/labPlansSaveImageSample.js +1 -1
- package/dist-esm/samples-dev/labPlansUpdateSample.js +1 -1
- package/dist-esm/samples-dev/labsCreateOrUpdateSample.js +5 -5
- package/dist-esm/samples-dev/labsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/labsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/labsGetSample.js +1 -1
- package/dist-esm/samples-dev/labsListByResourceGroupSample.js +1 -1
- package/dist-esm/samples-dev/labsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/labsPublishSample.js +1 -1
- package/dist-esm/samples-dev/labsSyncGroupSample.js +1 -1
- package/dist-esm/samples-dev/labsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/operationResultsGetSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/schedulesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/schedulesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/schedulesGetSample.js +1 -1
- package/dist-esm/samples-dev/schedulesListByLabSample.js +1 -1
- package/dist-esm/samples-dev/schedulesUpdateSample.js +2 -2
- package/dist-esm/samples-dev/schedulesUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/skusListSample.js +3 -3
- package/dist-esm/samples-dev/usagesListByLocationSample.js +2 -2
- package/dist-esm/samples-dev/usersCreateOrUpdateSample.js +2 -2
- package/dist-esm/samples-dev/usersDeleteSample.js +1 -1
- package/dist-esm/samples-dev/usersGetSample.js +1 -1
- package/dist-esm/samples-dev/usersInviteSample.js +1 -1
- package/dist-esm/samples-dev/usersListByLabSample.js +1 -1
- package/dist-esm/samples-dev/usersUpdateSample.js +2 -2
- package/dist-esm/samples-dev/virtualMachinesGetSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachinesListByLabSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachinesRedeploySample.js +1 -1
- package/dist-esm/samples-dev/virtualMachinesReimageSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachinesResetPasswordSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachinesStartSample.js +1 -1
- package/dist-esm/samples-dev/virtualMachinesStopSample.js +1 -1
- package/dist-esm/src/labServicesClient.d.ts +3 -3
- package/dist-esm/src/labServicesClient.d.ts.map +1 -1
- package/dist-esm/src/labServicesClient.js +23 -18
- package/dist-esm/src/labServicesClient.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +221 -188
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +19 -5
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +10 -9
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +284 -232
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +1 -1
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +16 -16
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +2 -2
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +2 -2
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/labs.d.ts +22 -22
- package/dist-esm/src/operations/labs.js +22 -22
- package/dist-esm/src/operations/schedules.d.ts +16 -16
- package/dist-esm/src/operations/schedules.js +16 -16
- package/dist-esm/src/operations/skus.d.ts +2 -2
- package/dist-esm/src/operations/skus.js +2 -2
- package/dist-esm/src/operations/users.d.ts +24 -24
- package/dist-esm/src/operations/users.js +24 -24
- package/dist-esm/src/operations/virtualMachines.d.ts +28 -28
- package/dist-esm/src/operations/virtualMachines.js +28 -28
- package/dist-esm/src/operationsInterfaces/index.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +2 -2
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/labs.d.ts +22 -22
- package/dist-esm/src/operationsInterfaces/schedules.d.ts +12 -12
- package/dist-esm/src/operationsInterfaces/skus.d.ts +1 -1
- package/dist-esm/src/operationsInterfaces/users.d.ts +20 -20
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +24 -24
- package/package.json +6 -7
- package/review/arm-labservices.api.md +94 -97
- package/src/labServicesClient.ts +35 -28
- package/src/models/index.ts +244 -211
- package/src/models/mappers.ts +291 -236
- package/src/models/parameters.ts +17 -17
- package/src/operations/index.ts +2 -2
- package/src/operations/labs.ts +22 -22
- package/src/operations/schedules.ts +16 -16
- package/src/operations/skus.ts +2 -2
- package/src/operations/users.ts +24 -24
- package/src/operations/virtualMachines.ts +28 -28
- package/src/operationsInterfaces/index.ts +2 -2
- package/src/operationsInterfaces/labs.ts +22 -22
- package/src/operationsInterfaces/schedules.ts +12 -12
- package/src/operationsInterfaces/skus.ts +1 -1
- package/src/operationsInterfaces/users.ts +20 -20
- package/src/operationsInterfaces/virtualMachines.ts +24 -24
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
786
|
-
*
|
|
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
|
|
794
|
-
*
|
|
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
|
|
803
|
-
*
|
|
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
|
|
812
|
-
*
|
|
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
|
|
821
|
-
*
|
|
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
|
|
830
|
-
*
|
|
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
|
|
838
|
-
*
|
|
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
|
|
846
|
-
*
|
|
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
|
|
854
|
-
*
|
|
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
|
|
862
|
-
*
|
|
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
|
|
870
|
-
*
|
|
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
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
1578
|
-
*
|
|
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
|
|
1586
|
-
*
|
|
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
|
|
1596
|
-
*
|
|
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
|
|
1607
|
-
*
|
|
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
|
|
1618
|
-
*
|
|
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
|
|
1628
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
1957
|
-
*
|
|
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
|
|
1965
|
-
*
|
|
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
|
|
1975
|
-
*
|
|
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
|
|
1986
|
-
*
|
|
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
|
|
1997
|
-
*
|
|
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
|
|
2008
|
-
*
|
|
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
|
|
2019
|
-
*
|
|
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
|
|
2029
|
-
*
|
|
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
|
|
2039
|
-
*
|
|
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
|
|
2050
|
-
*
|
|
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
|
|
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
|
|
2244
|
-
*
|
|
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
|
|
2252
|
-
*
|
|
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
|
|
2262
|
-
*
|
|
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
|
|
2272
|
-
*
|
|
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
|
|
2282
|
-
*
|
|
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
|
|
2292
|
-
*
|
|
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
|
|
2303
|
-
*
|
|
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
|
|
2314
|
-
*
|
|
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
|
|
2325
|
-
*
|
|
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
|
|
2336
|
-
*
|
|
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
|
|
2346
|
-
*
|
|
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
|
|
2357
|
-
*
|
|
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.
|