@azure-rest/arm-compute 1.0.0-alpha.20250102.1 → 1.0.0-alpha.20250106.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/browser/clientDefinitions.d.ts +1339 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/computeManagementClient.d.ts +13 -0
- package/dist/browser/computeManagementClient.d.ts.map +1 -0
- package/dist/browser/computeManagementClient.js +31 -0
- package/dist/browser/computeManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +259 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +116 -110
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +3089 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +4161 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +68 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/dist/browser/paginateHelper.js +167 -0
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +3027 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +76 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +104 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/responses.d.ts +3235 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +1339 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/computeManagementClient.d.ts +13 -0
- package/dist/commonjs/computeManagementClient.d.ts.map +1 -0
- package/dist/commonjs/computeManagementClient.js +34 -0
- package/dist/commonjs/computeManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +259 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/{index.js → commonjs/isUnexpected.js} +120 -266
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +3089 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +4161 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +68 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +170 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +3027 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +76 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +107 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/responses.d.ts +3235 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +1339 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/computeManagementClient.d.ts +13 -0
- package/dist/esm/computeManagementClient.d.ts.map +1 -0
- package/dist/esm/computeManagementClient.js +31 -0
- package/dist/esm/computeManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +259 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +415 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +3089 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +4161 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +68 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +167 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +3027 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +76 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +104 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/responses.d.ts +3235 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +1339 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/computeManagementClient.d.ts +13 -0
- package/dist/react-native/computeManagementClient.d.ts.map +1 -0
- package/dist/react-native/computeManagementClient.js +31 -0
- package/dist/react-native/computeManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +259 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +415 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +3089 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +4161 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +68 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +167 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +3027 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +76 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +104 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/responses.d.ts +3235 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +63 -36
- package/review/arm-compute.api.md +431 -969
- package/dist/index.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/computeManagementClient.js +0 -24
- package/dist-esm/src/computeManagementClient.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/paginateHelper.js +0 -70
- package/dist-esm/src/paginateHelper.js.map +0 -1
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/pollingHelper.js +0 -49
- package/dist-esm/src/pollingHelper.js.map +0 -1
- package/dist-esm/src/responses.js.map +0 -1
- package/types/arm-compute.d.ts +0 -18649
- /package/{dist-esm/src → dist/browser}/clientDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/models.js +0 -0
- /package/{dist-esm/src → dist/browser}/outputModels.js +0 -0
- /package/{dist-esm/src → dist/browser}/parameters.js +0 -0
- /package/{dist-esm/src → dist/browser}/responses.js +0 -0
|
@@ -4,22 +4,22 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
+
import type { AbortSignalLike } from '@azure/abort-controller';
|
|
8
|
+
import type { CancelOnProgress } from '@azure/core-lro';
|
|
7
9
|
import type { Client } from '@azure-rest/core-client';
|
|
8
10
|
import type { ClientOptions } from '@azure-rest/core-client';
|
|
11
|
+
import type { CreateHttpPollerOptions } from '@azure/core-lro';
|
|
9
12
|
import type { HttpResponse } from '@azure-rest/core-client';
|
|
10
|
-
import type {
|
|
11
|
-
import type { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
13
|
+
import type { OperationState } from '@azure/core-lro';
|
|
12
14
|
import type { PathUncheckedResponse } from '@azure-rest/core-client';
|
|
13
|
-
import type { PollerLike } from '@azure/core-lro';
|
|
14
|
-
import type { PollOperationState } from '@azure/core-lro';
|
|
15
15
|
import type { RequestParameters } from '@azure-rest/core-client';
|
|
16
16
|
import type { StreamableMethod } from '@azure-rest/core-client';
|
|
17
17
|
import type { TokenCredential } from '@azure/core-auth';
|
|
18
18
|
|
|
19
19
|
// @public
|
|
20
20
|
export interface AccessUriOutput {
|
|
21
|
-
accessSAS?: string;
|
|
22
|
-
securityDataAccessSAS?: string;
|
|
21
|
+
readonly accessSAS?: string;
|
|
22
|
+
readonly securityDataAccessSAS?: string;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
// @public
|
|
@@ -163,7 +163,6 @@ export interface AvailabilitySetProperties {
|
|
|
163
163
|
platformFaultDomainCount?: number;
|
|
164
164
|
platformUpdateDomainCount?: number;
|
|
165
165
|
proximityPlacementGroup?: SubResource;
|
|
166
|
-
statuses?: Array<InstanceViewStatus>;
|
|
167
166
|
virtualMachines?: Array<SubResource>;
|
|
168
167
|
}
|
|
169
168
|
|
|
@@ -172,7 +171,7 @@ export interface AvailabilitySetPropertiesOutput {
|
|
|
172
171
|
platformFaultDomainCount?: number;
|
|
173
172
|
platformUpdateDomainCount?: number;
|
|
174
173
|
proximityPlacementGroup?: SubResourceOutput;
|
|
175
|
-
statuses?: Array<InstanceViewStatusOutput>;
|
|
174
|
+
readonly statuses?: Array<InstanceViewStatusOutput>;
|
|
176
175
|
virtualMachines?: Array<SubResourceOutput>;
|
|
177
176
|
}
|
|
178
177
|
|
|
@@ -226,16 +225,12 @@ export interface AvailabilitySetsCreateOrUpdateQueryParamProperties {
|
|
|
226
225
|
|
|
227
226
|
// @public
|
|
228
227
|
export interface AvailabilitySetsDelete200Response extends HttpResponse {
|
|
229
|
-
// (undocumented)
|
|
230
|
-
body: Record<string, unknown>;
|
|
231
228
|
// (undocumented)
|
|
232
229
|
status: "200";
|
|
233
230
|
}
|
|
234
231
|
|
|
235
232
|
// @public
|
|
236
233
|
export interface AvailabilitySetsDelete204Response extends HttpResponse {
|
|
237
|
-
// (undocumented)
|
|
238
|
-
body: Record<string, unknown>;
|
|
239
234
|
// (undocumented)
|
|
240
235
|
status: "204";
|
|
241
236
|
}
|
|
@@ -446,26 +441,18 @@ export interface AvailabilitySetUpdate extends UpdateResource {
|
|
|
446
441
|
|
|
447
442
|
// @public
|
|
448
443
|
export interface AvailablePatchSummary {
|
|
449
|
-
assessmentActivityId?: string;
|
|
450
|
-
criticalAndSecurityPatchCount?: number;
|
|
451
|
-
error?: ApiError;
|
|
452
|
-
lastModifiedTime?: Date | string;
|
|
453
|
-
otherPatchCount?: number;
|
|
454
|
-
rebootPending?: boolean;
|
|
455
|
-
startTime?: Date | string;
|
|
456
|
-
status?: "Unknown" | "InProgress" | "Failed" | "Succeeded" | "CompletedWithWarnings";
|
|
457
444
|
}
|
|
458
445
|
|
|
459
446
|
// @public
|
|
460
447
|
export interface AvailablePatchSummaryOutput {
|
|
461
|
-
assessmentActivityId?: string;
|
|
462
|
-
criticalAndSecurityPatchCount?: number;
|
|
463
|
-
error?: ApiErrorOutput;
|
|
464
|
-
lastModifiedTime?: string;
|
|
465
|
-
otherPatchCount?: number;
|
|
466
|
-
rebootPending?: boolean;
|
|
467
|
-
startTime?: string;
|
|
468
|
-
status?: "Unknown" | "InProgress" | "Failed" | "Succeeded" | "CompletedWithWarnings";
|
|
448
|
+
readonly assessmentActivityId?: string;
|
|
449
|
+
readonly criticalAndSecurityPatchCount?: number;
|
|
450
|
+
readonly error?: ApiErrorOutput;
|
|
451
|
+
readonly lastModifiedTime?: string;
|
|
452
|
+
readonly otherPatchCount?: number;
|
|
453
|
+
readonly rebootPending?: boolean;
|
|
454
|
+
readonly startTime?: string;
|
|
455
|
+
readonly status?: "Unknown" | "InProgress" | "Failed" | "Succeeded" | "CompletedWithWarnings";
|
|
469
456
|
}
|
|
470
457
|
|
|
471
458
|
// @public
|
|
@@ -486,16 +473,13 @@ export interface BootDiagnostics {
|
|
|
486
473
|
|
|
487
474
|
// @public
|
|
488
475
|
export interface BootDiagnosticsInstanceView {
|
|
489
|
-
consoleScreenshotBlobUri?: string;
|
|
490
|
-
serialConsoleLogBlobUri?: string;
|
|
491
|
-
status?: InstanceViewStatus;
|
|
492
476
|
}
|
|
493
477
|
|
|
494
478
|
// @public
|
|
495
479
|
export interface BootDiagnosticsInstanceViewOutput {
|
|
496
|
-
consoleScreenshotBlobUri?: string;
|
|
497
|
-
serialConsoleLogBlobUri?: string;
|
|
498
|
-
status?: InstanceViewStatusOutput;
|
|
480
|
+
readonly consoleScreenshotBlobUri?: string;
|
|
481
|
+
readonly serialConsoleLogBlobUri?: string;
|
|
482
|
+
readonly status?: InstanceViewStatusOutput;
|
|
499
483
|
}
|
|
500
484
|
|
|
501
485
|
// @public
|
|
@@ -519,12 +503,11 @@ export interface CapacityReservationGroup extends Resource {
|
|
|
519
503
|
|
|
520
504
|
// @public (undocumented)
|
|
521
505
|
export interface CapacityReservationGroupInstanceView {
|
|
522
|
-
capacityReservations?: Array<CapacityReservationInstanceViewWithName>;
|
|
523
506
|
}
|
|
524
507
|
|
|
525
508
|
// @public (undocumented)
|
|
526
509
|
export interface CapacityReservationGroupInstanceViewOutput {
|
|
527
|
-
capacityReservations?: Array<CapacityReservationInstanceViewWithNameOutput>;
|
|
510
|
+
readonly capacityReservations?: Array<CapacityReservationInstanceViewWithNameOutput>;
|
|
528
511
|
}
|
|
529
512
|
|
|
530
513
|
// @public
|
|
@@ -541,16 +524,13 @@ export interface CapacityReservationGroupOutput extends ResourceOutput {
|
|
|
541
524
|
|
|
542
525
|
// @public
|
|
543
526
|
export interface CapacityReservationGroupProperties {
|
|
544
|
-
capacityReservations?: Array<SubResourceReadOnly>;
|
|
545
|
-
instanceView?: CapacityReservationGroupInstanceView;
|
|
546
|
-
virtualMachinesAssociated?: Array<SubResourceReadOnly>;
|
|
547
527
|
}
|
|
548
528
|
|
|
549
529
|
// @public
|
|
550
530
|
export interface CapacityReservationGroupPropertiesOutput {
|
|
551
|
-
capacityReservations?: Array<SubResourceReadOnlyOutput>;
|
|
552
|
-
instanceView?: CapacityReservationGroupInstanceViewOutput;
|
|
553
|
-
virtualMachinesAssociated?: Array<SubResourceReadOnlyOutput>;
|
|
531
|
+
readonly capacityReservations?: Array<SubResourceReadOnlyOutput>;
|
|
532
|
+
readonly instanceView?: CapacityReservationGroupInstanceViewOutput;
|
|
533
|
+
readonly virtualMachinesAssociated?: Array<SubResourceReadOnlyOutput>;
|
|
554
534
|
}
|
|
555
535
|
|
|
556
536
|
// @public (undocumented)
|
|
@@ -611,16 +591,12 @@ export interface CapacityReservationGroupsCreateOrUpdateQueryParamProperties {
|
|
|
611
591
|
|
|
612
592
|
// @public
|
|
613
593
|
export interface CapacityReservationGroupsDelete200Response extends HttpResponse {
|
|
614
|
-
// (undocumented)
|
|
615
|
-
body: Record<string, unknown>;
|
|
616
594
|
// (undocumented)
|
|
617
595
|
status: "200";
|
|
618
596
|
}
|
|
619
597
|
|
|
620
598
|
// @public
|
|
621
599
|
export interface CapacityReservationGroupsDelete204Response extends HttpResponse {
|
|
622
|
-
// (undocumented)
|
|
623
|
-
body: Record<string, unknown>;
|
|
624
600
|
// (undocumented)
|
|
625
601
|
status: "204";
|
|
626
602
|
}
|
|
@@ -809,12 +785,11 @@ export interface CapacityReservationInstanceViewOutput {
|
|
|
809
785
|
|
|
810
786
|
// @public
|
|
811
787
|
export interface CapacityReservationInstanceViewWithName extends CapacityReservationInstanceView {
|
|
812
|
-
name?: string;
|
|
813
788
|
}
|
|
814
789
|
|
|
815
790
|
// @public
|
|
816
791
|
export interface CapacityReservationInstanceViewWithNameOutput extends CapacityReservationInstanceViewOutput {
|
|
817
|
-
name?: string;
|
|
792
|
+
readonly name?: string;
|
|
818
793
|
}
|
|
819
794
|
|
|
820
795
|
// @public
|
|
@@ -842,24 +817,17 @@ export interface CapacityReservationProfileOutput {
|
|
|
842
817
|
|
|
843
818
|
// @public
|
|
844
819
|
export interface CapacityReservationProperties {
|
|
845
|
-
instanceView?: CapacityReservationInstanceView;
|
|
846
|
-
platformFaultDomainCount?: number;
|
|
847
|
-
provisioningState?: string;
|
|
848
|
-
provisioningTime?: Date | string;
|
|
849
|
-
reservationId?: string;
|
|
850
|
-
timeCreated?: Date | string;
|
|
851
|
-
virtualMachinesAssociated?: Array<SubResourceReadOnly>;
|
|
852
820
|
}
|
|
853
821
|
|
|
854
822
|
// @public
|
|
855
823
|
export interface CapacityReservationPropertiesOutput {
|
|
856
|
-
instanceView?: CapacityReservationInstanceViewOutput;
|
|
857
|
-
platformFaultDomainCount?: number;
|
|
858
|
-
provisioningState?: string;
|
|
859
|
-
provisioningTime?: string;
|
|
860
|
-
reservationId?: string;
|
|
861
|
-
timeCreated?: string;
|
|
862
|
-
virtualMachinesAssociated?: Array<SubResourceReadOnlyOutput>;
|
|
824
|
+
readonly instanceView?: CapacityReservationInstanceViewOutput;
|
|
825
|
+
readonly platformFaultDomainCount?: number;
|
|
826
|
+
readonly provisioningState?: string;
|
|
827
|
+
readonly provisioningTime?: string;
|
|
828
|
+
readonly reservationId?: string;
|
|
829
|
+
readonly timeCreated?: string;
|
|
830
|
+
readonly virtualMachinesAssociated?: Array<SubResourceReadOnlyOutput>;
|
|
863
831
|
}
|
|
864
832
|
|
|
865
833
|
// @public (undocumented)
|
|
@@ -920,24 +888,18 @@ export interface CapacityReservationsCreateOrUpdateQueryParamProperties {
|
|
|
920
888
|
|
|
921
889
|
// @public
|
|
922
890
|
export interface CapacityReservationsDelete200Response extends HttpResponse {
|
|
923
|
-
// (undocumented)
|
|
924
|
-
body: Record<string, unknown>;
|
|
925
891
|
// (undocumented)
|
|
926
892
|
status: "200";
|
|
927
893
|
}
|
|
928
894
|
|
|
929
895
|
// @public
|
|
930
896
|
export interface CapacityReservationsDelete202Response extends HttpResponse {
|
|
931
|
-
// (undocumented)
|
|
932
|
-
body: Record<string, unknown>;
|
|
933
897
|
// (undocumented)
|
|
934
898
|
status: "202";
|
|
935
899
|
}
|
|
936
900
|
|
|
937
901
|
// @public
|
|
938
902
|
export interface CapacityReservationsDelete204Response extends HttpResponse {
|
|
939
|
-
// (undocumented)
|
|
940
|
-
body: Record<string, unknown>;
|
|
941
903
|
// (undocumented)
|
|
942
904
|
status: "204";
|
|
943
905
|
}
|
|
@@ -1040,8 +1002,6 @@ export interface CapacityReservationsUpdate200Response extends HttpResponse {
|
|
|
1040
1002
|
|
|
1041
1003
|
// @public
|
|
1042
1004
|
export interface CapacityReservationsUpdate202Response extends HttpResponse {
|
|
1043
|
-
// (undocumented)
|
|
1044
|
-
body: Record<string, unknown>;
|
|
1045
1005
|
// (undocumented)
|
|
1046
1006
|
status: "202";
|
|
1047
1007
|
}
|
|
@@ -1086,14 +1046,12 @@ export interface CapacityReservationUpdate extends UpdateResource {
|
|
|
1086
1046
|
|
|
1087
1047
|
// @public
|
|
1088
1048
|
export interface CapacityReservationUtilization {
|
|
1089
|
-
currentCapacity?: number;
|
|
1090
|
-
virtualMachinesAllocated?: Array<SubResourceReadOnly>;
|
|
1091
1049
|
}
|
|
1092
1050
|
|
|
1093
1051
|
// @public
|
|
1094
1052
|
export interface CapacityReservationUtilizationOutput {
|
|
1095
|
-
currentCapacity?: number;
|
|
1096
|
-
virtualMachinesAllocated?: Array<SubResourceReadOnlyOutput>;
|
|
1053
|
+
readonly currentCapacity?: number;
|
|
1054
|
+
readonly virtualMachinesAllocated?: Array<SubResourceReadOnlyOutput>;
|
|
1097
1055
|
}
|
|
1098
1056
|
|
|
1099
1057
|
// @public
|
|
@@ -1103,13 +1061,10 @@ export interface CloudErrorOutput {
|
|
|
1103
1061
|
|
|
1104
1062
|
// @public
|
|
1105
1063
|
export interface CloudService {
|
|
1106
|
-
id?: string;
|
|
1107
1064
|
location: string;
|
|
1108
|
-
name?: string;
|
|
1109
1065
|
properties?: CloudServiceProperties;
|
|
1110
1066
|
systemData?: SystemData;
|
|
1111
1067
|
tags?: Record<string, string>;
|
|
1112
|
-
type?: string;
|
|
1113
1068
|
}
|
|
1114
1069
|
|
|
1115
1070
|
// @public
|
|
@@ -1128,7 +1083,6 @@ export interface CloudServiceExtensionProperties {
|
|
|
1128
1083
|
forceUpdateTag?: string;
|
|
1129
1084
|
protectedSettings?: any;
|
|
1130
1085
|
protectedSettingsFromKeyVault?: CloudServiceVaultAndSecretReference;
|
|
1131
|
-
provisioningState?: string;
|
|
1132
1086
|
publisher?: string;
|
|
1133
1087
|
rolesAppliedTo?: Array<string>;
|
|
1134
1088
|
settings?: any;
|
|
@@ -1142,7 +1096,7 @@ export interface CloudServiceExtensionPropertiesOutput {
|
|
|
1142
1096
|
forceUpdateTag?: string;
|
|
1143
1097
|
protectedSettings?: any;
|
|
1144
1098
|
protectedSettingsFromKeyVault?: CloudServiceVaultAndSecretReferenceOutput;
|
|
1145
|
-
provisioningState?: string;
|
|
1099
|
+
readonly provisioningState?: string;
|
|
1146
1100
|
publisher?: string;
|
|
1147
1101
|
rolesAppliedTo?: Array<string>;
|
|
1148
1102
|
settings?: any;
|
|
@@ -1152,11 +1106,11 @@ export interface CloudServiceExtensionPropertiesOutput {
|
|
|
1152
1106
|
|
|
1153
1107
|
// @public
|
|
1154
1108
|
export interface CloudServiceInstanceViewOutput {
|
|
1155
|
-
privateIds?: Array<string>;
|
|
1109
|
+
readonly privateIds?: Array<string>;
|
|
1156
1110
|
roleInstance?: InstanceViewStatusesSummaryOutput;
|
|
1157
|
-
sdkVersion?: string;
|
|
1111
|
+
readonly sdkVersion?: string;
|
|
1158
1112
|
// (undocumented)
|
|
1159
|
-
statuses?: Array<ResourceInstanceViewStatusOutput>;
|
|
1113
|
+
readonly statuses?: Array<ResourceInstanceViewStatusOutput>;
|
|
1160
1114
|
}
|
|
1161
1115
|
|
|
1162
1116
|
// @public
|
|
@@ -1331,13 +1285,13 @@ export interface CloudServiceOsProfileOutput {
|
|
|
1331
1285
|
|
|
1332
1286
|
// @public
|
|
1333
1287
|
export interface CloudServiceOutput {
|
|
1334
|
-
id?: string;
|
|
1288
|
+
readonly id?: string;
|
|
1335
1289
|
location: string;
|
|
1336
|
-
name?: string;
|
|
1290
|
+
readonly name?: string;
|
|
1337
1291
|
properties?: CloudServicePropertiesOutput;
|
|
1338
1292
|
systemData?: SystemDataOutput;
|
|
1339
1293
|
tags?: Record<string, string>;
|
|
1340
|
-
type?: string;
|
|
1294
|
+
readonly type?: string;
|
|
1341
1295
|
}
|
|
1342
1296
|
|
|
1343
1297
|
// @public
|
|
@@ -1349,10 +1303,8 @@ export interface CloudServiceProperties {
|
|
|
1349
1303
|
networkProfile?: CloudServiceNetworkProfile;
|
|
1350
1304
|
osProfile?: CloudServiceOsProfile;
|
|
1351
1305
|
packageUrl?: string;
|
|
1352
|
-
provisioningState?: string;
|
|
1353
1306
|
roleProfile?: CloudServiceRoleProfile;
|
|
1354
1307
|
startCloudService?: boolean;
|
|
1355
|
-
uniqueId?: string;
|
|
1356
1308
|
upgradeMode?: "Auto" | "Manual" | "Simultaneous";
|
|
1357
1309
|
}
|
|
1358
1310
|
|
|
@@ -1365,10 +1317,10 @@ export interface CloudServicePropertiesOutput {
|
|
|
1365
1317
|
networkProfile?: CloudServiceNetworkProfileOutput;
|
|
1366
1318
|
osProfile?: CloudServiceOsProfileOutput;
|
|
1367
1319
|
packageUrl?: string;
|
|
1368
|
-
provisioningState?: string;
|
|
1320
|
+
readonly provisioningState?: string;
|
|
1369
1321
|
roleProfile?: CloudServiceRoleProfileOutput;
|
|
1370
1322
|
startCloudService?: boolean;
|
|
1371
|
-
uniqueId?: string;
|
|
1323
|
+
readonly uniqueId?: string;
|
|
1372
1324
|
upgradeMode?: "Auto" | "Manual" | "Simultaneous";
|
|
1373
1325
|
}
|
|
1374
1326
|
|
|
@@ -1380,24 +1332,18 @@ export interface CloudServiceRoleInstancesDelete {
|
|
|
1380
1332
|
|
|
1381
1333
|
// @public
|
|
1382
1334
|
export interface CloudServiceRoleInstancesDelete200Response extends HttpResponse {
|
|
1383
|
-
// (undocumented)
|
|
1384
|
-
body: Record<string, unknown>;
|
|
1385
1335
|
// (undocumented)
|
|
1386
1336
|
status: "200";
|
|
1387
1337
|
}
|
|
1388
1338
|
|
|
1389
1339
|
// @public
|
|
1390
1340
|
export interface CloudServiceRoleInstancesDelete202Response extends HttpResponse {
|
|
1391
|
-
// (undocumented)
|
|
1392
|
-
body: Record<string, unknown>;
|
|
1393
1341
|
// (undocumented)
|
|
1394
1342
|
status: "202";
|
|
1395
1343
|
}
|
|
1396
1344
|
|
|
1397
1345
|
// @public
|
|
1398
1346
|
export interface CloudServiceRoleInstancesDelete204Response extends HttpResponse {
|
|
1399
|
-
// (undocumented)
|
|
1400
|
-
body: Record<string, unknown>;
|
|
1401
1347
|
// (undocumented)
|
|
1402
1348
|
status: "204";
|
|
1403
1349
|
}
|
|
@@ -1504,8 +1450,6 @@ export interface CloudServiceRoleInstancesGetRemoteDesktopFile200Response extend
|
|
|
1504
1450
|
|
|
1505
1451
|
// @public
|
|
1506
1452
|
export interface CloudServiceRoleInstancesGetRemoteDesktopFileDefaultResponse extends HttpResponse {
|
|
1507
|
-
// (undocumented)
|
|
1508
|
-
body: Record<string, unknown>;
|
|
1509
1453
|
// (undocumented)
|
|
1510
1454
|
status: string;
|
|
1511
1455
|
}
|
|
@@ -1567,16 +1511,12 @@ export interface CloudServiceRoleInstancesRebuild {
|
|
|
1567
1511
|
|
|
1568
1512
|
// @public
|
|
1569
1513
|
export interface CloudServiceRoleInstancesRebuild200Response extends HttpResponse {
|
|
1570
|
-
// (undocumented)
|
|
1571
|
-
body: Record<string, unknown>;
|
|
1572
1514
|
// (undocumented)
|
|
1573
1515
|
status: "200";
|
|
1574
1516
|
}
|
|
1575
1517
|
|
|
1576
1518
|
// @public
|
|
1577
1519
|
export interface CloudServiceRoleInstancesRebuild202Response extends HttpResponse {
|
|
1578
|
-
// (undocumented)
|
|
1579
|
-
body: Record<string, unknown>;
|
|
1580
1520
|
// (undocumented)
|
|
1581
1521
|
status: "202";
|
|
1582
1522
|
}
|
|
@@ -1610,16 +1550,12 @@ export interface CloudServiceRoleInstancesReimage {
|
|
|
1610
1550
|
|
|
1611
1551
|
// @public
|
|
1612
1552
|
export interface CloudServiceRoleInstancesReimage200Response extends HttpResponse {
|
|
1613
|
-
// (undocumented)
|
|
1614
|
-
body: Record<string, unknown>;
|
|
1615
1553
|
// (undocumented)
|
|
1616
1554
|
status: "200";
|
|
1617
1555
|
}
|
|
1618
1556
|
|
|
1619
1557
|
// @public
|
|
1620
1558
|
export interface CloudServiceRoleInstancesReimage202Response extends HttpResponse {
|
|
1621
|
-
// (undocumented)
|
|
1622
|
-
body: Record<string, unknown>;
|
|
1623
1559
|
// (undocumented)
|
|
1624
1560
|
status: "202";
|
|
1625
1561
|
}
|
|
@@ -1653,16 +1589,12 @@ export interface CloudServiceRoleInstancesRestart {
|
|
|
1653
1589
|
|
|
1654
1590
|
// @public
|
|
1655
1591
|
export interface CloudServiceRoleInstancesRestart200Response extends HttpResponse {
|
|
1656
|
-
// (undocumented)
|
|
1657
|
-
body: Record<string, unknown>;
|
|
1658
1592
|
// (undocumented)
|
|
1659
1593
|
status: "200";
|
|
1660
1594
|
}
|
|
1661
1595
|
|
|
1662
1596
|
// @public
|
|
1663
1597
|
export interface CloudServiceRoleInstancesRestart202Response extends HttpResponse {
|
|
1664
|
-
// (undocumented)
|
|
1665
|
-
body: Record<string, unknown>;
|
|
1666
1598
|
// (undocumented)
|
|
1667
1599
|
status: "202";
|
|
1668
1600
|
}
|
|
@@ -1697,12 +1629,12 @@ export interface CloudServiceRoleListResultOutput {
|
|
|
1697
1629
|
|
|
1698
1630
|
// @public
|
|
1699
1631
|
export interface CloudServiceRoleOutput {
|
|
1700
|
-
id?: string;
|
|
1701
|
-
location?: string;
|
|
1702
|
-
name?: string;
|
|
1632
|
+
readonly id?: string;
|
|
1633
|
+
readonly location?: string;
|
|
1634
|
+
readonly name?: string;
|
|
1703
1635
|
properties?: CloudServiceRolePropertiesOutput;
|
|
1704
1636
|
sku?: CloudServiceRoleSkuOutput;
|
|
1705
|
-
type?: string;
|
|
1637
|
+
readonly type?: string;
|
|
1706
1638
|
}
|
|
1707
1639
|
|
|
1708
1640
|
// @public
|
|
@@ -1729,7 +1661,7 @@ export interface CloudServiceRoleProfilePropertiesOutput {
|
|
|
1729
1661
|
|
|
1730
1662
|
// @public
|
|
1731
1663
|
export interface CloudServiceRolePropertiesOutput {
|
|
1732
|
-
uniqueId?: string;
|
|
1664
|
+
readonly uniqueId?: string;
|
|
1733
1665
|
}
|
|
1734
1666
|
|
|
1735
1667
|
// @public (undocumented)
|
|
@@ -1874,24 +1806,18 @@ export interface CloudServicesCreateOrUpdateQueryParamProperties {
|
|
|
1874
1806
|
|
|
1875
1807
|
// @public
|
|
1876
1808
|
export interface CloudServicesDelete200Response extends HttpResponse {
|
|
1877
|
-
// (undocumented)
|
|
1878
|
-
body: Record<string, unknown>;
|
|
1879
1809
|
// (undocumented)
|
|
1880
1810
|
status: "200";
|
|
1881
1811
|
}
|
|
1882
1812
|
|
|
1883
1813
|
// @public
|
|
1884
1814
|
export interface CloudServicesDelete202Response extends HttpResponse {
|
|
1885
|
-
// (undocumented)
|
|
1886
|
-
body: Record<string, unknown>;
|
|
1887
1815
|
// (undocumented)
|
|
1888
1816
|
status: "202";
|
|
1889
1817
|
}
|
|
1890
1818
|
|
|
1891
1819
|
// @public
|
|
1892
1820
|
export interface CloudServicesDelete204Response extends HttpResponse {
|
|
1893
|
-
// (undocumented)
|
|
1894
|
-
body: Record<string, unknown>;
|
|
1895
1821
|
// (undocumented)
|
|
1896
1822
|
status: "204";
|
|
1897
1823
|
}
|
|
@@ -1911,16 +1837,12 @@ export interface CloudServicesDeleteInstances {
|
|
|
1911
1837
|
|
|
1912
1838
|
// @public
|
|
1913
1839
|
export interface CloudServicesDeleteInstances200Response extends HttpResponse {
|
|
1914
|
-
// (undocumented)
|
|
1915
|
-
body: Record<string, unknown>;
|
|
1916
1840
|
// (undocumented)
|
|
1917
1841
|
status: "200";
|
|
1918
1842
|
}
|
|
1919
1843
|
|
|
1920
1844
|
// @public
|
|
1921
1845
|
export interface CloudServicesDeleteInstances202Response extends HttpResponse {
|
|
1922
|
-
// (undocumented)
|
|
1923
|
-
body: Record<string, unknown>;
|
|
1924
1846
|
// (undocumented)
|
|
1925
1847
|
status: "202";
|
|
1926
1848
|
}
|
|
@@ -2113,16 +2035,12 @@ export interface CloudServicesPowerOff {
|
|
|
2113
2035
|
|
|
2114
2036
|
// @public
|
|
2115
2037
|
export interface CloudServicesPowerOff200Response extends HttpResponse {
|
|
2116
|
-
// (undocumented)
|
|
2117
|
-
body: Record<string, unknown>;
|
|
2118
2038
|
// (undocumented)
|
|
2119
2039
|
status: "200";
|
|
2120
2040
|
}
|
|
2121
2041
|
|
|
2122
2042
|
// @public
|
|
2123
2043
|
export interface CloudServicesPowerOff202Response extends HttpResponse {
|
|
2124
|
-
// (undocumented)
|
|
2125
|
-
body: Record<string, unknown>;
|
|
2126
2044
|
// (undocumented)
|
|
2127
2045
|
status: "202";
|
|
2128
2046
|
}
|
|
@@ -2156,16 +2074,12 @@ export interface CloudServicesRebuild {
|
|
|
2156
2074
|
|
|
2157
2075
|
// @public
|
|
2158
2076
|
export interface CloudServicesRebuild200Response extends HttpResponse {
|
|
2159
|
-
// (undocumented)
|
|
2160
|
-
body: Record<string, unknown>;
|
|
2161
2077
|
// (undocumented)
|
|
2162
2078
|
status: "200";
|
|
2163
2079
|
}
|
|
2164
2080
|
|
|
2165
2081
|
// @public
|
|
2166
2082
|
export interface CloudServicesRebuild202Response extends HttpResponse {
|
|
2167
|
-
// (undocumented)
|
|
2168
|
-
body: Record<string, unknown>;
|
|
2169
2083
|
// (undocumented)
|
|
2170
2084
|
status: "202";
|
|
2171
2085
|
}
|
|
@@ -2209,16 +2123,12 @@ export interface CloudServicesReimage {
|
|
|
2209
2123
|
|
|
2210
2124
|
// @public
|
|
2211
2125
|
export interface CloudServicesReimage200Response extends HttpResponse {
|
|
2212
|
-
// (undocumented)
|
|
2213
|
-
body: Record<string, unknown>;
|
|
2214
2126
|
// (undocumented)
|
|
2215
2127
|
status: "200";
|
|
2216
2128
|
}
|
|
2217
2129
|
|
|
2218
2130
|
// @public
|
|
2219
2131
|
export interface CloudServicesReimage202Response extends HttpResponse {
|
|
2220
|
-
// (undocumented)
|
|
2221
|
-
body: Record<string, unknown>;
|
|
2222
2132
|
// (undocumented)
|
|
2223
2133
|
status: "202";
|
|
2224
2134
|
}
|
|
@@ -2262,16 +2172,12 @@ export interface CloudServicesRestart {
|
|
|
2262
2172
|
|
|
2263
2173
|
// @public
|
|
2264
2174
|
export interface CloudServicesRestart200Response extends HttpResponse {
|
|
2265
|
-
// (undocumented)
|
|
2266
|
-
body: Record<string, unknown>;
|
|
2267
2175
|
// (undocumented)
|
|
2268
2176
|
status: "200";
|
|
2269
2177
|
}
|
|
2270
2178
|
|
|
2271
2179
|
// @public
|
|
2272
2180
|
export interface CloudServicesRestart202Response extends HttpResponse {
|
|
2273
|
-
// (undocumented)
|
|
2274
|
-
body: Record<string, unknown>;
|
|
2275
2181
|
// (undocumented)
|
|
2276
2182
|
status: "202";
|
|
2277
2183
|
}
|
|
@@ -2315,16 +2221,12 @@ export interface CloudServicesStart {
|
|
|
2315
2221
|
|
|
2316
2222
|
// @public
|
|
2317
2223
|
export interface CloudServicesStart200Response extends HttpResponse {
|
|
2318
|
-
// (undocumented)
|
|
2319
|
-
body: Record<string, unknown>;
|
|
2320
2224
|
// (undocumented)
|
|
2321
2225
|
status: "200";
|
|
2322
2226
|
}
|
|
2323
2227
|
|
|
2324
2228
|
// @public
|
|
2325
2229
|
export interface CloudServicesStart202Response extends HttpResponse {
|
|
2326
|
-
// (undocumented)
|
|
2327
|
-
body: Record<string, unknown>;
|
|
2328
2230
|
// (undocumented)
|
|
2329
2231
|
status: "202";
|
|
2330
2232
|
}
|
|
@@ -2445,16 +2347,12 @@ export interface CloudServicesUpdateDomainWalkUpdateDomain {
|
|
|
2445
2347
|
|
|
2446
2348
|
// @public
|
|
2447
2349
|
export interface CloudServicesUpdateDomainWalkUpdateDomain200Response extends HttpResponse {
|
|
2448
|
-
// (undocumented)
|
|
2449
|
-
body: Record<string, unknown>;
|
|
2450
2350
|
// (undocumented)
|
|
2451
2351
|
status: "200";
|
|
2452
2352
|
}
|
|
2453
2353
|
|
|
2454
2354
|
// @public
|
|
2455
2355
|
export interface CloudServicesUpdateDomainWalkUpdateDomain202Response extends HttpResponse {
|
|
2456
|
-
// (undocumented)
|
|
2457
|
-
body: Record<string, unknown>;
|
|
2458
2356
|
// (undocumented)
|
|
2459
2357
|
status: "202";
|
|
2460
2358
|
}
|
|
@@ -2777,20 +2675,18 @@ export interface CommunityGalleryImageVersionsListQueryParamProperties {
|
|
|
2777
2675
|
|
|
2778
2676
|
// @public
|
|
2779
2677
|
export interface CommunityGalleryInfo {
|
|
2780
|
-
communityGalleryEnabled?: boolean;
|
|
2781
2678
|
eula?: string;
|
|
2782
2679
|
publicNamePrefix?: string;
|
|
2783
|
-
publicNames?: Array<string>;
|
|
2784
2680
|
publisherContact?: string;
|
|
2785
2681
|
publisherUri?: string;
|
|
2786
2682
|
}
|
|
2787
2683
|
|
|
2788
2684
|
// @public
|
|
2789
2685
|
export interface CommunityGalleryInfoOutput {
|
|
2790
|
-
communityGalleryEnabled?: boolean;
|
|
2686
|
+
readonly communityGalleryEnabled?: boolean;
|
|
2791
2687
|
eula?: string;
|
|
2792
2688
|
publicNamePrefix?: string;
|
|
2793
|
-
publicNames?: Array<string>;
|
|
2689
|
+
readonly publicNames?: Array<string>;
|
|
2794
2690
|
publisherContact?: string;
|
|
2795
2691
|
publisherUri?: string;
|
|
2796
2692
|
}
|
|
@@ -2804,24 +2700,28 @@ export type ComputeManagementClient = Client & {
|
|
|
2804
2700
|
path: Routes;
|
|
2805
2701
|
};
|
|
2806
2702
|
|
|
2703
|
+
// @public
|
|
2704
|
+
export interface ComputeManagementClientOptions extends ClientOptions {
|
|
2705
|
+
}
|
|
2706
|
+
|
|
2807
2707
|
// @public
|
|
2808
2708
|
export interface ComputeOperationListResultOutput {
|
|
2809
|
-
value?: Array<ComputeOperationValueOutput>;
|
|
2709
|
+
readonly value?: Array<ComputeOperationValueOutput>;
|
|
2810
2710
|
}
|
|
2811
2711
|
|
|
2812
2712
|
// @public
|
|
2813
2713
|
export interface ComputeOperationValueDisplayOutput {
|
|
2814
|
-
description?: string;
|
|
2815
|
-
operation?: string;
|
|
2816
|
-
provider?: string;
|
|
2817
|
-
resource?: string;
|
|
2714
|
+
readonly description?: string;
|
|
2715
|
+
readonly operation?: string;
|
|
2716
|
+
readonly provider?: string;
|
|
2717
|
+
readonly resource?: string;
|
|
2818
2718
|
}
|
|
2819
2719
|
|
|
2820
2720
|
// @public
|
|
2821
2721
|
export interface ComputeOperationValueOutput {
|
|
2822
2722
|
display?: ComputeOperationValueDisplayOutput;
|
|
2823
|
-
name?: string;
|
|
2824
|
-
origin?: string;
|
|
2723
|
+
readonly name?: string;
|
|
2724
|
+
readonly origin?: string;
|
|
2825
2725
|
}
|
|
2826
2726
|
|
|
2827
2727
|
// @public
|
|
@@ -2837,7 +2737,7 @@ export interface CopyCompletionErrorOutput {
|
|
|
2837
2737
|
}
|
|
2838
2738
|
|
|
2839
2739
|
// @public
|
|
2840
|
-
function createClient(credentials: TokenCredential, options?:
|
|
2740
|
+
function createClient(credentials: TokenCredential, options?: ComputeManagementClientOptions): ComputeManagementClient;
|
|
2841
2741
|
export default createClient;
|
|
2842
2742
|
|
|
2843
2743
|
// @public
|
|
@@ -2849,7 +2749,6 @@ export interface CreationData {
|
|
|
2849
2749
|
performancePlus?: boolean;
|
|
2850
2750
|
securityDataUri?: string;
|
|
2851
2751
|
sourceResourceId?: string;
|
|
2852
|
-
sourceUniqueId?: string;
|
|
2853
2752
|
sourceUri?: string;
|
|
2854
2753
|
storageAccountId?: string;
|
|
2855
2754
|
uploadSizeBytes?: number;
|
|
@@ -2864,7 +2763,7 @@ export interface CreationDataOutput {
|
|
|
2864
2763
|
performancePlus?: boolean;
|
|
2865
2764
|
securityDataUri?: string;
|
|
2866
2765
|
sourceResourceId?: string;
|
|
2867
|
-
sourceUniqueId?: string;
|
|
2766
|
+
readonly sourceUniqueId?: string;
|
|
2868
2767
|
sourceUri?: string;
|
|
2869
2768
|
storageAccountId?: string;
|
|
2870
2769
|
uploadSizeBytes?: number;
|
|
@@ -2876,8 +2775,6 @@ export interface DataDisk {
|
|
|
2876
2775
|
createOption: "FromImage" | "Empty" | "Attach";
|
|
2877
2776
|
deleteOption?: "Delete" | "Detach";
|
|
2878
2777
|
detachOption?: "ForceDetach";
|
|
2879
|
-
diskIOPSReadWrite?: number;
|
|
2880
|
-
diskMBpsReadWrite?: number;
|
|
2881
2778
|
diskSizeGB?: number;
|
|
2882
2779
|
image?: VirtualHardDisk;
|
|
2883
2780
|
lun: number;
|
|
@@ -2890,7 +2787,6 @@ export interface DataDisk {
|
|
|
2890
2787
|
|
|
2891
2788
|
// @public
|
|
2892
2789
|
export interface DataDiskImage {
|
|
2893
|
-
lun?: number;
|
|
2894
2790
|
}
|
|
2895
2791
|
|
|
2896
2792
|
// @public
|
|
@@ -2905,7 +2801,7 @@ export interface DataDiskImageEncryptionOutput extends DiskImageEncryptionOutput
|
|
|
2905
2801
|
|
|
2906
2802
|
// @public
|
|
2907
2803
|
export interface DataDiskImageOutput {
|
|
2908
|
-
lun?: number;
|
|
2804
|
+
readonly lun?: number;
|
|
2909
2805
|
}
|
|
2910
2806
|
|
|
2911
2807
|
// @public
|
|
@@ -2914,8 +2810,8 @@ export interface DataDiskOutput {
|
|
|
2914
2810
|
createOption: "FromImage" | "Empty" | "Attach";
|
|
2915
2811
|
deleteOption?: "Delete" | "Detach";
|
|
2916
2812
|
detachOption?: "ForceDetach";
|
|
2917
|
-
diskIOPSReadWrite?: number;
|
|
2918
|
-
diskMBpsReadWrite?: number;
|
|
2813
|
+
readonly diskIOPSReadWrite?: number;
|
|
2814
|
+
readonly diskMBpsReadWrite?: number;
|
|
2919
2815
|
diskSizeGB?: number;
|
|
2920
2816
|
image?: VirtualHardDiskOutput;
|
|
2921
2817
|
lun: number;
|
|
@@ -2985,8 +2881,6 @@ export interface DedicatedHostGroupOutput extends ResourceOutput {
|
|
|
2985
2881
|
// @public
|
|
2986
2882
|
export interface DedicatedHostGroupProperties {
|
|
2987
2883
|
additionalCapabilities?: DedicatedHostGroupPropertiesAdditionalCapabilities;
|
|
2988
|
-
hosts?: Array<SubResourceReadOnly>;
|
|
2989
|
-
instanceView?: DedicatedHostGroupInstanceView;
|
|
2990
2884
|
platformFaultDomainCount: number;
|
|
2991
2885
|
supportAutomaticPlacement?: boolean;
|
|
2992
2886
|
}
|
|
@@ -3004,8 +2898,8 @@ export interface DedicatedHostGroupPropertiesAdditionalCapabilitiesOutput {
|
|
|
3004
2898
|
// @public
|
|
3005
2899
|
export interface DedicatedHostGroupPropertiesOutput {
|
|
3006
2900
|
additionalCapabilities?: DedicatedHostGroupPropertiesAdditionalCapabilitiesOutput;
|
|
3007
|
-
hosts?: Array<SubResourceReadOnlyOutput>;
|
|
3008
|
-
instanceView?: DedicatedHostGroupInstanceViewOutput;
|
|
2901
|
+
readonly hosts?: Array<SubResourceReadOnlyOutput>;
|
|
2902
|
+
readonly instanceView?: DedicatedHostGroupInstanceViewOutput;
|
|
3009
2903
|
platformFaultDomainCount: number;
|
|
3010
2904
|
supportAutomaticPlacement?: boolean;
|
|
3011
2905
|
}
|
|
@@ -3068,16 +2962,12 @@ export interface DedicatedHostGroupsCreateOrUpdateQueryParamProperties {
|
|
|
3068
2962
|
|
|
3069
2963
|
// @public
|
|
3070
2964
|
export interface DedicatedHostGroupsDelete200Response extends HttpResponse {
|
|
3071
|
-
// (undocumented)
|
|
3072
|
-
body: Record<string, unknown>;
|
|
3073
2965
|
// (undocumented)
|
|
3074
2966
|
status: "200";
|
|
3075
2967
|
}
|
|
3076
2968
|
|
|
3077
2969
|
// @public
|
|
3078
2970
|
export interface DedicatedHostGroupsDelete204Response extends HttpResponse {
|
|
3079
|
-
// (undocumented)
|
|
3080
|
-
body: Record<string, unknown>;
|
|
3081
2971
|
// (undocumented)
|
|
3082
2972
|
status: "204";
|
|
3083
2973
|
}
|
|
@@ -3253,26 +3143,24 @@ export interface DedicatedHostGroupUpdate extends UpdateResource {
|
|
|
3253
3143
|
|
|
3254
3144
|
// @public
|
|
3255
3145
|
export interface DedicatedHostInstanceView {
|
|
3256
|
-
assetId?: string;
|
|
3257
3146
|
availableCapacity?: DedicatedHostAvailableCapacity;
|
|
3258
3147
|
statuses?: Array<InstanceViewStatus>;
|
|
3259
3148
|
}
|
|
3260
3149
|
|
|
3261
3150
|
// @public
|
|
3262
3151
|
export interface DedicatedHostInstanceViewOutput {
|
|
3263
|
-
assetId?: string;
|
|
3152
|
+
readonly assetId?: string;
|
|
3264
3153
|
availableCapacity?: DedicatedHostAvailableCapacityOutput;
|
|
3265
3154
|
statuses?: Array<InstanceViewStatusOutput>;
|
|
3266
3155
|
}
|
|
3267
3156
|
|
|
3268
3157
|
// @public
|
|
3269
3158
|
export interface DedicatedHostInstanceViewWithName extends DedicatedHostInstanceView {
|
|
3270
|
-
name?: string;
|
|
3271
3159
|
}
|
|
3272
3160
|
|
|
3273
3161
|
// @public
|
|
3274
3162
|
export interface DedicatedHostInstanceViewWithNameOutput extends DedicatedHostInstanceViewOutput {
|
|
3275
|
-
name?: string;
|
|
3163
|
+
readonly name?: string;
|
|
3276
3164
|
}
|
|
3277
3165
|
|
|
3278
3166
|
// @public
|
|
@@ -3290,27 +3178,21 @@ export interface DedicatedHostOutput extends ResourceOutput {
|
|
|
3290
3178
|
// @public
|
|
3291
3179
|
export interface DedicatedHostProperties {
|
|
3292
3180
|
autoReplaceOnFailure?: boolean;
|
|
3293
|
-
hostId?: string;
|
|
3294
|
-
instanceView?: DedicatedHostInstanceView;
|
|
3295
3181
|
licenseType?: "None" | "Windows_Server_Hybrid" | "Windows_Server_Perpetual";
|
|
3296
3182
|
platformFaultDomain?: number;
|
|
3297
|
-
provisioningState?: string;
|
|
3298
|
-
provisioningTime?: Date | string;
|
|
3299
|
-
timeCreated?: Date | string;
|
|
3300
|
-
virtualMachines?: Array<SubResourceReadOnly>;
|
|
3301
3183
|
}
|
|
3302
3184
|
|
|
3303
3185
|
// @public
|
|
3304
3186
|
export interface DedicatedHostPropertiesOutput {
|
|
3305
3187
|
autoReplaceOnFailure?: boolean;
|
|
3306
|
-
hostId?: string;
|
|
3307
|
-
instanceView?: DedicatedHostInstanceViewOutput;
|
|
3188
|
+
readonly hostId?: string;
|
|
3189
|
+
readonly instanceView?: DedicatedHostInstanceViewOutput;
|
|
3308
3190
|
licenseType?: "None" | "Windows_Server_Hybrid" | "Windows_Server_Perpetual";
|
|
3309
3191
|
platformFaultDomain?: number;
|
|
3310
|
-
provisioningState?: string;
|
|
3311
|
-
provisioningTime?: string;
|
|
3312
|
-
timeCreated?: string;
|
|
3313
|
-
virtualMachines?: Array<SubResourceReadOnlyOutput>;
|
|
3192
|
+
readonly provisioningState?: string;
|
|
3193
|
+
readonly provisioningTime?: string;
|
|
3194
|
+
readonly timeCreated?: string;
|
|
3195
|
+
readonly virtualMachines?: Array<SubResourceReadOnlyOutput>;
|
|
3314
3196
|
}
|
|
3315
3197
|
|
|
3316
3198
|
// @public (undocumented)
|
|
@@ -3371,24 +3253,18 @@ export interface DedicatedHostsCreateOrUpdateQueryParamProperties {
|
|
|
3371
3253
|
|
|
3372
3254
|
// @public
|
|
3373
3255
|
export interface DedicatedHostsDelete200Response extends HttpResponse {
|
|
3374
|
-
// (undocumented)
|
|
3375
|
-
body: Record<string, unknown>;
|
|
3376
3256
|
// (undocumented)
|
|
3377
3257
|
status: "200";
|
|
3378
3258
|
}
|
|
3379
3259
|
|
|
3380
3260
|
// @public
|
|
3381
3261
|
export interface DedicatedHostsDelete202Response extends HttpResponse {
|
|
3382
|
-
// (undocumented)
|
|
3383
|
-
body: Record<string, unknown>;
|
|
3384
3262
|
// (undocumented)
|
|
3385
3263
|
status: "202";
|
|
3386
3264
|
}
|
|
3387
3265
|
|
|
3388
3266
|
// @public
|
|
3389
3267
|
export interface DedicatedHostsDelete204Response extends HttpResponse {
|
|
3390
|
-
// (undocumented)
|
|
3391
|
-
body: Record<string, unknown>;
|
|
3392
3268
|
// (undocumented)
|
|
3393
3269
|
status: "204";
|
|
3394
3270
|
}
|
|
@@ -3488,8 +3364,6 @@ export interface DedicatedHostsRestart {
|
|
|
3488
3364
|
|
|
3489
3365
|
// @public
|
|
3490
3366
|
export interface DedicatedHostsRestart200Response extends HttpResponse {
|
|
3491
|
-
// (undocumented)
|
|
3492
|
-
body: Record<string, unknown>;
|
|
3493
3367
|
// (undocumented)
|
|
3494
3368
|
status: "200";
|
|
3495
3369
|
}
|
|
@@ -3606,8 +3480,6 @@ export interface DisallowedOutput {
|
|
|
3606
3480
|
// @public
|
|
3607
3481
|
export interface Disk extends Resource {
|
|
3608
3482
|
extendedLocation?: ExtendedLocation;
|
|
3609
|
-
managedBy?: string;
|
|
3610
|
-
managedByExtended?: Array<string>;
|
|
3611
3483
|
properties?: DiskProperties;
|
|
3612
3484
|
sku?: DiskSku;
|
|
3613
3485
|
zones?: Array<string>;
|
|
@@ -3678,48 +3550,36 @@ export interface DiskAccessesCreateOrUpdateQueryParamProperties {
|
|
|
3678
3550
|
|
|
3679
3551
|
// @public
|
|
3680
3552
|
export interface DiskAccessesDelete200Response extends HttpResponse {
|
|
3681
|
-
// (undocumented)
|
|
3682
|
-
body: Record<string, unknown>;
|
|
3683
3553
|
// (undocumented)
|
|
3684
3554
|
status: "200";
|
|
3685
3555
|
}
|
|
3686
3556
|
|
|
3687
3557
|
// @public
|
|
3688
3558
|
export interface DiskAccessesDelete202Response extends HttpResponse {
|
|
3689
|
-
// (undocumented)
|
|
3690
|
-
body: Record<string, unknown>;
|
|
3691
3559
|
// (undocumented)
|
|
3692
3560
|
status: "202";
|
|
3693
3561
|
}
|
|
3694
3562
|
|
|
3695
3563
|
// @public
|
|
3696
3564
|
export interface DiskAccessesDelete204Response extends HttpResponse {
|
|
3697
|
-
// (undocumented)
|
|
3698
|
-
body: Record<string, unknown>;
|
|
3699
3565
|
// (undocumented)
|
|
3700
3566
|
status: "204";
|
|
3701
3567
|
}
|
|
3702
3568
|
|
|
3703
3569
|
// @public
|
|
3704
3570
|
export interface DiskAccessesDeleteAPrivateEndpointConnection200Response extends HttpResponse {
|
|
3705
|
-
// (undocumented)
|
|
3706
|
-
body: Record<string, unknown>;
|
|
3707
3571
|
// (undocumented)
|
|
3708
3572
|
status: "200";
|
|
3709
3573
|
}
|
|
3710
3574
|
|
|
3711
3575
|
// @public
|
|
3712
3576
|
export interface DiskAccessesDeleteAPrivateEndpointConnection202Response extends HttpResponse {
|
|
3713
|
-
// (undocumented)
|
|
3714
|
-
body: Record<string, unknown>;
|
|
3715
3577
|
// (undocumented)
|
|
3716
3578
|
status: "202";
|
|
3717
3579
|
}
|
|
3718
3580
|
|
|
3719
3581
|
// @public
|
|
3720
3582
|
export interface DiskAccessesDeleteAPrivateEndpointConnection204Response extends HttpResponse {
|
|
3721
|
-
// (undocumented)
|
|
3722
|
-
body: Record<string, unknown>;
|
|
3723
3583
|
// (undocumented)
|
|
3724
3584
|
status: "204";
|
|
3725
3585
|
}
|
|
@@ -4078,16 +3938,13 @@ export interface DiskAccessOutput extends ResourceOutput {
|
|
|
4078
3938
|
|
|
4079
3939
|
// @public (undocumented)
|
|
4080
3940
|
export interface DiskAccessProperties {
|
|
4081
|
-
privateEndpointConnections?: Array<PrivateEndpointConnection>;
|
|
4082
|
-
provisioningState?: string;
|
|
4083
|
-
timeCreated?: Date | string;
|
|
4084
3941
|
}
|
|
4085
3942
|
|
|
4086
3943
|
// @public (undocumented)
|
|
4087
3944
|
export interface DiskAccessPropertiesOutput {
|
|
4088
|
-
privateEndpointConnections?: Array<PrivateEndpointConnectionOutput>;
|
|
4089
|
-
provisioningState?: string;
|
|
4090
|
-
timeCreated?: string;
|
|
3945
|
+
readonly privateEndpointConnections?: Array<PrivateEndpointConnectionOutput>;
|
|
3946
|
+
readonly provisioningState?: string;
|
|
3947
|
+
readonly timeCreated?: string;
|
|
4091
3948
|
}
|
|
4092
3949
|
|
|
4093
3950
|
// @public
|
|
@@ -4181,24 +4038,18 @@ export interface DiskEncryptionSetsCreateOrUpdateQueryParamProperties {
|
|
|
4181
4038
|
|
|
4182
4039
|
// @public
|
|
4183
4040
|
export interface DiskEncryptionSetsDelete200Response extends HttpResponse {
|
|
4184
|
-
// (undocumented)
|
|
4185
|
-
body: Record<string, unknown>;
|
|
4186
4041
|
// (undocumented)
|
|
4187
4042
|
status: "200";
|
|
4188
4043
|
}
|
|
4189
4044
|
|
|
4190
4045
|
// @public
|
|
4191
4046
|
export interface DiskEncryptionSetsDelete202Response extends HttpResponse {
|
|
4192
|
-
// (undocumented)
|
|
4193
|
-
body: Record<string, unknown>;
|
|
4194
4047
|
// (undocumented)
|
|
4195
4048
|
status: "202";
|
|
4196
4049
|
}
|
|
4197
4050
|
|
|
4198
4051
|
// @public
|
|
4199
4052
|
export interface DiskEncryptionSetsDelete204Response extends HttpResponse {
|
|
4200
|
-
// (undocumented)
|
|
4201
|
-
body: Record<string, unknown>;
|
|
4202
4053
|
// (undocumented)
|
|
4203
4054
|
status: "204";
|
|
4204
4055
|
}
|
|
@@ -4470,8 +4321,8 @@ export interface DiskListOutput {
|
|
|
4470
4321
|
// @public
|
|
4471
4322
|
export interface DiskOutput extends ResourceOutput {
|
|
4472
4323
|
extendedLocation?: ExtendedLocationOutput;
|
|
4473
|
-
managedBy?: string;
|
|
4474
|
-
managedByExtended?: Array<string>;
|
|
4324
|
+
readonly managedBy?: string;
|
|
4325
|
+
readonly managedByExtended?: Array<string>;
|
|
4475
4326
|
properties?: DiskPropertiesOutput;
|
|
4476
4327
|
sku?: DiskSkuOutput;
|
|
4477
4328
|
zones?: Array<string>;
|
|
@@ -4480,7 +4331,6 @@ export interface DiskOutput extends ResourceOutput {
|
|
|
4480
4331
|
// @public
|
|
4481
4332
|
export interface DiskProperties {
|
|
4482
4333
|
burstingEnabled?: boolean;
|
|
4483
|
-
burstingEnabledTime?: Date | string;
|
|
4484
4334
|
completionPercent?: number;
|
|
4485
4335
|
creationData: CreationData;
|
|
4486
4336
|
dataAccessAuthMode?: "AzureActiveDirectory" | "None";
|
|
@@ -4489,9 +4339,7 @@ export interface DiskProperties {
|
|
|
4489
4339
|
diskIOPSReadWrite?: number;
|
|
4490
4340
|
diskMBpsReadOnly?: number;
|
|
4491
4341
|
diskMBpsReadWrite?: number;
|
|
4492
|
-
diskSizeBytes?: number;
|
|
4493
4342
|
diskSizeGB?: number;
|
|
4494
|
-
diskState?: "Unattached" | "Attached" | "Reserved" | "Frozen" | "ActiveSAS" | "ActiveSASFrozen" | "ReadyToUpload" | "ActiveUpload";
|
|
4495
4343
|
encryption?: Encryption;
|
|
4496
4344
|
encryptionSettingsCollection?: EncryptionSettingsCollection;
|
|
4497
4345
|
hyperVGeneration?: "V1" | "V2";
|
|
@@ -4499,23 +4347,18 @@ export interface DiskProperties {
|
|
|
4499
4347
|
networkAccessPolicy?: "AllowAll" | "AllowPrivate" | "DenyAll";
|
|
4500
4348
|
optimizedForFrequentAttach?: boolean;
|
|
4501
4349
|
osType?: "Windows" | "Linux";
|
|
4502
|
-
propertyUpdatesInProgress?: PropertyUpdatesInProgress;
|
|
4503
|
-
provisioningState?: string;
|
|
4504
4350
|
publicNetworkAccess?: "Enabled" | "Disabled";
|
|
4505
4351
|
purchasePlan?: PurchasePlanAutoGenerated;
|
|
4506
4352
|
securityProfile?: DiskSecurityProfile;
|
|
4507
|
-
shareInfo?: Array<ShareInfoElement>;
|
|
4508
4353
|
supportedCapabilities?: SupportedCapabilities;
|
|
4509
4354
|
supportsHibernation?: boolean;
|
|
4510
4355
|
tier?: string;
|
|
4511
|
-
timeCreated?: Date | string;
|
|
4512
|
-
uniqueId?: string;
|
|
4513
4356
|
}
|
|
4514
4357
|
|
|
4515
4358
|
// @public
|
|
4516
4359
|
export interface DiskPropertiesOutput {
|
|
4517
4360
|
burstingEnabled?: boolean;
|
|
4518
|
-
burstingEnabledTime?: string;
|
|
4361
|
+
readonly burstingEnabledTime?: string;
|
|
4519
4362
|
completionPercent?: number;
|
|
4520
4363
|
creationData: CreationDataOutput;
|
|
4521
4364
|
dataAccessAuthMode?: "AzureActiveDirectory" | "None";
|
|
@@ -4524,9 +4367,9 @@ export interface DiskPropertiesOutput {
|
|
|
4524
4367
|
diskIOPSReadWrite?: number;
|
|
4525
4368
|
diskMBpsReadOnly?: number;
|
|
4526
4369
|
diskMBpsReadWrite?: number;
|
|
4527
|
-
diskSizeBytes?: number;
|
|
4370
|
+
readonly diskSizeBytes?: number;
|
|
4528
4371
|
diskSizeGB?: number;
|
|
4529
|
-
diskState?: "Unattached" | "Attached" | "Reserved" | "Frozen" | "ActiveSAS" | "ActiveSASFrozen" | "ReadyToUpload" | "ActiveUpload";
|
|
4372
|
+
readonly diskState?: "Unattached" | "Attached" | "Reserved" | "Frozen" | "ActiveSAS" | "ActiveSASFrozen" | "ReadyToUpload" | "ActiveUpload";
|
|
4530
4373
|
encryption?: EncryptionOutput;
|
|
4531
4374
|
encryptionSettingsCollection?: EncryptionSettingsCollectionOutput;
|
|
4532
4375
|
hyperVGeneration?: "V1" | "V2";
|
|
@@ -4534,17 +4377,17 @@ export interface DiskPropertiesOutput {
|
|
|
4534
4377
|
networkAccessPolicy?: "AllowAll" | "AllowPrivate" | "DenyAll";
|
|
4535
4378
|
optimizedForFrequentAttach?: boolean;
|
|
4536
4379
|
osType?: "Windows" | "Linux";
|
|
4537
|
-
propertyUpdatesInProgress?: PropertyUpdatesInProgressOutput;
|
|
4538
|
-
provisioningState?: string;
|
|
4380
|
+
readonly propertyUpdatesInProgress?: PropertyUpdatesInProgressOutput;
|
|
4381
|
+
readonly provisioningState?: string;
|
|
4539
4382
|
publicNetworkAccess?: "Enabled" | "Disabled";
|
|
4540
4383
|
purchasePlan?: PurchasePlanAutoGeneratedOutput;
|
|
4541
4384
|
securityProfile?: DiskSecurityProfileOutput;
|
|
4542
|
-
shareInfo?: Array<ShareInfoElementOutput>;
|
|
4385
|
+
readonly shareInfo?: Array<ShareInfoElementOutput>;
|
|
4543
4386
|
supportedCapabilities?: SupportedCapabilitiesOutput;
|
|
4544
4387
|
supportsHibernation?: boolean;
|
|
4545
4388
|
tier?: string;
|
|
4546
|
-
timeCreated?: string;
|
|
4547
|
-
uniqueId?: string;
|
|
4389
|
+
readonly timeCreated?: string;
|
|
4390
|
+
readonly uniqueId?: string;
|
|
4548
4391
|
}
|
|
4549
4392
|
|
|
4550
4393
|
// @public (undocumented)
|
|
@@ -4597,8 +4440,6 @@ export interface DiskRestorePointGrantAccess200Response extends HttpResponse {
|
|
|
4597
4440
|
|
|
4598
4441
|
// @public
|
|
4599
4442
|
export interface DiskRestorePointGrantAccess202Response extends HttpResponse {
|
|
4600
|
-
// (undocumented)
|
|
4601
|
-
body: Record<string, unknown>;
|
|
4602
4443
|
// (undocumented)
|
|
4603
4444
|
status: "202";
|
|
4604
4445
|
}
|
|
@@ -4697,21 +4538,21 @@ export interface DiskRestorePointOutput extends ProxyOnlyResourceOutput {
|
|
|
4697
4538
|
export interface DiskRestorePointPropertiesOutput {
|
|
4698
4539
|
completionPercent?: number;
|
|
4699
4540
|
diskAccessId?: string;
|
|
4700
|
-
encryption?: EncryptionOutput;
|
|
4701
|
-
familyId?: string;
|
|
4541
|
+
readonly encryption?: EncryptionOutput;
|
|
4542
|
+
readonly familyId?: string;
|
|
4702
4543
|
hyperVGeneration?: "V1" | "V2";
|
|
4703
4544
|
networkAccessPolicy?: "AllowAll" | "AllowPrivate" | "DenyAll";
|
|
4704
|
-
osType?: "Windows" | "Linux";
|
|
4545
|
+
readonly osType?: "Windows" | "Linux";
|
|
4705
4546
|
publicNetworkAccess?: "Enabled" | "Disabled";
|
|
4706
4547
|
purchasePlan?: PurchasePlanAutoGeneratedOutput;
|
|
4707
|
-
replicationState?: string;
|
|
4548
|
+
readonly replicationState?: string;
|
|
4708
4549
|
securityProfile?: DiskSecurityProfileOutput;
|
|
4709
|
-
sourceResourceId?: string;
|
|
4710
|
-
sourceResourceLocation?: string;
|
|
4711
|
-
sourceUniqueId?: string;
|
|
4550
|
+
readonly sourceResourceId?: string;
|
|
4551
|
+
readonly sourceResourceLocation?: string;
|
|
4552
|
+
readonly sourceUniqueId?: string;
|
|
4712
4553
|
supportedCapabilities?: SupportedCapabilitiesOutput;
|
|
4713
4554
|
supportsHibernation?: boolean;
|
|
4714
|
-
timeCreated?: string;
|
|
4555
|
+
readonly timeCreated?: string;
|
|
4715
4556
|
}
|
|
4716
4557
|
|
|
4717
4558
|
// @public
|
|
@@ -4733,16 +4574,12 @@ export interface DiskRestorePointRevokeAccess {
|
|
|
4733
4574
|
|
|
4734
4575
|
// @public
|
|
4735
4576
|
export interface DiskRestorePointRevokeAccess200Response extends HttpResponse {
|
|
4736
|
-
// (undocumented)
|
|
4737
|
-
body: Record<string, unknown>;
|
|
4738
4577
|
// (undocumented)
|
|
4739
4578
|
status: "200";
|
|
4740
4579
|
}
|
|
4741
4580
|
|
|
4742
4581
|
// @public
|
|
4743
4582
|
export interface DiskRestorePointRevokeAccess202Response extends HttpResponse {
|
|
4744
|
-
// (undocumented)
|
|
4745
|
-
body: Record<string, unknown>;
|
|
4746
4583
|
// (undocumented)
|
|
4747
4584
|
status: "202";
|
|
4748
4585
|
}
|
|
@@ -4819,24 +4656,18 @@ export interface DisksCreateOrUpdateQueryParamProperties {
|
|
|
4819
4656
|
|
|
4820
4657
|
// @public
|
|
4821
4658
|
export interface DisksDelete200Response extends HttpResponse {
|
|
4822
|
-
// (undocumented)
|
|
4823
|
-
body: Record<string, unknown>;
|
|
4824
4659
|
// (undocumented)
|
|
4825
4660
|
status: "200";
|
|
4826
4661
|
}
|
|
4827
4662
|
|
|
4828
4663
|
// @public
|
|
4829
4664
|
export interface DisksDelete202Response extends HttpResponse {
|
|
4830
|
-
// (undocumented)
|
|
4831
|
-
body: Record<string, unknown>;
|
|
4832
4665
|
// (undocumented)
|
|
4833
4666
|
status: "202";
|
|
4834
4667
|
}
|
|
4835
4668
|
|
|
4836
4669
|
// @public
|
|
4837
4670
|
export interface DisksDelete204Response extends HttpResponse {
|
|
4838
|
-
// (undocumented)
|
|
4839
|
-
body: Record<string, unknown>;
|
|
4840
4671
|
// (undocumented)
|
|
4841
4672
|
status: "204";
|
|
4842
4673
|
}
|
|
@@ -4904,8 +4735,6 @@ export interface DisksGrantAccess200Response extends HttpResponse {
|
|
|
4904
4735
|
|
|
4905
4736
|
// @public
|
|
4906
4737
|
export interface DisksGrantAccess202Response extends HttpResponse {
|
|
4907
|
-
// (undocumented)
|
|
4908
|
-
body: Record<string, unknown>;
|
|
4909
4738
|
// (undocumented)
|
|
4910
4739
|
status: "202";
|
|
4911
4740
|
}
|
|
@@ -4937,13 +4766,12 @@ export interface DisksGrantAccessQueryParamProperties {
|
|
|
4937
4766
|
// @public
|
|
4938
4767
|
export interface DiskSku {
|
|
4939
4768
|
name?: "Standard_LRS" | "Premium_LRS" | "StandardSSD_LRS" | "UltraSSD_LRS" | "Premium_ZRS" | "StandardSSD_ZRS" | "PremiumV2_LRS";
|
|
4940
|
-
tier?: string;
|
|
4941
4769
|
}
|
|
4942
4770
|
|
|
4943
4771
|
// @public
|
|
4944
4772
|
export interface DiskSkuOutput {
|
|
4945
4773
|
name?: "Standard_LRS" | "Premium_LRS" | "StandardSSD_LRS" | "UltraSSD_LRS" | "Premium_ZRS" | "StandardSSD_ZRS" | "PremiumV2_LRS";
|
|
4946
|
-
tier?: string;
|
|
4774
|
+
readonly tier?: string;
|
|
4947
4775
|
}
|
|
4948
4776
|
|
|
4949
4777
|
// @public (undocumented)
|
|
@@ -5007,16 +4835,12 @@ export interface DisksRevokeAccess {
|
|
|
5007
4835
|
|
|
5008
4836
|
// @public
|
|
5009
4837
|
export interface DisksRevokeAccess200Response extends HttpResponse {
|
|
5010
|
-
// (undocumented)
|
|
5011
|
-
body: Record<string, unknown>;
|
|
5012
4838
|
// (undocumented)
|
|
5013
4839
|
status: "200";
|
|
5014
4840
|
}
|
|
5015
4841
|
|
|
5016
4842
|
// @public
|
|
5017
4843
|
export interface DisksRevokeAccess202Response extends HttpResponse {
|
|
5018
|
-
// (undocumented)
|
|
5019
|
-
body: Record<string, unknown>;
|
|
5020
4844
|
// (undocumented)
|
|
5021
4845
|
status: "202";
|
|
5022
4846
|
}
|
|
@@ -5098,7 +4922,6 @@ export interface DiskUpdateProperties {
|
|
|
5098
4922
|
networkAccessPolicy?: "AllowAll" | "AllowPrivate" | "DenyAll";
|
|
5099
4923
|
optimizedForFrequentAttach?: boolean;
|
|
5100
4924
|
osType?: "Windows" | "Linux";
|
|
5101
|
-
propertyUpdatesInProgress?: PropertyUpdatesInProgress;
|
|
5102
4925
|
publicNetworkAccess?: "Enabled" | "Disabled";
|
|
5103
4926
|
purchasePlan?: PurchasePlanAutoGenerated;
|
|
5104
4927
|
supportedCapabilities?: SupportedCapabilities;
|
|
@@ -5132,16 +4955,14 @@ export interface EncryptionOutput {
|
|
|
5132
4955
|
|
|
5133
4956
|
// @public
|
|
5134
4957
|
export interface EncryptionSetIdentity {
|
|
5135
|
-
principalId?: string;
|
|
5136
|
-
tenantId?: string;
|
|
5137
4958
|
type?: "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
5138
4959
|
userAssignedIdentities?: Record<string, UserAssignedIdentitiesValue>;
|
|
5139
4960
|
}
|
|
5140
4961
|
|
|
5141
4962
|
// @public
|
|
5142
4963
|
export interface EncryptionSetIdentityOutput {
|
|
5143
|
-
principalId?: string;
|
|
5144
|
-
tenantId?: string;
|
|
4964
|
+
readonly principalId?: string;
|
|
4965
|
+
readonly tenantId?: string;
|
|
5145
4966
|
type?: "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
5146
4967
|
userAssignedIdentities?: Record<string, UserAssignedIdentitiesValueOutput>;
|
|
5147
4968
|
}
|
|
@@ -5149,24 +4970,20 @@ export interface EncryptionSetIdentityOutput {
|
|
|
5149
4970
|
// @public (undocumented)
|
|
5150
4971
|
export interface EncryptionSetProperties {
|
|
5151
4972
|
activeKey?: KeyForDiskEncryptionSet;
|
|
5152
|
-
autoKeyRotationError?: ApiError;
|
|
5153
4973
|
encryptionType?: "EncryptionAtRestWithCustomerKey" | "EncryptionAtRestWithPlatformAndCustomerKeys" | "ConfidentialVmEncryptedWithCustomerKey";
|
|
5154
4974
|
federatedClientId?: string;
|
|
5155
|
-
lastKeyRotationTimestamp?: Date | string;
|
|
5156
|
-
previousKeys?: Array<KeyForDiskEncryptionSet>;
|
|
5157
|
-
provisioningState?: string;
|
|
5158
4975
|
rotationToLatestKeyVersionEnabled?: boolean;
|
|
5159
4976
|
}
|
|
5160
4977
|
|
|
5161
4978
|
// @public (undocumented)
|
|
5162
4979
|
export interface EncryptionSetPropertiesOutput {
|
|
5163
4980
|
activeKey?: KeyForDiskEncryptionSetOutput;
|
|
5164
|
-
autoKeyRotationError?: ApiErrorOutput;
|
|
4981
|
+
readonly autoKeyRotationError?: ApiErrorOutput;
|
|
5165
4982
|
encryptionType?: "EncryptionAtRestWithCustomerKey" | "EncryptionAtRestWithPlatformAndCustomerKeys" | "ConfidentialVmEncryptedWithCustomerKey";
|
|
5166
4983
|
federatedClientId?: string;
|
|
5167
|
-
lastKeyRotationTimestamp?: string;
|
|
5168
|
-
previousKeys?: Array<KeyForDiskEncryptionSetOutput>;
|
|
5169
|
-
provisioningState?: string;
|
|
4984
|
+
readonly lastKeyRotationTimestamp?: string;
|
|
4985
|
+
readonly previousKeys?: Array<KeyForDiskEncryptionSetOutput>;
|
|
4986
|
+
readonly provisioningState?: string;
|
|
5170
4987
|
rotationToLatestKeyVersionEnabled?: boolean;
|
|
5171
4988
|
}
|
|
5172
4989
|
|
|
@@ -5286,24 +5103,18 @@ export interface GalleriesCreateOrUpdateQueryParamProperties {
|
|
|
5286
5103
|
|
|
5287
5104
|
// @public
|
|
5288
5105
|
export interface GalleriesDelete200Response extends HttpResponse {
|
|
5289
|
-
// (undocumented)
|
|
5290
|
-
body: Record<string, unknown>;
|
|
5291
5106
|
// (undocumented)
|
|
5292
5107
|
status: "200";
|
|
5293
5108
|
}
|
|
5294
5109
|
|
|
5295
5110
|
// @public
|
|
5296
5111
|
export interface GalleriesDelete202Response extends HttpResponse {
|
|
5297
|
-
// (undocumented)
|
|
5298
|
-
body: Record<string, unknown>;
|
|
5299
5112
|
// (undocumented)
|
|
5300
5113
|
status: "202";
|
|
5301
5114
|
}
|
|
5302
5115
|
|
|
5303
5116
|
// @public
|
|
5304
5117
|
export interface GalleriesDelete204Response extends HttpResponse {
|
|
5305
|
-
// (undocumented)
|
|
5306
|
-
body: Record<string, unknown>;
|
|
5307
5118
|
// (undocumented)
|
|
5308
5119
|
status: "204";
|
|
5309
5120
|
}
|
|
@@ -5579,24 +5390,18 @@ export interface GalleryApplicationsCreateOrUpdateQueryParamProperties {
|
|
|
5579
5390
|
|
|
5580
5391
|
// @public
|
|
5581
5392
|
export interface GalleryApplicationsDelete200Response extends HttpResponse {
|
|
5582
|
-
// (undocumented)
|
|
5583
|
-
body: Record<string, unknown>;
|
|
5584
5393
|
// (undocumented)
|
|
5585
5394
|
status: "200";
|
|
5586
5395
|
}
|
|
5587
5396
|
|
|
5588
5397
|
// @public
|
|
5589
5398
|
export interface GalleryApplicationsDelete202Response extends HttpResponse {
|
|
5590
|
-
// (undocumented)
|
|
5591
|
-
body: Record<string, unknown>;
|
|
5592
5399
|
// (undocumented)
|
|
5593
5400
|
status: "202";
|
|
5594
5401
|
}
|
|
5595
5402
|
|
|
5596
5403
|
// @public
|
|
5597
5404
|
export interface GalleryApplicationsDelete204Response extends HttpResponse {
|
|
5598
|
-
// (undocumented)
|
|
5599
|
-
body: Record<string, unknown>;
|
|
5600
5405
|
// (undocumented)
|
|
5601
5406
|
status: "204";
|
|
5602
5407
|
}
|
|
@@ -5751,16 +5556,14 @@ export interface GalleryApplicationVersionOutput extends ResourceOutput {
|
|
|
5751
5556
|
|
|
5752
5557
|
// @public
|
|
5753
5558
|
export interface GalleryApplicationVersionProperties {
|
|
5754
|
-
provisioningState?: "Creating" | "Updating" | "Failed" | "Succeeded" | "Deleting" | "Migrating";
|
|
5755
5559
|
publishingProfile: GalleryApplicationVersionPublishingProfile;
|
|
5756
|
-
replicationStatus?: ReplicationStatus;
|
|
5757
5560
|
}
|
|
5758
5561
|
|
|
5759
5562
|
// @public
|
|
5760
5563
|
export interface GalleryApplicationVersionPropertiesOutput {
|
|
5761
|
-
provisioningState?: "Creating" | "Updating" | "Failed" | "Succeeded" | "Deleting" | "Migrating";
|
|
5564
|
+
readonly provisioningState?: "Creating" | "Updating" | "Failed" | "Succeeded" | "Deleting" | "Migrating";
|
|
5762
5565
|
publishingProfile: GalleryApplicationVersionPublishingProfileOutput;
|
|
5763
|
-
replicationStatus?: ReplicationStatusOutput;
|
|
5566
|
+
readonly replicationStatus?: ReplicationStatusOutput;
|
|
5764
5567
|
}
|
|
5765
5568
|
|
|
5766
5569
|
// @public
|
|
@@ -5849,24 +5652,18 @@ export interface GalleryApplicationVersionsCreateOrUpdateQueryParamProperties {
|
|
|
5849
5652
|
|
|
5850
5653
|
// @public
|
|
5851
5654
|
export interface GalleryApplicationVersionsDelete200Response extends HttpResponse {
|
|
5852
|
-
// (undocumented)
|
|
5853
|
-
body: Record<string, unknown>;
|
|
5854
5655
|
// (undocumented)
|
|
5855
5656
|
status: "200";
|
|
5856
5657
|
}
|
|
5857
5658
|
|
|
5858
5659
|
// @public
|
|
5859
5660
|
export interface GalleryApplicationVersionsDelete202Response extends HttpResponse {
|
|
5860
|
-
// (undocumented)
|
|
5861
|
-
body: Record<string, unknown>;
|
|
5862
5661
|
// (undocumented)
|
|
5863
5662
|
status: "202";
|
|
5864
5663
|
}
|
|
5865
5664
|
|
|
5866
5665
|
// @public
|
|
5867
5666
|
export interface GalleryApplicationVersionsDelete204Response extends HttpResponse {
|
|
5868
|
-
// (undocumented)
|
|
5869
|
-
body: Record<string, unknown>;
|
|
5870
5667
|
// (undocumented)
|
|
5871
5668
|
status: "204";
|
|
5872
5669
|
}
|
|
@@ -6008,7 +5805,6 @@ export interface GalleryApplicationVersionUpdate extends UpdateResourceDefinitio
|
|
|
6008
5805
|
export interface GalleryArtifactPublishingProfileBase {
|
|
6009
5806
|
endOfLifeDate?: Date | string;
|
|
6010
5807
|
excludeFromLatest?: boolean;
|
|
6011
|
-
publishedDate?: Date | string;
|
|
6012
5808
|
replicaCount?: number;
|
|
6013
5809
|
replicationMode?: "Full" | "Shallow";
|
|
6014
5810
|
storageAccountType?: "Standard_LRS" | "Standard_ZRS" | "Premium_LRS";
|
|
@@ -6020,7 +5816,7 @@ export interface GalleryArtifactPublishingProfileBase {
|
|
|
6020
5816
|
export interface GalleryArtifactPublishingProfileBaseOutput {
|
|
6021
5817
|
endOfLifeDate?: string;
|
|
6022
5818
|
excludeFromLatest?: boolean;
|
|
6023
|
-
publishedDate?: string;
|
|
5819
|
+
readonly publishedDate?: string;
|
|
6024
5820
|
replicaCount?: number;
|
|
6025
5821
|
replicationMode?: "Full" | "Shallow";
|
|
6026
5822
|
storageAccountType?: "Standard_LRS" | "Standard_ZRS" | "Premium_LRS";
|
|
@@ -6053,14 +5849,13 @@ export interface GalleryDataDiskImageOutput extends GalleryDiskImageOutput {
|
|
|
6053
5849
|
// @public
|
|
6054
5850
|
export interface GalleryDiskImage {
|
|
6055
5851
|
hostCaching?: "None" | "ReadOnly" | "ReadWrite";
|
|
6056
|
-
sizeInGB?: number;
|
|
6057
5852
|
source?: GalleryArtifactVersionSource;
|
|
6058
5853
|
}
|
|
6059
5854
|
|
|
6060
5855
|
// @public
|
|
6061
5856
|
export interface GalleryDiskImageOutput {
|
|
6062
5857
|
hostCaching?: "None" | "ReadOnly" | "ReadWrite";
|
|
6063
|
-
sizeInGB?: number;
|
|
5858
|
+
readonly sizeInGB?: number;
|
|
6064
5859
|
source?: GalleryArtifactVersionSourceOutput;
|
|
6065
5860
|
}
|
|
6066
5861
|
|
|
@@ -6080,12 +5875,11 @@ export interface GalleryExtendedLocationOutput {
|
|
|
6080
5875
|
|
|
6081
5876
|
// @public
|
|
6082
5877
|
export interface GalleryIdentifier {
|
|
6083
|
-
uniqueName?: string;
|
|
6084
5878
|
}
|
|
6085
5879
|
|
|
6086
5880
|
// @public
|
|
6087
5881
|
export interface GalleryIdentifierOutput {
|
|
6088
|
-
uniqueName?: string;
|
|
5882
|
+
readonly uniqueName?: string;
|
|
6089
5883
|
}
|
|
6090
5884
|
|
|
6091
5885
|
// @public
|
|
@@ -6143,7 +5937,6 @@ export interface GalleryImageProperties {
|
|
|
6143
5937
|
osState: "Generalized" | "Specialized";
|
|
6144
5938
|
osType: "Windows" | "Linux";
|
|
6145
5939
|
privacyStatementUri?: string;
|
|
6146
|
-
provisioningState?: "Creating" | "Updating" | "Failed" | "Succeeded" | "Deleting" | "Migrating";
|
|
6147
5940
|
purchasePlan?: ImagePurchasePlan;
|
|
6148
5941
|
recommended?: RecommendedMachineConfiguration;
|
|
6149
5942
|
releaseNoteUri?: string;
|
|
@@ -6162,7 +5955,7 @@ export interface GalleryImagePropertiesOutput {
|
|
|
6162
5955
|
osState: "Generalized" | "Specialized";
|
|
6163
5956
|
osType: "Windows" | "Linux";
|
|
6164
5957
|
privacyStatementUri?: string;
|
|
6165
|
-
provisioningState?: "Creating" | "Updating" | "Failed" | "Succeeded" | "Deleting" | "Migrating";
|
|
5958
|
+
readonly provisioningState?: "Creating" | "Updating" | "Failed" | "Succeeded" | "Deleting" | "Migrating";
|
|
6166
5959
|
purchasePlan?: ImagePurchasePlanOutput;
|
|
6167
5960
|
recommended?: RecommendedMachineConfigurationOutput;
|
|
6168
5961
|
releaseNoteUri?: string;
|
|
@@ -6234,24 +6027,18 @@ export interface GalleryImagesCreateOrUpdateQueryParamProperties {
|
|
|
6234
6027
|
|
|
6235
6028
|
// @public
|
|
6236
6029
|
export interface GalleryImagesDelete200Response extends HttpResponse {
|
|
6237
|
-
// (undocumented)
|
|
6238
|
-
body: Record<string, unknown>;
|
|
6239
6030
|
// (undocumented)
|
|
6240
6031
|
status: "200";
|
|
6241
6032
|
}
|
|
6242
6033
|
|
|
6243
6034
|
// @public
|
|
6244
6035
|
export interface GalleryImagesDelete202Response extends HttpResponse {
|
|
6245
|
-
// (undocumented)
|
|
6246
|
-
body: Record<string, unknown>;
|
|
6247
6036
|
// (undocumented)
|
|
6248
6037
|
status: "202";
|
|
6249
6038
|
}
|
|
6250
6039
|
|
|
6251
6040
|
// @public
|
|
6252
6041
|
export interface GalleryImagesDelete204Response extends HttpResponse {
|
|
6253
|
-
// (undocumented)
|
|
6254
|
-
body: Record<string, unknown>;
|
|
6255
6042
|
// (undocumented)
|
|
6256
6043
|
status: "204";
|
|
6257
6044
|
}
|
|
@@ -6406,17 +6193,15 @@ export interface GalleryImageVersionOutput extends ResourceOutput {
|
|
|
6406
6193
|
|
|
6407
6194
|
// @public
|
|
6408
6195
|
export interface GalleryImageVersionProperties {
|
|
6409
|
-
provisioningState?: "Creating" | "Updating" | "Failed" | "Succeeded" | "Deleting" | "Migrating";
|
|
6410
6196
|
publishingProfile?: GalleryImageVersionPublishingProfile;
|
|
6411
|
-
replicationStatus?: ReplicationStatus;
|
|
6412
6197
|
storageProfile: GalleryImageVersionStorageProfile;
|
|
6413
6198
|
}
|
|
6414
6199
|
|
|
6415
6200
|
// @public
|
|
6416
6201
|
export interface GalleryImageVersionPropertiesOutput {
|
|
6417
|
-
provisioningState?: "Creating" | "Updating" | "Failed" | "Succeeded" | "Deleting" | "Migrating";
|
|
6202
|
+
readonly provisioningState?: "Creating" | "Updating" | "Failed" | "Succeeded" | "Deleting" | "Migrating";
|
|
6418
6203
|
publishingProfile?: GalleryImageVersionPublishingProfileOutput;
|
|
6419
|
-
replicationStatus?: ReplicationStatusOutput;
|
|
6204
|
+
readonly replicationStatus?: ReplicationStatusOutput;
|
|
6420
6205
|
storageProfile: GalleryImageVersionStorageProfileOutput;
|
|
6421
6206
|
}
|
|
6422
6207
|
|
|
@@ -6494,24 +6279,18 @@ export interface GalleryImageVersionsCreateOrUpdateQueryParamProperties {
|
|
|
6494
6279
|
|
|
6495
6280
|
// @public
|
|
6496
6281
|
export interface GalleryImageVersionsDelete200Response extends HttpResponse {
|
|
6497
|
-
// (undocumented)
|
|
6498
|
-
body: Record<string, unknown>;
|
|
6499
6282
|
// (undocumented)
|
|
6500
6283
|
status: "200";
|
|
6501
6284
|
}
|
|
6502
6285
|
|
|
6503
6286
|
// @public
|
|
6504
6287
|
export interface GalleryImageVersionsDelete202Response extends HttpResponse {
|
|
6505
|
-
// (undocumented)
|
|
6506
|
-
body: Record<string, unknown>;
|
|
6507
6288
|
// (undocumented)
|
|
6508
6289
|
status: "202";
|
|
6509
6290
|
}
|
|
6510
6291
|
|
|
6511
6292
|
// @public
|
|
6512
6293
|
export interface GalleryImageVersionsDelete204Response extends HttpResponse {
|
|
6513
|
-
// (undocumented)
|
|
6514
|
-
body: Record<string, unknown>;
|
|
6515
6294
|
// (undocumented)
|
|
6516
6295
|
status: "204";
|
|
6517
6296
|
}
|
|
@@ -6686,9 +6465,7 @@ export interface GalleryOutput extends ResourceOutput {
|
|
|
6686
6465
|
export interface GalleryProperties {
|
|
6687
6466
|
description?: string;
|
|
6688
6467
|
identifier?: GalleryIdentifier;
|
|
6689
|
-
provisioningState?: "Creating" | "Updating" | "Failed" | "Succeeded" | "Deleting" | "Migrating";
|
|
6690
6468
|
sharingProfile?: SharingProfile;
|
|
6691
|
-
sharingStatus?: SharingStatus;
|
|
6692
6469
|
softDeletePolicy?: SoftDeletePolicy;
|
|
6693
6470
|
}
|
|
6694
6471
|
|
|
@@ -6696,9 +6473,9 @@ export interface GalleryProperties {
|
|
|
6696
6473
|
export interface GalleryPropertiesOutput {
|
|
6697
6474
|
description?: string;
|
|
6698
6475
|
identifier?: GalleryIdentifierOutput;
|
|
6699
|
-
provisioningState?: "Creating" | "Updating" | "Failed" | "Succeeded" | "Deleting" | "Migrating";
|
|
6476
|
+
readonly provisioningState?: "Creating" | "Updating" | "Failed" | "Succeeded" | "Deleting" | "Migrating";
|
|
6700
6477
|
sharingProfile?: SharingProfileOutput;
|
|
6701
|
-
sharingStatus?: SharingStatusOutput;
|
|
6478
|
+
readonly sharingStatus?: SharingStatusOutput;
|
|
6702
6479
|
softDeletePolicy?: SoftDeletePolicyOutput;
|
|
6703
6480
|
}
|
|
6704
6481
|
|
|
@@ -6782,10 +6559,10 @@ export interface GalleryUpdate extends UpdateResourceDefinition {
|
|
|
6782
6559
|
export type GetArrayType<T> = T extends Array<infer TData> ? TData : never;
|
|
6783
6560
|
|
|
6784
6561
|
// @public
|
|
6785
|
-
export function getLongRunningPoller<TResult extends HttpResponse>(client: Client, initialResponse: TResult, options?:
|
|
6562
|
+
export function getLongRunningPoller<TResult extends HttpResponse>(client: Client, initialResponse: TResult, options?: CreateHttpPollerOptions<TResult, OperationState<TResult>>): Promise<SimplePollerLike<OperationState<TResult>, TResult>>;
|
|
6786
6563
|
|
|
6787
6564
|
// @public
|
|
6788
|
-
export type GetPage<TPage> = (pageLink: string
|
|
6565
|
+
export type GetPage<TPage> = (pageLink: string) => Promise<{
|
|
6789
6566
|
page: TPage;
|
|
6790
6567
|
nextPageLink?: string;
|
|
6791
6568
|
}>;
|
|
@@ -6811,10 +6588,11 @@ export interface HardwareProfileOutput {
|
|
|
6811
6588
|
}
|
|
6812
6589
|
|
|
6813
6590
|
// @public
|
|
6814
|
-
|
|
6591
|
+
interface Image_2 extends Resource {
|
|
6815
6592
|
extendedLocation?: ExtendedLocation;
|
|
6816
6593
|
properties?: ImageProperties;
|
|
6817
6594
|
}
|
|
6595
|
+
export { Image_2 as Image }
|
|
6818
6596
|
|
|
6819
6597
|
// @public
|
|
6820
6598
|
export interface ImageDataDisk extends ImageDisk {
|
|
@@ -6891,7 +6669,6 @@ export interface ImageOutput extends ResourceOutput {
|
|
|
6891
6669
|
// @public
|
|
6892
6670
|
export interface ImageProperties {
|
|
6893
6671
|
hyperVGeneration?: "V1" | "V2";
|
|
6894
|
-
provisioningState?: string;
|
|
6895
6672
|
sourceVirtualMachine?: SubResource;
|
|
6896
6673
|
storageProfile?: ImageStorageProfile;
|
|
6897
6674
|
}
|
|
@@ -6899,7 +6676,7 @@ export interface ImageProperties {
|
|
|
6899
6676
|
// @public
|
|
6900
6677
|
export interface ImagePropertiesOutput {
|
|
6901
6678
|
hyperVGeneration?: "V1" | "V2";
|
|
6902
|
-
provisioningState?: string;
|
|
6679
|
+
readonly provisioningState?: string;
|
|
6903
6680
|
sourceVirtualMachine?: SubResourceOutput;
|
|
6904
6681
|
storageProfile?: ImageStorageProfileOutput;
|
|
6905
6682
|
}
|
|
@@ -6921,7 +6698,6 @@ export interface ImagePurchasePlanOutput {
|
|
|
6921
6698
|
// @public
|
|
6922
6699
|
export interface ImageReference extends SubResource {
|
|
6923
6700
|
communityGalleryImageId?: string;
|
|
6924
|
-
exactVersion?: string;
|
|
6925
6701
|
offer?: string;
|
|
6926
6702
|
publisher?: string;
|
|
6927
6703
|
sharedGalleryImageId?: string;
|
|
@@ -6932,7 +6708,7 @@ export interface ImageReference extends SubResource {
|
|
|
6932
6708
|
// @public
|
|
6933
6709
|
export interface ImageReferenceOutput extends SubResourceOutput {
|
|
6934
6710
|
communityGalleryImageId?: string;
|
|
6935
|
-
exactVersion?: string;
|
|
6711
|
+
readonly exactVersion?: string;
|
|
6936
6712
|
offer?: string;
|
|
6937
6713
|
publisher?: string;
|
|
6938
6714
|
sharedGalleryImageId?: string;
|
|
@@ -6966,7 +6742,7 @@ export interface ImagesCreateOrUpdate201Response extends HttpResponse {
|
|
|
6966
6742
|
|
|
6967
6743
|
// @public (undocumented)
|
|
6968
6744
|
export interface ImagesCreateOrUpdateBodyParam {
|
|
6969
|
-
body:
|
|
6745
|
+
body: Image_2;
|
|
6970
6746
|
}
|
|
6971
6747
|
|
|
6972
6748
|
// @public
|
|
@@ -6998,24 +6774,18 @@ export interface ImagesCreateOrUpdateQueryParamProperties {
|
|
|
6998
6774
|
|
|
6999
6775
|
// @public
|
|
7000
6776
|
export interface ImagesDelete200Response extends HttpResponse {
|
|
7001
|
-
// (undocumented)
|
|
7002
|
-
body: Record<string, unknown>;
|
|
7003
6777
|
// (undocumented)
|
|
7004
6778
|
status: "200";
|
|
7005
6779
|
}
|
|
7006
6780
|
|
|
7007
6781
|
// @public
|
|
7008
6782
|
export interface ImagesDelete202Response extends HttpResponse {
|
|
7009
|
-
// (undocumented)
|
|
7010
|
-
body: Record<string, unknown>;
|
|
7011
6783
|
// (undocumented)
|
|
7012
6784
|
status: "202";
|
|
7013
6785
|
}
|
|
7014
6786
|
|
|
7015
6787
|
// @public
|
|
7016
6788
|
export interface ImagesDelete204Response extends HttpResponse {
|
|
7017
|
-
// (undocumented)
|
|
7018
|
-
body: Record<string, unknown>;
|
|
7019
6789
|
// (undocumented)
|
|
7020
6790
|
status: "204";
|
|
7021
6791
|
}
|
|
@@ -7224,8 +6994,8 @@ export interface InnerErrorOutput {
|
|
|
7224
6994
|
|
|
7225
6995
|
// @public
|
|
7226
6996
|
export interface InstanceSkuOutput {
|
|
7227
|
-
name?: string;
|
|
7228
|
-
tier?: string;
|
|
6997
|
+
readonly name?: string;
|
|
6998
|
+
readonly tier?: string;
|
|
7229
6999
|
}
|
|
7230
7000
|
|
|
7231
7001
|
// @public
|
|
@@ -7239,7 +7009,7 @@ export interface InstanceViewStatus {
|
|
|
7239
7009
|
|
|
7240
7010
|
// @public
|
|
7241
7011
|
export interface InstanceViewStatusesSummaryOutput {
|
|
7242
|
-
statusesSummary?: Array<StatusCodeCountOutput>;
|
|
7012
|
+
readonly statusesSummary?: Array<StatusCodeCountOutput>;
|
|
7243
7013
|
}
|
|
7244
7014
|
|
|
7245
7015
|
// @public
|
|
@@ -8084,32 +7854,21 @@ export interface KeyVaultSecretReferenceOutput {
|
|
|
8084
7854
|
|
|
8085
7855
|
// @public
|
|
8086
7856
|
export interface LastPatchInstallationSummary {
|
|
8087
|
-
error?: ApiError;
|
|
8088
|
-
excludedPatchCount?: number;
|
|
8089
|
-
failedPatchCount?: number;
|
|
8090
|
-
installationActivityId?: string;
|
|
8091
|
-
installedPatchCount?: number;
|
|
8092
|
-
lastModifiedTime?: Date | string;
|
|
8093
|
-
maintenanceWindowExceeded?: boolean;
|
|
8094
|
-
notSelectedPatchCount?: number;
|
|
8095
|
-
pendingPatchCount?: number;
|
|
8096
|
-
startTime?: Date | string;
|
|
8097
|
-
status?: "Unknown" | "InProgress" | "Failed" | "Succeeded" | "CompletedWithWarnings";
|
|
8098
7857
|
}
|
|
8099
7858
|
|
|
8100
7859
|
// @public
|
|
8101
7860
|
export interface LastPatchInstallationSummaryOutput {
|
|
8102
|
-
error?: ApiErrorOutput;
|
|
8103
|
-
excludedPatchCount?: number;
|
|
8104
|
-
failedPatchCount?: number;
|
|
8105
|
-
installationActivityId?: string;
|
|
8106
|
-
installedPatchCount?: number;
|
|
8107
|
-
lastModifiedTime?: string;
|
|
8108
|
-
maintenanceWindowExceeded?: boolean;
|
|
8109
|
-
notSelectedPatchCount?: number;
|
|
8110
|
-
pendingPatchCount?: number;
|
|
8111
|
-
startTime?: string;
|
|
8112
|
-
status?: "Unknown" | "InProgress" | "Failed" | "Succeeded" | "CompletedWithWarnings";
|
|
7861
|
+
readonly error?: ApiErrorOutput;
|
|
7862
|
+
readonly excludedPatchCount?: number;
|
|
7863
|
+
readonly failedPatchCount?: number;
|
|
7864
|
+
readonly installationActivityId?: string;
|
|
7865
|
+
readonly installedPatchCount?: number;
|
|
7866
|
+
readonly lastModifiedTime?: string;
|
|
7867
|
+
readonly maintenanceWindowExceeded?: boolean;
|
|
7868
|
+
readonly notSelectedPatchCount?: number;
|
|
7869
|
+
readonly pendingPatchCount?: number;
|
|
7870
|
+
readonly startTime?: string;
|
|
7871
|
+
readonly status?: "Unknown" | "InProgress" | "Failed" | "Succeeded" | "CompletedWithWarnings";
|
|
8113
7872
|
}
|
|
8114
7873
|
|
|
8115
7874
|
// @public
|
|
@@ -8233,8 +7992,6 @@ export interface LogAnalyticsExportRequestRateByInterval200Response extends Http
|
|
|
8233
7992
|
|
|
8234
7993
|
// @public
|
|
8235
7994
|
export interface LogAnalyticsExportRequestRateByInterval202Response extends HttpResponse {
|
|
8236
|
-
// (undocumented)
|
|
8237
|
-
body: Record<string, unknown>;
|
|
8238
7995
|
// (undocumented)
|
|
8239
7996
|
status: "202";
|
|
8240
7997
|
}
|
|
@@ -8286,8 +8043,6 @@ export interface LogAnalyticsExportThrottledRequests200Response extends HttpResp
|
|
|
8286
8043
|
|
|
8287
8044
|
// @public
|
|
8288
8045
|
export interface LogAnalyticsExportThrottledRequests202Response extends HttpResponse {
|
|
8289
|
-
// (undocumented)
|
|
8290
|
-
body: Record<string, unknown>;
|
|
8291
8046
|
// (undocumented)
|
|
8292
8047
|
status: "202";
|
|
8293
8048
|
}
|
|
@@ -8338,12 +8093,12 @@ export interface LogAnalyticsInputBase {
|
|
|
8338
8093
|
|
|
8339
8094
|
// @public
|
|
8340
8095
|
export interface LogAnalyticsOperationResultOutput {
|
|
8341
|
-
properties?: LogAnalyticsOutputOutput;
|
|
8096
|
+
readonly properties?: LogAnalyticsOutputOutput;
|
|
8342
8097
|
}
|
|
8343
8098
|
|
|
8344
8099
|
// @public
|
|
8345
8100
|
export interface LogAnalyticsOutputOutput {
|
|
8346
|
-
output?: string;
|
|
8101
|
+
readonly output?: string;
|
|
8347
8102
|
}
|
|
8348
8103
|
|
|
8349
8104
|
// @public
|
|
@@ -8461,8 +8216,8 @@ export interface OrchestrationServiceStateInput {
|
|
|
8461
8216
|
|
|
8462
8217
|
// @public
|
|
8463
8218
|
export interface OrchestrationServiceSummaryOutput {
|
|
8464
|
-
serviceName?: "AutomaticRepairs";
|
|
8465
|
-
serviceState?: "NotRunning" | "Running" | "Suspended";
|
|
8219
|
+
readonly serviceName?: "AutomaticRepairs";
|
|
8220
|
+
readonly serviceState?: "NotRunning" | "Running" | "Suspended";
|
|
8466
8221
|
}
|
|
8467
8222
|
|
|
8468
8223
|
// @public
|
|
@@ -8537,18 +8292,18 @@ export interface OSFamilyListResultOutput {
|
|
|
8537
8292
|
|
|
8538
8293
|
// @public
|
|
8539
8294
|
export interface OSFamilyOutput {
|
|
8540
|
-
id?: string;
|
|
8541
|
-
location?: string;
|
|
8542
|
-
name?: string;
|
|
8295
|
+
readonly id?: string;
|
|
8296
|
+
readonly location?: string;
|
|
8297
|
+
readonly name?: string;
|
|
8543
8298
|
properties?: OSFamilyPropertiesOutput;
|
|
8544
|
-
type?: string;
|
|
8299
|
+
readonly type?: string;
|
|
8545
8300
|
}
|
|
8546
8301
|
|
|
8547
8302
|
// @public
|
|
8548
8303
|
export interface OSFamilyPropertiesOutput {
|
|
8549
|
-
label?: string;
|
|
8550
|
-
name?: string;
|
|
8551
|
-
versions?: Array<OSVersionPropertiesBaseOutput>;
|
|
8304
|
+
readonly label?: string;
|
|
8305
|
+
readonly name?: string;
|
|
8306
|
+
readonly versions?: Array<OSVersionPropertiesBaseOutput>;
|
|
8552
8307
|
}
|
|
8553
8308
|
|
|
8554
8309
|
// @public
|
|
@@ -8585,29 +8340,41 @@ export interface OSVersionListResultOutput {
|
|
|
8585
8340
|
|
|
8586
8341
|
// @public
|
|
8587
8342
|
export interface OSVersionOutput {
|
|
8588
|
-
id?: string;
|
|
8589
|
-
location?: string;
|
|
8590
|
-
name?: string;
|
|
8343
|
+
readonly id?: string;
|
|
8344
|
+
readonly location?: string;
|
|
8345
|
+
readonly name?: string;
|
|
8591
8346
|
properties?: OSVersionPropertiesOutput;
|
|
8592
|
-
type?: string;
|
|
8347
|
+
readonly type?: string;
|
|
8593
8348
|
}
|
|
8594
8349
|
|
|
8595
8350
|
// @public
|
|
8596
8351
|
export interface OSVersionPropertiesBaseOutput {
|
|
8597
|
-
isActive?: boolean;
|
|
8598
|
-
isDefault?: boolean;
|
|
8599
|
-
label?: string;
|
|
8600
|
-
version?: string;
|
|
8352
|
+
readonly isActive?: boolean;
|
|
8353
|
+
readonly isDefault?: boolean;
|
|
8354
|
+
readonly label?: string;
|
|
8355
|
+
readonly version?: string;
|
|
8601
8356
|
}
|
|
8602
8357
|
|
|
8603
8358
|
// @public
|
|
8604
8359
|
export interface OSVersionPropertiesOutput {
|
|
8605
|
-
family?: string;
|
|
8606
|
-
familyLabel?: string;
|
|
8607
|
-
isActive?: boolean;
|
|
8608
|
-
isDefault?: boolean;
|
|
8609
|
-
label?: string;
|
|
8610
|
-
version?: string;
|
|
8360
|
+
readonly family?: string;
|
|
8361
|
+
readonly familyLabel?: string;
|
|
8362
|
+
readonly isActive?: boolean;
|
|
8363
|
+
readonly isDefault?: boolean;
|
|
8364
|
+
readonly label?: string;
|
|
8365
|
+
readonly version?: string;
|
|
8366
|
+
}
|
|
8367
|
+
|
|
8368
|
+
// @public
|
|
8369
|
+
export interface PagedAsyncIterableIterator<TElement, TPage = TElement[], TPageSettings = PageSettings> {
|
|
8370
|
+
[Symbol.asyncIterator](): PagedAsyncIterableIterator<TElement, TPage, TPageSettings>;
|
|
8371
|
+
byPage: (settings?: TPageSettings) => AsyncIterableIterator<TPage>;
|
|
8372
|
+
next(): Promise<IteratorResult<TElement>>;
|
|
8373
|
+
}
|
|
8374
|
+
|
|
8375
|
+
// @public
|
|
8376
|
+
export interface PageSettings {
|
|
8377
|
+
continuationToken?: string;
|
|
8611
8378
|
}
|
|
8612
8379
|
|
|
8613
8380
|
// @public
|
|
@@ -8627,12 +8394,12 @@ export interface PagingOptions<TResponse> {
|
|
|
8627
8394
|
|
|
8628
8395
|
// @public
|
|
8629
8396
|
export interface PatchInstallationDetailOutput {
|
|
8630
|
-
classifications?: Array<string>;
|
|
8631
|
-
installationState?: "Unknown" | "Installed" | "Failed" | "Excluded" | "NotSelected" | "Pending";
|
|
8632
|
-
kbId?: string;
|
|
8633
|
-
name?: string;
|
|
8634
|
-
patchId?: string;
|
|
8635
|
-
version?: string;
|
|
8397
|
+
readonly classifications?: Array<string>;
|
|
8398
|
+
readonly installationState?: "Unknown" | "Installed" | "Failed" | "Excluded" | "NotSelected" | "Pending";
|
|
8399
|
+
readonly kbId?: string;
|
|
8400
|
+
readonly name?: string;
|
|
8401
|
+
readonly patchId?: string;
|
|
8402
|
+
readonly version?: string;
|
|
8636
8403
|
}
|
|
8637
8404
|
|
|
8638
8405
|
// @public
|
|
@@ -8654,15 +8421,15 @@ export interface PatchSettingsOutput {
|
|
|
8654
8421
|
// @public
|
|
8655
8422
|
export interface PirCommunityGalleryResourceOutput {
|
|
8656
8423
|
identifier?: CommunityGalleryIdentifierOutput;
|
|
8657
|
-
location?: string;
|
|
8658
|
-
name?: string;
|
|
8659
|
-
type?: string;
|
|
8424
|
+
readonly location?: string;
|
|
8425
|
+
readonly name?: string;
|
|
8426
|
+
readonly type?: string;
|
|
8660
8427
|
}
|
|
8661
8428
|
|
|
8662
8429
|
// @public
|
|
8663
8430
|
export interface PirResourceOutput {
|
|
8664
|
-
location?: string;
|
|
8665
|
-
name?: string;
|
|
8431
|
+
readonly location?: string;
|
|
8432
|
+
readonly name?: string;
|
|
8666
8433
|
}
|
|
8667
8434
|
|
|
8668
8435
|
// @public
|
|
@@ -8700,15 +8467,11 @@ export interface PriorityMixPolicyOutput {
|
|
|
8700
8467
|
|
|
8701
8468
|
// @public
|
|
8702
8469
|
export interface PrivateEndpoint {
|
|
8703
|
-
id?: string;
|
|
8704
8470
|
}
|
|
8705
8471
|
|
|
8706
8472
|
// @public
|
|
8707
8473
|
export interface PrivateEndpointConnection {
|
|
8708
|
-
id?: string;
|
|
8709
|
-
name?: string;
|
|
8710
8474
|
properties?: PrivateEndpointConnectionProperties;
|
|
8711
|
-
type?: string;
|
|
8712
8475
|
}
|
|
8713
8476
|
|
|
8714
8477
|
// @public
|
|
@@ -8719,29 +8482,27 @@ export interface PrivateEndpointConnectionListResultOutput {
|
|
|
8719
8482
|
|
|
8720
8483
|
// @public
|
|
8721
8484
|
export interface PrivateEndpointConnectionOutput {
|
|
8722
|
-
id?: string;
|
|
8723
|
-
name?: string;
|
|
8485
|
+
readonly id?: string;
|
|
8486
|
+
readonly name?: string;
|
|
8724
8487
|
properties?: PrivateEndpointConnectionPropertiesOutput;
|
|
8725
|
-
type?: string;
|
|
8488
|
+
readonly type?: string;
|
|
8726
8489
|
}
|
|
8727
8490
|
|
|
8728
8491
|
// @public
|
|
8729
8492
|
export interface PrivateEndpointConnectionProperties {
|
|
8730
|
-
privateEndpoint?: PrivateEndpoint;
|
|
8731
8493
|
privateLinkServiceConnectionState: PrivateLinkServiceConnectionState;
|
|
8732
|
-
provisioningState?: "Succeeded" | "Creating" | "Deleting" | "Failed";
|
|
8733
8494
|
}
|
|
8734
8495
|
|
|
8735
8496
|
// @public
|
|
8736
8497
|
export interface PrivateEndpointConnectionPropertiesOutput {
|
|
8737
|
-
privateEndpoint?: PrivateEndpointOutput;
|
|
8498
|
+
readonly privateEndpoint?: PrivateEndpointOutput;
|
|
8738
8499
|
privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateOutput;
|
|
8739
|
-
provisioningState?: "Succeeded" | "Creating" | "Deleting" | "Failed";
|
|
8500
|
+
readonly provisioningState?: "Succeeded" | "Creating" | "Deleting" | "Failed";
|
|
8740
8501
|
}
|
|
8741
8502
|
|
|
8742
8503
|
// @public
|
|
8743
8504
|
export interface PrivateEndpointOutput {
|
|
8744
|
-
id?: string;
|
|
8505
|
+
readonly id?: string;
|
|
8745
8506
|
}
|
|
8746
8507
|
|
|
8747
8508
|
// @public
|
|
@@ -8751,16 +8512,16 @@ export interface PrivateLinkResourceListResultOutput {
|
|
|
8751
8512
|
|
|
8752
8513
|
// @public
|
|
8753
8514
|
export interface PrivateLinkResourceOutput {
|
|
8754
|
-
id?: string;
|
|
8755
|
-
name?: string;
|
|
8515
|
+
readonly id?: string;
|
|
8516
|
+
readonly name?: string;
|
|
8756
8517
|
properties?: PrivateLinkResourcePropertiesOutput;
|
|
8757
|
-
type?: string;
|
|
8518
|
+
readonly type?: string;
|
|
8758
8519
|
}
|
|
8759
8520
|
|
|
8760
8521
|
// @public
|
|
8761
8522
|
export interface PrivateLinkResourcePropertiesOutput {
|
|
8762
|
-
groupId?: string;
|
|
8763
|
-
requiredMembers?: Array<string>;
|
|
8523
|
+
readonly groupId?: string;
|
|
8524
|
+
readonly requiredMembers?: Array<string>;
|
|
8764
8525
|
requiredZoneNames?: Array<string>;
|
|
8765
8526
|
}
|
|
8766
8527
|
|
|
@@ -8808,12 +8569,9 @@ export interface ProximityPlacementGroupOutput extends ResourceOutput {
|
|
|
8808
8569
|
|
|
8809
8570
|
// @public
|
|
8810
8571
|
export interface ProximityPlacementGroupProperties {
|
|
8811
|
-
availabilitySets?: Array<SubResourceWithColocationStatus>;
|
|
8812
8572
|
colocationStatus?: InstanceViewStatus;
|
|
8813
8573
|
intent?: ProximityPlacementGroupPropertiesIntent;
|
|
8814
8574
|
proximityPlacementGroupType?: "Standard" | "Ultra";
|
|
8815
|
-
virtualMachines?: Array<SubResourceWithColocationStatus>;
|
|
8816
|
-
virtualMachineScaleSets?: Array<SubResourceWithColocationStatus>;
|
|
8817
8575
|
}
|
|
8818
8576
|
|
|
8819
8577
|
// @public
|
|
@@ -8828,12 +8586,12 @@ export interface ProximityPlacementGroupPropertiesIntentOutput {
|
|
|
8828
8586
|
|
|
8829
8587
|
// @public
|
|
8830
8588
|
export interface ProximityPlacementGroupPropertiesOutput {
|
|
8831
|
-
availabilitySets?: Array<SubResourceWithColocationStatusOutput>;
|
|
8589
|
+
readonly availabilitySets?: Array<SubResourceWithColocationStatusOutput>;
|
|
8832
8590
|
colocationStatus?: InstanceViewStatusOutput;
|
|
8833
8591
|
intent?: ProximityPlacementGroupPropertiesIntentOutput;
|
|
8834
8592
|
proximityPlacementGroupType?: "Standard" | "Ultra";
|
|
8835
|
-
virtualMachines?: Array<SubResourceWithColocationStatusOutput>;
|
|
8836
|
-
virtualMachineScaleSets?: Array<SubResourceWithColocationStatusOutput>;
|
|
8593
|
+
readonly virtualMachines?: Array<SubResourceWithColocationStatusOutput>;
|
|
8594
|
+
readonly virtualMachineScaleSets?: Array<SubResourceWithColocationStatusOutput>;
|
|
8837
8595
|
}
|
|
8838
8596
|
|
|
8839
8597
|
// @public (undocumented)
|
|
@@ -8894,8 +8652,6 @@ export interface ProximityPlacementGroupsCreateOrUpdateQueryParamProperties {
|
|
|
8894
8652
|
|
|
8895
8653
|
// @public
|
|
8896
8654
|
export interface ProximityPlacementGroupsDelete200Response extends HttpResponse {
|
|
8897
|
-
// (undocumented)
|
|
8898
|
-
body: Record<string, unknown>;
|
|
8899
8655
|
// (undocumented)
|
|
8900
8656
|
status: "200";
|
|
8901
8657
|
}
|
|
@@ -9069,23 +8825,20 @@ export interface ProximityPlacementGroupUpdate extends UpdateResource {
|
|
|
9069
8825
|
|
|
9070
8826
|
// @public
|
|
9071
8827
|
export interface ProxyOnlyResourceOutput {
|
|
9072
|
-
id?: string;
|
|
9073
|
-
name?: string;
|
|
9074
|
-
type?: string;
|
|
8828
|
+
readonly id?: string;
|
|
8829
|
+
readonly name?: string;
|
|
8830
|
+
readonly type?: string;
|
|
9075
8831
|
}
|
|
9076
8832
|
|
|
9077
8833
|
// @public
|
|
9078
8834
|
export interface ProxyResource {
|
|
9079
|
-
id?: string;
|
|
9080
|
-
name?: string;
|
|
9081
|
-
type?: string;
|
|
9082
8835
|
}
|
|
9083
8836
|
|
|
9084
8837
|
// @public
|
|
9085
8838
|
export interface ProxyResourceOutput {
|
|
9086
|
-
id?: string;
|
|
9087
|
-
name?: string;
|
|
9088
|
-
type?: string;
|
|
8839
|
+
readonly id?: string;
|
|
8840
|
+
readonly name?: string;
|
|
8841
|
+
readonly type?: string;
|
|
9089
8842
|
}
|
|
9090
8843
|
|
|
9091
8844
|
// @public
|
|
@@ -9144,50 +8897,43 @@ export interface RecommendedMachineConfigurationOutput {
|
|
|
9144
8897
|
|
|
9145
8898
|
// @public
|
|
9146
8899
|
export interface RecoveryWalkResponseOutput {
|
|
9147
|
-
nextPlatformUpdateDomain?: number;
|
|
9148
|
-
walkPerformed?: boolean;
|
|
8900
|
+
readonly nextPlatformUpdateDomain?: number;
|
|
8901
|
+
readonly walkPerformed?: boolean;
|
|
9149
8902
|
}
|
|
9150
8903
|
|
|
9151
8904
|
// @public
|
|
9152
8905
|
export interface RegionalReplicationStatus {
|
|
9153
|
-
details?: string;
|
|
9154
|
-
progress?: number;
|
|
9155
|
-
region?: string;
|
|
9156
|
-
state?: "Unknown" | "Replicating" | "Completed" | "Failed";
|
|
9157
8906
|
}
|
|
9158
8907
|
|
|
9159
8908
|
// @public
|
|
9160
8909
|
export interface RegionalReplicationStatusOutput {
|
|
9161
|
-
details?: string;
|
|
9162
|
-
progress?: number;
|
|
9163
|
-
region?: string;
|
|
9164
|
-
state?: "Unknown" | "Replicating" | "Completed" | "Failed";
|
|
8910
|
+
readonly details?: string;
|
|
8911
|
+
readonly progress?: number;
|
|
8912
|
+
readonly region?: string;
|
|
8913
|
+
readonly state?: "Unknown" | "Replicating" | "Completed" | "Failed";
|
|
9165
8914
|
}
|
|
9166
8915
|
|
|
9167
8916
|
// @public
|
|
9168
8917
|
export interface RegionalSharingStatus {
|
|
9169
8918
|
details?: string;
|
|
9170
8919
|
region?: string;
|
|
9171
|
-
state?: "Succeeded" | "InProgress" | "Failed" | "Unknown";
|
|
9172
8920
|
}
|
|
9173
8921
|
|
|
9174
8922
|
// @public
|
|
9175
8923
|
export interface RegionalSharingStatusOutput {
|
|
9176
8924
|
details?: string;
|
|
9177
8925
|
region?: string;
|
|
9178
|
-
state?: "Succeeded" | "InProgress" | "Failed" | "Unknown";
|
|
8926
|
+
readonly state?: "Succeeded" | "InProgress" | "Failed" | "Unknown";
|
|
9179
8927
|
}
|
|
9180
8928
|
|
|
9181
8929
|
// @public
|
|
9182
8930
|
export interface ReplicationStatus {
|
|
9183
|
-
aggregatedState?: "Unknown" | "InProgress" | "Completed" | "Failed";
|
|
9184
|
-
summary?: Array<RegionalReplicationStatus>;
|
|
9185
8931
|
}
|
|
9186
8932
|
|
|
9187
8933
|
// @public
|
|
9188
8934
|
export interface ReplicationStatusOutput {
|
|
9189
|
-
aggregatedState?: "Unknown" | "InProgress" | "Completed" | "Failed";
|
|
9190
|
-
summary?: Array<RegionalReplicationStatusOutput>;
|
|
8935
|
+
readonly aggregatedState?: "Unknown" | "InProgress" | "Completed" | "Failed";
|
|
8936
|
+
readonly summary?: Array<RegionalReplicationStatusOutput>;
|
|
9191
8937
|
}
|
|
9192
8938
|
|
|
9193
8939
|
// @public
|
|
@@ -9197,29 +8943,26 @@ export interface RequestRateByIntervalInput extends LogAnalyticsInputBase {
|
|
|
9197
8943
|
|
|
9198
8944
|
// @public
|
|
9199
8945
|
export interface Resource {
|
|
9200
|
-
id?: string;
|
|
9201
8946
|
location: string;
|
|
9202
|
-
name?: string;
|
|
9203
8947
|
tags?: Record<string, string>;
|
|
9204
|
-
type?: string;
|
|
9205
8948
|
}
|
|
9206
8949
|
|
|
9207
8950
|
// @public
|
|
9208
8951
|
export interface ResourceInstanceViewStatusOutput {
|
|
9209
|
-
code?: string;
|
|
9210
|
-
displayStatus?: string;
|
|
8952
|
+
readonly code?: string;
|
|
8953
|
+
readonly displayStatus?: string;
|
|
9211
8954
|
level?: "Info" | "Warning" | "Error";
|
|
9212
|
-
message?: string;
|
|
9213
|
-
time?: string;
|
|
8955
|
+
readonly message?: string;
|
|
8956
|
+
readonly time?: string;
|
|
9214
8957
|
}
|
|
9215
8958
|
|
|
9216
8959
|
// @public
|
|
9217
8960
|
export interface ResourceOutput {
|
|
9218
|
-
id?: string;
|
|
8961
|
+
readonly id?: string;
|
|
9219
8962
|
location: string;
|
|
9220
|
-
name?: string;
|
|
8963
|
+
readonly name?: string;
|
|
9221
8964
|
tags?: Record<string, string>;
|
|
9222
|
-
type?: string;
|
|
8965
|
+
readonly type?: string;
|
|
9223
8966
|
}
|
|
9224
8967
|
|
|
9225
8968
|
// @public
|
|
@@ -9236,63 +8979,63 @@ export interface ResourceRangeOutput {
|
|
|
9236
8979
|
|
|
9237
8980
|
// @public
|
|
9238
8981
|
export interface ResourceSkuCapabilitiesOutput {
|
|
9239
|
-
name?: string;
|
|
9240
|
-
value?: string;
|
|
8982
|
+
readonly name?: string;
|
|
8983
|
+
readonly value?: string;
|
|
9241
8984
|
}
|
|
9242
8985
|
|
|
9243
8986
|
// @public
|
|
9244
8987
|
export interface ResourceSkuCapacityOutput {
|
|
9245
|
-
default?: number;
|
|
9246
|
-
maximum?: number;
|
|
9247
|
-
minimum?: number;
|
|
9248
|
-
scaleType?: "Automatic" | "Manual" | "None";
|
|
8988
|
+
readonly default?: number;
|
|
8989
|
+
readonly maximum?: number;
|
|
8990
|
+
readonly minimum?: number;
|
|
8991
|
+
readonly scaleType?: "Automatic" | "Manual" | "None";
|
|
9249
8992
|
}
|
|
9250
8993
|
|
|
9251
8994
|
// @public
|
|
9252
8995
|
export interface ResourceSkuCostsOutput {
|
|
9253
|
-
extendedUnit?: string;
|
|
9254
|
-
meterID?: string;
|
|
9255
|
-
quantity?: number;
|
|
8996
|
+
readonly extendedUnit?: string;
|
|
8997
|
+
readonly meterID?: string;
|
|
8998
|
+
readonly quantity?: number;
|
|
9256
8999
|
}
|
|
9257
9000
|
|
|
9258
9001
|
// @public
|
|
9259
9002
|
export interface ResourceSkuLocationInfoOutput {
|
|
9260
|
-
extendedLocations?: Array<string>;
|
|
9261
|
-
location?: string;
|
|
9262
|
-
type?: "EdgeZone";
|
|
9263
|
-
zoneDetails?: Array<ResourceSkuZoneDetailsOutput>;
|
|
9264
|
-
zones?: Array<string>;
|
|
9003
|
+
readonly extendedLocations?: Array<string>;
|
|
9004
|
+
readonly location?: string;
|
|
9005
|
+
readonly type?: "EdgeZone";
|
|
9006
|
+
readonly zoneDetails?: Array<ResourceSkuZoneDetailsOutput>;
|
|
9007
|
+
readonly zones?: Array<string>;
|
|
9265
9008
|
}
|
|
9266
9009
|
|
|
9267
9010
|
// @public
|
|
9268
9011
|
export interface ResourceSkuOutput {
|
|
9269
|
-
apiVersions?: Array<string>;
|
|
9270
|
-
capabilities?: Array<ResourceSkuCapabilitiesOutput>;
|
|
9271
|
-
capacity?: ResourceSkuCapacityOutput;
|
|
9272
|
-
costs?: Array<ResourceSkuCostsOutput>;
|
|
9273
|
-
family?: string;
|
|
9274
|
-
kind?: string;
|
|
9275
|
-
locationInfo?: Array<ResourceSkuLocationInfoOutput>;
|
|
9276
|
-
locations?: Array<string>;
|
|
9277
|
-
name?: string;
|
|
9278
|
-
resourceType?: string;
|
|
9279
|
-
restrictions?: Array<ResourceSkuRestrictionsOutput>;
|
|
9280
|
-
size?: string;
|
|
9281
|
-
tier?: string;
|
|
9012
|
+
readonly apiVersions?: Array<string>;
|
|
9013
|
+
readonly capabilities?: Array<ResourceSkuCapabilitiesOutput>;
|
|
9014
|
+
readonly capacity?: ResourceSkuCapacityOutput;
|
|
9015
|
+
readonly costs?: Array<ResourceSkuCostsOutput>;
|
|
9016
|
+
readonly family?: string;
|
|
9017
|
+
readonly kind?: string;
|
|
9018
|
+
readonly locationInfo?: Array<ResourceSkuLocationInfoOutput>;
|
|
9019
|
+
readonly locations?: Array<string>;
|
|
9020
|
+
readonly name?: string;
|
|
9021
|
+
readonly resourceType?: string;
|
|
9022
|
+
readonly restrictions?: Array<ResourceSkuRestrictionsOutput>;
|
|
9023
|
+
readonly size?: string;
|
|
9024
|
+
readonly tier?: string;
|
|
9282
9025
|
}
|
|
9283
9026
|
|
|
9284
9027
|
// @public
|
|
9285
9028
|
export interface ResourceSkuRestrictionInfoOutput {
|
|
9286
|
-
locations?: Array<string>;
|
|
9287
|
-
zones?: Array<string>;
|
|
9029
|
+
readonly locations?: Array<string>;
|
|
9030
|
+
readonly zones?: Array<string>;
|
|
9288
9031
|
}
|
|
9289
9032
|
|
|
9290
9033
|
// @public
|
|
9291
9034
|
export interface ResourceSkuRestrictionsOutput {
|
|
9292
|
-
reasonCode?: "QuotaId" | "NotAvailableForSubscription";
|
|
9293
|
-
restrictionInfo?: ResourceSkuRestrictionInfoOutput;
|
|
9294
|
-
type?: "Location" | "Zone";
|
|
9295
|
-
values?: Array<string>;
|
|
9035
|
+
readonly reasonCode?: "QuotaId" | "NotAvailableForSubscription";
|
|
9036
|
+
readonly restrictionInfo?: ResourceSkuRestrictionInfoOutput;
|
|
9037
|
+
readonly type?: "Location" | "Zone";
|
|
9038
|
+
readonly values?: Array<string>;
|
|
9296
9039
|
}
|
|
9297
9040
|
|
|
9298
9041
|
// @public (undocumented)
|
|
@@ -9332,8 +9075,8 @@ export interface ResourceSkusResultOutput {
|
|
|
9332
9075
|
|
|
9333
9076
|
// @public
|
|
9334
9077
|
export interface ResourceSkuZoneDetailsOutput {
|
|
9335
|
-
capabilities?: Array<ResourceSkuCapabilitiesOutput>;
|
|
9336
|
-
name?: Array<string>;
|
|
9078
|
+
readonly capabilities?: Array<ResourceSkuCapabilitiesOutput>;
|
|
9079
|
+
readonly name?: Array<string>;
|
|
9337
9080
|
}
|
|
9338
9081
|
|
|
9339
9082
|
// @public
|
|
@@ -9344,20 +9087,17 @@ export interface ResourceUriListOutput {
|
|
|
9344
9087
|
|
|
9345
9088
|
// @public
|
|
9346
9089
|
export interface ResourceWithOptionalLocation {
|
|
9347
|
-
id?: string;
|
|
9348
9090
|
location?: string;
|
|
9349
|
-
name?: string;
|
|
9350
9091
|
tags?: Record<string, string>;
|
|
9351
|
-
type?: string;
|
|
9352
9092
|
}
|
|
9353
9093
|
|
|
9354
9094
|
// @public
|
|
9355
9095
|
export interface ResourceWithOptionalLocationOutput {
|
|
9356
|
-
id?: string;
|
|
9096
|
+
readonly id?: string;
|
|
9357
9097
|
location?: string;
|
|
9358
|
-
name?: string;
|
|
9098
|
+
readonly name?: string;
|
|
9359
9099
|
tags?: Record<string, string>;
|
|
9360
|
-
type?: string;
|
|
9100
|
+
readonly type?: string;
|
|
9361
9101
|
}
|
|
9362
9102
|
|
|
9363
9103
|
// @public
|
|
@@ -9383,17 +9123,14 @@ export interface RestorePointCollectionOutput extends ResourceOutput {
|
|
|
9383
9123
|
|
|
9384
9124
|
// @public
|
|
9385
9125
|
export interface RestorePointCollectionProperties {
|
|
9386
|
-
provisioningState?: string;
|
|
9387
|
-
restorePointCollectionId?: string;
|
|
9388
|
-
restorePoints?: Array<RestorePoint>;
|
|
9389
9126
|
source?: RestorePointCollectionSourceProperties;
|
|
9390
9127
|
}
|
|
9391
9128
|
|
|
9392
9129
|
// @public
|
|
9393
9130
|
export interface RestorePointCollectionPropertiesOutput {
|
|
9394
|
-
provisioningState?: string;
|
|
9395
|
-
restorePointCollectionId?: string;
|
|
9396
|
-
restorePoints?: Array<RestorePointOutput>;
|
|
9131
|
+
readonly provisioningState?: string;
|
|
9132
|
+
readonly restorePointCollectionId?: string;
|
|
9133
|
+
readonly restorePoints?: Array<RestorePointOutput>;
|
|
9397
9134
|
source?: RestorePointCollectionSourcePropertiesOutput;
|
|
9398
9135
|
}
|
|
9399
9136
|
|
|
@@ -9455,24 +9192,18 @@ export interface RestorePointCollectionsCreateOrUpdateQueryParamProperties {
|
|
|
9455
9192
|
|
|
9456
9193
|
// @public
|
|
9457
9194
|
export interface RestorePointCollectionsDelete200Response extends HttpResponse {
|
|
9458
|
-
// (undocumented)
|
|
9459
|
-
body: Record<string, unknown>;
|
|
9460
9195
|
// (undocumented)
|
|
9461
9196
|
status: "200";
|
|
9462
9197
|
}
|
|
9463
9198
|
|
|
9464
9199
|
// @public
|
|
9465
9200
|
export interface RestorePointCollectionsDelete202Response extends HttpResponse {
|
|
9466
|
-
// (undocumented)
|
|
9467
|
-
body: Record<string, unknown>;
|
|
9468
9201
|
// (undocumented)
|
|
9469
9202
|
status: "202";
|
|
9470
9203
|
}
|
|
9471
9204
|
|
|
9472
9205
|
// @public
|
|
9473
9206
|
export interface RestorePointCollectionsDelete204Response extends HttpResponse {
|
|
9474
|
-
// (undocumented)
|
|
9475
|
-
body: Record<string, unknown>;
|
|
9476
9207
|
// (undocumented)
|
|
9477
9208
|
status: "204";
|
|
9478
9209
|
}
|
|
@@ -9603,13 +9334,12 @@ export interface RestorePointCollectionsListQueryParamProperties {
|
|
|
9603
9334
|
// @public
|
|
9604
9335
|
export interface RestorePointCollectionSourceProperties {
|
|
9605
9336
|
id?: string;
|
|
9606
|
-
location?: string;
|
|
9607
9337
|
}
|
|
9608
9338
|
|
|
9609
9339
|
// @public
|
|
9610
9340
|
export interface RestorePointCollectionSourcePropertiesOutput {
|
|
9611
9341
|
id?: string;
|
|
9612
|
-
location?: string;
|
|
9342
|
+
readonly location?: string;
|
|
9613
9343
|
}
|
|
9614
9344
|
|
|
9615
9345
|
// @public
|
|
@@ -9678,9 +9408,6 @@ export interface RestorePointOutput extends ProxyResourceOutput {
|
|
|
9678
9408
|
export interface RestorePointProperties {
|
|
9679
9409
|
consistencyMode?: "CrashConsistent" | "FileSystemConsistent" | "ApplicationConsistent";
|
|
9680
9410
|
excludeDisks?: Array<ApiEntityReference>;
|
|
9681
|
-
instanceView?: RestorePointInstanceView;
|
|
9682
|
-
provisioningState?: string;
|
|
9683
|
-
sourceMetadata?: RestorePointSourceMetadata;
|
|
9684
9411
|
sourceRestorePoint?: ApiEntityReference;
|
|
9685
9412
|
timeCreated?: Date | string;
|
|
9686
9413
|
}
|
|
@@ -9689,9 +9416,9 @@ export interface RestorePointProperties {
|
|
|
9689
9416
|
export interface RestorePointPropertiesOutput {
|
|
9690
9417
|
consistencyMode?: "CrashConsistent" | "FileSystemConsistent" | "ApplicationConsistent";
|
|
9691
9418
|
excludeDisks?: Array<ApiEntityReferenceOutput>;
|
|
9692
|
-
instanceView?: RestorePointInstanceViewOutput;
|
|
9693
|
-
provisioningState?: string;
|
|
9694
|
-
sourceMetadata?: RestorePointSourceMetadataOutput;
|
|
9419
|
+
readonly instanceView?: RestorePointInstanceViewOutput;
|
|
9420
|
+
readonly provisioningState?: string;
|
|
9421
|
+
readonly sourceMetadata?: RestorePointSourceMetadataOutput;
|
|
9695
9422
|
sourceRestorePoint?: ApiEntityReferenceOutput;
|
|
9696
9423
|
timeCreated?: string;
|
|
9697
9424
|
}
|
|
@@ -9745,24 +9472,18 @@ export interface RestorePointsCreateQueryParamProperties {
|
|
|
9745
9472
|
|
|
9746
9473
|
// @public
|
|
9747
9474
|
export interface RestorePointsDelete200Response extends HttpResponse {
|
|
9748
|
-
// (undocumented)
|
|
9749
|
-
body: Record<string, unknown>;
|
|
9750
9475
|
// (undocumented)
|
|
9751
9476
|
status: "200";
|
|
9752
9477
|
}
|
|
9753
9478
|
|
|
9754
9479
|
// @public
|
|
9755
9480
|
export interface RestorePointsDelete202Response extends HttpResponse {
|
|
9756
|
-
// (undocumented)
|
|
9757
|
-
body: Record<string, unknown>;
|
|
9758
9481
|
// (undocumented)
|
|
9759
9482
|
status: "202";
|
|
9760
9483
|
}
|
|
9761
9484
|
|
|
9762
9485
|
// @public
|
|
9763
9486
|
export interface RestorePointsDelete204Response extends HttpResponse {
|
|
9764
|
-
// (undocumented)
|
|
9765
|
-
body: Record<string, unknown>;
|
|
9766
9487
|
// (undocumented)
|
|
9767
9488
|
status: "204";
|
|
9768
9489
|
}
|
|
@@ -9900,8 +9621,8 @@ export interface RestorePointSourceVMStorageProfileOutput {
|
|
|
9900
9621
|
|
|
9901
9622
|
// @public
|
|
9902
9623
|
export interface RetrieveBootDiagnosticsDataResultOutput {
|
|
9903
|
-
consoleScreenshotBlobUri?: string;
|
|
9904
|
-
serialConsoleLogBlobUri?: string;
|
|
9624
|
+
readonly consoleScreenshotBlobUri?: string;
|
|
9625
|
+
readonly serialConsoleLogBlobUri?: string;
|
|
9905
9626
|
}
|
|
9906
9627
|
|
|
9907
9628
|
// @public
|
|
@@ -9912,18 +9633,18 @@ export interface RoleInstanceListResultOutput {
|
|
|
9912
9633
|
|
|
9913
9634
|
// @public
|
|
9914
9635
|
export interface RoleInstanceNetworkProfileOutput {
|
|
9915
|
-
networkInterfaces?: Array<SubResourceOutput>;
|
|
9636
|
+
readonly networkInterfaces?: Array<SubResourceOutput>;
|
|
9916
9637
|
}
|
|
9917
9638
|
|
|
9918
9639
|
// @public
|
|
9919
9640
|
export interface RoleInstanceOutput {
|
|
9920
|
-
id?: string;
|
|
9921
|
-
location?: string;
|
|
9922
|
-
name?: string;
|
|
9641
|
+
readonly id?: string;
|
|
9642
|
+
readonly location?: string;
|
|
9643
|
+
readonly name?: string;
|
|
9923
9644
|
properties?: RoleInstancePropertiesOutput;
|
|
9924
9645
|
sku?: InstanceSkuOutput;
|
|
9925
|
-
tags?: Record<string, string>;
|
|
9926
|
-
type?: string;
|
|
9646
|
+
readonly tags?: Record<string, string>;
|
|
9647
|
+
readonly type?: string;
|
|
9927
9648
|
}
|
|
9928
9649
|
|
|
9929
9650
|
// @public
|
|
@@ -9939,18 +9660,18 @@ export interface RoleInstances {
|
|
|
9939
9660
|
|
|
9940
9661
|
// @public
|
|
9941
9662
|
export interface RoleInstanceViewOutput {
|
|
9942
|
-
platformFaultDomain?: number;
|
|
9943
|
-
platformUpdateDomain?: number;
|
|
9944
|
-
privateId?: string;
|
|
9663
|
+
readonly platformFaultDomain?: number;
|
|
9664
|
+
readonly platformUpdateDomain?: number;
|
|
9665
|
+
readonly privateId?: string;
|
|
9945
9666
|
// (undocumented)
|
|
9946
|
-
statuses?: Array<ResourceInstanceViewStatusOutput>;
|
|
9667
|
+
readonly statuses?: Array<ResourceInstanceViewStatusOutput>;
|
|
9947
9668
|
}
|
|
9948
9669
|
|
|
9949
9670
|
// @public
|
|
9950
9671
|
export interface RollbackStatusInfoOutput {
|
|
9951
|
-
failedRolledbackInstanceCount?: number;
|
|
9952
|
-
rollbackError?: ApiErrorOutput;
|
|
9953
|
-
successfullyRolledbackInstanceCount?: number;
|
|
9672
|
+
readonly failedRolledbackInstanceCount?: number;
|
|
9673
|
+
readonly rollbackError?: ApiErrorOutput;
|
|
9674
|
+
readonly successfullyRolledbackInstanceCount?: number;
|
|
9954
9675
|
}
|
|
9955
9676
|
|
|
9956
9677
|
// @public
|
|
@@ -9975,34 +9696,26 @@ export interface RollingUpgradePolicyOutput {
|
|
|
9975
9696
|
|
|
9976
9697
|
// @public
|
|
9977
9698
|
export interface RollingUpgradeProgressInfo {
|
|
9978
|
-
failedInstanceCount?: number;
|
|
9979
|
-
inProgressInstanceCount?: number;
|
|
9980
|
-
pendingInstanceCount?: number;
|
|
9981
|
-
successfulInstanceCount?: number;
|
|
9982
9699
|
}
|
|
9983
9700
|
|
|
9984
9701
|
// @public
|
|
9985
9702
|
export interface RollingUpgradeProgressInfoOutput {
|
|
9986
|
-
failedInstanceCount?: number;
|
|
9987
|
-
inProgressInstanceCount?: number;
|
|
9988
|
-
pendingInstanceCount?: number;
|
|
9989
|
-
successfulInstanceCount?: number;
|
|
9703
|
+
readonly failedInstanceCount?: number;
|
|
9704
|
+
readonly inProgressInstanceCount?: number;
|
|
9705
|
+
readonly pendingInstanceCount?: number;
|
|
9706
|
+
readonly successfulInstanceCount?: number;
|
|
9990
9707
|
}
|
|
9991
9708
|
|
|
9992
9709
|
// @public
|
|
9993
9710
|
export interface RollingUpgradeRunningStatus {
|
|
9994
|
-
code?: "RollingForward" | "Cancelled" | "Completed" | "Faulted";
|
|
9995
|
-
lastAction?: "Start" | "Cancel";
|
|
9996
|
-
lastActionTime?: Date | string;
|
|
9997
|
-
startTime?: Date | string;
|
|
9998
9711
|
}
|
|
9999
9712
|
|
|
10000
9713
|
// @public
|
|
10001
9714
|
export interface RollingUpgradeRunningStatusOutput {
|
|
10002
|
-
code?: "RollingForward" | "Cancelled" | "Completed" | "Faulted";
|
|
10003
|
-
lastAction?: "Start" | "Cancel";
|
|
10004
|
-
lastActionTime?: string;
|
|
10005
|
-
startTime?: string;
|
|
9715
|
+
readonly code?: "RollingForward" | "Cancelled" | "Completed" | "Faulted";
|
|
9716
|
+
readonly lastAction?: "Start" | "Cancel";
|
|
9717
|
+
readonly lastActionTime?: string;
|
|
9718
|
+
readonly startTime?: string;
|
|
10006
9719
|
}
|
|
10007
9720
|
|
|
10008
9721
|
// @public
|
|
@@ -10017,18 +9730,14 @@ export interface RollingUpgradeStatusInfoOutput extends ResourceOutput {
|
|
|
10017
9730
|
|
|
10018
9731
|
// @public
|
|
10019
9732
|
export interface RollingUpgradeStatusInfoProperties {
|
|
10020
|
-
error?: ApiError;
|
|
10021
|
-
policy?: RollingUpgradePolicy;
|
|
10022
|
-
progress?: RollingUpgradeProgressInfo;
|
|
10023
|
-
runningStatus?: RollingUpgradeRunningStatus;
|
|
10024
9733
|
}
|
|
10025
9734
|
|
|
10026
9735
|
// @public
|
|
10027
9736
|
export interface RollingUpgradeStatusInfoPropertiesOutput {
|
|
10028
|
-
error?: ApiErrorOutput;
|
|
10029
|
-
policy?: RollingUpgradePolicyOutput;
|
|
10030
|
-
progress?: RollingUpgradeProgressInfoOutput;
|
|
10031
|
-
runningStatus?: RollingUpgradeRunningStatusOutput;
|
|
9737
|
+
readonly error?: ApiErrorOutput;
|
|
9738
|
+
readonly policy?: RollingUpgradePolicyOutput;
|
|
9739
|
+
readonly progress?: RollingUpgradeProgressInfoOutput;
|
|
9740
|
+
readonly runningStatus?: RollingUpgradeRunningStatusOutput;
|
|
10032
9741
|
}
|
|
10033
9742
|
|
|
10034
9743
|
// @public (undocumented)
|
|
@@ -10395,7 +10104,7 @@ export interface SharedGalleryDataDiskImageOutput extends SharedGalleryDiskImage
|
|
|
10395
10104
|
|
|
10396
10105
|
// @public
|
|
10397
10106
|
export interface SharedGalleryDiskImageOutput {
|
|
10398
|
-
diskSizeGB?: number;
|
|
10107
|
+
readonly diskSizeGB?: number;
|
|
10399
10108
|
hostCaching?: "None" | "ReadOnly" | "ReadWrite";
|
|
10400
10109
|
}
|
|
10401
10110
|
|
|
@@ -10612,18 +10321,16 @@ export interface SharedGalleryOutput extends PirSharedGalleryResourceOutput {
|
|
|
10612
10321
|
|
|
10613
10322
|
// @public (undocumented)
|
|
10614
10323
|
export interface ShareInfoElement {
|
|
10615
|
-
vmUri?: string;
|
|
10616
10324
|
}
|
|
10617
10325
|
|
|
10618
10326
|
// @public (undocumented)
|
|
10619
10327
|
export interface ShareInfoElementOutput {
|
|
10620
|
-
vmUri?: string;
|
|
10328
|
+
readonly vmUri?: string;
|
|
10621
10329
|
}
|
|
10622
10330
|
|
|
10623
10331
|
// @public
|
|
10624
10332
|
export interface SharingProfile {
|
|
10625
10333
|
communityGalleryInfo?: CommunityGalleryInfo;
|
|
10626
|
-
groups?: Array<SharingProfileGroup>;
|
|
10627
10334
|
permissions?: "Private" | "Groups" | "Community";
|
|
10628
10335
|
}
|
|
10629
10336
|
|
|
@@ -10642,19 +10349,18 @@ export interface SharingProfileGroupOutput {
|
|
|
10642
10349
|
// @public
|
|
10643
10350
|
export interface SharingProfileOutput {
|
|
10644
10351
|
communityGalleryInfo?: CommunityGalleryInfoOutput;
|
|
10645
|
-
groups?: Array<SharingProfileGroupOutput>;
|
|
10352
|
+
readonly groups?: Array<SharingProfileGroupOutput>;
|
|
10646
10353
|
permissions?: "Private" | "Groups" | "Community";
|
|
10647
10354
|
}
|
|
10648
10355
|
|
|
10649
10356
|
// @public
|
|
10650
10357
|
export interface SharingStatus {
|
|
10651
|
-
aggregatedState?: "Succeeded" | "InProgress" | "Failed" | "Unknown";
|
|
10652
10358
|
summary?: Array<RegionalSharingStatus>;
|
|
10653
10359
|
}
|
|
10654
10360
|
|
|
10655
10361
|
// @public
|
|
10656
10362
|
export interface SharingStatusOutput {
|
|
10657
|
-
aggregatedState?: "Succeeded" | "InProgress" | "Failed" | "Unknown";
|
|
10363
|
+
readonly aggregatedState?: "Succeeded" | "InProgress" | "Failed" | "Unknown";
|
|
10658
10364
|
summary?: Array<RegionalSharingStatusOutput>;
|
|
10659
10365
|
}
|
|
10660
10366
|
|
|
@@ -10670,6 +10376,28 @@ export interface SharingUpdateOutput {
|
|
|
10670
10376
|
operationType: "Add" | "Remove" | "Reset" | "EnableCommunity";
|
|
10671
10377
|
}
|
|
10672
10378
|
|
|
10379
|
+
// @public
|
|
10380
|
+
export interface SimplePollerLike<TState extends OperationState<TResult>, TResult> {
|
|
10381
|
+
getOperationState(): TState;
|
|
10382
|
+
getResult(): TResult | undefined;
|
|
10383
|
+
isDone(): boolean;
|
|
10384
|
+
// @deprecated
|
|
10385
|
+
isStopped(): boolean;
|
|
10386
|
+
onProgress(callback: (state: TState) => void): CancelOnProgress;
|
|
10387
|
+
poll(options?: {
|
|
10388
|
+
abortSignal?: AbortSignalLike;
|
|
10389
|
+
}): Promise<TState>;
|
|
10390
|
+
pollUntilDone(pollOptions?: {
|
|
10391
|
+
abortSignal?: AbortSignalLike;
|
|
10392
|
+
}): Promise<TResult>;
|
|
10393
|
+
serialize(): Promise<string>;
|
|
10394
|
+
// @deprecated
|
|
10395
|
+
stopPolling(): void;
|
|
10396
|
+
submitted(): Promise<void>;
|
|
10397
|
+
// @deprecated
|
|
10398
|
+
toString(): string;
|
|
10399
|
+
}
|
|
10400
|
+
|
|
10673
10401
|
// @public
|
|
10674
10402
|
export interface Sku {
|
|
10675
10403
|
capacity?: number;
|
|
@@ -10687,7 +10415,6 @@ export interface SkuOutput {
|
|
|
10687
10415
|
// @public
|
|
10688
10416
|
export interface Snapshot extends Resource {
|
|
10689
10417
|
extendedLocation?: ExtendedLocation;
|
|
10690
|
-
managedBy?: string;
|
|
10691
10418
|
properties?: SnapshotProperties;
|
|
10692
10419
|
sku?: SnapshotSku;
|
|
10693
10420
|
}
|
|
@@ -10701,7 +10428,7 @@ export interface SnapshotListOutput {
|
|
|
10701
10428
|
// @public
|
|
10702
10429
|
export interface SnapshotOutput extends ResourceOutput {
|
|
10703
10430
|
extendedLocation?: ExtendedLocationOutput;
|
|
10704
|
-
managedBy?: string;
|
|
10431
|
+
readonly managedBy?: string;
|
|
10705
10432
|
properties?: SnapshotPropertiesOutput;
|
|
10706
10433
|
sku?: SnapshotSkuOutput;
|
|
10707
10434
|
}
|
|
@@ -10713,24 +10440,18 @@ export interface SnapshotProperties {
|
|
|
10713
10440
|
creationData: CreationData;
|
|
10714
10441
|
dataAccessAuthMode?: "AzureActiveDirectory" | "None";
|
|
10715
10442
|
diskAccessId?: string;
|
|
10716
|
-
diskSizeBytes?: number;
|
|
10717
10443
|
diskSizeGB?: number;
|
|
10718
|
-
diskState?: "Unattached" | "Attached" | "Reserved" | "Frozen" | "ActiveSAS" | "ActiveSASFrozen" | "ReadyToUpload" | "ActiveUpload";
|
|
10719
10444
|
encryption?: Encryption;
|
|
10720
10445
|
encryptionSettingsCollection?: EncryptionSettingsCollection;
|
|
10721
10446
|
hyperVGeneration?: "V1" | "V2";
|
|
10722
10447
|
incremental?: boolean;
|
|
10723
|
-
incrementalSnapshotFamilyId?: string;
|
|
10724
10448
|
networkAccessPolicy?: "AllowAll" | "AllowPrivate" | "DenyAll";
|
|
10725
10449
|
osType?: "Windows" | "Linux";
|
|
10726
|
-
provisioningState?: string;
|
|
10727
10450
|
publicNetworkAccess?: "Enabled" | "Disabled";
|
|
10728
10451
|
purchasePlan?: PurchasePlanAutoGenerated;
|
|
10729
10452
|
securityProfile?: DiskSecurityProfile;
|
|
10730
10453
|
supportedCapabilities?: SupportedCapabilities;
|
|
10731
10454
|
supportsHibernation?: boolean;
|
|
10732
|
-
timeCreated?: Date | string;
|
|
10733
|
-
uniqueId?: string;
|
|
10734
10455
|
}
|
|
10735
10456
|
|
|
10736
10457
|
// @public
|
|
@@ -10740,24 +10461,24 @@ export interface SnapshotPropertiesOutput {
|
|
|
10740
10461
|
creationData: CreationDataOutput;
|
|
10741
10462
|
dataAccessAuthMode?: "AzureActiveDirectory" | "None";
|
|
10742
10463
|
diskAccessId?: string;
|
|
10743
|
-
diskSizeBytes?: number;
|
|
10464
|
+
readonly diskSizeBytes?: number;
|
|
10744
10465
|
diskSizeGB?: number;
|
|
10745
|
-
diskState?: "Unattached" | "Attached" | "Reserved" | "Frozen" | "ActiveSAS" | "ActiveSASFrozen" | "ReadyToUpload" | "ActiveUpload";
|
|
10466
|
+
readonly diskState?: "Unattached" | "Attached" | "Reserved" | "Frozen" | "ActiveSAS" | "ActiveSASFrozen" | "ReadyToUpload" | "ActiveUpload";
|
|
10746
10467
|
encryption?: EncryptionOutput;
|
|
10747
10468
|
encryptionSettingsCollection?: EncryptionSettingsCollectionOutput;
|
|
10748
10469
|
hyperVGeneration?: "V1" | "V2";
|
|
10749
10470
|
incremental?: boolean;
|
|
10750
|
-
incrementalSnapshotFamilyId?: string;
|
|
10471
|
+
readonly incrementalSnapshotFamilyId?: string;
|
|
10751
10472
|
networkAccessPolicy?: "AllowAll" | "AllowPrivate" | "DenyAll";
|
|
10752
10473
|
osType?: "Windows" | "Linux";
|
|
10753
|
-
provisioningState?: string;
|
|
10474
|
+
readonly provisioningState?: string;
|
|
10754
10475
|
publicNetworkAccess?: "Enabled" | "Disabled";
|
|
10755
10476
|
purchasePlan?: PurchasePlanAutoGeneratedOutput;
|
|
10756
10477
|
securityProfile?: DiskSecurityProfileOutput;
|
|
10757
10478
|
supportedCapabilities?: SupportedCapabilitiesOutput;
|
|
10758
10479
|
supportsHibernation?: boolean;
|
|
10759
|
-
timeCreated?: string;
|
|
10760
|
-
uniqueId?: string;
|
|
10480
|
+
readonly timeCreated?: string;
|
|
10481
|
+
readonly uniqueId?: string;
|
|
10761
10482
|
}
|
|
10762
10483
|
|
|
10763
10484
|
// @public (undocumented)
|
|
@@ -10810,24 +10531,18 @@ export interface SnapshotsCreateOrUpdateQueryParamProperties {
|
|
|
10810
10531
|
|
|
10811
10532
|
// @public
|
|
10812
10533
|
export interface SnapshotsDelete200Response extends HttpResponse {
|
|
10813
|
-
// (undocumented)
|
|
10814
|
-
body: Record<string, unknown>;
|
|
10815
10534
|
// (undocumented)
|
|
10816
10535
|
status: "200";
|
|
10817
10536
|
}
|
|
10818
10537
|
|
|
10819
10538
|
// @public
|
|
10820
10539
|
export interface SnapshotsDelete202Response extends HttpResponse {
|
|
10821
|
-
// (undocumented)
|
|
10822
|
-
body: Record<string, unknown>;
|
|
10823
10540
|
// (undocumented)
|
|
10824
10541
|
status: "202";
|
|
10825
10542
|
}
|
|
10826
10543
|
|
|
10827
10544
|
// @public
|
|
10828
10545
|
export interface SnapshotsDelete204Response extends HttpResponse {
|
|
10829
|
-
// (undocumented)
|
|
10830
|
-
body: Record<string, unknown>;
|
|
10831
10546
|
// (undocumented)
|
|
10832
10547
|
status: "204";
|
|
10833
10548
|
}
|
|
@@ -10883,8 +10598,6 @@ export interface SnapshotsGrantAccess200Response extends HttpResponse {
|
|
|
10883
10598
|
|
|
10884
10599
|
// @public
|
|
10885
10600
|
export interface SnapshotsGrantAccess202Response extends HttpResponse {
|
|
10886
|
-
// (undocumented)
|
|
10887
|
-
body: Record<string, unknown>;
|
|
10888
10601
|
// (undocumented)
|
|
10889
10602
|
status: "202";
|
|
10890
10603
|
}
|
|
@@ -10916,13 +10629,12 @@ export interface SnapshotsGrantAccessQueryParamProperties {
|
|
|
10916
10629
|
// @public
|
|
10917
10630
|
export interface SnapshotSku {
|
|
10918
10631
|
name?: "Standard_LRS" | "Premium_LRS" | "Standard_ZRS";
|
|
10919
|
-
tier?: string;
|
|
10920
10632
|
}
|
|
10921
10633
|
|
|
10922
10634
|
// @public
|
|
10923
10635
|
export interface SnapshotSkuOutput {
|
|
10924
10636
|
name?: "Standard_LRS" | "Premium_LRS" | "Standard_ZRS";
|
|
10925
|
-
tier?: string;
|
|
10637
|
+
readonly tier?: string;
|
|
10926
10638
|
}
|
|
10927
10639
|
|
|
10928
10640
|
// @public (undocumented)
|
|
@@ -10986,16 +10698,12 @@ export interface SnapshotsRevokeAccess {
|
|
|
10986
10698
|
|
|
10987
10699
|
// @public
|
|
10988
10700
|
export interface SnapshotsRevokeAccess200Response extends HttpResponse {
|
|
10989
|
-
// (undocumented)
|
|
10990
|
-
body: Record<string, unknown>;
|
|
10991
10701
|
// (undocumented)
|
|
10992
10702
|
status: "200";
|
|
10993
10703
|
}
|
|
10994
10704
|
|
|
10995
10705
|
// @public
|
|
10996
10706
|
export interface SnapshotsRevokeAccess202Response extends HttpResponse {
|
|
10997
|
-
// (undocumented)
|
|
10998
|
-
body: Record<string, unknown>;
|
|
10999
10707
|
// (undocumented)
|
|
11000
10708
|
status: "202";
|
|
11001
10709
|
}
|
|
@@ -11214,16 +10922,12 @@ export interface SshPublicKeysCreateQueryParamProperties {
|
|
|
11214
10922
|
|
|
11215
10923
|
// @public
|
|
11216
10924
|
export interface SshPublicKeysDelete200Response extends HttpResponse {
|
|
11217
|
-
// (undocumented)
|
|
11218
|
-
body: Record<string, unknown>;
|
|
11219
10925
|
// (undocumented)
|
|
11220
10926
|
status: "200";
|
|
11221
10927
|
}
|
|
11222
10928
|
|
|
11223
10929
|
// @public
|
|
11224
10930
|
export interface SshPublicKeysDelete204Response extends HttpResponse {
|
|
11225
|
-
// (undocumented)
|
|
11226
|
-
body: Record<string, unknown>;
|
|
11227
10931
|
// (undocumented)
|
|
11228
10932
|
status: "204";
|
|
11229
10933
|
}
|
|
@@ -11438,8 +11142,8 @@ export interface SshPublicKeyUpdateResource extends UpdateResource {
|
|
|
11438
11142
|
|
|
11439
11143
|
// @public
|
|
11440
11144
|
export interface StatusCodeCountOutput {
|
|
11441
|
-
code?: string;
|
|
11442
|
-
count?: number;
|
|
11145
|
+
readonly code?: string;
|
|
11146
|
+
readonly count?: number;
|
|
11443
11147
|
}
|
|
11444
11148
|
|
|
11445
11149
|
// @public
|
|
@@ -11470,12 +11174,11 @@ export interface SubResourceOutput {
|
|
|
11470
11174
|
|
|
11471
11175
|
// @public (undocumented)
|
|
11472
11176
|
export interface SubResourceReadOnly {
|
|
11473
|
-
id?: string;
|
|
11474
11177
|
}
|
|
11475
11178
|
|
|
11476
11179
|
// @public (undocumented)
|
|
11477
11180
|
export interface SubResourceReadOnlyOutput {
|
|
11478
|
-
id?: string;
|
|
11181
|
+
readonly id?: string;
|
|
11479
11182
|
}
|
|
11480
11183
|
|
|
11481
11184
|
// @public (undocumented)
|
|
@@ -11504,14 +11207,12 @@ export interface SupportedCapabilitiesOutput {
|
|
|
11504
11207
|
|
|
11505
11208
|
// @public
|
|
11506
11209
|
export interface SystemData {
|
|
11507
|
-
createdAt?: Date | string;
|
|
11508
|
-
lastModifiedAt?: Date | string;
|
|
11509
11210
|
}
|
|
11510
11211
|
|
|
11511
11212
|
// @public
|
|
11512
11213
|
export interface SystemDataOutput {
|
|
11513
|
-
createdAt?: string;
|
|
11514
|
-
lastModifiedAt?: string;
|
|
11214
|
+
readonly createdAt?: string;
|
|
11215
|
+
readonly lastModifiedAt?: string;
|
|
11515
11216
|
}
|
|
11516
11217
|
|
|
11517
11218
|
// @public
|
|
@@ -11560,8 +11261,6 @@ export interface UefiSettingsOutput {
|
|
|
11560
11261
|
|
|
11561
11262
|
// @public
|
|
11562
11263
|
export interface UpdateDomain {
|
|
11563
|
-
id?: string;
|
|
11564
|
-
name?: string;
|
|
11565
11264
|
}
|
|
11566
11265
|
|
|
11567
11266
|
// @public
|
|
@@ -11572,8 +11271,8 @@ export interface UpdateDomainListResultOutput {
|
|
|
11572
11271
|
|
|
11573
11272
|
// @public
|
|
11574
11273
|
export interface UpdateDomainOutput {
|
|
11575
|
-
id?: string;
|
|
11576
|
-
name?: string;
|
|
11274
|
+
readonly id?: string;
|
|
11275
|
+
readonly name?: string;
|
|
11577
11276
|
}
|
|
11578
11277
|
|
|
11579
11278
|
// @public
|
|
@@ -11583,34 +11282,31 @@ export interface UpdateResource {
|
|
|
11583
11282
|
|
|
11584
11283
|
// @public
|
|
11585
11284
|
export interface UpdateResourceDefinition {
|
|
11586
|
-
id?: string;
|
|
11587
|
-
name?: string;
|
|
11588
11285
|
tags?: Record<string, string>;
|
|
11589
|
-
type?: string;
|
|
11590
11286
|
}
|
|
11591
11287
|
|
|
11592
11288
|
// @public
|
|
11593
11289
|
export interface UpgradeOperationHistoricalStatusInfoOutput {
|
|
11594
|
-
location?: string;
|
|
11595
|
-
properties?: UpgradeOperationHistoricalStatusInfoPropertiesOutput;
|
|
11596
|
-
type?: string;
|
|
11290
|
+
readonly location?: string;
|
|
11291
|
+
readonly properties?: UpgradeOperationHistoricalStatusInfoPropertiesOutput;
|
|
11292
|
+
readonly type?: string;
|
|
11597
11293
|
}
|
|
11598
11294
|
|
|
11599
11295
|
// @public
|
|
11600
11296
|
export interface UpgradeOperationHistoricalStatusInfoPropertiesOutput {
|
|
11601
|
-
error?: ApiErrorOutput;
|
|
11602
|
-
progress?: RollingUpgradeProgressInfoOutput;
|
|
11603
|
-
rollbackInfo?: RollbackStatusInfoOutput;
|
|
11604
|
-
runningStatus?: UpgradeOperationHistoryStatusOutput;
|
|
11605
|
-
startedBy?: "Unknown" | "User" | "Platform";
|
|
11606
|
-
targetImageReference?: ImageReferenceOutput;
|
|
11297
|
+
readonly error?: ApiErrorOutput;
|
|
11298
|
+
readonly progress?: RollingUpgradeProgressInfoOutput;
|
|
11299
|
+
readonly rollbackInfo?: RollbackStatusInfoOutput;
|
|
11300
|
+
readonly runningStatus?: UpgradeOperationHistoryStatusOutput;
|
|
11301
|
+
readonly startedBy?: "Unknown" | "User" | "Platform";
|
|
11302
|
+
readonly targetImageReference?: ImageReferenceOutput;
|
|
11607
11303
|
}
|
|
11608
11304
|
|
|
11609
11305
|
// @public
|
|
11610
11306
|
export interface UpgradeOperationHistoryStatusOutput {
|
|
11611
|
-
code?: "RollingForward" | "Cancelled" | "Completed" | "Faulted";
|
|
11612
|
-
endTime?: string;
|
|
11613
|
-
startTime?: string;
|
|
11307
|
+
readonly code?: "RollingForward" | "Cancelled" | "Completed" | "Faulted";
|
|
11308
|
+
readonly endTime?: string;
|
|
11309
|
+
readonly startTime?: string;
|
|
11614
11310
|
}
|
|
11615
11311
|
|
|
11616
11312
|
// @public
|
|
@@ -11716,14 +11412,12 @@ export interface UserArtifactSourceOutput {
|
|
|
11716
11412
|
|
|
11717
11413
|
// @public (undocumented)
|
|
11718
11414
|
export interface UserAssignedIdentitiesValue {
|
|
11719
|
-
clientId?: string;
|
|
11720
|
-
principalId?: string;
|
|
11721
11415
|
}
|
|
11722
11416
|
|
|
11723
11417
|
// @public (undocumented)
|
|
11724
11418
|
export interface UserAssignedIdentitiesValueOutput {
|
|
11725
|
-
clientId?: string;
|
|
11726
|
-
principalId?: string;
|
|
11419
|
+
readonly clientId?: string;
|
|
11420
|
+
readonly principalId?: string;
|
|
11727
11421
|
}
|
|
11728
11422
|
|
|
11729
11423
|
// @public
|
|
@@ -11766,7 +11460,6 @@ export interface VirtualMachine extends Resource {
|
|
|
11766
11460
|
identity?: VirtualMachineIdentity;
|
|
11767
11461
|
plan?: Plan;
|
|
11768
11462
|
properties?: VirtualMachineProperties;
|
|
11769
|
-
resources?: Array<VirtualMachineExtension>;
|
|
11770
11463
|
zones?: Array<string>;
|
|
11771
11464
|
}
|
|
11772
11465
|
|
|
@@ -11786,14 +11479,14 @@ export interface VirtualMachineAgentInstanceViewOutput {
|
|
|
11786
11479
|
|
|
11787
11480
|
// @public
|
|
11788
11481
|
export interface VirtualMachineAssessPatchesResultOutput {
|
|
11789
|
-
assessmentActivityId?: string;
|
|
11790
|
-
availablePatches?: Array<VirtualMachineSoftwarePatchPropertiesOutput>;
|
|
11791
|
-
criticalAndSecurityPatchCount?: number;
|
|
11792
|
-
error?: ApiErrorOutput;
|
|
11793
|
-
otherPatchCount?: number;
|
|
11794
|
-
rebootPending?: boolean;
|
|
11795
|
-
startDateTime?: string;
|
|
11796
|
-
status?: "Unknown" | "InProgress" | "Failed" | "Succeeded" | "CompletedWithWarnings";
|
|
11482
|
+
readonly assessmentActivityId?: string;
|
|
11483
|
+
readonly availablePatches?: Array<VirtualMachineSoftwarePatchPropertiesOutput>;
|
|
11484
|
+
readonly criticalAndSecurityPatchCount?: number;
|
|
11485
|
+
readonly error?: ApiErrorOutput;
|
|
11486
|
+
readonly otherPatchCount?: number;
|
|
11487
|
+
readonly rebootPending?: boolean;
|
|
11488
|
+
readonly startDateTime?: string;
|
|
11489
|
+
readonly status?: "Unknown" | "InProgress" | "Failed" | "Succeeded" | "CompletedWithWarnings";
|
|
11797
11490
|
}
|
|
11798
11491
|
|
|
11799
11492
|
// @public
|
|
@@ -11805,18 +11498,14 @@ export interface VirtualMachineCaptureParameters {
|
|
|
11805
11498
|
|
|
11806
11499
|
// @public
|
|
11807
11500
|
export interface VirtualMachineCaptureResult extends SubResource {
|
|
11808
|
-
$schema?: string;
|
|
11809
|
-
contentVersion?: string;
|
|
11810
|
-
parameters?: any;
|
|
11811
|
-
resources?: Array<any>;
|
|
11812
11501
|
}
|
|
11813
11502
|
|
|
11814
11503
|
// @public
|
|
11815
11504
|
export interface VirtualMachineCaptureResultOutput extends SubResourceOutput {
|
|
11816
|
-
$schema?: string;
|
|
11817
|
-
contentVersion?: string;
|
|
11818
|
-
parameters?: any;
|
|
11819
|
-
resources?: Array<any>;
|
|
11505
|
+
readonly $schema?: string;
|
|
11506
|
+
readonly contentVersion?: string;
|
|
11507
|
+
readonly parameters?: any;
|
|
11508
|
+
readonly resources?: Array<any>;
|
|
11820
11509
|
}
|
|
11821
11510
|
|
|
11822
11511
|
// @public
|
|
@@ -12007,7 +11696,6 @@ export interface VirtualMachineExtensionProperties {
|
|
|
12007
11696
|
instanceView?: VirtualMachineExtensionInstanceView;
|
|
12008
11697
|
protectedSettings?: any;
|
|
12009
11698
|
protectedSettingsFromKeyVault?: KeyVaultSecretReference;
|
|
12010
|
-
provisioningState?: string;
|
|
12011
11699
|
publisher?: string;
|
|
12012
11700
|
settings?: any;
|
|
12013
11701
|
suppressFailures?: boolean;
|
|
@@ -12023,7 +11711,7 @@ export interface VirtualMachineExtensionPropertiesOutput {
|
|
|
12023
11711
|
instanceView?: VirtualMachineExtensionInstanceViewOutput;
|
|
12024
11712
|
protectedSettings?: any;
|
|
12025
11713
|
protectedSettingsFromKeyVault?: KeyVaultSecretReferenceOutput;
|
|
12026
|
-
provisioningState?: string;
|
|
11714
|
+
readonly provisioningState?: string;
|
|
12027
11715
|
publisher?: string;
|
|
12028
11716
|
settings?: any;
|
|
12029
11717
|
suppressFailures?: boolean;
|
|
@@ -12089,24 +11777,18 @@ export interface VirtualMachineExtensionsCreateOrUpdateQueryParamProperties {
|
|
|
12089
11777
|
|
|
12090
11778
|
// @public
|
|
12091
11779
|
export interface VirtualMachineExtensionsDelete200Response extends HttpResponse {
|
|
12092
|
-
// (undocumented)
|
|
12093
|
-
body: Record<string, unknown>;
|
|
12094
11780
|
// (undocumented)
|
|
12095
11781
|
status: "200";
|
|
12096
11782
|
}
|
|
12097
11783
|
|
|
12098
11784
|
// @public
|
|
12099
11785
|
export interface VirtualMachineExtensionsDelete202Response extends HttpResponse {
|
|
12100
|
-
// (undocumented)
|
|
12101
|
-
body: Record<string, unknown>;
|
|
12102
11786
|
// (undocumented)
|
|
12103
11787
|
status: "202";
|
|
12104
11788
|
}
|
|
12105
11789
|
|
|
12106
11790
|
// @public
|
|
12107
11791
|
export interface VirtualMachineExtensionsDelete204Response extends HttpResponse {
|
|
12108
|
-
// (undocumented)
|
|
12109
|
-
body: Record<string, unknown>;
|
|
12110
11792
|
// (undocumented)
|
|
12111
11793
|
status: "204";
|
|
12112
11794
|
}
|
|
@@ -12280,26 +11962,23 @@ export interface VirtualMachineExtensionUpdatePropertiesOutput {
|
|
|
12280
11962
|
|
|
12281
11963
|
// @public
|
|
12282
11964
|
export interface VirtualMachineHealthStatus {
|
|
12283
|
-
status?: InstanceViewStatus;
|
|
12284
11965
|
}
|
|
12285
11966
|
|
|
12286
11967
|
// @public
|
|
12287
11968
|
export interface VirtualMachineHealthStatusOutput {
|
|
12288
|
-
status?: InstanceViewStatusOutput;
|
|
11969
|
+
readonly status?: InstanceViewStatusOutput;
|
|
12289
11970
|
}
|
|
12290
11971
|
|
|
12291
11972
|
// @public
|
|
12292
11973
|
export interface VirtualMachineIdentity {
|
|
12293
|
-
principalId?: string;
|
|
12294
|
-
tenantId?: string;
|
|
12295
11974
|
type?: "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
12296
11975
|
userAssignedIdentities?: Record<string, UserAssignedIdentitiesValue>;
|
|
12297
11976
|
}
|
|
12298
11977
|
|
|
12299
11978
|
// @public
|
|
12300
11979
|
export interface VirtualMachineIdentityOutput {
|
|
12301
|
-
principalId?: string;
|
|
12302
|
-
tenantId?: string;
|
|
11980
|
+
readonly principalId?: string;
|
|
11981
|
+
readonly tenantId?: string;
|
|
12303
11982
|
type?: "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
12304
11983
|
userAssignedIdentities?: Record<string, UserAssignedIdentitiesValueOutput>;
|
|
12305
11984
|
}
|
|
@@ -12773,23 +12452,22 @@ export interface VirtualMachineInstallPatchesParameters {
|
|
|
12773
12452
|
|
|
12774
12453
|
// @public
|
|
12775
12454
|
export interface VirtualMachineInstallPatchesResultOutput {
|
|
12776
|
-
error?: ApiErrorOutput;
|
|
12777
|
-
excludedPatchCount?: number;
|
|
12778
|
-
failedPatchCount?: number;
|
|
12779
|
-
installationActivityId?: string;
|
|
12780
|
-
installedPatchCount?: number;
|
|
12781
|
-
maintenanceWindowExceeded?: boolean;
|
|
12782
|
-
notSelectedPatchCount?: number;
|
|
12783
|
-
patches?: Array<PatchInstallationDetailOutput>;
|
|
12784
|
-
pendingPatchCount?: number;
|
|
12785
|
-
rebootStatus?: "Unknown" | "NotNeeded" | "Required" | "Started" | "Failed" | "Completed";
|
|
12786
|
-
startDateTime?: string;
|
|
12787
|
-
status?: "Unknown" | "InProgress" | "Failed" | "Succeeded" | "CompletedWithWarnings";
|
|
12455
|
+
readonly error?: ApiErrorOutput;
|
|
12456
|
+
readonly excludedPatchCount?: number;
|
|
12457
|
+
readonly failedPatchCount?: number;
|
|
12458
|
+
readonly installationActivityId?: string;
|
|
12459
|
+
readonly installedPatchCount?: number;
|
|
12460
|
+
readonly maintenanceWindowExceeded?: boolean;
|
|
12461
|
+
readonly notSelectedPatchCount?: number;
|
|
12462
|
+
readonly patches?: Array<PatchInstallationDetailOutput>;
|
|
12463
|
+
readonly pendingPatchCount?: number;
|
|
12464
|
+
readonly rebootStatus?: "Unknown" | "NotNeeded" | "Required" | "Started" | "Failed" | "Completed";
|
|
12465
|
+
readonly startDateTime?: string;
|
|
12466
|
+
readonly status?: "Unknown" | "InProgress" | "Failed" | "Succeeded" | "CompletedWithWarnings";
|
|
12788
12467
|
}
|
|
12789
12468
|
|
|
12790
12469
|
// @public
|
|
12791
12470
|
export interface VirtualMachineInstanceView {
|
|
12792
|
-
assignedHost?: string;
|
|
12793
12471
|
bootDiagnostics?: BootDiagnosticsInstanceView;
|
|
12794
12472
|
computerName?: string;
|
|
12795
12473
|
disks?: Array<DiskInstanceView>;
|
|
@@ -12804,12 +12482,11 @@ export interface VirtualMachineInstanceView {
|
|
|
12804
12482
|
rdpThumbPrint?: string;
|
|
12805
12483
|
statuses?: Array<InstanceViewStatus>;
|
|
12806
12484
|
vmAgent?: VirtualMachineAgentInstanceView;
|
|
12807
|
-
vmHealth?: VirtualMachineHealthStatus;
|
|
12808
12485
|
}
|
|
12809
12486
|
|
|
12810
12487
|
// @public
|
|
12811
12488
|
export interface VirtualMachineInstanceViewOutput {
|
|
12812
|
-
assignedHost?: string;
|
|
12489
|
+
readonly assignedHost?: string;
|
|
12813
12490
|
bootDiagnostics?: BootDiagnosticsInstanceViewOutput;
|
|
12814
12491
|
computerName?: string;
|
|
12815
12492
|
disks?: Array<DiskInstanceViewOutput>;
|
|
@@ -12824,7 +12501,7 @@ export interface VirtualMachineInstanceViewOutput {
|
|
|
12824
12501
|
rdpThumbPrint?: string;
|
|
12825
12502
|
statuses?: Array<InstanceViewStatusOutput>;
|
|
12826
12503
|
vmAgent?: VirtualMachineAgentInstanceViewOutput;
|
|
12827
|
-
vmHealth?: VirtualMachineHealthStatusOutput;
|
|
12504
|
+
readonly vmHealth?: VirtualMachineHealthStatusOutput;
|
|
12828
12505
|
}
|
|
12829
12506
|
|
|
12830
12507
|
// @public
|
|
@@ -12937,21 +12614,20 @@ export interface VirtualMachineOutput extends ResourceOutput {
|
|
|
12937
12614
|
identity?: VirtualMachineIdentityOutput;
|
|
12938
12615
|
plan?: PlanOutput;
|
|
12939
12616
|
properties?: VirtualMachinePropertiesOutput;
|
|
12940
|
-
resources?: Array<VirtualMachineExtensionOutput>;
|
|
12617
|
+
readonly resources?: Array<VirtualMachineExtensionOutput>;
|
|
12941
12618
|
zones?: Array<string>;
|
|
12942
12619
|
}
|
|
12943
12620
|
|
|
12944
12621
|
// @public
|
|
12945
12622
|
export interface VirtualMachinePatchStatus {
|
|
12946
12623
|
availablePatchSummary?: AvailablePatchSummary;
|
|
12947
|
-
configurationStatuses?: Array<InstanceViewStatus>;
|
|
12948
12624
|
lastPatchInstallationSummary?: LastPatchInstallationSummary;
|
|
12949
12625
|
}
|
|
12950
12626
|
|
|
12951
12627
|
// @public
|
|
12952
12628
|
export interface VirtualMachinePatchStatusOutput {
|
|
12953
12629
|
availablePatchSummary?: AvailablePatchSummaryOutput;
|
|
12954
|
-
configurationStatuses?: Array<InstanceViewStatusOutput>;
|
|
12630
|
+
readonly configurationStatuses?: Array<InstanceViewStatusOutput>;
|
|
12955
12631
|
lastPatchInstallationSummary?: LastPatchInstallationSummaryOutput;
|
|
12956
12632
|
}
|
|
12957
12633
|
|
|
@@ -12968,21 +12644,17 @@ export interface VirtualMachineProperties {
|
|
|
12968
12644
|
hardwareProfile?: HardwareProfile;
|
|
12969
12645
|
host?: SubResource;
|
|
12970
12646
|
hostGroup?: SubResource;
|
|
12971
|
-
instanceView?: VirtualMachineInstanceView;
|
|
12972
12647
|
licenseType?: string;
|
|
12973
12648
|
networkProfile?: NetworkProfile;
|
|
12974
12649
|
osProfile?: OSProfile;
|
|
12975
12650
|
platformFaultDomain?: number;
|
|
12976
12651
|
priority?: "Regular" | "Low" | "Spot";
|
|
12977
|
-
provisioningState?: string;
|
|
12978
12652
|
proximityPlacementGroup?: SubResource;
|
|
12979
12653
|
scheduledEventsProfile?: ScheduledEventsProfile;
|
|
12980
12654
|
securityProfile?: SecurityProfile;
|
|
12981
12655
|
storageProfile?: StorageProfile;
|
|
12982
|
-
timeCreated?: Date | string;
|
|
12983
12656
|
userData?: string;
|
|
12984
12657
|
virtualMachineScaleSet?: SubResource;
|
|
12985
|
-
vmId?: string;
|
|
12986
12658
|
}
|
|
12987
12659
|
|
|
12988
12660
|
// @public
|
|
@@ -12998,21 +12670,21 @@ export interface VirtualMachinePropertiesOutput {
|
|
|
12998
12670
|
hardwareProfile?: HardwareProfileOutput;
|
|
12999
12671
|
host?: SubResourceOutput;
|
|
13000
12672
|
hostGroup?: SubResourceOutput;
|
|
13001
|
-
instanceView?: VirtualMachineInstanceViewOutput;
|
|
12673
|
+
readonly instanceView?: VirtualMachineInstanceViewOutput;
|
|
13002
12674
|
licenseType?: string;
|
|
13003
12675
|
networkProfile?: NetworkProfileOutput;
|
|
13004
12676
|
osProfile?: OSProfileOutput;
|
|
13005
12677
|
platformFaultDomain?: number;
|
|
13006
12678
|
priority?: "Regular" | "Low" | "Spot";
|
|
13007
|
-
provisioningState?: string;
|
|
12679
|
+
readonly provisioningState?: string;
|
|
13008
12680
|
proximityPlacementGroup?: SubResourceOutput;
|
|
13009
12681
|
scheduledEventsProfile?: ScheduledEventsProfileOutput;
|
|
13010
12682
|
securityProfile?: SecurityProfileOutput;
|
|
13011
12683
|
storageProfile?: StorageProfileOutput;
|
|
13012
|
-
timeCreated?: string;
|
|
12684
|
+
readonly timeCreated?: string;
|
|
13013
12685
|
userData?: string;
|
|
13014
12686
|
virtualMachineScaleSet?: SubResourceOutput;
|
|
13015
|
-
vmId?: string;
|
|
12687
|
+
readonly vmId?: string;
|
|
13016
12688
|
}
|
|
13017
12689
|
|
|
13018
12690
|
// @public
|
|
@@ -13104,11 +12776,9 @@ export interface VirtualMachineRunCommandOutput extends ResourceOutput {
|
|
|
13104
12776
|
export interface VirtualMachineRunCommandProperties {
|
|
13105
12777
|
asyncExecution?: boolean;
|
|
13106
12778
|
errorBlobUri?: string;
|
|
13107
|
-
instanceView?: VirtualMachineRunCommandInstanceView;
|
|
13108
12779
|
outputBlobUri?: string;
|
|
13109
12780
|
parameters?: Array<RunCommandInputParameter>;
|
|
13110
12781
|
protectedParameters?: Array<RunCommandInputParameter>;
|
|
13111
|
-
provisioningState?: string;
|
|
13112
12782
|
runAsPassword?: string;
|
|
13113
12783
|
runAsUser?: string;
|
|
13114
12784
|
source?: VirtualMachineRunCommandScriptSource;
|
|
@@ -13119,11 +12789,11 @@ export interface VirtualMachineRunCommandProperties {
|
|
|
13119
12789
|
export interface VirtualMachineRunCommandPropertiesOutput {
|
|
13120
12790
|
asyncExecution?: boolean;
|
|
13121
12791
|
errorBlobUri?: string;
|
|
13122
|
-
instanceView?: VirtualMachineRunCommandInstanceViewOutput;
|
|
12792
|
+
readonly instanceView?: VirtualMachineRunCommandInstanceViewOutput;
|
|
13123
12793
|
outputBlobUri?: string;
|
|
13124
12794
|
parameters?: Array<RunCommandInputParameterOutput>;
|
|
13125
12795
|
protectedParameters?: Array<RunCommandInputParameterOutput>;
|
|
13126
|
-
provisioningState?: string;
|
|
12796
|
+
readonly provisioningState?: string;
|
|
13127
12797
|
runAsPassword?: string;
|
|
13128
12798
|
runAsUser?: string;
|
|
13129
12799
|
source?: VirtualMachineRunCommandScriptSourceOutput;
|
|
@@ -13202,24 +12872,18 @@ export interface VirtualMachineRunCommandScriptSourceOutput {
|
|
|
13202
12872
|
|
|
13203
12873
|
// @public
|
|
13204
12874
|
export interface VirtualMachineRunCommandsDelete200Response extends HttpResponse {
|
|
13205
|
-
// (undocumented)
|
|
13206
|
-
body: Record<string, unknown>;
|
|
13207
12875
|
// (undocumented)
|
|
13208
12876
|
status: "200";
|
|
13209
12877
|
}
|
|
13210
12878
|
|
|
13211
12879
|
// @public
|
|
13212
12880
|
export interface VirtualMachineRunCommandsDelete202Response extends HttpResponse {
|
|
13213
|
-
// (undocumented)
|
|
13214
|
-
body: Record<string, unknown>;
|
|
13215
12881
|
// (undocumented)
|
|
13216
12882
|
status: "202";
|
|
13217
12883
|
}
|
|
13218
12884
|
|
|
13219
12885
|
// @public
|
|
13220
12886
|
export interface VirtualMachineRunCommandsDelete204Response extends HttpResponse {
|
|
13221
|
-
// (undocumented)
|
|
13222
|
-
body: Record<string, unknown>;
|
|
13223
12887
|
// (undocumented)
|
|
13224
12888
|
status: "204";
|
|
13225
12889
|
}
|
|
@@ -13433,8 +13097,6 @@ export interface VirtualMachinesAssessPatches200Response extends HttpResponse {
|
|
|
13433
13097
|
|
|
13434
13098
|
// @public
|
|
13435
13099
|
export interface VirtualMachinesAssessPatches202Response extends HttpResponse {
|
|
13436
|
-
// (undocumented)
|
|
13437
|
-
body: Record<string, unknown>;
|
|
13438
13100
|
// (undocumented)
|
|
13439
13101
|
status: "202";
|
|
13440
13102
|
}
|
|
@@ -13503,7 +13165,6 @@ export interface VirtualMachineScaleSetDataDiskOutput {
|
|
|
13503
13165
|
export interface VirtualMachineScaleSetExtension extends SubResourceReadOnly {
|
|
13504
13166
|
name?: string;
|
|
13505
13167
|
properties?: VirtualMachineScaleSetExtensionProperties;
|
|
13506
|
-
type?: string;
|
|
13507
13168
|
}
|
|
13508
13169
|
|
|
13509
13170
|
// @public
|
|
@@ -13516,7 +13177,7 @@ export interface VirtualMachineScaleSetExtensionListResultOutput {
|
|
|
13516
13177
|
export interface VirtualMachineScaleSetExtensionOutput extends SubResourceReadOnlyOutput {
|
|
13517
13178
|
name?: string;
|
|
13518
13179
|
properties?: VirtualMachineScaleSetExtensionPropertiesOutput;
|
|
13519
|
-
type?: string;
|
|
13180
|
+
readonly type?: string;
|
|
13520
13181
|
}
|
|
13521
13182
|
|
|
13522
13183
|
// @public
|
|
@@ -13539,7 +13200,6 @@ export interface VirtualMachineScaleSetExtensionProperties {
|
|
|
13539
13200
|
protectedSettings?: any;
|
|
13540
13201
|
protectedSettingsFromKeyVault?: KeyVaultSecretReference;
|
|
13541
13202
|
provisionAfterExtensions?: Array<string>;
|
|
13542
|
-
provisioningState?: string;
|
|
13543
13203
|
publisher?: string;
|
|
13544
13204
|
settings?: any;
|
|
13545
13205
|
suppressFailures?: boolean;
|
|
@@ -13555,7 +13215,7 @@ export interface VirtualMachineScaleSetExtensionPropertiesOutput {
|
|
|
13555
13215
|
protectedSettings?: any;
|
|
13556
13216
|
protectedSettingsFromKeyVault?: KeyVaultSecretReferenceOutput;
|
|
13557
13217
|
provisionAfterExtensions?: Array<string>;
|
|
13558
|
-
provisioningState?: string;
|
|
13218
|
+
readonly provisioningState?: string;
|
|
13559
13219
|
publisher?: string;
|
|
13560
13220
|
settings?: any;
|
|
13561
13221
|
suppressFailures?: boolean;
|
|
@@ -13621,24 +13281,18 @@ export interface VirtualMachineScaleSetExtensionsCreateOrUpdateQueryParamPropert
|
|
|
13621
13281
|
|
|
13622
13282
|
// @public
|
|
13623
13283
|
export interface VirtualMachineScaleSetExtensionsDelete200Response extends HttpResponse {
|
|
13624
|
-
// (undocumented)
|
|
13625
|
-
body: Record<string, unknown>;
|
|
13626
13284
|
// (undocumented)
|
|
13627
13285
|
status: "200";
|
|
13628
13286
|
}
|
|
13629
13287
|
|
|
13630
13288
|
// @public
|
|
13631
13289
|
export interface VirtualMachineScaleSetExtensionsDelete202Response extends HttpResponse {
|
|
13632
|
-
// (undocumented)
|
|
13633
|
-
body: Record<string, unknown>;
|
|
13634
13290
|
// (undocumented)
|
|
13635
13291
|
status: "202";
|
|
13636
13292
|
}
|
|
13637
13293
|
|
|
13638
13294
|
// @public
|
|
13639
13295
|
export interface VirtualMachineScaleSetExtensionsDelete204Response extends HttpResponse {
|
|
13640
|
-
// (undocumented)
|
|
13641
|
-
body: Record<string, unknown>;
|
|
13642
13296
|
// (undocumented)
|
|
13643
13297
|
status: "204";
|
|
13644
13298
|
}
|
|
@@ -13781,16 +13435,14 @@ export interface VirtualMachineScaleSetExtensionsUpdateQueryParamProperties {
|
|
|
13781
13435
|
|
|
13782
13436
|
// @public
|
|
13783
13437
|
export interface VirtualMachineScaleSetExtensionUpdate extends SubResourceReadOnly {
|
|
13784
|
-
name?: string;
|
|
13785
13438
|
properties?: VirtualMachineScaleSetExtensionProperties;
|
|
13786
|
-
type?: string;
|
|
13787
13439
|
}
|
|
13788
13440
|
|
|
13789
13441
|
// @public
|
|
13790
13442
|
export interface VirtualMachineScaleSetExtensionUpdateOutput extends SubResourceReadOnlyOutput {
|
|
13791
|
-
name?: string;
|
|
13443
|
+
readonly name?: string;
|
|
13792
13444
|
properties?: VirtualMachineScaleSetExtensionPropertiesOutput;
|
|
13793
|
-
type?: string;
|
|
13445
|
+
readonly type?: string;
|
|
13794
13446
|
}
|
|
13795
13447
|
|
|
13796
13448
|
// @public
|
|
@@ -13805,31 +13457,29 @@ export interface VirtualMachineScaleSetHardwareProfileOutput {
|
|
|
13805
13457
|
|
|
13806
13458
|
// @public
|
|
13807
13459
|
export interface VirtualMachineScaleSetIdentity {
|
|
13808
|
-
principalId?: string;
|
|
13809
|
-
tenantId?: string;
|
|
13810
13460
|
type?: "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
13811
13461
|
userAssignedIdentities?: Record<string, UserAssignedIdentitiesValue>;
|
|
13812
13462
|
}
|
|
13813
13463
|
|
|
13814
13464
|
// @public
|
|
13815
13465
|
export interface VirtualMachineScaleSetIdentityOutput {
|
|
13816
|
-
principalId?: string;
|
|
13817
|
-
tenantId?: string;
|
|
13466
|
+
readonly principalId?: string;
|
|
13467
|
+
readonly tenantId?: string;
|
|
13818
13468
|
type?: "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
|
|
13819
13469
|
userAssignedIdentities?: Record<string, UserAssignedIdentitiesValueOutput>;
|
|
13820
13470
|
}
|
|
13821
13471
|
|
|
13822
13472
|
// @public
|
|
13823
13473
|
export interface VirtualMachineScaleSetInstanceViewOutput {
|
|
13824
|
-
extensions?: Array<VirtualMachineScaleSetVMExtensionsSummaryOutput>;
|
|
13825
|
-
orchestrationServices?: Array<OrchestrationServiceSummaryOutput>;
|
|
13474
|
+
readonly extensions?: Array<VirtualMachineScaleSetVMExtensionsSummaryOutput>;
|
|
13475
|
+
readonly orchestrationServices?: Array<OrchestrationServiceSummaryOutput>;
|
|
13826
13476
|
statuses?: Array<InstanceViewStatusOutput>;
|
|
13827
|
-
virtualMachine?: VirtualMachineScaleSetInstanceViewStatusesSummaryOutput;
|
|
13477
|
+
readonly virtualMachine?: VirtualMachineScaleSetInstanceViewStatusesSummaryOutput;
|
|
13828
13478
|
}
|
|
13829
13479
|
|
|
13830
13480
|
// @public
|
|
13831
13481
|
export interface VirtualMachineScaleSetInstanceViewStatusesSummaryOutput {
|
|
13832
|
-
statusesSummary?: Array<VirtualMachineStatusCodeCountOutput>;
|
|
13482
|
+
readonly statusesSummary?: Array<VirtualMachineStatusCodeCountOutput>;
|
|
13833
13483
|
}
|
|
13834
13484
|
|
|
13835
13485
|
// @public
|
|
@@ -14054,13 +13704,10 @@ export interface VirtualMachineScaleSetProperties {
|
|
|
14054
13704
|
overprovision?: boolean;
|
|
14055
13705
|
platformFaultDomainCount?: number;
|
|
14056
13706
|
priorityMixPolicy?: PriorityMixPolicy;
|
|
14057
|
-
provisioningState?: string;
|
|
14058
13707
|
proximityPlacementGroup?: SubResource;
|
|
14059
13708
|
scaleInPolicy?: ScaleInPolicy;
|
|
14060
13709
|
singlePlacementGroup?: boolean;
|
|
14061
13710
|
spotRestorePolicy?: SpotRestorePolicy;
|
|
14062
|
-
timeCreated?: Date | string;
|
|
14063
|
-
uniqueId?: string;
|
|
14064
13711
|
upgradePolicy?: UpgradePolicy;
|
|
14065
13712
|
virtualMachineProfile?: VirtualMachineScaleSetVMProfile;
|
|
14066
13713
|
zoneBalance?: boolean;
|
|
@@ -14076,13 +13723,13 @@ export interface VirtualMachineScaleSetPropertiesOutput {
|
|
|
14076
13723
|
overprovision?: boolean;
|
|
14077
13724
|
platformFaultDomainCount?: number;
|
|
14078
13725
|
priorityMixPolicy?: PriorityMixPolicyOutput;
|
|
14079
|
-
provisioningState?: string;
|
|
13726
|
+
readonly provisioningState?: string;
|
|
14080
13727
|
proximityPlacementGroup?: SubResourceOutput;
|
|
14081
13728
|
scaleInPolicy?: ScaleInPolicyOutput;
|
|
14082
13729
|
singlePlacementGroup?: boolean;
|
|
14083
13730
|
spotRestorePolicy?: SpotRestorePolicyOutput;
|
|
14084
|
-
timeCreated?: string;
|
|
14085
|
-
uniqueId?: string;
|
|
13731
|
+
readonly timeCreated?: string;
|
|
13732
|
+
readonly uniqueId?: string;
|
|
14086
13733
|
upgradePolicy?: UpgradePolicyOutput;
|
|
14087
13734
|
virtualMachineProfile?: VirtualMachineScaleSetVMProfileOutput;
|
|
14088
13735
|
zoneBalance?: boolean;
|
|
@@ -14144,16 +13791,12 @@ export interface VirtualMachineScaleSetRollingUpgradesCancel {
|
|
|
14144
13791
|
|
|
14145
13792
|
// @public
|
|
14146
13793
|
export interface VirtualMachineScaleSetRollingUpgradesCancel200Response extends HttpResponse {
|
|
14147
|
-
// (undocumented)
|
|
14148
|
-
body: Record<string, unknown>;
|
|
14149
13794
|
// (undocumented)
|
|
14150
13795
|
status: "200";
|
|
14151
13796
|
}
|
|
14152
13797
|
|
|
14153
13798
|
// @public
|
|
14154
13799
|
export interface VirtualMachineScaleSetRollingUpgradesCancel202Response extends HttpResponse {
|
|
14155
|
-
// (undocumented)
|
|
14156
|
-
body: Record<string, unknown>;
|
|
14157
13800
|
// (undocumented)
|
|
14158
13801
|
status: "202";
|
|
14159
13802
|
}
|
|
@@ -14222,16 +13865,12 @@ export interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade {
|
|
|
14222
13865
|
|
|
14223
13866
|
// @public
|
|
14224
13867
|
export interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade200Response extends HttpResponse {
|
|
14225
|
-
// (undocumented)
|
|
14226
|
-
body: Record<string, unknown>;
|
|
14227
13868
|
// (undocumented)
|
|
14228
13869
|
status: "200";
|
|
14229
13870
|
}
|
|
14230
13871
|
|
|
14231
13872
|
// @public
|
|
14232
13873
|
export interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade202Response extends HttpResponse {
|
|
14233
|
-
// (undocumented)
|
|
14234
|
-
body: Record<string, unknown>;
|
|
14235
13874
|
// (undocumented)
|
|
14236
13875
|
status: "202";
|
|
14237
13876
|
}
|
|
@@ -14265,16 +13904,12 @@ export interface VirtualMachineScaleSetRollingUpgradesStartOSUpgrade {
|
|
|
14265
13904
|
|
|
14266
13905
|
// @public
|
|
14267
13906
|
export interface VirtualMachineScaleSetRollingUpgradesStartOSUpgrade200Response extends HttpResponse {
|
|
14268
|
-
// (undocumented)
|
|
14269
|
-
body: Record<string, unknown>;
|
|
14270
13907
|
// (undocumented)
|
|
14271
13908
|
status: "200";
|
|
14272
13909
|
}
|
|
14273
13910
|
|
|
14274
13911
|
// @public
|
|
14275
13912
|
export interface VirtualMachineScaleSetRollingUpgradesStartOSUpgrade202Response extends HttpResponse {
|
|
14276
|
-
// (undocumented)
|
|
14277
|
-
body: Record<string, unknown>;
|
|
14278
13913
|
// (undocumented)
|
|
14279
13914
|
status: "202";
|
|
14280
13915
|
}
|
|
@@ -14308,8 +13943,6 @@ export interface VirtualMachineScaleSetsConvertToSinglePlacementGroup {
|
|
|
14308
13943
|
|
|
14309
13944
|
// @public
|
|
14310
13945
|
export interface VirtualMachineScaleSetsConvertToSinglePlacementGroup200Response extends HttpResponse {
|
|
14311
|
-
// (undocumented)
|
|
14312
|
-
body: Record<string, unknown>;
|
|
14313
13946
|
// (undocumented)
|
|
14314
13947
|
status: "200";
|
|
14315
13948
|
}
|
|
@@ -14409,16 +14042,12 @@ export interface VirtualMachineScaleSetsDeallocate {
|
|
|
14409
14042
|
|
|
14410
14043
|
// @public
|
|
14411
14044
|
export interface VirtualMachineScaleSetsDeallocate200Response extends HttpResponse {
|
|
14412
|
-
// (undocumented)
|
|
14413
|
-
body: Record<string, unknown>;
|
|
14414
14045
|
// (undocumented)
|
|
14415
14046
|
status: "200";
|
|
14416
14047
|
}
|
|
14417
14048
|
|
|
14418
14049
|
// @public
|
|
14419
14050
|
export interface VirtualMachineScaleSetsDeallocate202Response extends HttpResponse {
|
|
14420
|
-
// (undocumented)
|
|
14421
|
-
body: Record<string, unknown>;
|
|
14422
14051
|
// (undocumented)
|
|
14423
14052
|
status: "202";
|
|
14424
14053
|
}
|
|
@@ -14457,24 +14086,18 @@ export interface VirtualMachineScaleSetsDeallocateQueryParamProperties {
|
|
|
14457
14086
|
|
|
14458
14087
|
// @public
|
|
14459
14088
|
export interface VirtualMachineScaleSetsDelete200Response extends HttpResponse {
|
|
14460
|
-
// (undocumented)
|
|
14461
|
-
body: Record<string, unknown>;
|
|
14462
14089
|
// (undocumented)
|
|
14463
14090
|
status: "200";
|
|
14464
14091
|
}
|
|
14465
14092
|
|
|
14466
14093
|
// @public
|
|
14467
14094
|
export interface VirtualMachineScaleSetsDelete202Response extends HttpResponse {
|
|
14468
|
-
// (undocumented)
|
|
14469
|
-
body: Record<string, unknown>;
|
|
14470
14095
|
// (undocumented)
|
|
14471
14096
|
status: "202";
|
|
14472
14097
|
}
|
|
14473
14098
|
|
|
14474
14099
|
// @public
|
|
14475
14100
|
export interface VirtualMachineScaleSetsDelete204Response extends HttpResponse {
|
|
14476
|
-
// (undocumented)
|
|
14477
|
-
body: Record<string, unknown>;
|
|
14478
14101
|
// (undocumented)
|
|
14479
14102
|
status: "204";
|
|
14480
14103
|
}
|
|
@@ -14494,16 +14117,12 @@ export interface VirtualMachineScaleSetsDeleteInstances {
|
|
|
14494
14117
|
|
|
14495
14118
|
// @public
|
|
14496
14119
|
export interface VirtualMachineScaleSetsDeleteInstances200Response extends HttpResponse {
|
|
14497
|
-
// (undocumented)
|
|
14498
|
-
body: Record<string, unknown>;
|
|
14499
14120
|
// (undocumented)
|
|
14500
14121
|
status: "200";
|
|
14501
14122
|
}
|
|
14502
14123
|
|
|
14503
14124
|
// @public
|
|
14504
14125
|
export interface VirtualMachineScaleSetsDeleteInstances202Response extends HttpResponse {
|
|
14505
|
-
// (undocumented)
|
|
14506
|
-
body: Record<string, unknown>;
|
|
14507
14126
|
// (undocumented)
|
|
14508
14127
|
status: "202";
|
|
14509
14128
|
}
|
|
@@ -14697,17 +14316,17 @@ export interface VirtualMachineScaleSetsGetQueryParamProperties {
|
|
|
14697
14316
|
|
|
14698
14317
|
// @public
|
|
14699
14318
|
export interface VirtualMachineScaleSetSkuCapacityOutput {
|
|
14700
|
-
defaultCapacity?: number;
|
|
14701
|
-
maximum?: number;
|
|
14702
|
-
minimum?: number;
|
|
14703
|
-
scaleType?: "Automatic" | "None";
|
|
14319
|
+
readonly defaultCapacity?: number;
|
|
14320
|
+
readonly maximum?: number;
|
|
14321
|
+
readonly minimum?: number;
|
|
14322
|
+
readonly scaleType?: "Automatic" | "None";
|
|
14704
14323
|
}
|
|
14705
14324
|
|
|
14706
14325
|
// @public
|
|
14707
14326
|
export interface VirtualMachineScaleSetSkuOutput {
|
|
14708
|
-
capacity?: VirtualMachineScaleSetSkuCapacityOutput;
|
|
14709
|
-
resourceType?: string;
|
|
14710
|
-
sku?: SkuOutput;
|
|
14327
|
+
readonly capacity?: VirtualMachineScaleSetSkuCapacityOutput;
|
|
14328
|
+
readonly resourceType?: string;
|
|
14329
|
+
readonly sku?: SkuOutput;
|
|
14711
14330
|
}
|
|
14712
14331
|
|
|
14713
14332
|
// @public (undocumented)
|
|
@@ -14857,16 +14476,12 @@ export interface VirtualMachineScaleSetsPerformMaintenance {
|
|
|
14857
14476
|
|
|
14858
14477
|
// @public
|
|
14859
14478
|
export interface VirtualMachineScaleSetsPerformMaintenance200Response extends HttpResponse {
|
|
14860
|
-
// (undocumented)
|
|
14861
|
-
body: Record<string, unknown>;
|
|
14862
14479
|
// (undocumented)
|
|
14863
14480
|
status: "200";
|
|
14864
14481
|
}
|
|
14865
14482
|
|
|
14866
14483
|
// @public
|
|
14867
14484
|
export interface VirtualMachineScaleSetsPerformMaintenance202Response extends HttpResponse {
|
|
14868
|
-
// (undocumented)
|
|
14869
|
-
body: Record<string, unknown>;
|
|
14870
14485
|
// (undocumented)
|
|
14871
14486
|
status: "202";
|
|
14872
14487
|
}
|
|
@@ -14910,16 +14525,12 @@ export interface VirtualMachineScaleSetsPowerOff {
|
|
|
14910
14525
|
|
|
14911
14526
|
// @public
|
|
14912
14527
|
export interface VirtualMachineScaleSetsPowerOff200Response extends HttpResponse {
|
|
14913
|
-
// (undocumented)
|
|
14914
|
-
body: Record<string, unknown>;
|
|
14915
14528
|
// (undocumented)
|
|
14916
14529
|
status: "200";
|
|
14917
14530
|
}
|
|
14918
14531
|
|
|
14919
14532
|
// @public
|
|
14920
14533
|
export interface VirtualMachineScaleSetsPowerOff202Response extends HttpResponse {
|
|
14921
|
-
// (undocumented)
|
|
14922
|
-
body: Record<string, unknown>;
|
|
14923
14534
|
// (undocumented)
|
|
14924
14535
|
status: "202";
|
|
14925
14536
|
}
|
|
@@ -14964,16 +14575,12 @@ export interface VirtualMachineScaleSetsRedeploy {
|
|
|
14964
14575
|
|
|
14965
14576
|
// @public
|
|
14966
14577
|
export interface VirtualMachineScaleSetsRedeploy200Response extends HttpResponse {
|
|
14967
|
-
// (undocumented)
|
|
14968
|
-
body: Record<string, unknown>;
|
|
14969
14578
|
// (undocumented)
|
|
14970
14579
|
status: "200";
|
|
14971
14580
|
}
|
|
14972
14581
|
|
|
14973
14582
|
// @public
|
|
14974
14583
|
export interface VirtualMachineScaleSetsRedeploy202Response extends HttpResponse {
|
|
14975
|
-
// (undocumented)
|
|
14976
|
-
body: Record<string, unknown>;
|
|
14977
14584
|
// (undocumented)
|
|
14978
14585
|
status: "202";
|
|
14979
14586
|
}
|
|
@@ -15017,16 +14624,12 @@ export interface VirtualMachineScaleSetsReimage {
|
|
|
15017
14624
|
|
|
15018
14625
|
// @public
|
|
15019
14626
|
export interface VirtualMachineScaleSetsReimage200Response extends HttpResponse {
|
|
15020
|
-
// (undocumented)
|
|
15021
|
-
body: Record<string, unknown>;
|
|
15022
14627
|
// (undocumented)
|
|
15023
14628
|
status: "200";
|
|
15024
14629
|
}
|
|
15025
14630
|
|
|
15026
14631
|
// @public
|
|
15027
14632
|
export interface VirtualMachineScaleSetsReimage202Response extends HttpResponse {
|
|
15028
|
-
// (undocumented)
|
|
15029
|
-
body: Record<string, unknown>;
|
|
15030
14633
|
// (undocumented)
|
|
15031
14634
|
status: "202";
|
|
15032
14635
|
}
|
|
@@ -15038,16 +14641,12 @@ export interface VirtualMachineScaleSetsReimageAll {
|
|
|
15038
14641
|
|
|
15039
14642
|
// @public
|
|
15040
14643
|
export interface VirtualMachineScaleSetsReimageAll200Response extends HttpResponse {
|
|
15041
|
-
// (undocumented)
|
|
15042
|
-
body: Record<string, unknown>;
|
|
15043
14644
|
// (undocumented)
|
|
15044
14645
|
status: "200";
|
|
15045
14646
|
}
|
|
15046
14647
|
|
|
15047
14648
|
// @public
|
|
15048
14649
|
export interface VirtualMachineScaleSetsReimageAll202Response extends HttpResponse {
|
|
15049
|
-
// (undocumented)
|
|
15050
|
-
body: Record<string, unknown>;
|
|
15051
14650
|
// (undocumented)
|
|
15052
14651
|
status: "202";
|
|
15053
14652
|
}
|
|
@@ -15123,16 +14722,12 @@ export interface VirtualMachineScaleSetsRestart {
|
|
|
15123
14722
|
|
|
15124
14723
|
// @public
|
|
15125
14724
|
export interface VirtualMachineScaleSetsRestart200Response extends HttpResponse {
|
|
15126
|
-
// (undocumented)
|
|
15127
|
-
body: Record<string, unknown>;
|
|
15128
14725
|
// (undocumented)
|
|
15129
14726
|
status: "200";
|
|
15130
14727
|
}
|
|
15131
14728
|
|
|
15132
14729
|
// @public
|
|
15133
14730
|
export interface VirtualMachineScaleSetsRestart202Response extends HttpResponse {
|
|
15134
|
-
// (undocumented)
|
|
15135
|
-
body: Record<string, unknown>;
|
|
15136
14731
|
// (undocumented)
|
|
15137
14732
|
status: "202";
|
|
15138
14733
|
}
|
|
@@ -15176,16 +14771,12 @@ export interface VirtualMachineScaleSetsSetOrchestrationServiceState {
|
|
|
15176
14771
|
|
|
15177
14772
|
// @public
|
|
15178
14773
|
export interface VirtualMachineScaleSetsSetOrchestrationServiceState200Response extends HttpResponse {
|
|
15179
|
-
// (undocumented)
|
|
15180
|
-
body: Record<string, unknown>;
|
|
15181
14774
|
// (undocumented)
|
|
15182
14775
|
status: "200";
|
|
15183
14776
|
}
|
|
15184
14777
|
|
|
15185
14778
|
// @public
|
|
15186
14779
|
export interface VirtualMachineScaleSetsSetOrchestrationServiceState202Response extends HttpResponse {
|
|
15187
|
-
// (undocumented)
|
|
15188
|
-
body: Record<string, unknown>;
|
|
15189
14780
|
// (undocumented)
|
|
15190
14781
|
status: "202";
|
|
15191
14782
|
}
|
|
@@ -15229,16 +14820,12 @@ export interface VirtualMachineScaleSetsStart {
|
|
|
15229
14820
|
|
|
15230
14821
|
// @public
|
|
15231
14822
|
export interface VirtualMachineScaleSetsStart200Response extends HttpResponse {
|
|
15232
|
-
// (undocumented)
|
|
15233
|
-
body: Record<string, unknown>;
|
|
15234
14823
|
// (undocumented)
|
|
15235
14824
|
status: "200";
|
|
15236
14825
|
}
|
|
15237
14826
|
|
|
15238
14827
|
// @public
|
|
15239
14828
|
export interface VirtualMachineScaleSetsStart202Response extends HttpResponse {
|
|
15240
|
-
// (undocumented)
|
|
15241
|
-
body: Record<string, unknown>;
|
|
15242
14829
|
// (undocumented)
|
|
15243
14830
|
status: "202";
|
|
15244
14831
|
}
|
|
@@ -15321,16 +14908,12 @@ export interface VirtualMachineScaleSetsUpdateInstances {
|
|
|
15321
14908
|
|
|
15322
14909
|
// @public
|
|
15323
14910
|
export interface VirtualMachineScaleSetsUpdateInstances200Response extends HttpResponse {
|
|
15324
|
-
// (undocumented)
|
|
15325
|
-
body: Record<string, unknown>;
|
|
15326
14911
|
// (undocumented)
|
|
15327
14912
|
status: "200";
|
|
15328
14913
|
}
|
|
15329
14914
|
|
|
15330
14915
|
// @public
|
|
15331
14916
|
export interface VirtualMachineScaleSetsUpdateInstances202Response extends HttpResponse {
|
|
15332
|
-
// (undocumented)
|
|
15333
|
-
body: Record<string, unknown>;
|
|
15334
14917
|
// (undocumented)
|
|
15335
14918
|
status: "202";
|
|
15336
14919
|
}
|
|
@@ -15562,26 +15145,20 @@ export interface VirtualMachineScaleSetUpdateVMProfile {
|
|
|
15562
15145
|
// @public
|
|
15563
15146
|
export interface VirtualMachineScaleSetVM extends Resource {
|
|
15564
15147
|
identity?: VirtualMachineIdentity;
|
|
15565
|
-
instanceId?: string;
|
|
15566
15148
|
plan?: Plan;
|
|
15567
15149
|
properties?: VirtualMachineScaleSetVMProperties;
|
|
15568
|
-
resources?: Array<VirtualMachineExtension>;
|
|
15569
|
-
sku?: Sku;
|
|
15570
|
-
zones?: Array<string>;
|
|
15571
15150
|
}
|
|
15572
15151
|
|
|
15573
15152
|
// @public
|
|
15574
15153
|
export interface VirtualMachineScaleSetVMExtension extends SubResourceReadOnly {
|
|
15575
|
-
name?: string;
|
|
15576
15154
|
properties?: VirtualMachineExtensionProperties;
|
|
15577
|
-
type?: string;
|
|
15578
15155
|
}
|
|
15579
15156
|
|
|
15580
15157
|
// @public
|
|
15581
15158
|
export interface VirtualMachineScaleSetVMExtensionOutput extends SubResourceReadOnlyOutput {
|
|
15582
|
-
name?: string;
|
|
15159
|
+
readonly name?: string;
|
|
15583
15160
|
properties?: VirtualMachineExtensionPropertiesOutput;
|
|
15584
|
-
type?: string;
|
|
15161
|
+
readonly type?: string;
|
|
15585
15162
|
}
|
|
15586
15163
|
|
|
15587
15164
|
// @public (undocumented)
|
|
@@ -15642,24 +15219,18 @@ export interface VirtualMachineScaleSetVMExtensionsCreateOrUpdateQueryParamPrope
|
|
|
15642
15219
|
|
|
15643
15220
|
// @public
|
|
15644
15221
|
export interface VirtualMachineScaleSetVMExtensionsDelete200Response extends HttpResponse {
|
|
15645
|
-
// (undocumented)
|
|
15646
|
-
body: Record<string, unknown>;
|
|
15647
15222
|
// (undocumented)
|
|
15648
15223
|
status: "200";
|
|
15649
15224
|
}
|
|
15650
15225
|
|
|
15651
15226
|
// @public
|
|
15652
15227
|
export interface VirtualMachineScaleSetVMExtensionsDelete202Response extends HttpResponse {
|
|
15653
|
-
// (undocumented)
|
|
15654
|
-
body: Record<string, unknown>;
|
|
15655
15228
|
// (undocumented)
|
|
15656
15229
|
status: "202";
|
|
15657
15230
|
}
|
|
15658
15231
|
|
|
15659
15232
|
// @public
|
|
15660
15233
|
export interface VirtualMachineScaleSetVMExtensionsDelete204Response extends HttpResponse {
|
|
15661
|
-
// (undocumented)
|
|
15662
|
-
body: Record<string, unknown>;
|
|
15663
15234
|
// (undocumented)
|
|
15664
15235
|
status: "204";
|
|
15665
15236
|
}
|
|
@@ -15760,8 +15331,8 @@ export interface VirtualMachineScaleSetVMExtensionsListResultOutput {
|
|
|
15760
15331
|
|
|
15761
15332
|
// @public
|
|
15762
15333
|
export interface VirtualMachineScaleSetVMExtensionsSummaryOutput {
|
|
15763
|
-
name?: string;
|
|
15764
|
-
statusesSummary?: Array<VirtualMachineStatusCodeCountOutput>;
|
|
15334
|
+
readonly name?: string;
|
|
15335
|
+
readonly statusesSummary?: Array<VirtualMachineStatusCodeCountOutput>;
|
|
15765
15336
|
}
|
|
15766
15337
|
|
|
15767
15338
|
// @public
|
|
@@ -15806,16 +15377,14 @@ export interface VirtualMachineScaleSetVMExtensionsUpdateQueryParamProperties {
|
|
|
15806
15377
|
|
|
15807
15378
|
// @public
|
|
15808
15379
|
export interface VirtualMachineScaleSetVMExtensionUpdate extends SubResourceReadOnly {
|
|
15809
|
-
name?: string;
|
|
15810
15380
|
properties?: VirtualMachineExtensionUpdateProperties;
|
|
15811
|
-
type?: string;
|
|
15812
15381
|
}
|
|
15813
15382
|
|
|
15814
15383
|
// @public
|
|
15815
15384
|
export interface VirtualMachineScaleSetVMExtensionUpdateOutput extends SubResourceReadOnlyOutput {
|
|
15816
|
-
name?: string;
|
|
15385
|
+
readonly name?: string;
|
|
15817
15386
|
properties?: VirtualMachineExtensionUpdatePropertiesOutput;
|
|
15818
|
-
type?: string;
|
|
15387
|
+
readonly type?: string;
|
|
15819
15388
|
}
|
|
15820
15389
|
|
|
15821
15390
|
// @public
|
|
@@ -15830,7 +15399,6 @@ export interface VirtualMachineScaleSetVMInstanceRequiredIDs {
|
|
|
15830
15399
|
|
|
15831
15400
|
// @public
|
|
15832
15401
|
export interface VirtualMachineScaleSetVMInstanceView {
|
|
15833
|
-
assignedHost?: string;
|
|
15834
15402
|
bootDiagnostics?: BootDiagnosticsInstanceView;
|
|
15835
15403
|
disks?: Array<DiskInstanceView>;
|
|
15836
15404
|
extensions?: Array<VirtualMachineExtensionInstanceView>;
|
|
@@ -15841,12 +15409,11 @@ export interface VirtualMachineScaleSetVMInstanceView {
|
|
|
15841
15409
|
rdpThumbPrint?: string;
|
|
15842
15410
|
statuses?: Array<InstanceViewStatus>;
|
|
15843
15411
|
vmAgent?: VirtualMachineAgentInstanceView;
|
|
15844
|
-
vmHealth?: VirtualMachineHealthStatus;
|
|
15845
15412
|
}
|
|
15846
15413
|
|
|
15847
15414
|
// @public
|
|
15848
15415
|
export interface VirtualMachineScaleSetVMInstanceViewOutput {
|
|
15849
|
-
assignedHost?: string;
|
|
15416
|
+
readonly assignedHost?: string;
|
|
15850
15417
|
bootDiagnostics?: BootDiagnosticsInstanceViewOutput;
|
|
15851
15418
|
disks?: Array<DiskInstanceViewOutput>;
|
|
15852
15419
|
extensions?: Array<VirtualMachineExtensionInstanceViewOutput>;
|
|
@@ -15857,7 +15424,7 @@ export interface VirtualMachineScaleSetVMInstanceViewOutput {
|
|
|
15857
15424
|
rdpThumbPrint?: string;
|
|
15858
15425
|
statuses?: Array<InstanceViewStatusOutput>;
|
|
15859
15426
|
vmAgent?: VirtualMachineAgentInstanceViewOutput;
|
|
15860
|
-
vmHealth?: VirtualMachineHealthStatusOutput;
|
|
15427
|
+
readonly vmHealth?: VirtualMachineHealthStatusOutput;
|
|
15861
15428
|
}
|
|
15862
15429
|
|
|
15863
15430
|
// @public
|
|
@@ -15879,12 +15446,12 @@ export interface VirtualMachineScaleSetVMNetworkProfileConfigurationOutput {
|
|
|
15879
15446
|
// @public
|
|
15880
15447
|
export interface VirtualMachineScaleSetVMOutput extends ResourceOutput {
|
|
15881
15448
|
identity?: VirtualMachineIdentityOutput;
|
|
15882
|
-
instanceId?: string;
|
|
15449
|
+
readonly instanceId?: string;
|
|
15883
15450
|
plan?: PlanOutput;
|
|
15884
15451
|
properties?: VirtualMachineScaleSetVMPropertiesOutput;
|
|
15885
|
-
resources?: Array<VirtualMachineExtensionOutput>;
|
|
15886
|
-
sku?: SkuOutput;
|
|
15887
|
-
zones?: Array<string>;
|
|
15452
|
+
readonly resources?: Array<VirtualMachineExtensionOutput>;
|
|
15453
|
+
readonly sku?: SkuOutput;
|
|
15454
|
+
readonly zones?: Array<string>;
|
|
15888
15455
|
}
|
|
15889
15456
|
|
|
15890
15457
|
// @public
|
|
@@ -15931,19 +15498,14 @@ export interface VirtualMachineScaleSetVMProperties {
|
|
|
15931
15498
|
availabilitySet?: SubResource;
|
|
15932
15499
|
diagnosticsProfile?: DiagnosticsProfile;
|
|
15933
15500
|
hardwareProfile?: HardwareProfile;
|
|
15934
|
-
instanceView?: VirtualMachineScaleSetVMInstanceView;
|
|
15935
|
-
latestModelApplied?: boolean;
|
|
15936
15501
|
licenseType?: string;
|
|
15937
|
-
modelDefinitionApplied?: string;
|
|
15938
15502
|
networkProfile?: NetworkProfile;
|
|
15939
15503
|
networkProfileConfiguration?: VirtualMachineScaleSetVMNetworkProfileConfiguration;
|
|
15940
15504
|
osProfile?: OSProfile;
|
|
15941
15505
|
protectionPolicy?: VirtualMachineScaleSetVMProtectionPolicy;
|
|
15942
|
-
provisioningState?: string;
|
|
15943
15506
|
securityProfile?: SecurityProfile;
|
|
15944
15507
|
storageProfile?: StorageProfile;
|
|
15945
15508
|
userData?: string;
|
|
15946
|
-
vmId?: string;
|
|
15947
15509
|
}
|
|
15948
15510
|
|
|
15949
15511
|
// @public
|
|
@@ -15952,19 +15514,19 @@ export interface VirtualMachineScaleSetVMPropertiesOutput {
|
|
|
15952
15514
|
availabilitySet?: SubResourceOutput;
|
|
15953
15515
|
diagnosticsProfile?: DiagnosticsProfileOutput;
|
|
15954
15516
|
hardwareProfile?: HardwareProfileOutput;
|
|
15955
|
-
instanceView?: VirtualMachineScaleSetVMInstanceViewOutput;
|
|
15956
|
-
latestModelApplied?: boolean;
|
|
15517
|
+
readonly instanceView?: VirtualMachineScaleSetVMInstanceViewOutput;
|
|
15518
|
+
readonly latestModelApplied?: boolean;
|
|
15957
15519
|
licenseType?: string;
|
|
15958
|
-
modelDefinitionApplied?: string;
|
|
15520
|
+
readonly modelDefinitionApplied?: string;
|
|
15959
15521
|
networkProfile?: NetworkProfileOutput;
|
|
15960
15522
|
networkProfileConfiguration?: VirtualMachineScaleSetVMNetworkProfileConfigurationOutput;
|
|
15961
15523
|
osProfile?: OSProfileOutput;
|
|
15962
15524
|
protectionPolicy?: VirtualMachineScaleSetVMProtectionPolicyOutput;
|
|
15963
|
-
provisioningState?: string;
|
|
15525
|
+
readonly provisioningState?: string;
|
|
15964
15526
|
securityProfile?: SecurityProfileOutput;
|
|
15965
15527
|
storageProfile?: StorageProfileOutput;
|
|
15966
15528
|
userData?: string;
|
|
15967
|
-
vmId?: string;
|
|
15529
|
+
readonly vmId?: string;
|
|
15968
15530
|
}
|
|
15969
15531
|
|
|
15970
15532
|
// @public
|
|
@@ -16041,24 +15603,18 @@ export interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdateQueryParamProp
|
|
|
16041
15603
|
|
|
16042
15604
|
// @public
|
|
16043
15605
|
export interface VirtualMachineScaleSetVMRunCommandsDelete200Response extends HttpResponse {
|
|
16044
|
-
// (undocumented)
|
|
16045
|
-
body: Record<string, unknown>;
|
|
16046
15606
|
// (undocumented)
|
|
16047
15607
|
status: "200";
|
|
16048
15608
|
}
|
|
16049
15609
|
|
|
16050
15610
|
// @public
|
|
16051
15611
|
export interface VirtualMachineScaleSetVMRunCommandsDelete202Response extends HttpResponse {
|
|
16052
|
-
// (undocumented)
|
|
16053
|
-
body: Record<string, unknown>;
|
|
16054
15612
|
// (undocumented)
|
|
16055
15613
|
status: "202";
|
|
16056
15614
|
}
|
|
16057
15615
|
|
|
16058
15616
|
// @public
|
|
16059
15617
|
export interface VirtualMachineScaleSetVMRunCommandsDelete204Response extends HttpResponse {
|
|
16060
|
-
// (undocumented)
|
|
16061
|
-
body: Record<string, unknown>;
|
|
16062
15618
|
// (undocumented)
|
|
16063
15619
|
status: "204";
|
|
16064
15620
|
}
|
|
@@ -16199,16 +15755,12 @@ export interface VirtualMachineScaleSetVMsDeallocate {
|
|
|
16199
15755
|
|
|
16200
15756
|
// @public
|
|
16201
15757
|
export interface VirtualMachineScaleSetVMsDeallocate200Response extends HttpResponse {
|
|
16202
|
-
// (undocumented)
|
|
16203
|
-
body: Record<string, unknown>;
|
|
16204
15758
|
// (undocumented)
|
|
16205
15759
|
status: "200";
|
|
16206
15760
|
}
|
|
16207
15761
|
|
|
16208
15762
|
// @public
|
|
16209
15763
|
export interface VirtualMachineScaleSetVMsDeallocate202Response extends HttpResponse {
|
|
16210
|
-
// (undocumented)
|
|
16211
|
-
body: Record<string, unknown>;
|
|
16212
15764
|
// (undocumented)
|
|
16213
15765
|
status: "202";
|
|
16214
15766
|
}
|
|
@@ -16237,24 +15789,18 @@ export interface VirtualMachineScaleSetVMsDeallocateQueryParamProperties {
|
|
|
16237
15789
|
|
|
16238
15790
|
// @public
|
|
16239
15791
|
export interface VirtualMachineScaleSetVMsDelete200Response extends HttpResponse {
|
|
16240
|
-
// (undocumented)
|
|
16241
|
-
body: Record<string, unknown>;
|
|
16242
15792
|
// (undocumented)
|
|
16243
15793
|
status: "200";
|
|
16244
15794
|
}
|
|
16245
15795
|
|
|
16246
15796
|
// @public
|
|
16247
15797
|
export interface VirtualMachineScaleSetVMsDelete202Response extends HttpResponse {
|
|
16248
|
-
// (undocumented)
|
|
16249
|
-
body: Record<string, unknown>;
|
|
16250
15798
|
// (undocumented)
|
|
16251
15799
|
status: "202";
|
|
16252
15800
|
}
|
|
16253
15801
|
|
|
16254
15802
|
// @public
|
|
16255
15803
|
export interface VirtualMachineScaleSetVMsDelete204Response extends HttpResponse {
|
|
16256
|
-
// (undocumented)
|
|
16257
|
-
body: Record<string, unknown>;
|
|
16258
15804
|
// (undocumented)
|
|
16259
15805
|
status: "204";
|
|
16260
15806
|
}
|
|
@@ -16393,16 +15939,12 @@ export interface VirtualMachineScaleSetVMsPerformMaintenance {
|
|
|
16393
15939
|
|
|
16394
15940
|
// @public
|
|
16395
15941
|
export interface VirtualMachineScaleSetVMsPerformMaintenance200Response extends HttpResponse {
|
|
16396
|
-
// (undocumented)
|
|
16397
|
-
body: Record<string, unknown>;
|
|
16398
15942
|
// (undocumented)
|
|
16399
15943
|
status: "200";
|
|
16400
15944
|
}
|
|
16401
15945
|
|
|
16402
15946
|
// @public
|
|
16403
15947
|
export interface VirtualMachineScaleSetVMsPerformMaintenance202Response extends HttpResponse {
|
|
16404
|
-
// (undocumented)
|
|
16405
|
-
body: Record<string, unknown>;
|
|
16406
15948
|
// (undocumented)
|
|
16407
15949
|
status: "202";
|
|
16408
15950
|
}
|
|
@@ -16436,16 +15978,12 @@ export interface VirtualMachineScaleSetVMsPowerOff {
|
|
|
16436
15978
|
|
|
16437
15979
|
// @public
|
|
16438
15980
|
export interface VirtualMachineScaleSetVMsPowerOff200Response extends HttpResponse {
|
|
16439
|
-
// (undocumented)
|
|
16440
|
-
body: Record<string, unknown>;
|
|
16441
15981
|
// (undocumented)
|
|
16442
15982
|
status: "200";
|
|
16443
15983
|
}
|
|
16444
15984
|
|
|
16445
15985
|
// @public
|
|
16446
15986
|
export interface VirtualMachineScaleSetVMsPowerOff202Response extends HttpResponse {
|
|
16447
|
-
// (undocumented)
|
|
16448
|
-
body: Record<string, unknown>;
|
|
16449
15987
|
// (undocumented)
|
|
16450
15988
|
status: "202";
|
|
16451
15989
|
}
|
|
@@ -16480,16 +16018,12 @@ export interface VirtualMachineScaleSetVMsRedeploy {
|
|
|
16480
16018
|
|
|
16481
16019
|
// @public
|
|
16482
16020
|
export interface VirtualMachineScaleSetVMsRedeploy200Response extends HttpResponse {
|
|
16483
|
-
// (undocumented)
|
|
16484
|
-
body: Record<string, unknown>;
|
|
16485
16021
|
// (undocumented)
|
|
16486
16022
|
status: "200";
|
|
16487
16023
|
}
|
|
16488
16024
|
|
|
16489
16025
|
// @public
|
|
16490
16026
|
export interface VirtualMachineScaleSetVMsRedeploy202Response extends HttpResponse {
|
|
16491
|
-
// (undocumented)
|
|
16492
|
-
body: Record<string, unknown>;
|
|
16493
16027
|
// (undocumented)
|
|
16494
16028
|
status: "202";
|
|
16495
16029
|
}
|
|
@@ -16523,16 +16057,12 @@ export interface VirtualMachineScaleSetVMsReimage {
|
|
|
16523
16057
|
|
|
16524
16058
|
// @public
|
|
16525
16059
|
export interface VirtualMachineScaleSetVMsReimage200Response extends HttpResponse {
|
|
16526
|
-
// (undocumented)
|
|
16527
|
-
body: Record<string, unknown>;
|
|
16528
16060
|
// (undocumented)
|
|
16529
16061
|
status: "200";
|
|
16530
16062
|
}
|
|
16531
16063
|
|
|
16532
16064
|
// @public
|
|
16533
16065
|
export interface VirtualMachineScaleSetVMsReimage202Response extends HttpResponse {
|
|
16534
|
-
// (undocumented)
|
|
16535
|
-
body: Record<string, unknown>;
|
|
16536
16066
|
// (undocumented)
|
|
16537
16067
|
status: "202";
|
|
16538
16068
|
}
|
|
@@ -16544,16 +16074,12 @@ export interface VirtualMachineScaleSetVMsReimageAll {
|
|
|
16544
16074
|
|
|
16545
16075
|
// @public
|
|
16546
16076
|
export interface VirtualMachineScaleSetVMsReimageAll200Response extends HttpResponse {
|
|
16547
|
-
// (undocumented)
|
|
16548
|
-
body: Record<string, unknown>;
|
|
16549
16077
|
// (undocumented)
|
|
16550
16078
|
status: "200";
|
|
16551
16079
|
}
|
|
16552
16080
|
|
|
16553
16081
|
// @public
|
|
16554
16082
|
export interface VirtualMachineScaleSetVMsReimageAll202Response extends HttpResponse {
|
|
16555
|
-
// (undocumented)
|
|
16556
|
-
body: Record<string, unknown>;
|
|
16557
16083
|
// (undocumented)
|
|
16558
16084
|
status: "202";
|
|
16559
16085
|
}
|
|
@@ -16619,16 +16145,12 @@ export interface VirtualMachineScaleSetVMsRestart {
|
|
|
16619
16145
|
|
|
16620
16146
|
// @public
|
|
16621
16147
|
export interface VirtualMachineScaleSetVMsRestart200Response extends HttpResponse {
|
|
16622
|
-
// (undocumented)
|
|
16623
|
-
body: Record<string, unknown>;
|
|
16624
16148
|
// (undocumented)
|
|
16625
16149
|
status: "200";
|
|
16626
16150
|
}
|
|
16627
16151
|
|
|
16628
16152
|
// @public
|
|
16629
16153
|
export interface VirtualMachineScaleSetVMsRestart202Response extends HttpResponse {
|
|
16630
|
-
// (undocumented)
|
|
16631
|
-
body: Record<string, unknown>;
|
|
16632
16154
|
// (undocumented)
|
|
16633
16155
|
status: "202";
|
|
16634
16156
|
}
|
|
@@ -16706,8 +16228,6 @@ export interface VirtualMachineScaleSetVMsRunCommand200Response extends HttpResp
|
|
|
16706
16228
|
|
|
16707
16229
|
// @public
|
|
16708
16230
|
export interface VirtualMachineScaleSetVMsRunCommand202Response extends HttpResponse {
|
|
16709
|
-
// (undocumented)
|
|
16710
|
-
body: Record<string, unknown>;
|
|
16711
16231
|
// (undocumented)
|
|
16712
16232
|
status: "202";
|
|
16713
16233
|
}
|
|
@@ -16743,8 +16263,6 @@ export interface VirtualMachineScaleSetVMsSimulateEviction {
|
|
|
16743
16263
|
|
|
16744
16264
|
// @public
|
|
16745
16265
|
export interface VirtualMachineScaleSetVMsSimulateEviction204Response extends HttpResponse {
|
|
16746
|
-
// (undocumented)
|
|
16747
|
-
body: Record<string, unknown>;
|
|
16748
16266
|
// (undocumented)
|
|
16749
16267
|
status: "204";
|
|
16750
16268
|
}
|
|
@@ -16778,16 +16296,12 @@ export interface VirtualMachineScaleSetVMsStart {
|
|
|
16778
16296
|
|
|
16779
16297
|
// @public
|
|
16780
16298
|
export interface VirtualMachineScaleSetVMsStart200Response extends HttpResponse {
|
|
16781
|
-
// (undocumented)
|
|
16782
|
-
body: Record<string, unknown>;
|
|
16783
16299
|
// (undocumented)
|
|
16784
16300
|
status: "200";
|
|
16785
16301
|
}
|
|
16786
16302
|
|
|
16787
16303
|
// @public
|
|
16788
16304
|
export interface VirtualMachineScaleSetVMsStart202Response extends HttpResponse {
|
|
16789
|
-
// (undocumented)
|
|
16790
|
-
body: Record<string, unknown>;
|
|
16791
16305
|
// (undocumented)
|
|
16792
16306
|
status: "202";
|
|
16793
16307
|
}
|
|
@@ -16884,8 +16398,6 @@ export interface VirtualMachinesCapture200Response extends HttpResponse {
|
|
|
16884
16398
|
|
|
16885
16399
|
// @public
|
|
16886
16400
|
export interface VirtualMachinesCapture202Response extends HttpResponse {
|
|
16887
|
-
// (undocumented)
|
|
16888
|
-
body: Record<string, unknown>;
|
|
16889
16401
|
// (undocumented)
|
|
16890
16402
|
status: "202";
|
|
16891
16403
|
}
|
|
@@ -16929,16 +16441,12 @@ export interface VirtualMachinesConvertToManagedDisks {
|
|
|
16929
16441
|
|
|
16930
16442
|
// @public
|
|
16931
16443
|
export interface VirtualMachinesConvertToManagedDisks200Response extends HttpResponse {
|
|
16932
|
-
// (undocumented)
|
|
16933
|
-
body: Record<string, unknown>;
|
|
16934
16444
|
// (undocumented)
|
|
16935
16445
|
status: "200";
|
|
16936
16446
|
}
|
|
16937
16447
|
|
|
16938
16448
|
// @public
|
|
16939
16449
|
export interface VirtualMachinesConvertToManagedDisks202Response extends HttpResponse {
|
|
16940
|
-
// (undocumented)
|
|
16941
|
-
body: Record<string, unknown>;
|
|
16942
16450
|
// (undocumented)
|
|
16943
16451
|
status: "202";
|
|
16944
16452
|
}
|
|
@@ -17028,16 +16536,12 @@ export interface VirtualMachinesDeallocate {
|
|
|
17028
16536
|
|
|
17029
16537
|
// @public
|
|
17030
16538
|
export interface VirtualMachinesDeallocate200Response extends HttpResponse {
|
|
17031
|
-
// (undocumented)
|
|
17032
|
-
body: Record<string, unknown>;
|
|
17033
16539
|
// (undocumented)
|
|
17034
16540
|
status: "200";
|
|
17035
16541
|
}
|
|
17036
16542
|
|
|
17037
16543
|
// @public
|
|
17038
16544
|
export interface VirtualMachinesDeallocate202Response extends HttpResponse {
|
|
17039
|
-
// (undocumented)
|
|
17040
|
-
body: Record<string, unknown>;
|
|
17041
16545
|
// (undocumented)
|
|
17042
16546
|
status: "202";
|
|
17043
16547
|
}
|
|
@@ -17067,24 +16571,18 @@ export interface VirtualMachinesDeallocateQueryParamProperties {
|
|
|
17067
16571
|
|
|
17068
16572
|
// @public
|
|
17069
16573
|
export interface VirtualMachinesDelete200Response extends HttpResponse {
|
|
17070
|
-
// (undocumented)
|
|
17071
|
-
body: Record<string, unknown>;
|
|
17072
16574
|
// (undocumented)
|
|
17073
16575
|
status: "200";
|
|
17074
16576
|
}
|
|
17075
16577
|
|
|
17076
16578
|
// @public
|
|
17077
16579
|
export interface VirtualMachinesDelete202Response extends HttpResponse {
|
|
17078
|
-
// (undocumented)
|
|
17079
|
-
body: Record<string, unknown>;
|
|
17080
16580
|
// (undocumented)
|
|
17081
16581
|
status: "202";
|
|
17082
16582
|
}
|
|
17083
16583
|
|
|
17084
16584
|
// @public
|
|
17085
16585
|
export interface VirtualMachinesDelete204Response extends HttpResponse {
|
|
17086
|
-
// (undocumented)
|
|
17087
|
-
body: Record<string, unknown>;
|
|
17088
16586
|
// (undocumented)
|
|
17089
16587
|
status: "204";
|
|
17090
16588
|
}
|
|
@@ -17119,8 +16617,6 @@ export interface VirtualMachinesGeneralize {
|
|
|
17119
16617
|
|
|
17120
16618
|
// @public
|
|
17121
16619
|
export interface VirtualMachinesGeneralize200Response extends HttpResponse {
|
|
17122
|
-
// (undocumented)
|
|
17123
|
-
body: Record<string, unknown>;
|
|
17124
16620
|
// (undocumented)
|
|
17125
16621
|
status: "200";
|
|
17126
16622
|
}
|
|
@@ -17193,8 +16689,6 @@ export interface VirtualMachinesInstallPatches200Response extends HttpResponse {
|
|
|
17193
16689
|
|
|
17194
16690
|
// @public
|
|
17195
16691
|
export interface VirtualMachinesInstallPatches202Response extends HttpResponse {
|
|
17196
|
-
// (undocumented)
|
|
17197
|
-
body: Record<string, unknown>;
|
|
17198
16692
|
// (undocumented)
|
|
17199
16693
|
status: "202";
|
|
17200
16694
|
}
|
|
@@ -17461,16 +16955,16 @@ export interface VirtualMachinesListQueryParamProperties {
|
|
|
17461
16955
|
|
|
17462
16956
|
// @public
|
|
17463
16957
|
export interface VirtualMachineSoftwarePatchPropertiesOutput {
|
|
17464
|
-
activityId?: string;
|
|
17465
|
-
assessmentState?: "Unknown" | "Available";
|
|
17466
|
-
classifications?: Array<string>;
|
|
17467
|
-
kbId?: string;
|
|
17468
|
-
lastModifiedDateTime?: string;
|
|
17469
|
-
name?: string;
|
|
17470
|
-
patchId?: string;
|
|
17471
|
-
publishedDate?: string;
|
|
17472
|
-
rebootBehavior?: "Unknown" | "NeverReboots" | "AlwaysRequiresReboot" | "CanRequestReboot";
|
|
17473
|
-
version?: string;
|
|
16958
|
+
readonly activityId?: string;
|
|
16959
|
+
readonly assessmentState?: "Unknown" | "Available";
|
|
16960
|
+
readonly classifications?: Array<string>;
|
|
16961
|
+
readonly kbId?: string;
|
|
16962
|
+
readonly lastModifiedDateTime?: string;
|
|
16963
|
+
readonly name?: string;
|
|
16964
|
+
readonly patchId?: string;
|
|
16965
|
+
readonly publishedDate?: string;
|
|
16966
|
+
readonly rebootBehavior?: "Unknown" | "NeverReboots" | "AlwaysRequiresReboot" | "CanRequestReboot";
|
|
16967
|
+
readonly version?: string;
|
|
17474
16968
|
}
|
|
17475
16969
|
|
|
17476
16970
|
// @public (undocumented)
|
|
@@ -17480,16 +16974,12 @@ export interface VirtualMachinesPerformMaintenance {
|
|
|
17480
16974
|
|
|
17481
16975
|
// @public
|
|
17482
16976
|
export interface VirtualMachinesPerformMaintenance200Response extends HttpResponse {
|
|
17483
|
-
// (undocumented)
|
|
17484
|
-
body: Record<string, unknown>;
|
|
17485
16977
|
// (undocumented)
|
|
17486
16978
|
status: "200";
|
|
17487
16979
|
}
|
|
17488
16980
|
|
|
17489
16981
|
// @public
|
|
17490
16982
|
export interface VirtualMachinesPerformMaintenance202Response extends HttpResponse {
|
|
17491
|
-
// (undocumented)
|
|
17492
|
-
body: Record<string, unknown>;
|
|
17493
16983
|
// (undocumented)
|
|
17494
16984
|
status: "202";
|
|
17495
16985
|
}
|
|
@@ -17523,16 +17013,12 @@ export interface VirtualMachinesPowerOff {
|
|
|
17523
17013
|
|
|
17524
17014
|
// @public
|
|
17525
17015
|
export interface VirtualMachinesPowerOff200Response extends HttpResponse {
|
|
17526
|
-
// (undocumented)
|
|
17527
|
-
body: Record<string, unknown>;
|
|
17528
17016
|
// (undocumented)
|
|
17529
17017
|
status: "200";
|
|
17530
17018
|
}
|
|
17531
17019
|
|
|
17532
17020
|
// @public
|
|
17533
17021
|
export interface VirtualMachinesPowerOff202Response extends HttpResponse {
|
|
17534
|
-
// (undocumented)
|
|
17535
|
-
body: Record<string, unknown>;
|
|
17536
17022
|
// (undocumented)
|
|
17537
17023
|
status: "202";
|
|
17538
17024
|
}
|
|
@@ -17567,16 +17053,12 @@ export interface VirtualMachinesReapply {
|
|
|
17567
17053
|
|
|
17568
17054
|
// @public
|
|
17569
17055
|
export interface VirtualMachinesReapply200Response extends HttpResponse {
|
|
17570
|
-
// (undocumented)
|
|
17571
|
-
body: Record<string, unknown>;
|
|
17572
17056
|
// (undocumented)
|
|
17573
17057
|
status: "200";
|
|
17574
17058
|
}
|
|
17575
17059
|
|
|
17576
17060
|
// @public
|
|
17577
17061
|
export interface VirtualMachinesReapply202Response extends HttpResponse {
|
|
17578
|
-
// (undocumented)
|
|
17579
|
-
body: Record<string, unknown>;
|
|
17580
17062
|
// (undocumented)
|
|
17581
17063
|
status: "202";
|
|
17582
17064
|
}
|
|
@@ -17610,16 +17092,12 @@ export interface VirtualMachinesRedeploy {
|
|
|
17610
17092
|
|
|
17611
17093
|
// @public
|
|
17612
17094
|
export interface VirtualMachinesRedeploy200Response extends HttpResponse {
|
|
17613
|
-
// (undocumented)
|
|
17614
|
-
body: Record<string, unknown>;
|
|
17615
17095
|
// (undocumented)
|
|
17616
17096
|
status: "200";
|
|
17617
17097
|
}
|
|
17618
17098
|
|
|
17619
17099
|
// @public
|
|
17620
17100
|
export interface VirtualMachinesRedeploy202Response extends HttpResponse {
|
|
17621
|
-
// (undocumented)
|
|
17622
|
-
body: Record<string, unknown>;
|
|
17623
17101
|
// (undocumented)
|
|
17624
17102
|
status: "202";
|
|
17625
17103
|
}
|
|
@@ -17653,16 +17131,12 @@ export interface VirtualMachinesReimage {
|
|
|
17653
17131
|
|
|
17654
17132
|
// @public
|
|
17655
17133
|
export interface VirtualMachinesReimage200Response extends HttpResponse {
|
|
17656
|
-
// (undocumented)
|
|
17657
|
-
body: Record<string, unknown>;
|
|
17658
17134
|
// (undocumented)
|
|
17659
17135
|
status: "200";
|
|
17660
17136
|
}
|
|
17661
17137
|
|
|
17662
17138
|
// @public
|
|
17663
17139
|
export interface VirtualMachinesReimage202Response extends HttpResponse {
|
|
17664
|
-
// (undocumented)
|
|
17665
|
-
body: Record<string, unknown>;
|
|
17666
17140
|
// (undocumented)
|
|
17667
17141
|
status: "202";
|
|
17668
17142
|
}
|
|
@@ -17706,16 +17180,12 @@ export interface VirtualMachinesRestart {
|
|
|
17706
17180
|
|
|
17707
17181
|
// @public
|
|
17708
17182
|
export interface VirtualMachinesRestart200Response extends HttpResponse {
|
|
17709
|
-
// (undocumented)
|
|
17710
|
-
body: Record<string, unknown>;
|
|
17711
17183
|
// (undocumented)
|
|
17712
17184
|
status: "200";
|
|
17713
17185
|
}
|
|
17714
17186
|
|
|
17715
17187
|
// @public
|
|
17716
17188
|
export interface VirtualMachinesRestart202Response extends HttpResponse {
|
|
17717
|
-
// (undocumented)
|
|
17718
|
-
body: Record<string, unknown>;
|
|
17719
17189
|
// (undocumented)
|
|
17720
17190
|
status: "202";
|
|
17721
17191
|
}
|
|
@@ -17793,8 +17263,6 @@ export interface VirtualMachinesRunCommand200Response extends HttpResponse {
|
|
|
17793
17263
|
|
|
17794
17264
|
// @public
|
|
17795
17265
|
export interface VirtualMachinesRunCommand202Response extends HttpResponse {
|
|
17796
|
-
// (undocumented)
|
|
17797
|
-
body: Record<string, unknown>;
|
|
17798
17266
|
// (undocumented)
|
|
17799
17267
|
status: "202";
|
|
17800
17268
|
}
|
|
@@ -17830,8 +17298,6 @@ export interface VirtualMachinesSimulateEviction {
|
|
|
17830
17298
|
|
|
17831
17299
|
// @public
|
|
17832
17300
|
export interface VirtualMachinesSimulateEviction204Response extends HttpResponse {
|
|
17833
|
-
// (undocumented)
|
|
17834
|
-
body: Record<string, unknown>;
|
|
17835
17301
|
// (undocumented)
|
|
17836
17302
|
status: "204";
|
|
17837
17303
|
}
|
|
@@ -17865,16 +17331,12 @@ export interface VirtualMachinesStart {
|
|
|
17865
17331
|
|
|
17866
17332
|
// @public
|
|
17867
17333
|
export interface VirtualMachinesStart200Response extends HttpResponse {
|
|
17868
|
-
// (undocumented)
|
|
17869
|
-
body: Record<string, unknown>;
|
|
17870
17334
|
// (undocumented)
|
|
17871
17335
|
status: "200";
|
|
17872
17336
|
}
|
|
17873
17337
|
|
|
17874
17338
|
// @public
|
|
17875
17339
|
export interface VirtualMachinesStart202Response extends HttpResponse {
|
|
17876
|
-
// (undocumented)
|
|
17877
|
-
body: Record<string, unknown>;
|
|
17878
17340
|
// (undocumented)
|
|
17879
17341
|
status: "202";
|
|
17880
17342
|
}
|
|
@@ -17903,8 +17365,8 @@ export interface VirtualMachinesStartQueryParamProperties {
|
|
|
17903
17365
|
|
|
17904
17366
|
// @public
|
|
17905
17367
|
export interface VirtualMachineStatusCodeCountOutput {
|
|
17906
|
-
code?: string;
|
|
17907
|
-
count?: number;
|
|
17368
|
+
readonly code?: string;
|
|
17369
|
+
readonly count?: number;
|
|
17908
17370
|
}
|
|
17909
17371
|
|
|
17910
17372
|
// @public
|