@azure-rest/arm-compute 1.0.0-alpha.20250103.1 → 1.0.0-alpha.20250107.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
|
@@ -0,0 +1,3027 @@
|
|
|
1
|
+
import type { RequestParameters } from "@azure-rest/core-client";
|
|
2
|
+
import type { VirtualMachineScaleSet, VirtualMachineScaleSetUpdate, VirtualMachineScaleSetVMInstanceIDs, VirtualMachineScaleSetVMInstanceRequiredIDs, VirtualMachineScaleSetReimageParameters, VMScaleSetConvertToSinglePlacementGroupInput, OrchestrationServiceStateInput, VirtualMachineScaleSetExtension, VirtualMachineScaleSetExtensionUpdate, VirtualMachineScaleSetVMExtension, VirtualMachineScaleSetVMExtensionUpdate, VirtualMachineScaleSetVMReimageParameters, VirtualMachineScaleSetVM, RunCommandInput, VirtualMachineExtension, VirtualMachineExtensionUpdate, VirtualMachineCaptureParameters, VirtualMachine, VirtualMachineUpdate, VirtualMachineReimageParameters, VirtualMachineInstallPatchesParameters, AvailabilitySet, AvailabilitySetUpdate, ProximityPlacementGroup, ProximityPlacementGroupUpdate, DedicatedHostGroup, DedicatedHostGroupUpdate, DedicatedHost, DedicatedHostUpdate, SshPublicKeyResource, SshPublicKeyUpdateResource, Image, ImageUpdate, RestorePointCollection, RestorePointCollectionUpdate, RestorePoint, CapacityReservationGroup, CapacityReservationGroupUpdate, CapacityReservation, CapacityReservationUpdate, RequestRateByIntervalInput, ThrottledRequestsInput, VirtualMachineRunCommand, VirtualMachineRunCommandUpdate, Disk, DiskUpdate, GrantAccessData, DiskAccess, DiskAccessUpdate, PrivateEndpointConnection, DiskEncryptionSet, DiskEncryptionSetUpdate, Snapshot, SnapshotUpdate, Gallery, GalleryUpdate, GalleryImage, GalleryImageUpdate, GalleryImageVersion, GalleryImageVersionUpdate, GalleryApplication, GalleryApplicationUpdate, GalleryApplicationVersion, GalleryApplicationVersionUpdate, SharingUpdate, CloudService, CloudServiceUpdate, RoleInstances, UpdateDomain } from "./models.js";
|
|
3
|
+
export interface OperationsListQueryParamProperties {
|
|
4
|
+
/** Api Version */
|
|
5
|
+
"api-version": "2022-08-01";
|
|
6
|
+
}
|
|
7
|
+
export interface OperationsListQueryParam {
|
|
8
|
+
queryParameters: OperationsListQueryParamProperties;
|
|
9
|
+
}
|
|
10
|
+
export type OperationsListParameters = OperationsListQueryParam & RequestParameters;
|
|
11
|
+
export interface UsageListQueryParamProperties {
|
|
12
|
+
/** Api Version */
|
|
13
|
+
"api-version": "2022-08-01";
|
|
14
|
+
}
|
|
15
|
+
export interface UsageListQueryParam {
|
|
16
|
+
queryParameters: UsageListQueryParamProperties;
|
|
17
|
+
}
|
|
18
|
+
export type UsageListParameters = UsageListQueryParam & RequestParameters;
|
|
19
|
+
export interface VirtualMachineSizesListQueryParamProperties {
|
|
20
|
+
/** Api Version */
|
|
21
|
+
"api-version": "2022-08-01";
|
|
22
|
+
}
|
|
23
|
+
export interface VirtualMachineSizesListQueryParam {
|
|
24
|
+
queryParameters: VirtualMachineSizesListQueryParamProperties;
|
|
25
|
+
}
|
|
26
|
+
export type VirtualMachineSizesListParameters = VirtualMachineSizesListQueryParam & RequestParameters;
|
|
27
|
+
export interface VirtualMachineScaleSetsListByLocationQueryParamProperties {
|
|
28
|
+
/** Api Version */
|
|
29
|
+
"api-version": "2022-08-01";
|
|
30
|
+
}
|
|
31
|
+
export interface VirtualMachineScaleSetsListByLocationQueryParam {
|
|
32
|
+
queryParameters: VirtualMachineScaleSetsListByLocationQueryParamProperties;
|
|
33
|
+
}
|
|
34
|
+
export type VirtualMachineScaleSetsListByLocationParameters = VirtualMachineScaleSetsListByLocationQueryParam & RequestParameters;
|
|
35
|
+
export interface VirtualMachineScaleSetsCreateOrUpdateBodyParam {
|
|
36
|
+
/** The scale set object. */
|
|
37
|
+
body: VirtualMachineScaleSet;
|
|
38
|
+
}
|
|
39
|
+
export interface VirtualMachineScaleSetsCreateOrUpdateQueryParamProperties {
|
|
40
|
+
/** Api Version */
|
|
41
|
+
"api-version": "2022-08-01";
|
|
42
|
+
}
|
|
43
|
+
export interface VirtualMachineScaleSetsCreateOrUpdateQueryParam {
|
|
44
|
+
queryParameters: VirtualMachineScaleSetsCreateOrUpdateQueryParamProperties;
|
|
45
|
+
}
|
|
46
|
+
export interface VirtualMachineScaleSetsCreateOrUpdateMediaTypesParam {
|
|
47
|
+
/** Request content type */
|
|
48
|
+
contentType?: "application/json";
|
|
49
|
+
}
|
|
50
|
+
export type VirtualMachineScaleSetsCreateOrUpdateParameters = VirtualMachineScaleSetsCreateOrUpdateQueryParam & VirtualMachineScaleSetsCreateOrUpdateMediaTypesParam & VirtualMachineScaleSetsCreateOrUpdateBodyParam & RequestParameters;
|
|
51
|
+
export interface VirtualMachineScaleSetsUpdateBodyParam {
|
|
52
|
+
/** The scale set object. */
|
|
53
|
+
body: VirtualMachineScaleSetUpdate;
|
|
54
|
+
}
|
|
55
|
+
export interface VirtualMachineScaleSetsUpdateQueryParamProperties {
|
|
56
|
+
/** Api Version */
|
|
57
|
+
"api-version": "2022-08-01";
|
|
58
|
+
}
|
|
59
|
+
export interface VirtualMachineScaleSetsUpdateQueryParam {
|
|
60
|
+
queryParameters: VirtualMachineScaleSetsUpdateQueryParamProperties;
|
|
61
|
+
}
|
|
62
|
+
export interface VirtualMachineScaleSetsUpdateMediaTypesParam {
|
|
63
|
+
/** Request content type */
|
|
64
|
+
contentType?: "application/json";
|
|
65
|
+
}
|
|
66
|
+
export type VirtualMachineScaleSetsUpdateParameters = VirtualMachineScaleSetsUpdateQueryParam & VirtualMachineScaleSetsUpdateMediaTypesParam & VirtualMachineScaleSetsUpdateBodyParam & RequestParameters;
|
|
67
|
+
export interface VirtualMachineScaleSetsDeleteQueryParamProperties {
|
|
68
|
+
/** Optional parameter to force delete a VM scale set. (Feature in Preview) */
|
|
69
|
+
forceDeletion?: boolean;
|
|
70
|
+
/** Api Version */
|
|
71
|
+
"api-version": "2022-08-01";
|
|
72
|
+
}
|
|
73
|
+
export interface VirtualMachineScaleSetsDeleteQueryParam {
|
|
74
|
+
queryParameters: VirtualMachineScaleSetsDeleteQueryParamProperties;
|
|
75
|
+
}
|
|
76
|
+
export type VirtualMachineScaleSetsDeleteParameters = VirtualMachineScaleSetsDeleteQueryParam & RequestParameters;
|
|
77
|
+
export interface VirtualMachineScaleSetsGetQueryParamProperties {
|
|
78
|
+
/** Api Version */
|
|
79
|
+
"api-version": "2022-08-01";
|
|
80
|
+
/** The expand expression to apply on the operation. 'UserData' retrieves the UserData property of the VM scale set that was provided by the user during the VM scale set Create/Update operation */
|
|
81
|
+
$expand?: "userData";
|
|
82
|
+
}
|
|
83
|
+
export interface VirtualMachineScaleSetsGetQueryParam {
|
|
84
|
+
queryParameters: VirtualMachineScaleSetsGetQueryParamProperties;
|
|
85
|
+
}
|
|
86
|
+
export type VirtualMachineScaleSetsGetParameters = VirtualMachineScaleSetsGetQueryParam & RequestParameters;
|
|
87
|
+
export interface VirtualMachineScaleSetsDeallocateBodyParam {
|
|
88
|
+
/** A list of virtual machine instance IDs from the VM scale set. */
|
|
89
|
+
body?: VirtualMachineScaleSetVMInstanceIDs;
|
|
90
|
+
}
|
|
91
|
+
export interface VirtualMachineScaleSetsDeallocateQueryParamProperties {
|
|
92
|
+
/** Api Version */
|
|
93
|
+
"api-version": "2022-08-01";
|
|
94
|
+
}
|
|
95
|
+
export interface VirtualMachineScaleSetsDeallocateQueryParam {
|
|
96
|
+
queryParameters: VirtualMachineScaleSetsDeallocateQueryParamProperties;
|
|
97
|
+
}
|
|
98
|
+
export interface VirtualMachineScaleSetsDeallocateMediaTypesParam {
|
|
99
|
+
/** Request content type */
|
|
100
|
+
contentType?: "application/json";
|
|
101
|
+
}
|
|
102
|
+
export type VirtualMachineScaleSetsDeallocateParameters = VirtualMachineScaleSetsDeallocateQueryParam & VirtualMachineScaleSetsDeallocateMediaTypesParam & VirtualMachineScaleSetsDeallocateBodyParam & RequestParameters;
|
|
103
|
+
export interface VirtualMachineScaleSetsDeleteInstancesBodyParam {
|
|
104
|
+
/** A list of virtual machine instance IDs from the VM scale set. */
|
|
105
|
+
body: VirtualMachineScaleSetVMInstanceRequiredIDs;
|
|
106
|
+
}
|
|
107
|
+
export interface VirtualMachineScaleSetsDeleteInstancesQueryParamProperties {
|
|
108
|
+
/** Optional parameter to force delete virtual machines from the VM scale set. (Feature in Preview) */
|
|
109
|
+
forceDeletion?: boolean;
|
|
110
|
+
/** Api Version */
|
|
111
|
+
"api-version": "2022-08-01";
|
|
112
|
+
}
|
|
113
|
+
export interface VirtualMachineScaleSetsDeleteInstancesQueryParam {
|
|
114
|
+
queryParameters: VirtualMachineScaleSetsDeleteInstancesQueryParamProperties;
|
|
115
|
+
}
|
|
116
|
+
export interface VirtualMachineScaleSetsDeleteInstancesMediaTypesParam {
|
|
117
|
+
/** Request content type */
|
|
118
|
+
contentType?: "application/json";
|
|
119
|
+
}
|
|
120
|
+
export type VirtualMachineScaleSetsDeleteInstancesParameters = VirtualMachineScaleSetsDeleteInstancesQueryParam & VirtualMachineScaleSetsDeleteInstancesMediaTypesParam & VirtualMachineScaleSetsDeleteInstancesBodyParam & RequestParameters;
|
|
121
|
+
export interface VirtualMachineScaleSetsGetInstanceViewQueryParamProperties {
|
|
122
|
+
/** Api Version */
|
|
123
|
+
"api-version": "2022-08-01";
|
|
124
|
+
}
|
|
125
|
+
export interface VirtualMachineScaleSetsGetInstanceViewQueryParam {
|
|
126
|
+
queryParameters: VirtualMachineScaleSetsGetInstanceViewQueryParamProperties;
|
|
127
|
+
}
|
|
128
|
+
export type VirtualMachineScaleSetsGetInstanceViewParameters = VirtualMachineScaleSetsGetInstanceViewQueryParam & RequestParameters;
|
|
129
|
+
export interface VirtualMachineScaleSetsListQueryParamProperties {
|
|
130
|
+
/** Api Version */
|
|
131
|
+
"api-version": "2022-08-01";
|
|
132
|
+
}
|
|
133
|
+
export interface VirtualMachineScaleSetsListQueryParam {
|
|
134
|
+
queryParameters: VirtualMachineScaleSetsListQueryParamProperties;
|
|
135
|
+
}
|
|
136
|
+
export type VirtualMachineScaleSetsListParameters = VirtualMachineScaleSetsListQueryParam & RequestParameters;
|
|
137
|
+
export interface VirtualMachineScaleSetsListAllQueryParamProperties {
|
|
138
|
+
/** Api Version */
|
|
139
|
+
"api-version": "2022-08-01";
|
|
140
|
+
}
|
|
141
|
+
export interface VirtualMachineScaleSetsListAllQueryParam {
|
|
142
|
+
queryParameters: VirtualMachineScaleSetsListAllQueryParamProperties;
|
|
143
|
+
}
|
|
144
|
+
export type VirtualMachineScaleSetsListAllParameters = VirtualMachineScaleSetsListAllQueryParam & RequestParameters;
|
|
145
|
+
export interface VirtualMachineScaleSetsListSkusQueryParamProperties {
|
|
146
|
+
/** Api Version */
|
|
147
|
+
"api-version": "2022-08-01";
|
|
148
|
+
}
|
|
149
|
+
export interface VirtualMachineScaleSetsListSkusQueryParam {
|
|
150
|
+
queryParameters: VirtualMachineScaleSetsListSkusQueryParamProperties;
|
|
151
|
+
}
|
|
152
|
+
export type VirtualMachineScaleSetsListSkusParameters = VirtualMachineScaleSetsListSkusQueryParam & RequestParameters;
|
|
153
|
+
export interface VirtualMachineScaleSetsGetOSUpgradeHistoryQueryParamProperties {
|
|
154
|
+
/** Api Version */
|
|
155
|
+
"api-version": "2022-08-01";
|
|
156
|
+
}
|
|
157
|
+
export interface VirtualMachineScaleSetsGetOSUpgradeHistoryQueryParam {
|
|
158
|
+
queryParameters: VirtualMachineScaleSetsGetOSUpgradeHistoryQueryParamProperties;
|
|
159
|
+
}
|
|
160
|
+
export type VirtualMachineScaleSetsGetOSUpgradeHistoryParameters = VirtualMachineScaleSetsGetOSUpgradeHistoryQueryParam & RequestParameters;
|
|
161
|
+
export interface VirtualMachineScaleSetsPowerOffBodyParam {
|
|
162
|
+
/** A list of virtual machine instance IDs from the VM scale set. */
|
|
163
|
+
body?: VirtualMachineScaleSetVMInstanceIDs;
|
|
164
|
+
}
|
|
165
|
+
export interface VirtualMachineScaleSetsPowerOffQueryParamProperties {
|
|
166
|
+
/** The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified */
|
|
167
|
+
skipShutdown?: boolean;
|
|
168
|
+
/** Api Version */
|
|
169
|
+
"api-version": "2022-08-01";
|
|
170
|
+
}
|
|
171
|
+
export interface VirtualMachineScaleSetsPowerOffQueryParam {
|
|
172
|
+
queryParameters: VirtualMachineScaleSetsPowerOffQueryParamProperties;
|
|
173
|
+
}
|
|
174
|
+
export interface VirtualMachineScaleSetsPowerOffMediaTypesParam {
|
|
175
|
+
/** Request content type */
|
|
176
|
+
contentType?: "application/json";
|
|
177
|
+
}
|
|
178
|
+
export type VirtualMachineScaleSetsPowerOffParameters = VirtualMachineScaleSetsPowerOffQueryParam & VirtualMachineScaleSetsPowerOffMediaTypesParam & VirtualMachineScaleSetsPowerOffBodyParam & RequestParameters;
|
|
179
|
+
export interface VirtualMachineScaleSetsRestartBodyParam {
|
|
180
|
+
/** A list of virtual machine instance IDs from the VM scale set. */
|
|
181
|
+
body?: VirtualMachineScaleSetVMInstanceIDs;
|
|
182
|
+
}
|
|
183
|
+
export interface VirtualMachineScaleSetsRestartQueryParamProperties {
|
|
184
|
+
/** Api Version */
|
|
185
|
+
"api-version": "2022-08-01";
|
|
186
|
+
}
|
|
187
|
+
export interface VirtualMachineScaleSetsRestartQueryParam {
|
|
188
|
+
queryParameters: VirtualMachineScaleSetsRestartQueryParamProperties;
|
|
189
|
+
}
|
|
190
|
+
export interface VirtualMachineScaleSetsRestartMediaTypesParam {
|
|
191
|
+
/** Request content type */
|
|
192
|
+
contentType?: "application/json";
|
|
193
|
+
}
|
|
194
|
+
export type VirtualMachineScaleSetsRestartParameters = VirtualMachineScaleSetsRestartQueryParam & VirtualMachineScaleSetsRestartMediaTypesParam & VirtualMachineScaleSetsRestartBodyParam & RequestParameters;
|
|
195
|
+
export interface VirtualMachineScaleSetsStartBodyParam {
|
|
196
|
+
/** A list of virtual machine instance IDs from the VM scale set. */
|
|
197
|
+
body?: VirtualMachineScaleSetVMInstanceIDs;
|
|
198
|
+
}
|
|
199
|
+
export interface VirtualMachineScaleSetsStartQueryParamProperties {
|
|
200
|
+
/** Api Version */
|
|
201
|
+
"api-version": "2022-08-01";
|
|
202
|
+
}
|
|
203
|
+
export interface VirtualMachineScaleSetsStartQueryParam {
|
|
204
|
+
queryParameters: VirtualMachineScaleSetsStartQueryParamProperties;
|
|
205
|
+
}
|
|
206
|
+
export interface VirtualMachineScaleSetsStartMediaTypesParam {
|
|
207
|
+
/** Request content type */
|
|
208
|
+
contentType?: "application/json";
|
|
209
|
+
}
|
|
210
|
+
export type VirtualMachineScaleSetsStartParameters = VirtualMachineScaleSetsStartQueryParam & VirtualMachineScaleSetsStartMediaTypesParam & VirtualMachineScaleSetsStartBodyParam & RequestParameters;
|
|
211
|
+
export interface VirtualMachineScaleSetsRedeployBodyParam {
|
|
212
|
+
/** A list of virtual machine instance IDs from the VM scale set. */
|
|
213
|
+
body?: VirtualMachineScaleSetVMInstanceIDs;
|
|
214
|
+
}
|
|
215
|
+
export interface VirtualMachineScaleSetsRedeployQueryParamProperties {
|
|
216
|
+
/** Api Version */
|
|
217
|
+
"api-version": "2022-08-01";
|
|
218
|
+
}
|
|
219
|
+
export interface VirtualMachineScaleSetsRedeployQueryParam {
|
|
220
|
+
queryParameters: VirtualMachineScaleSetsRedeployQueryParamProperties;
|
|
221
|
+
}
|
|
222
|
+
export interface VirtualMachineScaleSetsRedeployMediaTypesParam {
|
|
223
|
+
/** Request content type */
|
|
224
|
+
contentType?: "application/json";
|
|
225
|
+
}
|
|
226
|
+
export type VirtualMachineScaleSetsRedeployParameters = VirtualMachineScaleSetsRedeployQueryParam & VirtualMachineScaleSetsRedeployMediaTypesParam & VirtualMachineScaleSetsRedeployBodyParam & RequestParameters;
|
|
227
|
+
export interface VirtualMachineScaleSetsPerformMaintenanceBodyParam {
|
|
228
|
+
/** A list of virtual machine instance IDs from the VM scale set. */
|
|
229
|
+
body?: VirtualMachineScaleSetVMInstanceIDs;
|
|
230
|
+
}
|
|
231
|
+
export interface VirtualMachineScaleSetsPerformMaintenanceQueryParamProperties {
|
|
232
|
+
/** Api Version */
|
|
233
|
+
"api-version": "2022-08-01";
|
|
234
|
+
}
|
|
235
|
+
export interface VirtualMachineScaleSetsPerformMaintenanceQueryParam {
|
|
236
|
+
queryParameters: VirtualMachineScaleSetsPerformMaintenanceQueryParamProperties;
|
|
237
|
+
}
|
|
238
|
+
export interface VirtualMachineScaleSetsPerformMaintenanceMediaTypesParam {
|
|
239
|
+
/** Request content type */
|
|
240
|
+
contentType?: "application/json";
|
|
241
|
+
}
|
|
242
|
+
export type VirtualMachineScaleSetsPerformMaintenanceParameters = VirtualMachineScaleSetsPerformMaintenanceQueryParam & VirtualMachineScaleSetsPerformMaintenanceMediaTypesParam & VirtualMachineScaleSetsPerformMaintenanceBodyParam & RequestParameters;
|
|
243
|
+
export interface VirtualMachineScaleSetsUpdateInstancesBodyParam {
|
|
244
|
+
/** A list of virtual machine instance IDs from the VM scale set. */
|
|
245
|
+
body: VirtualMachineScaleSetVMInstanceRequiredIDs;
|
|
246
|
+
}
|
|
247
|
+
export interface VirtualMachineScaleSetsUpdateInstancesQueryParamProperties {
|
|
248
|
+
/** Api Version */
|
|
249
|
+
"api-version": "2022-08-01";
|
|
250
|
+
}
|
|
251
|
+
export interface VirtualMachineScaleSetsUpdateInstancesQueryParam {
|
|
252
|
+
queryParameters: VirtualMachineScaleSetsUpdateInstancesQueryParamProperties;
|
|
253
|
+
}
|
|
254
|
+
export interface VirtualMachineScaleSetsUpdateInstancesMediaTypesParam {
|
|
255
|
+
/** Request content type */
|
|
256
|
+
contentType?: "application/json";
|
|
257
|
+
}
|
|
258
|
+
export type VirtualMachineScaleSetsUpdateInstancesParameters = VirtualMachineScaleSetsUpdateInstancesQueryParam & VirtualMachineScaleSetsUpdateInstancesMediaTypesParam & VirtualMachineScaleSetsUpdateInstancesBodyParam & RequestParameters;
|
|
259
|
+
export interface VirtualMachineScaleSetsReimageBodyParam {
|
|
260
|
+
/** Parameters for Reimaging VM ScaleSet. */
|
|
261
|
+
body?: VirtualMachineScaleSetReimageParameters;
|
|
262
|
+
}
|
|
263
|
+
export interface VirtualMachineScaleSetsReimageQueryParamProperties {
|
|
264
|
+
/** Api Version */
|
|
265
|
+
"api-version": "2022-08-01";
|
|
266
|
+
}
|
|
267
|
+
export interface VirtualMachineScaleSetsReimageQueryParam {
|
|
268
|
+
queryParameters: VirtualMachineScaleSetsReimageQueryParamProperties;
|
|
269
|
+
}
|
|
270
|
+
export interface VirtualMachineScaleSetsReimageMediaTypesParam {
|
|
271
|
+
/** Request content type */
|
|
272
|
+
contentType?: "application/json";
|
|
273
|
+
}
|
|
274
|
+
export type VirtualMachineScaleSetsReimageParameters = VirtualMachineScaleSetsReimageQueryParam & VirtualMachineScaleSetsReimageMediaTypesParam & VirtualMachineScaleSetsReimageBodyParam & RequestParameters;
|
|
275
|
+
export interface VirtualMachineScaleSetsReimageAllBodyParam {
|
|
276
|
+
/** A list of virtual machine instance IDs from the VM scale set. */
|
|
277
|
+
body?: VirtualMachineScaleSetVMInstanceIDs;
|
|
278
|
+
}
|
|
279
|
+
export interface VirtualMachineScaleSetsReimageAllQueryParamProperties {
|
|
280
|
+
/** Api Version */
|
|
281
|
+
"api-version": "2022-08-01";
|
|
282
|
+
}
|
|
283
|
+
export interface VirtualMachineScaleSetsReimageAllQueryParam {
|
|
284
|
+
queryParameters: VirtualMachineScaleSetsReimageAllQueryParamProperties;
|
|
285
|
+
}
|
|
286
|
+
export interface VirtualMachineScaleSetsReimageAllMediaTypesParam {
|
|
287
|
+
/** Request content type */
|
|
288
|
+
contentType?: "application/json";
|
|
289
|
+
}
|
|
290
|
+
export type VirtualMachineScaleSetsReimageAllParameters = VirtualMachineScaleSetsReimageAllQueryParam & VirtualMachineScaleSetsReimageAllMediaTypesParam & VirtualMachineScaleSetsReimageAllBodyParam & RequestParameters;
|
|
291
|
+
export interface VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkQueryParamProperties {
|
|
292
|
+
/** Api Version */
|
|
293
|
+
"api-version": "2022-08-01";
|
|
294
|
+
/** The platform update domain for which a manual recovery walk is requested */
|
|
295
|
+
platformUpdateDomain: number;
|
|
296
|
+
/** The zone in which the manual recovery walk is requested for cross zone virtual machine scale set */
|
|
297
|
+
zone?: string;
|
|
298
|
+
/** The placement group id for which the manual recovery walk is requested. */
|
|
299
|
+
placementGroupId?: string;
|
|
300
|
+
}
|
|
301
|
+
export interface VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkQueryParam {
|
|
302
|
+
queryParameters: VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkQueryParamProperties;
|
|
303
|
+
}
|
|
304
|
+
export type VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkParameters = VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkQueryParam & RequestParameters;
|
|
305
|
+
export interface VirtualMachineScaleSetsConvertToSinglePlacementGroupBodyParam {
|
|
306
|
+
/** The input object for ConvertToSinglePlacementGroup API. */
|
|
307
|
+
body: VMScaleSetConvertToSinglePlacementGroupInput;
|
|
308
|
+
}
|
|
309
|
+
export interface VirtualMachineScaleSetsConvertToSinglePlacementGroupQueryParamProperties {
|
|
310
|
+
/** Api Version */
|
|
311
|
+
"api-version": "2022-08-01";
|
|
312
|
+
}
|
|
313
|
+
export interface VirtualMachineScaleSetsConvertToSinglePlacementGroupQueryParam {
|
|
314
|
+
queryParameters: VirtualMachineScaleSetsConvertToSinglePlacementGroupQueryParamProperties;
|
|
315
|
+
}
|
|
316
|
+
export interface VirtualMachineScaleSetsConvertToSinglePlacementGroupMediaTypesParam {
|
|
317
|
+
/** Request content type */
|
|
318
|
+
contentType?: "application/json";
|
|
319
|
+
}
|
|
320
|
+
export type VirtualMachineScaleSetsConvertToSinglePlacementGroupParameters = VirtualMachineScaleSetsConvertToSinglePlacementGroupQueryParam & VirtualMachineScaleSetsConvertToSinglePlacementGroupMediaTypesParam & VirtualMachineScaleSetsConvertToSinglePlacementGroupBodyParam & RequestParameters;
|
|
321
|
+
export interface VirtualMachineScaleSetsSetOrchestrationServiceStateBodyParam {
|
|
322
|
+
/** The input object for SetOrchestrationServiceState API. */
|
|
323
|
+
body: OrchestrationServiceStateInput;
|
|
324
|
+
}
|
|
325
|
+
export interface VirtualMachineScaleSetsSetOrchestrationServiceStateQueryParamProperties {
|
|
326
|
+
/** Api Version */
|
|
327
|
+
"api-version": "2022-08-01";
|
|
328
|
+
}
|
|
329
|
+
export interface VirtualMachineScaleSetsSetOrchestrationServiceStateQueryParam {
|
|
330
|
+
queryParameters: VirtualMachineScaleSetsSetOrchestrationServiceStateQueryParamProperties;
|
|
331
|
+
}
|
|
332
|
+
export interface VirtualMachineScaleSetsSetOrchestrationServiceStateMediaTypesParam {
|
|
333
|
+
/** Request content type */
|
|
334
|
+
contentType?: "application/json";
|
|
335
|
+
}
|
|
336
|
+
export type VirtualMachineScaleSetsSetOrchestrationServiceStateParameters = VirtualMachineScaleSetsSetOrchestrationServiceStateQueryParam & VirtualMachineScaleSetsSetOrchestrationServiceStateMediaTypesParam & VirtualMachineScaleSetsSetOrchestrationServiceStateBodyParam & RequestParameters;
|
|
337
|
+
export interface VirtualMachineScaleSetExtensionsCreateOrUpdateBodyParam {
|
|
338
|
+
/** Parameters supplied to the Create VM scale set Extension operation. */
|
|
339
|
+
body: VirtualMachineScaleSetExtension;
|
|
340
|
+
}
|
|
341
|
+
export interface VirtualMachineScaleSetExtensionsCreateOrUpdateQueryParamProperties {
|
|
342
|
+
/** Api Version */
|
|
343
|
+
"api-version": "2022-08-01";
|
|
344
|
+
}
|
|
345
|
+
export interface VirtualMachineScaleSetExtensionsCreateOrUpdateQueryParam {
|
|
346
|
+
queryParameters: VirtualMachineScaleSetExtensionsCreateOrUpdateQueryParamProperties;
|
|
347
|
+
}
|
|
348
|
+
export interface VirtualMachineScaleSetExtensionsCreateOrUpdateMediaTypesParam {
|
|
349
|
+
/** Request content type */
|
|
350
|
+
contentType?: "application/json";
|
|
351
|
+
}
|
|
352
|
+
export type VirtualMachineScaleSetExtensionsCreateOrUpdateParameters = VirtualMachineScaleSetExtensionsCreateOrUpdateQueryParam & VirtualMachineScaleSetExtensionsCreateOrUpdateMediaTypesParam & VirtualMachineScaleSetExtensionsCreateOrUpdateBodyParam & RequestParameters;
|
|
353
|
+
export interface VirtualMachineScaleSetExtensionsUpdateBodyParam {
|
|
354
|
+
/** Parameters supplied to the Update VM scale set Extension operation. */
|
|
355
|
+
body: VirtualMachineScaleSetExtensionUpdate;
|
|
356
|
+
}
|
|
357
|
+
export interface VirtualMachineScaleSetExtensionsUpdateQueryParamProperties {
|
|
358
|
+
/** Api Version */
|
|
359
|
+
"api-version": "2022-08-01";
|
|
360
|
+
}
|
|
361
|
+
export interface VirtualMachineScaleSetExtensionsUpdateQueryParam {
|
|
362
|
+
queryParameters: VirtualMachineScaleSetExtensionsUpdateQueryParamProperties;
|
|
363
|
+
}
|
|
364
|
+
export interface VirtualMachineScaleSetExtensionsUpdateMediaTypesParam {
|
|
365
|
+
/** Request content type */
|
|
366
|
+
contentType?: "application/json";
|
|
367
|
+
}
|
|
368
|
+
export type VirtualMachineScaleSetExtensionsUpdateParameters = VirtualMachineScaleSetExtensionsUpdateQueryParam & VirtualMachineScaleSetExtensionsUpdateMediaTypesParam & VirtualMachineScaleSetExtensionsUpdateBodyParam & RequestParameters;
|
|
369
|
+
export interface VirtualMachineScaleSetExtensionsDeleteQueryParamProperties {
|
|
370
|
+
/** Api Version */
|
|
371
|
+
"api-version": "2022-08-01";
|
|
372
|
+
}
|
|
373
|
+
export interface VirtualMachineScaleSetExtensionsDeleteQueryParam {
|
|
374
|
+
queryParameters: VirtualMachineScaleSetExtensionsDeleteQueryParamProperties;
|
|
375
|
+
}
|
|
376
|
+
export type VirtualMachineScaleSetExtensionsDeleteParameters = VirtualMachineScaleSetExtensionsDeleteQueryParam & RequestParameters;
|
|
377
|
+
export interface VirtualMachineScaleSetExtensionsGetQueryParamProperties {
|
|
378
|
+
/** The expand expression to apply on the operation. */
|
|
379
|
+
$expand?: string;
|
|
380
|
+
/** Api Version */
|
|
381
|
+
"api-version": "2022-08-01";
|
|
382
|
+
}
|
|
383
|
+
export interface VirtualMachineScaleSetExtensionsGetQueryParam {
|
|
384
|
+
queryParameters: VirtualMachineScaleSetExtensionsGetQueryParamProperties;
|
|
385
|
+
}
|
|
386
|
+
export type VirtualMachineScaleSetExtensionsGetParameters = VirtualMachineScaleSetExtensionsGetQueryParam & RequestParameters;
|
|
387
|
+
export interface VirtualMachineScaleSetExtensionsListQueryParamProperties {
|
|
388
|
+
/** Api Version */
|
|
389
|
+
"api-version": "2022-08-01";
|
|
390
|
+
}
|
|
391
|
+
export interface VirtualMachineScaleSetExtensionsListQueryParam {
|
|
392
|
+
queryParameters: VirtualMachineScaleSetExtensionsListQueryParamProperties;
|
|
393
|
+
}
|
|
394
|
+
export type VirtualMachineScaleSetExtensionsListParameters = VirtualMachineScaleSetExtensionsListQueryParam & RequestParameters;
|
|
395
|
+
export interface VirtualMachineScaleSetRollingUpgradesCancelQueryParamProperties {
|
|
396
|
+
/** Api Version */
|
|
397
|
+
"api-version": "2022-08-01";
|
|
398
|
+
}
|
|
399
|
+
export interface VirtualMachineScaleSetRollingUpgradesCancelQueryParam {
|
|
400
|
+
queryParameters: VirtualMachineScaleSetRollingUpgradesCancelQueryParamProperties;
|
|
401
|
+
}
|
|
402
|
+
export type VirtualMachineScaleSetRollingUpgradesCancelParameters = VirtualMachineScaleSetRollingUpgradesCancelQueryParam & RequestParameters;
|
|
403
|
+
export interface VirtualMachineScaleSetRollingUpgradesStartOSUpgradeQueryParamProperties {
|
|
404
|
+
/** Api Version */
|
|
405
|
+
"api-version": "2022-08-01";
|
|
406
|
+
}
|
|
407
|
+
export interface VirtualMachineScaleSetRollingUpgradesStartOSUpgradeQueryParam {
|
|
408
|
+
queryParameters: VirtualMachineScaleSetRollingUpgradesStartOSUpgradeQueryParamProperties;
|
|
409
|
+
}
|
|
410
|
+
export type VirtualMachineScaleSetRollingUpgradesStartOSUpgradeParameters = VirtualMachineScaleSetRollingUpgradesStartOSUpgradeQueryParam & RequestParameters;
|
|
411
|
+
export interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeQueryParamProperties {
|
|
412
|
+
/** Api Version */
|
|
413
|
+
"api-version": "2022-08-01";
|
|
414
|
+
}
|
|
415
|
+
export interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeQueryParam {
|
|
416
|
+
queryParameters: VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeQueryParamProperties;
|
|
417
|
+
}
|
|
418
|
+
export type VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeParameters = VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeQueryParam & RequestParameters;
|
|
419
|
+
export interface VirtualMachineScaleSetRollingUpgradesGetLatestQueryParamProperties {
|
|
420
|
+
/** Api Version */
|
|
421
|
+
"api-version": "2022-08-01";
|
|
422
|
+
}
|
|
423
|
+
export interface VirtualMachineScaleSetRollingUpgradesGetLatestQueryParam {
|
|
424
|
+
queryParameters: VirtualMachineScaleSetRollingUpgradesGetLatestQueryParamProperties;
|
|
425
|
+
}
|
|
426
|
+
export type VirtualMachineScaleSetRollingUpgradesGetLatestParameters = VirtualMachineScaleSetRollingUpgradesGetLatestQueryParam & RequestParameters;
|
|
427
|
+
export interface VirtualMachineScaleSetVMExtensionsCreateOrUpdateBodyParam {
|
|
428
|
+
/** Parameters supplied to the Create Virtual Machine Extension operation. */
|
|
429
|
+
body: VirtualMachineScaleSetVMExtension;
|
|
430
|
+
}
|
|
431
|
+
export interface VirtualMachineScaleSetVMExtensionsCreateOrUpdateQueryParamProperties {
|
|
432
|
+
/** Api Version */
|
|
433
|
+
"api-version": "2022-08-01";
|
|
434
|
+
}
|
|
435
|
+
export interface VirtualMachineScaleSetVMExtensionsCreateOrUpdateQueryParam {
|
|
436
|
+
queryParameters: VirtualMachineScaleSetVMExtensionsCreateOrUpdateQueryParamProperties;
|
|
437
|
+
}
|
|
438
|
+
export interface VirtualMachineScaleSetVMExtensionsCreateOrUpdateMediaTypesParam {
|
|
439
|
+
/** Request content type */
|
|
440
|
+
contentType?: "application/json";
|
|
441
|
+
}
|
|
442
|
+
export type VirtualMachineScaleSetVMExtensionsCreateOrUpdateParameters = VirtualMachineScaleSetVMExtensionsCreateOrUpdateQueryParam & VirtualMachineScaleSetVMExtensionsCreateOrUpdateMediaTypesParam & VirtualMachineScaleSetVMExtensionsCreateOrUpdateBodyParam & RequestParameters;
|
|
443
|
+
export interface VirtualMachineScaleSetVMExtensionsUpdateBodyParam {
|
|
444
|
+
/** Parameters supplied to the Update Virtual Machine Extension operation. */
|
|
445
|
+
body: VirtualMachineScaleSetVMExtensionUpdate;
|
|
446
|
+
}
|
|
447
|
+
export interface VirtualMachineScaleSetVMExtensionsUpdateQueryParamProperties {
|
|
448
|
+
/** Api Version */
|
|
449
|
+
"api-version": "2022-08-01";
|
|
450
|
+
}
|
|
451
|
+
export interface VirtualMachineScaleSetVMExtensionsUpdateQueryParam {
|
|
452
|
+
queryParameters: VirtualMachineScaleSetVMExtensionsUpdateQueryParamProperties;
|
|
453
|
+
}
|
|
454
|
+
export interface VirtualMachineScaleSetVMExtensionsUpdateMediaTypesParam {
|
|
455
|
+
/** Request content type */
|
|
456
|
+
contentType?: "application/json";
|
|
457
|
+
}
|
|
458
|
+
export type VirtualMachineScaleSetVMExtensionsUpdateParameters = VirtualMachineScaleSetVMExtensionsUpdateQueryParam & VirtualMachineScaleSetVMExtensionsUpdateMediaTypesParam & VirtualMachineScaleSetVMExtensionsUpdateBodyParam & RequestParameters;
|
|
459
|
+
export interface VirtualMachineScaleSetVMExtensionsDeleteQueryParamProperties {
|
|
460
|
+
/** Api Version */
|
|
461
|
+
"api-version": "2022-08-01";
|
|
462
|
+
}
|
|
463
|
+
export interface VirtualMachineScaleSetVMExtensionsDeleteQueryParam {
|
|
464
|
+
queryParameters: VirtualMachineScaleSetVMExtensionsDeleteQueryParamProperties;
|
|
465
|
+
}
|
|
466
|
+
export type VirtualMachineScaleSetVMExtensionsDeleteParameters = VirtualMachineScaleSetVMExtensionsDeleteQueryParam & RequestParameters;
|
|
467
|
+
export interface VirtualMachineScaleSetVMExtensionsGetQueryParamProperties {
|
|
468
|
+
/** The expand expression to apply on the operation. */
|
|
469
|
+
$expand?: string;
|
|
470
|
+
/** Api Version */
|
|
471
|
+
"api-version": "2022-08-01";
|
|
472
|
+
}
|
|
473
|
+
export interface VirtualMachineScaleSetVMExtensionsGetQueryParam {
|
|
474
|
+
queryParameters: VirtualMachineScaleSetVMExtensionsGetQueryParamProperties;
|
|
475
|
+
}
|
|
476
|
+
export type VirtualMachineScaleSetVMExtensionsGetParameters = VirtualMachineScaleSetVMExtensionsGetQueryParam & RequestParameters;
|
|
477
|
+
export interface VirtualMachineScaleSetVMExtensionsListQueryParamProperties {
|
|
478
|
+
/** The expand expression to apply on the operation. */
|
|
479
|
+
$expand?: string;
|
|
480
|
+
/** Api Version */
|
|
481
|
+
"api-version": "2022-08-01";
|
|
482
|
+
}
|
|
483
|
+
export interface VirtualMachineScaleSetVMExtensionsListQueryParam {
|
|
484
|
+
queryParameters: VirtualMachineScaleSetVMExtensionsListQueryParamProperties;
|
|
485
|
+
}
|
|
486
|
+
export type VirtualMachineScaleSetVMExtensionsListParameters = VirtualMachineScaleSetVMExtensionsListQueryParam & RequestParameters;
|
|
487
|
+
export interface VirtualMachineScaleSetVMsReimageBodyParam {
|
|
488
|
+
/** Parameters for the Reimaging Virtual machine in ScaleSet. */
|
|
489
|
+
body?: VirtualMachineScaleSetVMReimageParameters;
|
|
490
|
+
}
|
|
491
|
+
export interface VirtualMachineScaleSetVMsReimageQueryParamProperties {
|
|
492
|
+
/** Api Version */
|
|
493
|
+
"api-version": "2022-08-01";
|
|
494
|
+
}
|
|
495
|
+
export interface VirtualMachineScaleSetVMsReimageQueryParam {
|
|
496
|
+
queryParameters: VirtualMachineScaleSetVMsReimageQueryParamProperties;
|
|
497
|
+
}
|
|
498
|
+
export interface VirtualMachineScaleSetVMsReimageMediaTypesParam {
|
|
499
|
+
/** Request content type */
|
|
500
|
+
contentType?: "application/json";
|
|
501
|
+
}
|
|
502
|
+
export type VirtualMachineScaleSetVMsReimageParameters = VirtualMachineScaleSetVMsReimageQueryParam & VirtualMachineScaleSetVMsReimageMediaTypesParam & VirtualMachineScaleSetVMsReimageBodyParam & RequestParameters;
|
|
503
|
+
export interface VirtualMachineScaleSetVMsReimageAllQueryParamProperties {
|
|
504
|
+
/** Api Version */
|
|
505
|
+
"api-version": "2022-08-01";
|
|
506
|
+
}
|
|
507
|
+
export interface VirtualMachineScaleSetVMsReimageAllQueryParam {
|
|
508
|
+
queryParameters: VirtualMachineScaleSetVMsReimageAllQueryParamProperties;
|
|
509
|
+
}
|
|
510
|
+
export type VirtualMachineScaleSetVMsReimageAllParameters = VirtualMachineScaleSetVMsReimageAllQueryParam & RequestParameters;
|
|
511
|
+
export interface VirtualMachineScaleSetVMsDeallocateQueryParamProperties {
|
|
512
|
+
/** Api Version */
|
|
513
|
+
"api-version": "2022-08-01";
|
|
514
|
+
}
|
|
515
|
+
export interface VirtualMachineScaleSetVMsDeallocateQueryParam {
|
|
516
|
+
queryParameters: VirtualMachineScaleSetVMsDeallocateQueryParamProperties;
|
|
517
|
+
}
|
|
518
|
+
export type VirtualMachineScaleSetVMsDeallocateParameters = VirtualMachineScaleSetVMsDeallocateQueryParam & RequestParameters;
|
|
519
|
+
export interface VirtualMachineScaleSetVMsUpdateBodyParam {
|
|
520
|
+
/** Parameters supplied to the Update Virtual Machine Scale Sets VM operation. */
|
|
521
|
+
body: VirtualMachineScaleSetVM;
|
|
522
|
+
}
|
|
523
|
+
export interface VirtualMachineScaleSetVMsUpdateQueryParamProperties {
|
|
524
|
+
/** Api Version */
|
|
525
|
+
"api-version": "2022-08-01";
|
|
526
|
+
}
|
|
527
|
+
export interface VirtualMachineScaleSetVMsUpdateQueryParam {
|
|
528
|
+
queryParameters: VirtualMachineScaleSetVMsUpdateQueryParamProperties;
|
|
529
|
+
}
|
|
530
|
+
export interface VirtualMachineScaleSetVMsUpdateMediaTypesParam {
|
|
531
|
+
/** Request content type */
|
|
532
|
+
contentType?: "application/json";
|
|
533
|
+
}
|
|
534
|
+
export type VirtualMachineScaleSetVMsUpdateParameters = VirtualMachineScaleSetVMsUpdateQueryParam & VirtualMachineScaleSetVMsUpdateMediaTypesParam & VirtualMachineScaleSetVMsUpdateBodyParam & RequestParameters;
|
|
535
|
+
export interface VirtualMachineScaleSetVMsDeleteQueryParamProperties {
|
|
536
|
+
/** Optional parameter to force delete a virtual machine from a VM scale set. (Feature in Preview) */
|
|
537
|
+
forceDeletion?: boolean;
|
|
538
|
+
/** Api Version */
|
|
539
|
+
"api-version": "2022-08-01";
|
|
540
|
+
}
|
|
541
|
+
export interface VirtualMachineScaleSetVMsDeleteQueryParam {
|
|
542
|
+
queryParameters: VirtualMachineScaleSetVMsDeleteQueryParamProperties;
|
|
543
|
+
}
|
|
544
|
+
export type VirtualMachineScaleSetVMsDeleteParameters = VirtualMachineScaleSetVMsDeleteQueryParam & RequestParameters;
|
|
545
|
+
export interface VirtualMachineScaleSetVMsGetQueryParamProperties {
|
|
546
|
+
/** The expand expression to apply on the operation. 'InstanceView' will retrieve the instance view of the virtual machine. 'UserData' will retrieve the UserData of the virtual machine. */
|
|
547
|
+
$expand?: "instanceView" | "userData";
|
|
548
|
+
/** Api Version */
|
|
549
|
+
"api-version": "2022-08-01";
|
|
550
|
+
}
|
|
551
|
+
export interface VirtualMachineScaleSetVMsGetQueryParam {
|
|
552
|
+
queryParameters: VirtualMachineScaleSetVMsGetQueryParamProperties;
|
|
553
|
+
}
|
|
554
|
+
export type VirtualMachineScaleSetVMsGetParameters = VirtualMachineScaleSetVMsGetQueryParam & RequestParameters;
|
|
555
|
+
export interface VirtualMachineScaleSetVMsGetInstanceViewQueryParamProperties {
|
|
556
|
+
/** Api Version */
|
|
557
|
+
"api-version": "2022-08-01";
|
|
558
|
+
}
|
|
559
|
+
export interface VirtualMachineScaleSetVMsGetInstanceViewQueryParam {
|
|
560
|
+
queryParameters: VirtualMachineScaleSetVMsGetInstanceViewQueryParamProperties;
|
|
561
|
+
}
|
|
562
|
+
export type VirtualMachineScaleSetVMsGetInstanceViewParameters = VirtualMachineScaleSetVMsGetInstanceViewQueryParam & RequestParameters;
|
|
563
|
+
export interface VirtualMachineScaleSetVMsListQueryParamProperties {
|
|
564
|
+
/** The filter to apply to the operation. Allowed values are 'startswith(instanceView/statuses/code, 'PowerState') eq true', 'properties/latestModelApplied eq true', 'properties/latestModelApplied eq false'. */
|
|
565
|
+
$filter?: string;
|
|
566
|
+
/** The list parameters. Allowed values are 'instanceView', 'instanceView/statuses'. */
|
|
567
|
+
$select?: string;
|
|
568
|
+
/** The expand expression to apply to the operation. Allowed values are 'instanceView'. */
|
|
569
|
+
$expand?: string;
|
|
570
|
+
/** Api Version */
|
|
571
|
+
"api-version": "2022-08-01";
|
|
572
|
+
}
|
|
573
|
+
export interface VirtualMachineScaleSetVMsListQueryParam {
|
|
574
|
+
queryParameters: VirtualMachineScaleSetVMsListQueryParamProperties;
|
|
575
|
+
}
|
|
576
|
+
export type VirtualMachineScaleSetVMsListParameters = VirtualMachineScaleSetVMsListQueryParam & RequestParameters;
|
|
577
|
+
export interface VirtualMachineScaleSetVMsPowerOffQueryParamProperties {
|
|
578
|
+
/** The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified */
|
|
579
|
+
skipShutdown?: boolean;
|
|
580
|
+
/** Api Version */
|
|
581
|
+
"api-version": "2022-08-01";
|
|
582
|
+
}
|
|
583
|
+
export interface VirtualMachineScaleSetVMsPowerOffQueryParam {
|
|
584
|
+
queryParameters: VirtualMachineScaleSetVMsPowerOffQueryParamProperties;
|
|
585
|
+
}
|
|
586
|
+
export type VirtualMachineScaleSetVMsPowerOffParameters = VirtualMachineScaleSetVMsPowerOffQueryParam & RequestParameters;
|
|
587
|
+
export interface VirtualMachineScaleSetVMsRestartQueryParamProperties {
|
|
588
|
+
/** Api Version */
|
|
589
|
+
"api-version": "2022-08-01";
|
|
590
|
+
}
|
|
591
|
+
export interface VirtualMachineScaleSetVMsRestartQueryParam {
|
|
592
|
+
queryParameters: VirtualMachineScaleSetVMsRestartQueryParamProperties;
|
|
593
|
+
}
|
|
594
|
+
export type VirtualMachineScaleSetVMsRestartParameters = VirtualMachineScaleSetVMsRestartQueryParam & RequestParameters;
|
|
595
|
+
export interface VirtualMachineScaleSetVMsStartQueryParamProperties {
|
|
596
|
+
/** Api Version */
|
|
597
|
+
"api-version": "2022-08-01";
|
|
598
|
+
}
|
|
599
|
+
export interface VirtualMachineScaleSetVMsStartQueryParam {
|
|
600
|
+
queryParameters: VirtualMachineScaleSetVMsStartQueryParamProperties;
|
|
601
|
+
}
|
|
602
|
+
export type VirtualMachineScaleSetVMsStartParameters = VirtualMachineScaleSetVMsStartQueryParam & RequestParameters;
|
|
603
|
+
export interface VirtualMachineScaleSetVMsRedeployQueryParamProperties {
|
|
604
|
+
/** Api Version */
|
|
605
|
+
"api-version": "2022-08-01";
|
|
606
|
+
}
|
|
607
|
+
export interface VirtualMachineScaleSetVMsRedeployQueryParam {
|
|
608
|
+
queryParameters: VirtualMachineScaleSetVMsRedeployQueryParamProperties;
|
|
609
|
+
}
|
|
610
|
+
export type VirtualMachineScaleSetVMsRedeployParameters = VirtualMachineScaleSetVMsRedeployQueryParam & RequestParameters;
|
|
611
|
+
export interface VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataQueryParamProperties {
|
|
612
|
+
/** Expiration duration in minutes for the SAS URIs with a value between 1 to 1440 minutes. <br><br>NOTE: If not specified, SAS URIs will be generated with a default expiration duration of 120 minutes. */
|
|
613
|
+
sasUriExpirationTimeInMinutes?: number;
|
|
614
|
+
/** Api Version */
|
|
615
|
+
"api-version": "2022-08-01";
|
|
616
|
+
}
|
|
617
|
+
export interface VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataQueryParam {
|
|
618
|
+
queryParameters: VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataQueryParamProperties;
|
|
619
|
+
}
|
|
620
|
+
export type VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataParameters = VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataQueryParam & RequestParameters;
|
|
621
|
+
export interface VirtualMachineScaleSetVMsPerformMaintenanceQueryParamProperties {
|
|
622
|
+
/** Api Version */
|
|
623
|
+
"api-version": "2022-08-01";
|
|
624
|
+
}
|
|
625
|
+
export interface VirtualMachineScaleSetVMsPerformMaintenanceQueryParam {
|
|
626
|
+
queryParameters: VirtualMachineScaleSetVMsPerformMaintenanceQueryParamProperties;
|
|
627
|
+
}
|
|
628
|
+
export type VirtualMachineScaleSetVMsPerformMaintenanceParameters = VirtualMachineScaleSetVMsPerformMaintenanceQueryParam & RequestParameters;
|
|
629
|
+
export interface VirtualMachineScaleSetVMsSimulateEvictionQueryParamProperties {
|
|
630
|
+
/** Api Version */
|
|
631
|
+
"api-version": "2022-08-01";
|
|
632
|
+
}
|
|
633
|
+
export interface VirtualMachineScaleSetVMsSimulateEvictionQueryParam {
|
|
634
|
+
queryParameters: VirtualMachineScaleSetVMsSimulateEvictionQueryParamProperties;
|
|
635
|
+
}
|
|
636
|
+
export type VirtualMachineScaleSetVMsSimulateEvictionParameters = VirtualMachineScaleSetVMsSimulateEvictionQueryParam & RequestParameters;
|
|
637
|
+
export interface VirtualMachineScaleSetVMsRunCommandBodyParam {
|
|
638
|
+
/** Parameters supplied to the Run command operation. */
|
|
639
|
+
body: RunCommandInput;
|
|
640
|
+
}
|
|
641
|
+
export interface VirtualMachineScaleSetVMsRunCommandQueryParamProperties {
|
|
642
|
+
/** Api Version */
|
|
643
|
+
"api-version": "2022-08-01";
|
|
644
|
+
}
|
|
645
|
+
export interface VirtualMachineScaleSetVMsRunCommandQueryParam {
|
|
646
|
+
queryParameters: VirtualMachineScaleSetVMsRunCommandQueryParamProperties;
|
|
647
|
+
}
|
|
648
|
+
export interface VirtualMachineScaleSetVMsRunCommandMediaTypesParam {
|
|
649
|
+
/** Request content type */
|
|
650
|
+
contentType?: "application/json" | "text/json";
|
|
651
|
+
}
|
|
652
|
+
export type VirtualMachineScaleSetVMsRunCommandParameters = VirtualMachineScaleSetVMsRunCommandQueryParam & VirtualMachineScaleSetVMsRunCommandMediaTypesParam & VirtualMachineScaleSetVMsRunCommandBodyParam & RequestParameters;
|
|
653
|
+
export interface VirtualMachineExtensionsCreateOrUpdateBodyParam {
|
|
654
|
+
/** Parameters supplied to the Create Virtual Machine Extension operation. */
|
|
655
|
+
body: VirtualMachineExtension;
|
|
656
|
+
}
|
|
657
|
+
export interface VirtualMachineExtensionsCreateOrUpdateQueryParamProperties {
|
|
658
|
+
/** Api Version */
|
|
659
|
+
"api-version": "2022-08-01";
|
|
660
|
+
}
|
|
661
|
+
export interface VirtualMachineExtensionsCreateOrUpdateQueryParam {
|
|
662
|
+
queryParameters: VirtualMachineExtensionsCreateOrUpdateQueryParamProperties;
|
|
663
|
+
}
|
|
664
|
+
export interface VirtualMachineExtensionsCreateOrUpdateMediaTypesParam {
|
|
665
|
+
/** Request content type */
|
|
666
|
+
contentType?: "application/json";
|
|
667
|
+
}
|
|
668
|
+
export type VirtualMachineExtensionsCreateOrUpdateParameters = VirtualMachineExtensionsCreateOrUpdateQueryParam & VirtualMachineExtensionsCreateOrUpdateMediaTypesParam & VirtualMachineExtensionsCreateOrUpdateBodyParam & RequestParameters;
|
|
669
|
+
export interface VirtualMachineExtensionsUpdateBodyParam {
|
|
670
|
+
/** Parameters supplied to the Update Virtual Machine Extension operation. */
|
|
671
|
+
body: VirtualMachineExtensionUpdate;
|
|
672
|
+
}
|
|
673
|
+
export interface VirtualMachineExtensionsUpdateQueryParamProperties {
|
|
674
|
+
/** Api Version */
|
|
675
|
+
"api-version": "2022-08-01";
|
|
676
|
+
}
|
|
677
|
+
export interface VirtualMachineExtensionsUpdateQueryParam {
|
|
678
|
+
queryParameters: VirtualMachineExtensionsUpdateQueryParamProperties;
|
|
679
|
+
}
|
|
680
|
+
export interface VirtualMachineExtensionsUpdateMediaTypesParam {
|
|
681
|
+
/** Request content type */
|
|
682
|
+
contentType?: "application/json";
|
|
683
|
+
}
|
|
684
|
+
export type VirtualMachineExtensionsUpdateParameters = VirtualMachineExtensionsUpdateQueryParam & VirtualMachineExtensionsUpdateMediaTypesParam & VirtualMachineExtensionsUpdateBodyParam & RequestParameters;
|
|
685
|
+
export interface VirtualMachineExtensionsDeleteQueryParamProperties {
|
|
686
|
+
/** Api Version */
|
|
687
|
+
"api-version": "2022-08-01";
|
|
688
|
+
}
|
|
689
|
+
export interface VirtualMachineExtensionsDeleteQueryParam {
|
|
690
|
+
queryParameters: VirtualMachineExtensionsDeleteQueryParamProperties;
|
|
691
|
+
}
|
|
692
|
+
export type VirtualMachineExtensionsDeleteParameters = VirtualMachineExtensionsDeleteQueryParam & RequestParameters;
|
|
693
|
+
export interface VirtualMachineExtensionsGetQueryParamProperties {
|
|
694
|
+
/** The expand expression to apply on the operation. */
|
|
695
|
+
$expand?: string;
|
|
696
|
+
/** Api Version */
|
|
697
|
+
"api-version": "2022-08-01";
|
|
698
|
+
}
|
|
699
|
+
export interface VirtualMachineExtensionsGetQueryParam {
|
|
700
|
+
queryParameters: VirtualMachineExtensionsGetQueryParamProperties;
|
|
701
|
+
}
|
|
702
|
+
export type VirtualMachineExtensionsGetParameters = VirtualMachineExtensionsGetQueryParam & RequestParameters;
|
|
703
|
+
export interface VirtualMachineExtensionsListQueryParamProperties {
|
|
704
|
+
/** The expand expression to apply on the operation. */
|
|
705
|
+
$expand?: string;
|
|
706
|
+
/** Api Version */
|
|
707
|
+
"api-version": "2022-08-01";
|
|
708
|
+
}
|
|
709
|
+
export interface VirtualMachineExtensionsListQueryParam {
|
|
710
|
+
queryParameters: VirtualMachineExtensionsListQueryParamProperties;
|
|
711
|
+
}
|
|
712
|
+
export type VirtualMachineExtensionsListParameters = VirtualMachineExtensionsListQueryParam & RequestParameters;
|
|
713
|
+
export interface VirtualMachinesListByLocationQueryParamProperties {
|
|
714
|
+
/** Api Version */
|
|
715
|
+
"api-version": "2022-08-01";
|
|
716
|
+
}
|
|
717
|
+
export interface VirtualMachinesListByLocationQueryParam {
|
|
718
|
+
queryParameters: VirtualMachinesListByLocationQueryParamProperties;
|
|
719
|
+
}
|
|
720
|
+
export type VirtualMachinesListByLocationParameters = VirtualMachinesListByLocationQueryParam & RequestParameters;
|
|
721
|
+
export interface VirtualMachinesCaptureBodyParam {
|
|
722
|
+
/** Parameters supplied to the Capture Virtual Machine operation. */
|
|
723
|
+
body: VirtualMachineCaptureParameters;
|
|
724
|
+
}
|
|
725
|
+
export interface VirtualMachinesCaptureQueryParamProperties {
|
|
726
|
+
/** Api Version */
|
|
727
|
+
"api-version": "2022-08-01";
|
|
728
|
+
}
|
|
729
|
+
export interface VirtualMachinesCaptureQueryParam {
|
|
730
|
+
queryParameters: VirtualMachinesCaptureQueryParamProperties;
|
|
731
|
+
}
|
|
732
|
+
export interface VirtualMachinesCaptureMediaTypesParam {
|
|
733
|
+
/** Request content type */
|
|
734
|
+
contentType?: "application/json";
|
|
735
|
+
}
|
|
736
|
+
export type VirtualMachinesCaptureParameters = VirtualMachinesCaptureQueryParam & VirtualMachinesCaptureMediaTypesParam & VirtualMachinesCaptureBodyParam & RequestParameters;
|
|
737
|
+
export interface VirtualMachinesCreateOrUpdateBodyParam {
|
|
738
|
+
/** Parameters supplied to the Create Virtual Machine operation. */
|
|
739
|
+
body: VirtualMachine;
|
|
740
|
+
}
|
|
741
|
+
export interface VirtualMachinesCreateOrUpdateQueryParamProperties {
|
|
742
|
+
/** Api Version */
|
|
743
|
+
"api-version": "2022-08-01";
|
|
744
|
+
}
|
|
745
|
+
export interface VirtualMachinesCreateOrUpdateQueryParam {
|
|
746
|
+
queryParameters: VirtualMachinesCreateOrUpdateQueryParamProperties;
|
|
747
|
+
}
|
|
748
|
+
export interface VirtualMachinesCreateOrUpdateMediaTypesParam {
|
|
749
|
+
/** Request content type */
|
|
750
|
+
contentType?: "application/json";
|
|
751
|
+
}
|
|
752
|
+
export type VirtualMachinesCreateOrUpdateParameters = VirtualMachinesCreateOrUpdateQueryParam & VirtualMachinesCreateOrUpdateMediaTypesParam & VirtualMachinesCreateOrUpdateBodyParam & RequestParameters;
|
|
753
|
+
export interface VirtualMachinesUpdateBodyParam {
|
|
754
|
+
/** Parameters supplied to the Update Virtual Machine operation. */
|
|
755
|
+
body: VirtualMachineUpdate;
|
|
756
|
+
}
|
|
757
|
+
export interface VirtualMachinesUpdateQueryParamProperties {
|
|
758
|
+
/** Api Version */
|
|
759
|
+
"api-version": "2022-08-01";
|
|
760
|
+
}
|
|
761
|
+
export interface VirtualMachinesUpdateQueryParam {
|
|
762
|
+
queryParameters: VirtualMachinesUpdateQueryParamProperties;
|
|
763
|
+
}
|
|
764
|
+
export interface VirtualMachinesUpdateMediaTypesParam {
|
|
765
|
+
/** Request content type */
|
|
766
|
+
contentType?: "application/json";
|
|
767
|
+
}
|
|
768
|
+
export type VirtualMachinesUpdateParameters = VirtualMachinesUpdateQueryParam & VirtualMachinesUpdateMediaTypesParam & VirtualMachinesUpdateBodyParam & RequestParameters;
|
|
769
|
+
export interface VirtualMachinesDeleteQueryParamProperties {
|
|
770
|
+
/** Optional parameter to force delete virtual machines. */
|
|
771
|
+
forceDeletion?: boolean;
|
|
772
|
+
/** Api Version */
|
|
773
|
+
"api-version": "2022-08-01";
|
|
774
|
+
}
|
|
775
|
+
export interface VirtualMachinesDeleteQueryParam {
|
|
776
|
+
queryParameters: VirtualMachinesDeleteQueryParamProperties;
|
|
777
|
+
}
|
|
778
|
+
export type VirtualMachinesDeleteParameters = VirtualMachinesDeleteQueryParam & RequestParameters;
|
|
779
|
+
export interface VirtualMachinesGetQueryParamProperties {
|
|
780
|
+
/** The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the virtual machine that is managed by the platform and can change outside of control plane operations. 'UserData' retrieves the UserData property as part of the VM model view that was provided by the user during the VM Create/Update operation. */
|
|
781
|
+
$expand?: "instanceView" | "userData";
|
|
782
|
+
/** Api Version */
|
|
783
|
+
"api-version": "2022-08-01";
|
|
784
|
+
}
|
|
785
|
+
export interface VirtualMachinesGetQueryParam {
|
|
786
|
+
queryParameters: VirtualMachinesGetQueryParamProperties;
|
|
787
|
+
}
|
|
788
|
+
export type VirtualMachinesGetParameters = VirtualMachinesGetQueryParam & RequestParameters;
|
|
789
|
+
export interface VirtualMachinesInstanceViewQueryParamProperties {
|
|
790
|
+
/** Api Version */
|
|
791
|
+
"api-version": "2022-08-01";
|
|
792
|
+
}
|
|
793
|
+
export interface VirtualMachinesInstanceViewQueryParam {
|
|
794
|
+
queryParameters: VirtualMachinesInstanceViewQueryParamProperties;
|
|
795
|
+
}
|
|
796
|
+
export type VirtualMachinesInstanceViewParameters = VirtualMachinesInstanceViewQueryParam & RequestParameters;
|
|
797
|
+
export interface VirtualMachinesConvertToManagedDisksQueryParamProperties {
|
|
798
|
+
/** Api Version */
|
|
799
|
+
"api-version": "2022-08-01";
|
|
800
|
+
}
|
|
801
|
+
export interface VirtualMachinesConvertToManagedDisksQueryParam {
|
|
802
|
+
queryParameters: VirtualMachinesConvertToManagedDisksQueryParamProperties;
|
|
803
|
+
}
|
|
804
|
+
export type VirtualMachinesConvertToManagedDisksParameters = VirtualMachinesConvertToManagedDisksQueryParam & RequestParameters;
|
|
805
|
+
export interface VirtualMachinesDeallocateQueryParamProperties {
|
|
806
|
+
/** Optional parameter to hibernate a virtual machine. (Feature in Preview) */
|
|
807
|
+
hibernate?: boolean;
|
|
808
|
+
/** Api Version */
|
|
809
|
+
"api-version": "2022-08-01";
|
|
810
|
+
}
|
|
811
|
+
export interface VirtualMachinesDeallocateQueryParam {
|
|
812
|
+
queryParameters: VirtualMachinesDeallocateQueryParamProperties;
|
|
813
|
+
}
|
|
814
|
+
export type VirtualMachinesDeallocateParameters = VirtualMachinesDeallocateQueryParam & RequestParameters;
|
|
815
|
+
export interface VirtualMachinesGeneralizeQueryParamProperties {
|
|
816
|
+
/** Api Version */
|
|
817
|
+
"api-version": "2022-08-01";
|
|
818
|
+
}
|
|
819
|
+
export interface VirtualMachinesGeneralizeQueryParam {
|
|
820
|
+
queryParameters: VirtualMachinesGeneralizeQueryParamProperties;
|
|
821
|
+
}
|
|
822
|
+
export type VirtualMachinesGeneralizeParameters = VirtualMachinesGeneralizeQueryParam & RequestParameters;
|
|
823
|
+
export interface VirtualMachinesListQueryParamProperties {
|
|
824
|
+
/** The system query option to filter VMs returned in the response. Allowed value is 'virtualMachineScaleSet/id' eq /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}' */
|
|
825
|
+
$filter?: string;
|
|
826
|
+
/** Api Version */
|
|
827
|
+
"api-version": "2022-08-01";
|
|
828
|
+
}
|
|
829
|
+
export interface VirtualMachinesListQueryParam {
|
|
830
|
+
queryParameters: VirtualMachinesListQueryParamProperties;
|
|
831
|
+
}
|
|
832
|
+
export type VirtualMachinesListParameters = VirtualMachinesListQueryParam & RequestParameters;
|
|
833
|
+
export interface VirtualMachinesListAllQueryParamProperties {
|
|
834
|
+
/** Api Version */
|
|
835
|
+
"api-version": "2022-08-01";
|
|
836
|
+
/** statusOnly=true enables fetching run time status of all Virtual Machines in the subscription. */
|
|
837
|
+
statusOnly?: string;
|
|
838
|
+
/** The system query option to filter VMs returned in the response. Allowed value is 'virtualMachineScaleSet/id' eq /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmssName}' */
|
|
839
|
+
$filter?: string;
|
|
840
|
+
}
|
|
841
|
+
export interface VirtualMachinesListAllQueryParam {
|
|
842
|
+
queryParameters: VirtualMachinesListAllQueryParamProperties;
|
|
843
|
+
}
|
|
844
|
+
export type VirtualMachinesListAllParameters = VirtualMachinesListAllQueryParam & RequestParameters;
|
|
845
|
+
export interface VirtualMachinesListAvailableSizesQueryParamProperties {
|
|
846
|
+
/** Api Version */
|
|
847
|
+
"api-version": "2022-08-01";
|
|
848
|
+
}
|
|
849
|
+
export interface VirtualMachinesListAvailableSizesQueryParam {
|
|
850
|
+
queryParameters: VirtualMachinesListAvailableSizesQueryParamProperties;
|
|
851
|
+
}
|
|
852
|
+
export type VirtualMachinesListAvailableSizesParameters = VirtualMachinesListAvailableSizesQueryParam & RequestParameters;
|
|
853
|
+
export interface VirtualMachinesPowerOffQueryParamProperties {
|
|
854
|
+
/** The parameter to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Default value for this flag is false if not specified */
|
|
855
|
+
skipShutdown?: boolean;
|
|
856
|
+
/** Api Version */
|
|
857
|
+
"api-version": "2022-08-01";
|
|
858
|
+
}
|
|
859
|
+
export interface VirtualMachinesPowerOffQueryParam {
|
|
860
|
+
queryParameters: VirtualMachinesPowerOffQueryParamProperties;
|
|
861
|
+
}
|
|
862
|
+
export type VirtualMachinesPowerOffParameters = VirtualMachinesPowerOffQueryParam & RequestParameters;
|
|
863
|
+
export interface VirtualMachinesReapplyQueryParamProperties {
|
|
864
|
+
/** Api Version */
|
|
865
|
+
"api-version": "2022-08-01";
|
|
866
|
+
}
|
|
867
|
+
export interface VirtualMachinesReapplyQueryParam {
|
|
868
|
+
queryParameters: VirtualMachinesReapplyQueryParamProperties;
|
|
869
|
+
}
|
|
870
|
+
export type VirtualMachinesReapplyParameters = VirtualMachinesReapplyQueryParam & RequestParameters;
|
|
871
|
+
export interface VirtualMachinesRestartQueryParamProperties {
|
|
872
|
+
/** Api Version */
|
|
873
|
+
"api-version": "2022-08-01";
|
|
874
|
+
}
|
|
875
|
+
export interface VirtualMachinesRestartQueryParam {
|
|
876
|
+
queryParameters: VirtualMachinesRestartQueryParamProperties;
|
|
877
|
+
}
|
|
878
|
+
export type VirtualMachinesRestartParameters = VirtualMachinesRestartQueryParam & RequestParameters;
|
|
879
|
+
export interface VirtualMachinesStartQueryParamProperties {
|
|
880
|
+
/** Api Version */
|
|
881
|
+
"api-version": "2022-08-01";
|
|
882
|
+
}
|
|
883
|
+
export interface VirtualMachinesStartQueryParam {
|
|
884
|
+
queryParameters: VirtualMachinesStartQueryParamProperties;
|
|
885
|
+
}
|
|
886
|
+
export type VirtualMachinesStartParameters = VirtualMachinesStartQueryParam & RequestParameters;
|
|
887
|
+
export interface VirtualMachinesRedeployQueryParamProperties {
|
|
888
|
+
/** Api Version */
|
|
889
|
+
"api-version": "2022-08-01";
|
|
890
|
+
}
|
|
891
|
+
export interface VirtualMachinesRedeployQueryParam {
|
|
892
|
+
queryParameters: VirtualMachinesRedeployQueryParamProperties;
|
|
893
|
+
}
|
|
894
|
+
export type VirtualMachinesRedeployParameters = VirtualMachinesRedeployQueryParam & RequestParameters;
|
|
895
|
+
export interface VirtualMachinesReimageBodyParam {
|
|
896
|
+
/** Parameters supplied to the Reimage Virtual Machine operation. */
|
|
897
|
+
body?: VirtualMachineReimageParameters;
|
|
898
|
+
}
|
|
899
|
+
export interface VirtualMachinesReimageQueryParamProperties {
|
|
900
|
+
/** Api Version */
|
|
901
|
+
"api-version": "2022-08-01";
|
|
902
|
+
}
|
|
903
|
+
export interface VirtualMachinesReimageQueryParam {
|
|
904
|
+
queryParameters: VirtualMachinesReimageQueryParamProperties;
|
|
905
|
+
}
|
|
906
|
+
export interface VirtualMachinesReimageMediaTypesParam {
|
|
907
|
+
/** Request content type */
|
|
908
|
+
contentType?: "application/json";
|
|
909
|
+
}
|
|
910
|
+
export type VirtualMachinesReimageParameters = VirtualMachinesReimageQueryParam & VirtualMachinesReimageMediaTypesParam & VirtualMachinesReimageBodyParam & RequestParameters;
|
|
911
|
+
export interface VirtualMachinesRetrieveBootDiagnosticsDataQueryParamProperties {
|
|
912
|
+
/** Expiration duration in minutes for the SAS URIs with a value between 1 to 1440 minutes. <br><br>NOTE: If not specified, SAS URIs will be generated with a default expiration duration of 120 minutes. */
|
|
913
|
+
sasUriExpirationTimeInMinutes?: number;
|
|
914
|
+
/** Api Version */
|
|
915
|
+
"api-version": "2022-08-01";
|
|
916
|
+
}
|
|
917
|
+
export interface VirtualMachinesRetrieveBootDiagnosticsDataQueryParam {
|
|
918
|
+
queryParameters: VirtualMachinesRetrieveBootDiagnosticsDataQueryParamProperties;
|
|
919
|
+
}
|
|
920
|
+
export type VirtualMachinesRetrieveBootDiagnosticsDataParameters = VirtualMachinesRetrieveBootDiagnosticsDataQueryParam & RequestParameters;
|
|
921
|
+
export interface VirtualMachinesPerformMaintenanceQueryParamProperties {
|
|
922
|
+
/** Api Version */
|
|
923
|
+
"api-version": "2022-08-01";
|
|
924
|
+
}
|
|
925
|
+
export interface VirtualMachinesPerformMaintenanceQueryParam {
|
|
926
|
+
queryParameters: VirtualMachinesPerformMaintenanceQueryParamProperties;
|
|
927
|
+
}
|
|
928
|
+
export type VirtualMachinesPerformMaintenanceParameters = VirtualMachinesPerformMaintenanceQueryParam & RequestParameters;
|
|
929
|
+
export interface VirtualMachinesSimulateEvictionQueryParamProperties {
|
|
930
|
+
/** Api Version */
|
|
931
|
+
"api-version": "2022-08-01";
|
|
932
|
+
}
|
|
933
|
+
export interface VirtualMachinesSimulateEvictionQueryParam {
|
|
934
|
+
queryParameters: VirtualMachinesSimulateEvictionQueryParamProperties;
|
|
935
|
+
}
|
|
936
|
+
export type VirtualMachinesSimulateEvictionParameters = VirtualMachinesSimulateEvictionQueryParam & RequestParameters;
|
|
937
|
+
export interface VirtualMachinesAssessPatchesQueryParamProperties {
|
|
938
|
+
/** Api Version */
|
|
939
|
+
"api-version": "2022-08-01";
|
|
940
|
+
}
|
|
941
|
+
export interface VirtualMachinesAssessPatchesQueryParam {
|
|
942
|
+
queryParameters: VirtualMachinesAssessPatchesQueryParamProperties;
|
|
943
|
+
}
|
|
944
|
+
export type VirtualMachinesAssessPatchesParameters = VirtualMachinesAssessPatchesQueryParam & RequestParameters;
|
|
945
|
+
export interface VirtualMachinesInstallPatchesBodyParam {
|
|
946
|
+
/** Input for InstallPatches as directly received by the API */
|
|
947
|
+
body: VirtualMachineInstallPatchesParameters;
|
|
948
|
+
}
|
|
949
|
+
export interface VirtualMachinesInstallPatchesQueryParamProperties {
|
|
950
|
+
/** Api Version */
|
|
951
|
+
"api-version": "2022-08-01";
|
|
952
|
+
}
|
|
953
|
+
export interface VirtualMachinesInstallPatchesQueryParam {
|
|
954
|
+
queryParameters: VirtualMachinesInstallPatchesQueryParamProperties;
|
|
955
|
+
}
|
|
956
|
+
export interface VirtualMachinesInstallPatchesMediaTypesParam {
|
|
957
|
+
/** Request content type */
|
|
958
|
+
contentType?: "application/json";
|
|
959
|
+
}
|
|
960
|
+
export type VirtualMachinesInstallPatchesParameters = VirtualMachinesInstallPatchesQueryParam & VirtualMachinesInstallPatchesMediaTypesParam & VirtualMachinesInstallPatchesBodyParam & RequestParameters;
|
|
961
|
+
export interface VirtualMachinesRunCommandBodyParam {
|
|
962
|
+
/** Parameters supplied to the Run command operation. */
|
|
963
|
+
body: RunCommandInput;
|
|
964
|
+
}
|
|
965
|
+
export interface VirtualMachinesRunCommandQueryParamProperties {
|
|
966
|
+
/** Api Version */
|
|
967
|
+
"api-version": "2022-08-01";
|
|
968
|
+
}
|
|
969
|
+
export interface VirtualMachinesRunCommandQueryParam {
|
|
970
|
+
queryParameters: VirtualMachinesRunCommandQueryParamProperties;
|
|
971
|
+
}
|
|
972
|
+
export interface VirtualMachinesRunCommandMediaTypesParam {
|
|
973
|
+
/** Request content type */
|
|
974
|
+
contentType?: "application/json" | "text/json";
|
|
975
|
+
}
|
|
976
|
+
export type VirtualMachinesRunCommandParameters = VirtualMachinesRunCommandQueryParam & VirtualMachinesRunCommandMediaTypesParam & VirtualMachinesRunCommandBodyParam & RequestParameters;
|
|
977
|
+
export interface VirtualMachineImagesGetQueryParamProperties {
|
|
978
|
+
/** Api Version */
|
|
979
|
+
"api-version": "2022-08-01";
|
|
980
|
+
}
|
|
981
|
+
export interface VirtualMachineImagesGetQueryParam {
|
|
982
|
+
queryParameters: VirtualMachineImagesGetQueryParamProperties;
|
|
983
|
+
}
|
|
984
|
+
export type VirtualMachineImagesGetParameters = VirtualMachineImagesGetQueryParam & RequestParameters;
|
|
985
|
+
export interface VirtualMachineImagesListQueryParamProperties {
|
|
986
|
+
/** The expand expression to apply on the operation. */
|
|
987
|
+
$expand?: string;
|
|
988
|
+
$top?: number;
|
|
989
|
+
$orderby?: string;
|
|
990
|
+
/** Api Version */
|
|
991
|
+
"api-version": "2022-08-01";
|
|
992
|
+
}
|
|
993
|
+
export interface VirtualMachineImagesListQueryParam {
|
|
994
|
+
queryParameters: VirtualMachineImagesListQueryParamProperties;
|
|
995
|
+
}
|
|
996
|
+
export type VirtualMachineImagesListParameters = VirtualMachineImagesListQueryParam & RequestParameters;
|
|
997
|
+
export interface VirtualMachineImagesListOffersQueryParamProperties {
|
|
998
|
+
/** Api Version */
|
|
999
|
+
"api-version": "2022-08-01";
|
|
1000
|
+
}
|
|
1001
|
+
export interface VirtualMachineImagesListOffersQueryParam {
|
|
1002
|
+
queryParameters: VirtualMachineImagesListOffersQueryParamProperties;
|
|
1003
|
+
}
|
|
1004
|
+
export type VirtualMachineImagesListOffersParameters = VirtualMachineImagesListOffersQueryParam & RequestParameters;
|
|
1005
|
+
export interface VirtualMachineImagesListPublishersQueryParamProperties {
|
|
1006
|
+
/** Api Version */
|
|
1007
|
+
"api-version": "2022-08-01";
|
|
1008
|
+
}
|
|
1009
|
+
export interface VirtualMachineImagesListPublishersQueryParam {
|
|
1010
|
+
queryParameters: VirtualMachineImagesListPublishersQueryParamProperties;
|
|
1011
|
+
}
|
|
1012
|
+
export type VirtualMachineImagesListPublishersParameters = VirtualMachineImagesListPublishersQueryParam & RequestParameters;
|
|
1013
|
+
export interface VirtualMachineImagesListSkusQueryParamProperties {
|
|
1014
|
+
/** Api Version */
|
|
1015
|
+
"api-version": "2022-08-01";
|
|
1016
|
+
}
|
|
1017
|
+
export interface VirtualMachineImagesListSkusQueryParam {
|
|
1018
|
+
queryParameters: VirtualMachineImagesListSkusQueryParamProperties;
|
|
1019
|
+
}
|
|
1020
|
+
export type VirtualMachineImagesListSkusParameters = VirtualMachineImagesListSkusQueryParam & RequestParameters;
|
|
1021
|
+
export interface VirtualMachineImagesListByEdgeZoneQueryParamProperties {
|
|
1022
|
+
/** Api Version */
|
|
1023
|
+
"api-version": "2022-08-01";
|
|
1024
|
+
}
|
|
1025
|
+
export interface VirtualMachineImagesListByEdgeZoneQueryParam {
|
|
1026
|
+
queryParameters: VirtualMachineImagesListByEdgeZoneQueryParamProperties;
|
|
1027
|
+
}
|
|
1028
|
+
export type VirtualMachineImagesListByEdgeZoneParameters = VirtualMachineImagesListByEdgeZoneQueryParam & RequestParameters;
|
|
1029
|
+
export interface VirtualMachineImagesEdgeZoneGetQueryParamProperties {
|
|
1030
|
+
/** Api Version */
|
|
1031
|
+
"api-version": "2022-08-01";
|
|
1032
|
+
}
|
|
1033
|
+
export interface VirtualMachineImagesEdgeZoneGetQueryParam {
|
|
1034
|
+
queryParameters: VirtualMachineImagesEdgeZoneGetQueryParamProperties;
|
|
1035
|
+
}
|
|
1036
|
+
export type VirtualMachineImagesEdgeZoneGetParameters = VirtualMachineImagesEdgeZoneGetQueryParam & RequestParameters;
|
|
1037
|
+
export interface VirtualMachineImagesEdgeZoneListQueryParamProperties {
|
|
1038
|
+
/** The expand expression to apply on the operation. */
|
|
1039
|
+
$expand?: string;
|
|
1040
|
+
/** An integer value specifying the number of images to return that matches supplied values. */
|
|
1041
|
+
$top?: number;
|
|
1042
|
+
/** Specifies the order of the results returned. Formatted as an OData query. */
|
|
1043
|
+
$orderby?: string;
|
|
1044
|
+
/** Api Version */
|
|
1045
|
+
"api-version": "2022-08-01";
|
|
1046
|
+
}
|
|
1047
|
+
export interface VirtualMachineImagesEdgeZoneListQueryParam {
|
|
1048
|
+
queryParameters: VirtualMachineImagesEdgeZoneListQueryParamProperties;
|
|
1049
|
+
}
|
|
1050
|
+
export type VirtualMachineImagesEdgeZoneListParameters = VirtualMachineImagesEdgeZoneListQueryParam & RequestParameters;
|
|
1051
|
+
export interface VirtualMachineImagesEdgeZoneListOffersQueryParamProperties {
|
|
1052
|
+
/** Api Version */
|
|
1053
|
+
"api-version": "2022-08-01";
|
|
1054
|
+
}
|
|
1055
|
+
export interface VirtualMachineImagesEdgeZoneListOffersQueryParam {
|
|
1056
|
+
queryParameters: VirtualMachineImagesEdgeZoneListOffersQueryParamProperties;
|
|
1057
|
+
}
|
|
1058
|
+
export type VirtualMachineImagesEdgeZoneListOffersParameters = VirtualMachineImagesEdgeZoneListOffersQueryParam & RequestParameters;
|
|
1059
|
+
export interface VirtualMachineImagesEdgeZoneListPublishersQueryParamProperties {
|
|
1060
|
+
/** Api Version */
|
|
1061
|
+
"api-version": "2022-08-01";
|
|
1062
|
+
}
|
|
1063
|
+
export interface VirtualMachineImagesEdgeZoneListPublishersQueryParam {
|
|
1064
|
+
queryParameters: VirtualMachineImagesEdgeZoneListPublishersQueryParamProperties;
|
|
1065
|
+
}
|
|
1066
|
+
export type VirtualMachineImagesEdgeZoneListPublishersParameters = VirtualMachineImagesEdgeZoneListPublishersQueryParam & RequestParameters;
|
|
1067
|
+
export interface VirtualMachineImagesEdgeZoneListSkusQueryParamProperties {
|
|
1068
|
+
/** Api Version */
|
|
1069
|
+
"api-version": "2022-08-01";
|
|
1070
|
+
}
|
|
1071
|
+
export interface VirtualMachineImagesEdgeZoneListSkusQueryParam {
|
|
1072
|
+
queryParameters: VirtualMachineImagesEdgeZoneListSkusQueryParamProperties;
|
|
1073
|
+
}
|
|
1074
|
+
export type VirtualMachineImagesEdgeZoneListSkusParameters = VirtualMachineImagesEdgeZoneListSkusQueryParam & RequestParameters;
|
|
1075
|
+
export interface VirtualMachineExtensionImagesGetQueryParamProperties {
|
|
1076
|
+
/** Api Version */
|
|
1077
|
+
"api-version": "2022-08-01";
|
|
1078
|
+
}
|
|
1079
|
+
export interface VirtualMachineExtensionImagesGetQueryParam {
|
|
1080
|
+
queryParameters: VirtualMachineExtensionImagesGetQueryParamProperties;
|
|
1081
|
+
}
|
|
1082
|
+
export type VirtualMachineExtensionImagesGetParameters = VirtualMachineExtensionImagesGetQueryParam & RequestParameters;
|
|
1083
|
+
export interface VirtualMachineExtensionImagesListTypesQueryParamProperties {
|
|
1084
|
+
/** Api Version */
|
|
1085
|
+
"api-version": "2022-08-01";
|
|
1086
|
+
}
|
|
1087
|
+
export interface VirtualMachineExtensionImagesListTypesQueryParam {
|
|
1088
|
+
queryParameters: VirtualMachineExtensionImagesListTypesQueryParamProperties;
|
|
1089
|
+
}
|
|
1090
|
+
export type VirtualMachineExtensionImagesListTypesParameters = VirtualMachineExtensionImagesListTypesQueryParam & RequestParameters;
|
|
1091
|
+
export interface VirtualMachineExtensionImagesListVersionsQueryParamProperties {
|
|
1092
|
+
/** The filter to apply on the operation. */
|
|
1093
|
+
$filter?: string;
|
|
1094
|
+
$top?: number;
|
|
1095
|
+
$orderby?: string;
|
|
1096
|
+
/** Api Version */
|
|
1097
|
+
"api-version": "2022-08-01";
|
|
1098
|
+
}
|
|
1099
|
+
export interface VirtualMachineExtensionImagesListVersionsQueryParam {
|
|
1100
|
+
queryParameters: VirtualMachineExtensionImagesListVersionsQueryParamProperties;
|
|
1101
|
+
}
|
|
1102
|
+
export type VirtualMachineExtensionImagesListVersionsParameters = VirtualMachineExtensionImagesListVersionsQueryParam & RequestParameters;
|
|
1103
|
+
export interface AvailabilitySetsCreateOrUpdateBodyParam {
|
|
1104
|
+
/** Parameters supplied to the Create Availability Set operation. */
|
|
1105
|
+
body: AvailabilitySet;
|
|
1106
|
+
}
|
|
1107
|
+
export interface AvailabilitySetsCreateOrUpdateQueryParamProperties {
|
|
1108
|
+
/** Api Version */
|
|
1109
|
+
"api-version": "2022-08-01";
|
|
1110
|
+
}
|
|
1111
|
+
export interface AvailabilitySetsCreateOrUpdateQueryParam {
|
|
1112
|
+
queryParameters: AvailabilitySetsCreateOrUpdateQueryParamProperties;
|
|
1113
|
+
}
|
|
1114
|
+
export interface AvailabilitySetsCreateOrUpdateMediaTypesParam {
|
|
1115
|
+
/** Request content type */
|
|
1116
|
+
contentType?: "application/json";
|
|
1117
|
+
}
|
|
1118
|
+
export type AvailabilitySetsCreateOrUpdateParameters = AvailabilitySetsCreateOrUpdateQueryParam & AvailabilitySetsCreateOrUpdateMediaTypesParam & AvailabilitySetsCreateOrUpdateBodyParam & RequestParameters;
|
|
1119
|
+
export interface AvailabilitySetsUpdateBodyParam {
|
|
1120
|
+
/** Parameters supplied to the Update Availability Set operation. */
|
|
1121
|
+
body: AvailabilitySetUpdate;
|
|
1122
|
+
}
|
|
1123
|
+
export interface AvailabilitySetsUpdateQueryParamProperties {
|
|
1124
|
+
/** Api Version */
|
|
1125
|
+
"api-version": "2022-08-01";
|
|
1126
|
+
}
|
|
1127
|
+
export interface AvailabilitySetsUpdateQueryParam {
|
|
1128
|
+
queryParameters: AvailabilitySetsUpdateQueryParamProperties;
|
|
1129
|
+
}
|
|
1130
|
+
export interface AvailabilitySetsUpdateMediaTypesParam {
|
|
1131
|
+
/** Request content type */
|
|
1132
|
+
contentType?: "application/json";
|
|
1133
|
+
}
|
|
1134
|
+
export type AvailabilitySetsUpdateParameters = AvailabilitySetsUpdateQueryParam & AvailabilitySetsUpdateMediaTypesParam & AvailabilitySetsUpdateBodyParam & RequestParameters;
|
|
1135
|
+
export interface AvailabilitySetsDeleteQueryParamProperties {
|
|
1136
|
+
/** Api Version */
|
|
1137
|
+
"api-version": "2022-08-01";
|
|
1138
|
+
}
|
|
1139
|
+
export interface AvailabilitySetsDeleteQueryParam {
|
|
1140
|
+
queryParameters: AvailabilitySetsDeleteQueryParamProperties;
|
|
1141
|
+
}
|
|
1142
|
+
export type AvailabilitySetsDeleteParameters = AvailabilitySetsDeleteQueryParam & RequestParameters;
|
|
1143
|
+
export interface AvailabilitySetsGetQueryParamProperties {
|
|
1144
|
+
/** Api Version */
|
|
1145
|
+
"api-version": "2022-08-01";
|
|
1146
|
+
}
|
|
1147
|
+
export interface AvailabilitySetsGetQueryParam {
|
|
1148
|
+
queryParameters: AvailabilitySetsGetQueryParamProperties;
|
|
1149
|
+
}
|
|
1150
|
+
export type AvailabilitySetsGetParameters = AvailabilitySetsGetQueryParam & RequestParameters;
|
|
1151
|
+
export interface AvailabilitySetsListBySubscriptionQueryParamProperties {
|
|
1152
|
+
/** Api Version */
|
|
1153
|
+
"api-version": "2022-08-01";
|
|
1154
|
+
/** The expand expression to apply to the operation. Allowed values are 'instanceView'. */
|
|
1155
|
+
$expand?: string;
|
|
1156
|
+
}
|
|
1157
|
+
export interface AvailabilitySetsListBySubscriptionQueryParam {
|
|
1158
|
+
queryParameters: AvailabilitySetsListBySubscriptionQueryParamProperties;
|
|
1159
|
+
}
|
|
1160
|
+
export type AvailabilitySetsListBySubscriptionParameters = AvailabilitySetsListBySubscriptionQueryParam & RequestParameters;
|
|
1161
|
+
export interface AvailabilitySetsListQueryParamProperties {
|
|
1162
|
+
/** Api Version */
|
|
1163
|
+
"api-version": "2022-08-01";
|
|
1164
|
+
}
|
|
1165
|
+
export interface AvailabilitySetsListQueryParam {
|
|
1166
|
+
queryParameters: AvailabilitySetsListQueryParamProperties;
|
|
1167
|
+
}
|
|
1168
|
+
export type AvailabilitySetsListParameters = AvailabilitySetsListQueryParam & RequestParameters;
|
|
1169
|
+
export interface AvailabilitySetsListAvailableSizesQueryParamProperties {
|
|
1170
|
+
/** Api Version */
|
|
1171
|
+
"api-version": "2022-08-01";
|
|
1172
|
+
}
|
|
1173
|
+
export interface AvailabilitySetsListAvailableSizesQueryParam {
|
|
1174
|
+
queryParameters: AvailabilitySetsListAvailableSizesQueryParamProperties;
|
|
1175
|
+
}
|
|
1176
|
+
export type AvailabilitySetsListAvailableSizesParameters = AvailabilitySetsListAvailableSizesQueryParam & RequestParameters;
|
|
1177
|
+
export interface ProximityPlacementGroupsCreateOrUpdateBodyParam {
|
|
1178
|
+
/** Parameters supplied to the Create Proximity Placement Group operation. */
|
|
1179
|
+
body: ProximityPlacementGroup;
|
|
1180
|
+
}
|
|
1181
|
+
export interface ProximityPlacementGroupsCreateOrUpdateQueryParamProperties {
|
|
1182
|
+
/** Api Version */
|
|
1183
|
+
"api-version": "2022-08-01";
|
|
1184
|
+
}
|
|
1185
|
+
export interface ProximityPlacementGroupsCreateOrUpdateQueryParam {
|
|
1186
|
+
queryParameters: ProximityPlacementGroupsCreateOrUpdateQueryParamProperties;
|
|
1187
|
+
}
|
|
1188
|
+
export interface ProximityPlacementGroupsCreateOrUpdateMediaTypesParam {
|
|
1189
|
+
/** Request content type */
|
|
1190
|
+
contentType?: "application/json";
|
|
1191
|
+
}
|
|
1192
|
+
export type ProximityPlacementGroupsCreateOrUpdateParameters = ProximityPlacementGroupsCreateOrUpdateQueryParam & ProximityPlacementGroupsCreateOrUpdateMediaTypesParam & ProximityPlacementGroupsCreateOrUpdateBodyParam & RequestParameters;
|
|
1193
|
+
export interface ProximityPlacementGroupsUpdateBodyParam {
|
|
1194
|
+
/** Parameters supplied to the Update Proximity Placement Group operation. */
|
|
1195
|
+
body: ProximityPlacementGroupUpdate;
|
|
1196
|
+
}
|
|
1197
|
+
export interface ProximityPlacementGroupsUpdateQueryParamProperties {
|
|
1198
|
+
/** Api Version */
|
|
1199
|
+
"api-version": "2022-08-01";
|
|
1200
|
+
}
|
|
1201
|
+
export interface ProximityPlacementGroupsUpdateQueryParam {
|
|
1202
|
+
queryParameters: ProximityPlacementGroupsUpdateQueryParamProperties;
|
|
1203
|
+
}
|
|
1204
|
+
export interface ProximityPlacementGroupsUpdateMediaTypesParam {
|
|
1205
|
+
/** Request content type */
|
|
1206
|
+
contentType?: "application/json";
|
|
1207
|
+
}
|
|
1208
|
+
export type ProximityPlacementGroupsUpdateParameters = ProximityPlacementGroupsUpdateQueryParam & ProximityPlacementGroupsUpdateMediaTypesParam & ProximityPlacementGroupsUpdateBodyParam & RequestParameters;
|
|
1209
|
+
export interface ProximityPlacementGroupsDeleteQueryParamProperties {
|
|
1210
|
+
/** Api Version */
|
|
1211
|
+
"api-version": "2022-08-01";
|
|
1212
|
+
}
|
|
1213
|
+
export interface ProximityPlacementGroupsDeleteQueryParam {
|
|
1214
|
+
queryParameters: ProximityPlacementGroupsDeleteQueryParamProperties;
|
|
1215
|
+
}
|
|
1216
|
+
export type ProximityPlacementGroupsDeleteParameters = ProximityPlacementGroupsDeleteQueryParam & RequestParameters;
|
|
1217
|
+
export interface ProximityPlacementGroupsGetQueryParamProperties {
|
|
1218
|
+
/** includeColocationStatus=true enables fetching the colocation status of all the resources in the proximity placement group. */
|
|
1219
|
+
includeColocationStatus?: string;
|
|
1220
|
+
/** Api Version */
|
|
1221
|
+
"api-version": "2022-08-01";
|
|
1222
|
+
}
|
|
1223
|
+
export interface ProximityPlacementGroupsGetQueryParam {
|
|
1224
|
+
queryParameters: ProximityPlacementGroupsGetQueryParamProperties;
|
|
1225
|
+
}
|
|
1226
|
+
export type ProximityPlacementGroupsGetParameters = ProximityPlacementGroupsGetQueryParam & RequestParameters;
|
|
1227
|
+
export interface ProximityPlacementGroupsListBySubscriptionQueryParamProperties {
|
|
1228
|
+
/** Api Version */
|
|
1229
|
+
"api-version": "2022-08-01";
|
|
1230
|
+
}
|
|
1231
|
+
export interface ProximityPlacementGroupsListBySubscriptionQueryParam {
|
|
1232
|
+
queryParameters: ProximityPlacementGroupsListBySubscriptionQueryParamProperties;
|
|
1233
|
+
}
|
|
1234
|
+
export type ProximityPlacementGroupsListBySubscriptionParameters = ProximityPlacementGroupsListBySubscriptionQueryParam & RequestParameters;
|
|
1235
|
+
export interface ProximityPlacementGroupsListByResourceGroupQueryParamProperties {
|
|
1236
|
+
/** Api Version */
|
|
1237
|
+
"api-version": "2022-08-01";
|
|
1238
|
+
}
|
|
1239
|
+
export interface ProximityPlacementGroupsListByResourceGroupQueryParam {
|
|
1240
|
+
queryParameters: ProximityPlacementGroupsListByResourceGroupQueryParamProperties;
|
|
1241
|
+
}
|
|
1242
|
+
export type ProximityPlacementGroupsListByResourceGroupParameters = ProximityPlacementGroupsListByResourceGroupQueryParam & RequestParameters;
|
|
1243
|
+
export interface DedicatedHostGroupsCreateOrUpdateBodyParam {
|
|
1244
|
+
/** Parameters supplied to the Create Dedicated Host Group. */
|
|
1245
|
+
body: DedicatedHostGroup;
|
|
1246
|
+
}
|
|
1247
|
+
export interface DedicatedHostGroupsCreateOrUpdateQueryParamProperties {
|
|
1248
|
+
/** Api Version */
|
|
1249
|
+
"api-version": "2022-08-01";
|
|
1250
|
+
}
|
|
1251
|
+
export interface DedicatedHostGroupsCreateOrUpdateQueryParam {
|
|
1252
|
+
queryParameters: DedicatedHostGroupsCreateOrUpdateQueryParamProperties;
|
|
1253
|
+
}
|
|
1254
|
+
export interface DedicatedHostGroupsCreateOrUpdateMediaTypesParam {
|
|
1255
|
+
/** Request content type */
|
|
1256
|
+
contentType?: "application/json";
|
|
1257
|
+
}
|
|
1258
|
+
export type DedicatedHostGroupsCreateOrUpdateParameters = DedicatedHostGroupsCreateOrUpdateQueryParam & DedicatedHostGroupsCreateOrUpdateMediaTypesParam & DedicatedHostGroupsCreateOrUpdateBodyParam & RequestParameters;
|
|
1259
|
+
export interface DedicatedHostGroupsUpdateBodyParam {
|
|
1260
|
+
/** Parameters supplied to the Update Dedicated Host Group operation. */
|
|
1261
|
+
body: DedicatedHostGroupUpdate;
|
|
1262
|
+
}
|
|
1263
|
+
export interface DedicatedHostGroupsUpdateQueryParamProperties {
|
|
1264
|
+
/** Api Version */
|
|
1265
|
+
"api-version": "2022-08-01";
|
|
1266
|
+
}
|
|
1267
|
+
export interface DedicatedHostGroupsUpdateQueryParam {
|
|
1268
|
+
queryParameters: DedicatedHostGroupsUpdateQueryParamProperties;
|
|
1269
|
+
}
|
|
1270
|
+
export interface DedicatedHostGroupsUpdateMediaTypesParam {
|
|
1271
|
+
/** Request content type */
|
|
1272
|
+
contentType?: "application/json";
|
|
1273
|
+
}
|
|
1274
|
+
export type DedicatedHostGroupsUpdateParameters = DedicatedHostGroupsUpdateQueryParam & DedicatedHostGroupsUpdateMediaTypesParam & DedicatedHostGroupsUpdateBodyParam & RequestParameters;
|
|
1275
|
+
export interface DedicatedHostGroupsDeleteQueryParamProperties {
|
|
1276
|
+
/** Api Version */
|
|
1277
|
+
"api-version": "2022-08-01";
|
|
1278
|
+
}
|
|
1279
|
+
export interface DedicatedHostGroupsDeleteQueryParam {
|
|
1280
|
+
queryParameters: DedicatedHostGroupsDeleteQueryParamProperties;
|
|
1281
|
+
}
|
|
1282
|
+
export type DedicatedHostGroupsDeleteParameters = DedicatedHostGroupsDeleteQueryParam & RequestParameters;
|
|
1283
|
+
export interface DedicatedHostGroupsGetQueryParamProperties {
|
|
1284
|
+
/** The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the dedicated hosts under the dedicated host group. 'UserData' is not supported for dedicated host group. */
|
|
1285
|
+
$expand?: "instanceView" | "userData";
|
|
1286
|
+
/** Api Version */
|
|
1287
|
+
"api-version": "2022-08-01";
|
|
1288
|
+
}
|
|
1289
|
+
export interface DedicatedHostGroupsGetQueryParam {
|
|
1290
|
+
queryParameters: DedicatedHostGroupsGetQueryParamProperties;
|
|
1291
|
+
}
|
|
1292
|
+
export type DedicatedHostGroupsGetParameters = DedicatedHostGroupsGetQueryParam & RequestParameters;
|
|
1293
|
+
export interface DedicatedHostGroupsListByResourceGroupQueryParamProperties {
|
|
1294
|
+
/** Api Version */
|
|
1295
|
+
"api-version": "2022-08-01";
|
|
1296
|
+
}
|
|
1297
|
+
export interface DedicatedHostGroupsListByResourceGroupQueryParam {
|
|
1298
|
+
queryParameters: DedicatedHostGroupsListByResourceGroupQueryParamProperties;
|
|
1299
|
+
}
|
|
1300
|
+
export type DedicatedHostGroupsListByResourceGroupParameters = DedicatedHostGroupsListByResourceGroupQueryParam & RequestParameters;
|
|
1301
|
+
export interface DedicatedHostGroupsListBySubscriptionQueryParamProperties {
|
|
1302
|
+
/** Api Version */
|
|
1303
|
+
"api-version": "2022-08-01";
|
|
1304
|
+
}
|
|
1305
|
+
export interface DedicatedHostGroupsListBySubscriptionQueryParam {
|
|
1306
|
+
queryParameters: DedicatedHostGroupsListBySubscriptionQueryParamProperties;
|
|
1307
|
+
}
|
|
1308
|
+
export type DedicatedHostGroupsListBySubscriptionParameters = DedicatedHostGroupsListBySubscriptionQueryParam & RequestParameters;
|
|
1309
|
+
export interface DedicatedHostsCreateOrUpdateBodyParam {
|
|
1310
|
+
/** Parameters supplied to the Create Dedicated Host. */
|
|
1311
|
+
body: DedicatedHost;
|
|
1312
|
+
}
|
|
1313
|
+
export interface DedicatedHostsCreateOrUpdateQueryParamProperties {
|
|
1314
|
+
/** Api Version */
|
|
1315
|
+
"api-version": "2022-08-01";
|
|
1316
|
+
}
|
|
1317
|
+
export interface DedicatedHostsCreateOrUpdateQueryParam {
|
|
1318
|
+
queryParameters: DedicatedHostsCreateOrUpdateQueryParamProperties;
|
|
1319
|
+
}
|
|
1320
|
+
export interface DedicatedHostsCreateOrUpdateMediaTypesParam {
|
|
1321
|
+
/** Request content type */
|
|
1322
|
+
contentType?: "application/json";
|
|
1323
|
+
}
|
|
1324
|
+
export type DedicatedHostsCreateOrUpdateParameters = DedicatedHostsCreateOrUpdateQueryParam & DedicatedHostsCreateOrUpdateMediaTypesParam & DedicatedHostsCreateOrUpdateBodyParam & RequestParameters;
|
|
1325
|
+
export interface DedicatedHostsUpdateBodyParam {
|
|
1326
|
+
/** Parameters supplied to the Update Dedicated Host operation. */
|
|
1327
|
+
body: DedicatedHostUpdate;
|
|
1328
|
+
}
|
|
1329
|
+
export interface DedicatedHostsUpdateQueryParamProperties {
|
|
1330
|
+
/** Api Version */
|
|
1331
|
+
"api-version": "2022-08-01";
|
|
1332
|
+
}
|
|
1333
|
+
export interface DedicatedHostsUpdateQueryParam {
|
|
1334
|
+
queryParameters: DedicatedHostsUpdateQueryParamProperties;
|
|
1335
|
+
}
|
|
1336
|
+
export interface DedicatedHostsUpdateMediaTypesParam {
|
|
1337
|
+
/** Request content type */
|
|
1338
|
+
contentType?: "application/json";
|
|
1339
|
+
}
|
|
1340
|
+
export type DedicatedHostsUpdateParameters = DedicatedHostsUpdateQueryParam & DedicatedHostsUpdateMediaTypesParam & DedicatedHostsUpdateBodyParam & RequestParameters;
|
|
1341
|
+
export interface DedicatedHostsDeleteQueryParamProperties {
|
|
1342
|
+
/** Api Version */
|
|
1343
|
+
"api-version": "2022-08-01";
|
|
1344
|
+
}
|
|
1345
|
+
export interface DedicatedHostsDeleteQueryParam {
|
|
1346
|
+
queryParameters: DedicatedHostsDeleteQueryParamProperties;
|
|
1347
|
+
}
|
|
1348
|
+
export type DedicatedHostsDeleteParameters = DedicatedHostsDeleteQueryParam & RequestParameters;
|
|
1349
|
+
export interface DedicatedHostsGetQueryParamProperties {
|
|
1350
|
+
/** The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the dedicated host. 'UserData' is not supported for dedicated host. */
|
|
1351
|
+
$expand?: "instanceView" | "userData";
|
|
1352
|
+
/** Api Version */
|
|
1353
|
+
"api-version": "2022-08-01";
|
|
1354
|
+
}
|
|
1355
|
+
export interface DedicatedHostsGetQueryParam {
|
|
1356
|
+
queryParameters: DedicatedHostsGetQueryParamProperties;
|
|
1357
|
+
}
|
|
1358
|
+
export type DedicatedHostsGetParameters = DedicatedHostsGetQueryParam & RequestParameters;
|
|
1359
|
+
export interface DedicatedHostsListByHostGroupQueryParamProperties {
|
|
1360
|
+
/** Api Version */
|
|
1361
|
+
"api-version": "2022-08-01";
|
|
1362
|
+
}
|
|
1363
|
+
export interface DedicatedHostsListByHostGroupQueryParam {
|
|
1364
|
+
queryParameters: DedicatedHostsListByHostGroupQueryParamProperties;
|
|
1365
|
+
}
|
|
1366
|
+
export type DedicatedHostsListByHostGroupParameters = DedicatedHostsListByHostGroupQueryParam & RequestParameters;
|
|
1367
|
+
export interface DedicatedHostsRestartQueryParamProperties {
|
|
1368
|
+
/** Api Version */
|
|
1369
|
+
"api-version": "2022-08-01";
|
|
1370
|
+
}
|
|
1371
|
+
export interface DedicatedHostsRestartQueryParam {
|
|
1372
|
+
queryParameters: DedicatedHostsRestartQueryParamProperties;
|
|
1373
|
+
}
|
|
1374
|
+
export type DedicatedHostsRestartParameters = DedicatedHostsRestartQueryParam & RequestParameters;
|
|
1375
|
+
export interface SshPublicKeysListBySubscriptionQueryParamProperties {
|
|
1376
|
+
/** Api Version */
|
|
1377
|
+
"api-version": "2022-08-01";
|
|
1378
|
+
}
|
|
1379
|
+
export interface SshPublicKeysListBySubscriptionQueryParam {
|
|
1380
|
+
queryParameters: SshPublicKeysListBySubscriptionQueryParamProperties;
|
|
1381
|
+
}
|
|
1382
|
+
export type SshPublicKeysListBySubscriptionParameters = SshPublicKeysListBySubscriptionQueryParam & RequestParameters;
|
|
1383
|
+
export interface SshPublicKeysListByResourceGroupQueryParamProperties {
|
|
1384
|
+
/** Api Version */
|
|
1385
|
+
"api-version": "2022-08-01";
|
|
1386
|
+
}
|
|
1387
|
+
export interface SshPublicKeysListByResourceGroupQueryParam {
|
|
1388
|
+
queryParameters: SshPublicKeysListByResourceGroupQueryParamProperties;
|
|
1389
|
+
}
|
|
1390
|
+
export type SshPublicKeysListByResourceGroupParameters = SshPublicKeysListByResourceGroupQueryParam & RequestParameters;
|
|
1391
|
+
export interface SshPublicKeysCreateBodyParam {
|
|
1392
|
+
/** Parameters supplied to create the SSH public key. */
|
|
1393
|
+
body: SshPublicKeyResource;
|
|
1394
|
+
}
|
|
1395
|
+
export interface SshPublicKeysCreateQueryParamProperties {
|
|
1396
|
+
/** Api Version */
|
|
1397
|
+
"api-version": "2022-08-01";
|
|
1398
|
+
}
|
|
1399
|
+
export interface SshPublicKeysCreateQueryParam {
|
|
1400
|
+
queryParameters: SshPublicKeysCreateQueryParamProperties;
|
|
1401
|
+
}
|
|
1402
|
+
export interface SshPublicKeysCreateMediaTypesParam {
|
|
1403
|
+
/** Request content type */
|
|
1404
|
+
contentType?: "application/json";
|
|
1405
|
+
}
|
|
1406
|
+
export type SshPublicKeysCreateParameters = SshPublicKeysCreateQueryParam & SshPublicKeysCreateMediaTypesParam & SshPublicKeysCreateBodyParam & RequestParameters;
|
|
1407
|
+
export interface SshPublicKeysUpdateBodyParam {
|
|
1408
|
+
/** Parameters supplied to update the SSH public key. */
|
|
1409
|
+
body: SshPublicKeyUpdateResource;
|
|
1410
|
+
}
|
|
1411
|
+
export interface SshPublicKeysUpdateQueryParamProperties {
|
|
1412
|
+
/** Api Version */
|
|
1413
|
+
"api-version": "2022-08-01";
|
|
1414
|
+
}
|
|
1415
|
+
export interface SshPublicKeysUpdateQueryParam {
|
|
1416
|
+
queryParameters: SshPublicKeysUpdateQueryParamProperties;
|
|
1417
|
+
}
|
|
1418
|
+
export interface SshPublicKeysUpdateMediaTypesParam {
|
|
1419
|
+
/** Request content type */
|
|
1420
|
+
contentType?: "application/json";
|
|
1421
|
+
}
|
|
1422
|
+
export type SshPublicKeysUpdateParameters = SshPublicKeysUpdateQueryParam & SshPublicKeysUpdateMediaTypesParam & SshPublicKeysUpdateBodyParam & RequestParameters;
|
|
1423
|
+
export interface SshPublicKeysDeleteQueryParamProperties {
|
|
1424
|
+
/** Api Version */
|
|
1425
|
+
"api-version": "2022-08-01";
|
|
1426
|
+
}
|
|
1427
|
+
export interface SshPublicKeysDeleteQueryParam {
|
|
1428
|
+
queryParameters: SshPublicKeysDeleteQueryParamProperties;
|
|
1429
|
+
}
|
|
1430
|
+
export type SshPublicKeysDeleteParameters = SshPublicKeysDeleteQueryParam & RequestParameters;
|
|
1431
|
+
export interface SshPublicKeysGetQueryParamProperties {
|
|
1432
|
+
/** Api Version */
|
|
1433
|
+
"api-version": "2022-08-01";
|
|
1434
|
+
}
|
|
1435
|
+
export interface SshPublicKeysGetQueryParam {
|
|
1436
|
+
queryParameters: SshPublicKeysGetQueryParamProperties;
|
|
1437
|
+
}
|
|
1438
|
+
export type SshPublicKeysGetParameters = SshPublicKeysGetQueryParam & RequestParameters;
|
|
1439
|
+
export interface SshPublicKeysGenerateKeyPairQueryParamProperties {
|
|
1440
|
+
/** Api Version */
|
|
1441
|
+
"api-version": "2022-08-01";
|
|
1442
|
+
}
|
|
1443
|
+
export interface SshPublicKeysGenerateKeyPairQueryParam {
|
|
1444
|
+
queryParameters: SshPublicKeysGenerateKeyPairQueryParamProperties;
|
|
1445
|
+
}
|
|
1446
|
+
export type SshPublicKeysGenerateKeyPairParameters = SshPublicKeysGenerateKeyPairQueryParam & RequestParameters;
|
|
1447
|
+
export interface ImagesCreateOrUpdateBodyParam {
|
|
1448
|
+
/** Parameters supplied to the Create Image operation. */
|
|
1449
|
+
body: Image;
|
|
1450
|
+
}
|
|
1451
|
+
export interface ImagesCreateOrUpdateQueryParamProperties {
|
|
1452
|
+
/** Api Version */
|
|
1453
|
+
"api-version": "2022-08-01";
|
|
1454
|
+
}
|
|
1455
|
+
export interface ImagesCreateOrUpdateQueryParam {
|
|
1456
|
+
queryParameters: ImagesCreateOrUpdateQueryParamProperties;
|
|
1457
|
+
}
|
|
1458
|
+
export interface ImagesCreateOrUpdateMediaTypesParam {
|
|
1459
|
+
/** Request content type */
|
|
1460
|
+
contentType?: "application/json";
|
|
1461
|
+
}
|
|
1462
|
+
export type ImagesCreateOrUpdateParameters = ImagesCreateOrUpdateQueryParam & ImagesCreateOrUpdateMediaTypesParam & ImagesCreateOrUpdateBodyParam & RequestParameters;
|
|
1463
|
+
export interface ImagesUpdateBodyParam {
|
|
1464
|
+
/** Parameters supplied to the Update Image operation. */
|
|
1465
|
+
body: ImageUpdate;
|
|
1466
|
+
}
|
|
1467
|
+
export interface ImagesUpdateQueryParamProperties {
|
|
1468
|
+
/** Api Version */
|
|
1469
|
+
"api-version": "2022-08-01";
|
|
1470
|
+
}
|
|
1471
|
+
export interface ImagesUpdateQueryParam {
|
|
1472
|
+
queryParameters: ImagesUpdateQueryParamProperties;
|
|
1473
|
+
}
|
|
1474
|
+
export interface ImagesUpdateMediaTypesParam {
|
|
1475
|
+
/** Request content type */
|
|
1476
|
+
contentType?: "application/json";
|
|
1477
|
+
}
|
|
1478
|
+
export type ImagesUpdateParameters = ImagesUpdateQueryParam & ImagesUpdateMediaTypesParam & ImagesUpdateBodyParam & RequestParameters;
|
|
1479
|
+
export interface ImagesDeleteQueryParamProperties {
|
|
1480
|
+
/** Api Version */
|
|
1481
|
+
"api-version": "2022-08-01";
|
|
1482
|
+
}
|
|
1483
|
+
export interface ImagesDeleteQueryParam {
|
|
1484
|
+
queryParameters: ImagesDeleteQueryParamProperties;
|
|
1485
|
+
}
|
|
1486
|
+
export type ImagesDeleteParameters = ImagesDeleteQueryParam & RequestParameters;
|
|
1487
|
+
export interface ImagesGetQueryParamProperties {
|
|
1488
|
+
/** The expand expression to apply on the operation. */
|
|
1489
|
+
$expand?: string;
|
|
1490
|
+
/** Api Version */
|
|
1491
|
+
"api-version": "2022-08-01";
|
|
1492
|
+
}
|
|
1493
|
+
export interface ImagesGetQueryParam {
|
|
1494
|
+
queryParameters: ImagesGetQueryParamProperties;
|
|
1495
|
+
}
|
|
1496
|
+
export type ImagesGetParameters = ImagesGetQueryParam & RequestParameters;
|
|
1497
|
+
export interface ImagesListByResourceGroupQueryParamProperties {
|
|
1498
|
+
/** Api Version */
|
|
1499
|
+
"api-version": "2022-08-01";
|
|
1500
|
+
}
|
|
1501
|
+
export interface ImagesListByResourceGroupQueryParam {
|
|
1502
|
+
queryParameters: ImagesListByResourceGroupQueryParamProperties;
|
|
1503
|
+
}
|
|
1504
|
+
export type ImagesListByResourceGroupParameters = ImagesListByResourceGroupQueryParam & RequestParameters;
|
|
1505
|
+
export interface ImagesListQueryParamProperties {
|
|
1506
|
+
/** Api Version */
|
|
1507
|
+
"api-version": "2022-08-01";
|
|
1508
|
+
}
|
|
1509
|
+
export interface ImagesListQueryParam {
|
|
1510
|
+
queryParameters: ImagesListQueryParamProperties;
|
|
1511
|
+
}
|
|
1512
|
+
export type ImagesListParameters = ImagesListQueryParam & RequestParameters;
|
|
1513
|
+
export interface RestorePointCollectionsCreateOrUpdateBodyParam {
|
|
1514
|
+
/** Parameters supplied to the Create or Update restore point collection operation. */
|
|
1515
|
+
body: RestorePointCollection;
|
|
1516
|
+
}
|
|
1517
|
+
export interface RestorePointCollectionsCreateOrUpdateQueryParamProperties {
|
|
1518
|
+
/** Api Version */
|
|
1519
|
+
"api-version": "2022-08-01";
|
|
1520
|
+
}
|
|
1521
|
+
export interface RestorePointCollectionsCreateOrUpdateQueryParam {
|
|
1522
|
+
queryParameters: RestorePointCollectionsCreateOrUpdateQueryParamProperties;
|
|
1523
|
+
}
|
|
1524
|
+
export interface RestorePointCollectionsCreateOrUpdateMediaTypesParam {
|
|
1525
|
+
/** Request content type */
|
|
1526
|
+
contentType?: "application/json";
|
|
1527
|
+
}
|
|
1528
|
+
export type RestorePointCollectionsCreateOrUpdateParameters = RestorePointCollectionsCreateOrUpdateQueryParam & RestorePointCollectionsCreateOrUpdateMediaTypesParam & RestorePointCollectionsCreateOrUpdateBodyParam & RequestParameters;
|
|
1529
|
+
export interface RestorePointCollectionsUpdateBodyParam {
|
|
1530
|
+
/** Parameters supplied to the Update restore point collection operation. */
|
|
1531
|
+
body: RestorePointCollectionUpdate;
|
|
1532
|
+
}
|
|
1533
|
+
export interface RestorePointCollectionsUpdateQueryParamProperties {
|
|
1534
|
+
/** Api Version */
|
|
1535
|
+
"api-version": "2022-08-01";
|
|
1536
|
+
}
|
|
1537
|
+
export interface RestorePointCollectionsUpdateQueryParam {
|
|
1538
|
+
queryParameters: RestorePointCollectionsUpdateQueryParamProperties;
|
|
1539
|
+
}
|
|
1540
|
+
export interface RestorePointCollectionsUpdateMediaTypesParam {
|
|
1541
|
+
/** Request content type */
|
|
1542
|
+
contentType?: "application/json";
|
|
1543
|
+
}
|
|
1544
|
+
export type RestorePointCollectionsUpdateParameters = RestorePointCollectionsUpdateQueryParam & RestorePointCollectionsUpdateMediaTypesParam & RestorePointCollectionsUpdateBodyParam & RequestParameters;
|
|
1545
|
+
export interface RestorePointCollectionsDeleteQueryParamProperties {
|
|
1546
|
+
/** Api Version */
|
|
1547
|
+
"api-version": "2022-08-01";
|
|
1548
|
+
}
|
|
1549
|
+
export interface RestorePointCollectionsDeleteQueryParam {
|
|
1550
|
+
queryParameters: RestorePointCollectionsDeleteQueryParamProperties;
|
|
1551
|
+
}
|
|
1552
|
+
export type RestorePointCollectionsDeleteParameters = RestorePointCollectionsDeleteQueryParam & RequestParameters;
|
|
1553
|
+
export interface RestorePointCollectionsGetQueryParamProperties {
|
|
1554
|
+
/** The expand expression to apply on the operation. If expand=restorePoints, server will return all contained restore points in the restorePointCollection. */
|
|
1555
|
+
$expand?: "restorePoints";
|
|
1556
|
+
/** Api Version */
|
|
1557
|
+
"api-version": "2022-08-01";
|
|
1558
|
+
}
|
|
1559
|
+
export interface RestorePointCollectionsGetQueryParam {
|
|
1560
|
+
queryParameters: RestorePointCollectionsGetQueryParamProperties;
|
|
1561
|
+
}
|
|
1562
|
+
export type RestorePointCollectionsGetParameters = RestorePointCollectionsGetQueryParam & RequestParameters;
|
|
1563
|
+
export interface RestorePointCollectionsListQueryParamProperties {
|
|
1564
|
+
/** Api Version */
|
|
1565
|
+
"api-version": "2022-08-01";
|
|
1566
|
+
}
|
|
1567
|
+
export interface RestorePointCollectionsListQueryParam {
|
|
1568
|
+
queryParameters: RestorePointCollectionsListQueryParamProperties;
|
|
1569
|
+
}
|
|
1570
|
+
export type RestorePointCollectionsListParameters = RestorePointCollectionsListQueryParam & RequestParameters;
|
|
1571
|
+
export interface RestorePointCollectionsListAllQueryParamProperties {
|
|
1572
|
+
/** Api Version */
|
|
1573
|
+
"api-version": "2022-08-01";
|
|
1574
|
+
}
|
|
1575
|
+
export interface RestorePointCollectionsListAllQueryParam {
|
|
1576
|
+
queryParameters: RestorePointCollectionsListAllQueryParamProperties;
|
|
1577
|
+
}
|
|
1578
|
+
export type RestorePointCollectionsListAllParameters = RestorePointCollectionsListAllQueryParam & RequestParameters;
|
|
1579
|
+
export interface RestorePointsCreateBodyParam {
|
|
1580
|
+
/** Parameters supplied to the Create restore point operation. */
|
|
1581
|
+
body: RestorePoint;
|
|
1582
|
+
}
|
|
1583
|
+
export interface RestorePointsCreateQueryParamProperties {
|
|
1584
|
+
/** Api Version */
|
|
1585
|
+
"api-version": "2022-08-01";
|
|
1586
|
+
}
|
|
1587
|
+
export interface RestorePointsCreateQueryParam {
|
|
1588
|
+
queryParameters: RestorePointsCreateQueryParamProperties;
|
|
1589
|
+
}
|
|
1590
|
+
export interface RestorePointsCreateMediaTypesParam {
|
|
1591
|
+
/** Request content type */
|
|
1592
|
+
contentType?: "application/json";
|
|
1593
|
+
}
|
|
1594
|
+
export type RestorePointsCreateParameters = RestorePointsCreateQueryParam & RestorePointsCreateMediaTypesParam & RestorePointsCreateBodyParam & RequestParameters;
|
|
1595
|
+
export interface RestorePointsDeleteQueryParamProperties {
|
|
1596
|
+
/** Api Version */
|
|
1597
|
+
"api-version": "2022-08-01";
|
|
1598
|
+
}
|
|
1599
|
+
export interface RestorePointsDeleteQueryParam {
|
|
1600
|
+
queryParameters: RestorePointsDeleteQueryParamProperties;
|
|
1601
|
+
}
|
|
1602
|
+
export type RestorePointsDeleteParameters = RestorePointsDeleteQueryParam & RequestParameters;
|
|
1603
|
+
export interface RestorePointsGetQueryParamProperties {
|
|
1604
|
+
/** The expand expression to apply on the operation. 'InstanceView' retrieves information about the run-time state of a restore point. */
|
|
1605
|
+
$expand?: "instanceView";
|
|
1606
|
+
/** Api Version */
|
|
1607
|
+
"api-version": "2022-08-01";
|
|
1608
|
+
}
|
|
1609
|
+
export interface RestorePointsGetQueryParam {
|
|
1610
|
+
queryParameters: RestorePointsGetQueryParamProperties;
|
|
1611
|
+
}
|
|
1612
|
+
export type RestorePointsGetParameters = RestorePointsGetQueryParam & RequestParameters;
|
|
1613
|
+
export interface CapacityReservationGroupsCreateOrUpdateBodyParam {
|
|
1614
|
+
/** Parameters supplied to the Create capacity reservation Group. */
|
|
1615
|
+
body: CapacityReservationGroup;
|
|
1616
|
+
}
|
|
1617
|
+
export interface CapacityReservationGroupsCreateOrUpdateQueryParamProperties {
|
|
1618
|
+
/** Api Version */
|
|
1619
|
+
"api-version": "2022-08-01";
|
|
1620
|
+
}
|
|
1621
|
+
export interface CapacityReservationGroupsCreateOrUpdateQueryParam {
|
|
1622
|
+
queryParameters: CapacityReservationGroupsCreateOrUpdateQueryParamProperties;
|
|
1623
|
+
}
|
|
1624
|
+
export interface CapacityReservationGroupsCreateOrUpdateMediaTypesParam {
|
|
1625
|
+
/** Request content type */
|
|
1626
|
+
contentType?: "application/json";
|
|
1627
|
+
}
|
|
1628
|
+
export type CapacityReservationGroupsCreateOrUpdateParameters = CapacityReservationGroupsCreateOrUpdateQueryParam & CapacityReservationGroupsCreateOrUpdateMediaTypesParam & CapacityReservationGroupsCreateOrUpdateBodyParam & RequestParameters;
|
|
1629
|
+
export interface CapacityReservationGroupsUpdateBodyParam {
|
|
1630
|
+
/** Parameters supplied to the Update capacity reservation Group operation. */
|
|
1631
|
+
body: CapacityReservationGroupUpdate;
|
|
1632
|
+
}
|
|
1633
|
+
export interface CapacityReservationGroupsUpdateQueryParamProperties {
|
|
1634
|
+
/** Api Version */
|
|
1635
|
+
"api-version": "2022-08-01";
|
|
1636
|
+
}
|
|
1637
|
+
export interface CapacityReservationGroupsUpdateQueryParam {
|
|
1638
|
+
queryParameters: CapacityReservationGroupsUpdateQueryParamProperties;
|
|
1639
|
+
}
|
|
1640
|
+
export interface CapacityReservationGroupsUpdateMediaTypesParam {
|
|
1641
|
+
/** Request content type */
|
|
1642
|
+
contentType?: "application/json";
|
|
1643
|
+
}
|
|
1644
|
+
export type CapacityReservationGroupsUpdateParameters = CapacityReservationGroupsUpdateQueryParam & CapacityReservationGroupsUpdateMediaTypesParam & CapacityReservationGroupsUpdateBodyParam & RequestParameters;
|
|
1645
|
+
export interface CapacityReservationGroupsDeleteQueryParamProperties {
|
|
1646
|
+
/** Api Version */
|
|
1647
|
+
"api-version": "2022-08-01";
|
|
1648
|
+
}
|
|
1649
|
+
export interface CapacityReservationGroupsDeleteQueryParam {
|
|
1650
|
+
queryParameters: CapacityReservationGroupsDeleteQueryParamProperties;
|
|
1651
|
+
}
|
|
1652
|
+
export type CapacityReservationGroupsDeleteParameters = CapacityReservationGroupsDeleteQueryParam & RequestParameters;
|
|
1653
|
+
export interface CapacityReservationGroupsGetQueryParamProperties {
|
|
1654
|
+
/** The expand expression to apply on the operation. 'InstanceView' will retrieve the list of instance views of the capacity reservations under the capacity reservation group which is a snapshot of the runtime properties of a capacity reservation that is managed by the platform and can change outside of control plane operations. */
|
|
1655
|
+
$expand?: "instanceView";
|
|
1656
|
+
/** Api Version */
|
|
1657
|
+
"api-version": "2022-08-01";
|
|
1658
|
+
}
|
|
1659
|
+
export interface CapacityReservationGroupsGetQueryParam {
|
|
1660
|
+
queryParameters: CapacityReservationGroupsGetQueryParamProperties;
|
|
1661
|
+
}
|
|
1662
|
+
export type CapacityReservationGroupsGetParameters = CapacityReservationGroupsGetQueryParam & RequestParameters;
|
|
1663
|
+
export interface CapacityReservationGroupsListByResourceGroupQueryParamProperties {
|
|
1664
|
+
/** Api Version */
|
|
1665
|
+
"api-version": "2022-08-01";
|
|
1666
|
+
/** The expand expression to apply on the operation. Based on the expand param(s) specified we return Virtual Machine or ScaleSet VM Instance or both resource Ids which are associated to capacity reservation group in the response. */
|
|
1667
|
+
$expand?: "virtualMachineScaleSetVMs/$ref" | "virtualMachines/$ref";
|
|
1668
|
+
}
|
|
1669
|
+
export interface CapacityReservationGroupsListByResourceGroupQueryParam {
|
|
1670
|
+
queryParameters: CapacityReservationGroupsListByResourceGroupQueryParamProperties;
|
|
1671
|
+
}
|
|
1672
|
+
export type CapacityReservationGroupsListByResourceGroupParameters = CapacityReservationGroupsListByResourceGroupQueryParam & RequestParameters;
|
|
1673
|
+
export interface CapacityReservationGroupsListBySubscriptionQueryParamProperties {
|
|
1674
|
+
/** Api Version */
|
|
1675
|
+
"api-version": "2022-08-01";
|
|
1676
|
+
/** The expand expression to apply on the operation. Based on the expand param(s) specified we return Virtual Machine or ScaleSet VM Instance or both resource Ids which are associated to capacity reservation group in the response. */
|
|
1677
|
+
$expand?: "virtualMachineScaleSetVMs/$ref" | "virtualMachines/$ref";
|
|
1678
|
+
}
|
|
1679
|
+
export interface CapacityReservationGroupsListBySubscriptionQueryParam {
|
|
1680
|
+
queryParameters: CapacityReservationGroupsListBySubscriptionQueryParamProperties;
|
|
1681
|
+
}
|
|
1682
|
+
export type CapacityReservationGroupsListBySubscriptionParameters = CapacityReservationGroupsListBySubscriptionQueryParam & RequestParameters;
|
|
1683
|
+
export interface CapacityReservationsCreateOrUpdateBodyParam {
|
|
1684
|
+
/** Parameters supplied to the Create capacity reservation. */
|
|
1685
|
+
body: CapacityReservation;
|
|
1686
|
+
}
|
|
1687
|
+
export interface CapacityReservationsCreateOrUpdateQueryParamProperties {
|
|
1688
|
+
/** Api Version */
|
|
1689
|
+
"api-version": "2022-08-01";
|
|
1690
|
+
}
|
|
1691
|
+
export interface CapacityReservationsCreateOrUpdateQueryParam {
|
|
1692
|
+
queryParameters: CapacityReservationsCreateOrUpdateQueryParamProperties;
|
|
1693
|
+
}
|
|
1694
|
+
export interface CapacityReservationsCreateOrUpdateMediaTypesParam {
|
|
1695
|
+
/** Request content type */
|
|
1696
|
+
contentType?: "application/json";
|
|
1697
|
+
}
|
|
1698
|
+
export type CapacityReservationsCreateOrUpdateParameters = CapacityReservationsCreateOrUpdateQueryParam & CapacityReservationsCreateOrUpdateMediaTypesParam & CapacityReservationsCreateOrUpdateBodyParam & RequestParameters;
|
|
1699
|
+
export interface CapacityReservationsUpdateBodyParam {
|
|
1700
|
+
/** Parameters supplied to the Update capacity reservation operation. */
|
|
1701
|
+
body: CapacityReservationUpdate;
|
|
1702
|
+
}
|
|
1703
|
+
export interface CapacityReservationsUpdateQueryParamProperties {
|
|
1704
|
+
/** Api Version */
|
|
1705
|
+
"api-version": "2022-08-01";
|
|
1706
|
+
}
|
|
1707
|
+
export interface CapacityReservationsUpdateQueryParam {
|
|
1708
|
+
queryParameters: CapacityReservationsUpdateQueryParamProperties;
|
|
1709
|
+
}
|
|
1710
|
+
export interface CapacityReservationsUpdateMediaTypesParam {
|
|
1711
|
+
/** Request content type */
|
|
1712
|
+
contentType?: "application/json";
|
|
1713
|
+
}
|
|
1714
|
+
export type CapacityReservationsUpdateParameters = CapacityReservationsUpdateQueryParam & CapacityReservationsUpdateMediaTypesParam & CapacityReservationsUpdateBodyParam & RequestParameters;
|
|
1715
|
+
export interface CapacityReservationsDeleteQueryParamProperties {
|
|
1716
|
+
/** Api Version */
|
|
1717
|
+
"api-version": "2022-08-01";
|
|
1718
|
+
}
|
|
1719
|
+
export interface CapacityReservationsDeleteQueryParam {
|
|
1720
|
+
queryParameters: CapacityReservationsDeleteQueryParamProperties;
|
|
1721
|
+
}
|
|
1722
|
+
export type CapacityReservationsDeleteParameters = CapacityReservationsDeleteQueryParam & RequestParameters;
|
|
1723
|
+
export interface CapacityReservationsGetQueryParamProperties {
|
|
1724
|
+
/** The expand expression to apply on the operation. 'InstanceView' retrieves a snapshot of the runtime properties of the capacity reservation that is managed by the platform and can change outside of control plane operations. */
|
|
1725
|
+
$expand?: "instanceView";
|
|
1726
|
+
/** Api Version */
|
|
1727
|
+
"api-version": "2022-08-01";
|
|
1728
|
+
}
|
|
1729
|
+
export interface CapacityReservationsGetQueryParam {
|
|
1730
|
+
queryParameters: CapacityReservationsGetQueryParamProperties;
|
|
1731
|
+
}
|
|
1732
|
+
export type CapacityReservationsGetParameters = CapacityReservationsGetQueryParam & RequestParameters;
|
|
1733
|
+
export interface CapacityReservationsListByCapacityReservationGroupQueryParamProperties {
|
|
1734
|
+
/** Api Version */
|
|
1735
|
+
"api-version": "2022-08-01";
|
|
1736
|
+
}
|
|
1737
|
+
export interface CapacityReservationsListByCapacityReservationGroupQueryParam {
|
|
1738
|
+
queryParameters: CapacityReservationsListByCapacityReservationGroupQueryParamProperties;
|
|
1739
|
+
}
|
|
1740
|
+
export type CapacityReservationsListByCapacityReservationGroupParameters = CapacityReservationsListByCapacityReservationGroupQueryParam & RequestParameters;
|
|
1741
|
+
export interface LogAnalyticsExportRequestRateByIntervalBodyParam {
|
|
1742
|
+
/** Parameters supplied to the LogAnalytics getRequestRateByInterval Api. */
|
|
1743
|
+
body: RequestRateByIntervalInput;
|
|
1744
|
+
}
|
|
1745
|
+
export interface LogAnalyticsExportRequestRateByIntervalQueryParamProperties {
|
|
1746
|
+
/** Api Version */
|
|
1747
|
+
"api-version": "2022-08-01";
|
|
1748
|
+
}
|
|
1749
|
+
export interface LogAnalyticsExportRequestRateByIntervalQueryParam {
|
|
1750
|
+
queryParameters: LogAnalyticsExportRequestRateByIntervalQueryParamProperties;
|
|
1751
|
+
}
|
|
1752
|
+
export interface LogAnalyticsExportRequestRateByIntervalMediaTypesParam {
|
|
1753
|
+
/** Request content type */
|
|
1754
|
+
contentType?: "application/json";
|
|
1755
|
+
}
|
|
1756
|
+
export type LogAnalyticsExportRequestRateByIntervalParameters = LogAnalyticsExportRequestRateByIntervalQueryParam & LogAnalyticsExportRequestRateByIntervalMediaTypesParam & LogAnalyticsExportRequestRateByIntervalBodyParam & RequestParameters;
|
|
1757
|
+
export interface LogAnalyticsExportThrottledRequestsBodyParam {
|
|
1758
|
+
/** Parameters supplied to the LogAnalytics getThrottledRequests Api. */
|
|
1759
|
+
body: ThrottledRequestsInput;
|
|
1760
|
+
}
|
|
1761
|
+
export interface LogAnalyticsExportThrottledRequestsQueryParamProperties {
|
|
1762
|
+
/** Api Version */
|
|
1763
|
+
"api-version": "2022-08-01";
|
|
1764
|
+
}
|
|
1765
|
+
export interface LogAnalyticsExportThrottledRequestsQueryParam {
|
|
1766
|
+
queryParameters: LogAnalyticsExportThrottledRequestsQueryParamProperties;
|
|
1767
|
+
}
|
|
1768
|
+
export interface LogAnalyticsExportThrottledRequestsMediaTypesParam {
|
|
1769
|
+
/** Request content type */
|
|
1770
|
+
contentType?: "application/json";
|
|
1771
|
+
}
|
|
1772
|
+
export type LogAnalyticsExportThrottledRequestsParameters = LogAnalyticsExportThrottledRequestsQueryParam & LogAnalyticsExportThrottledRequestsMediaTypesParam & LogAnalyticsExportThrottledRequestsBodyParam & RequestParameters;
|
|
1773
|
+
export interface VirtualMachineRunCommandsListQueryParamProperties {
|
|
1774
|
+
/** Api Version */
|
|
1775
|
+
"api-version": "2022-08-01";
|
|
1776
|
+
}
|
|
1777
|
+
export interface VirtualMachineRunCommandsListQueryParam {
|
|
1778
|
+
queryParameters: VirtualMachineRunCommandsListQueryParamProperties;
|
|
1779
|
+
}
|
|
1780
|
+
export type VirtualMachineRunCommandsListParameters = VirtualMachineRunCommandsListQueryParam & RequestParameters;
|
|
1781
|
+
export interface VirtualMachineRunCommandsGetQueryParamProperties {
|
|
1782
|
+
/** Api Version */
|
|
1783
|
+
"api-version": "2022-08-01";
|
|
1784
|
+
}
|
|
1785
|
+
export interface VirtualMachineRunCommandsGetQueryParam {
|
|
1786
|
+
queryParameters: VirtualMachineRunCommandsGetQueryParamProperties;
|
|
1787
|
+
}
|
|
1788
|
+
export type VirtualMachineRunCommandsGetParameters = VirtualMachineRunCommandsGetQueryParam & RequestParameters;
|
|
1789
|
+
export interface VirtualMachineRunCommandsCreateOrUpdateBodyParam {
|
|
1790
|
+
/** Parameters supplied to the Create Virtual Machine RunCommand operation. */
|
|
1791
|
+
body: VirtualMachineRunCommand;
|
|
1792
|
+
}
|
|
1793
|
+
export interface VirtualMachineRunCommandsCreateOrUpdateQueryParamProperties {
|
|
1794
|
+
/** Api Version */
|
|
1795
|
+
"api-version": "2022-08-01";
|
|
1796
|
+
}
|
|
1797
|
+
export interface VirtualMachineRunCommandsCreateOrUpdateQueryParam {
|
|
1798
|
+
queryParameters: VirtualMachineRunCommandsCreateOrUpdateQueryParamProperties;
|
|
1799
|
+
}
|
|
1800
|
+
export interface VirtualMachineRunCommandsCreateOrUpdateMediaTypesParam {
|
|
1801
|
+
/** Request content type */
|
|
1802
|
+
contentType?: "application/json" | "text/json";
|
|
1803
|
+
}
|
|
1804
|
+
export type VirtualMachineRunCommandsCreateOrUpdateParameters = VirtualMachineRunCommandsCreateOrUpdateQueryParam & VirtualMachineRunCommandsCreateOrUpdateMediaTypesParam & VirtualMachineRunCommandsCreateOrUpdateBodyParam & RequestParameters;
|
|
1805
|
+
export interface VirtualMachineRunCommandsUpdateBodyParam {
|
|
1806
|
+
/** Parameters supplied to the Update Virtual Machine RunCommand operation. */
|
|
1807
|
+
body: VirtualMachineRunCommandUpdate;
|
|
1808
|
+
}
|
|
1809
|
+
export interface VirtualMachineRunCommandsUpdateQueryParamProperties {
|
|
1810
|
+
/** Api Version */
|
|
1811
|
+
"api-version": "2022-08-01";
|
|
1812
|
+
}
|
|
1813
|
+
export interface VirtualMachineRunCommandsUpdateQueryParam {
|
|
1814
|
+
queryParameters: VirtualMachineRunCommandsUpdateQueryParamProperties;
|
|
1815
|
+
}
|
|
1816
|
+
export interface VirtualMachineRunCommandsUpdateMediaTypesParam {
|
|
1817
|
+
/** Request content type */
|
|
1818
|
+
contentType?: "application/json" | "text/json";
|
|
1819
|
+
}
|
|
1820
|
+
export type VirtualMachineRunCommandsUpdateParameters = VirtualMachineRunCommandsUpdateQueryParam & VirtualMachineRunCommandsUpdateMediaTypesParam & VirtualMachineRunCommandsUpdateBodyParam & RequestParameters;
|
|
1821
|
+
export interface VirtualMachineRunCommandsDeleteQueryParamProperties {
|
|
1822
|
+
/** Api Version */
|
|
1823
|
+
"api-version": "2022-08-01";
|
|
1824
|
+
}
|
|
1825
|
+
export interface VirtualMachineRunCommandsDeleteQueryParam {
|
|
1826
|
+
queryParameters: VirtualMachineRunCommandsDeleteQueryParamProperties;
|
|
1827
|
+
}
|
|
1828
|
+
export type VirtualMachineRunCommandsDeleteParameters = VirtualMachineRunCommandsDeleteQueryParam & RequestParameters;
|
|
1829
|
+
export interface VirtualMachineRunCommandsGetByVirtualMachineQueryParamProperties {
|
|
1830
|
+
/** The expand expression to apply on the operation. */
|
|
1831
|
+
$expand?: string;
|
|
1832
|
+
/** Api Version */
|
|
1833
|
+
"api-version": "2022-08-01";
|
|
1834
|
+
}
|
|
1835
|
+
export interface VirtualMachineRunCommandsGetByVirtualMachineQueryParam {
|
|
1836
|
+
queryParameters: VirtualMachineRunCommandsGetByVirtualMachineQueryParamProperties;
|
|
1837
|
+
}
|
|
1838
|
+
export type VirtualMachineRunCommandsGetByVirtualMachineParameters = VirtualMachineRunCommandsGetByVirtualMachineQueryParam & RequestParameters;
|
|
1839
|
+
export interface VirtualMachineRunCommandsListByVirtualMachineQueryParamProperties {
|
|
1840
|
+
/** The expand expression to apply on the operation. */
|
|
1841
|
+
$expand?: string;
|
|
1842
|
+
/** Api Version */
|
|
1843
|
+
"api-version": "2022-08-01";
|
|
1844
|
+
}
|
|
1845
|
+
export interface VirtualMachineRunCommandsListByVirtualMachineQueryParam {
|
|
1846
|
+
queryParameters: VirtualMachineRunCommandsListByVirtualMachineQueryParamProperties;
|
|
1847
|
+
}
|
|
1848
|
+
export type VirtualMachineRunCommandsListByVirtualMachineParameters = VirtualMachineRunCommandsListByVirtualMachineQueryParam & RequestParameters;
|
|
1849
|
+
export interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdateBodyParam {
|
|
1850
|
+
/** Parameters supplied to the Create Virtual Machine RunCommand operation. */
|
|
1851
|
+
body: VirtualMachineRunCommand;
|
|
1852
|
+
}
|
|
1853
|
+
export interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdateQueryParamProperties {
|
|
1854
|
+
/** Api Version */
|
|
1855
|
+
"api-version": "2022-08-01";
|
|
1856
|
+
}
|
|
1857
|
+
export interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdateQueryParam {
|
|
1858
|
+
queryParameters: VirtualMachineScaleSetVMRunCommandsCreateOrUpdateQueryParamProperties;
|
|
1859
|
+
}
|
|
1860
|
+
export interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdateMediaTypesParam {
|
|
1861
|
+
/** Request content type */
|
|
1862
|
+
contentType?: "application/json" | "text/json";
|
|
1863
|
+
}
|
|
1864
|
+
export type VirtualMachineScaleSetVMRunCommandsCreateOrUpdateParameters = VirtualMachineScaleSetVMRunCommandsCreateOrUpdateQueryParam & VirtualMachineScaleSetVMRunCommandsCreateOrUpdateMediaTypesParam & VirtualMachineScaleSetVMRunCommandsCreateOrUpdateBodyParam & RequestParameters;
|
|
1865
|
+
export interface VirtualMachineScaleSetVMRunCommandsUpdateBodyParam {
|
|
1866
|
+
/** Parameters supplied to the Update Virtual Machine RunCommand operation. */
|
|
1867
|
+
body: VirtualMachineRunCommandUpdate;
|
|
1868
|
+
}
|
|
1869
|
+
export interface VirtualMachineScaleSetVMRunCommandsUpdateQueryParamProperties {
|
|
1870
|
+
/** Api Version */
|
|
1871
|
+
"api-version": "2022-08-01";
|
|
1872
|
+
}
|
|
1873
|
+
export interface VirtualMachineScaleSetVMRunCommandsUpdateQueryParam {
|
|
1874
|
+
queryParameters: VirtualMachineScaleSetVMRunCommandsUpdateQueryParamProperties;
|
|
1875
|
+
}
|
|
1876
|
+
export interface VirtualMachineScaleSetVMRunCommandsUpdateMediaTypesParam {
|
|
1877
|
+
/** Request content type */
|
|
1878
|
+
contentType?: "application/json" | "text/json";
|
|
1879
|
+
}
|
|
1880
|
+
export type VirtualMachineScaleSetVMRunCommandsUpdateParameters = VirtualMachineScaleSetVMRunCommandsUpdateQueryParam & VirtualMachineScaleSetVMRunCommandsUpdateMediaTypesParam & VirtualMachineScaleSetVMRunCommandsUpdateBodyParam & RequestParameters;
|
|
1881
|
+
export interface VirtualMachineScaleSetVMRunCommandsDeleteQueryParamProperties {
|
|
1882
|
+
/** Api Version */
|
|
1883
|
+
"api-version": "2022-08-01";
|
|
1884
|
+
}
|
|
1885
|
+
export interface VirtualMachineScaleSetVMRunCommandsDeleteQueryParam {
|
|
1886
|
+
queryParameters: VirtualMachineScaleSetVMRunCommandsDeleteQueryParamProperties;
|
|
1887
|
+
}
|
|
1888
|
+
export type VirtualMachineScaleSetVMRunCommandsDeleteParameters = VirtualMachineScaleSetVMRunCommandsDeleteQueryParam & RequestParameters;
|
|
1889
|
+
export interface VirtualMachineScaleSetVMRunCommandsGetQueryParamProperties {
|
|
1890
|
+
/** The expand expression to apply on the operation. */
|
|
1891
|
+
$expand?: string;
|
|
1892
|
+
/** Api Version */
|
|
1893
|
+
"api-version": "2022-08-01";
|
|
1894
|
+
}
|
|
1895
|
+
export interface VirtualMachineScaleSetVMRunCommandsGetQueryParam {
|
|
1896
|
+
queryParameters: VirtualMachineScaleSetVMRunCommandsGetQueryParamProperties;
|
|
1897
|
+
}
|
|
1898
|
+
export type VirtualMachineScaleSetVMRunCommandsGetParameters = VirtualMachineScaleSetVMRunCommandsGetQueryParam & RequestParameters;
|
|
1899
|
+
export interface VirtualMachineScaleSetVMRunCommandsListQueryParamProperties {
|
|
1900
|
+
/** The expand expression to apply on the operation. */
|
|
1901
|
+
$expand?: string;
|
|
1902
|
+
/** Api Version */
|
|
1903
|
+
"api-version": "2022-08-01";
|
|
1904
|
+
}
|
|
1905
|
+
export interface VirtualMachineScaleSetVMRunCommandsListQueryParam {
|
|
1906
|
+
queryParameters: VirtualMachineScaleSetVMRunCommandsListQueryParamProperties;
|
|
1907
|
+
}
|
|
1908
|
+
export type VirtualMachineScaleSetVMRunCommandsListParameters = VirtualMachineScaleSetVMRunCommandsListQueryParam & RequestParameters;
|
|
1909
|
+
export interface DisksCreateOrUpdateBodyParam {
|
|
1910
|
+
/** Disk object supplied in the body of the Put disk operation. */
|
|
1911
|
+
body: Disk;
|
|
1912
|
+
}
|
|
1913
|
+
export interface DisksCreateOrUpdateQueryParamProperties {
|
|
1914
|
+
/** Api Version */
|
|
1915
|
+
"api-version": "2022-07-02";
|
|
1916
|
+
}
|
|
1917
|
+
export interface DisksCreateOrUpdateQueryParam {
|
|
1918
|
+
queryParameters: DisksCreateOrUpdateQueryParamProperties;
|
|
1919
|
+
}
|
|
1920
|
+
export interface DisksCreateOrUpdateMediaTypesParam {
|
|
1921
|
+
/** Request content type */
|
|
1922
|
+
contentType?: "application/json";
|
|
1923
|
+
}
|
|
1924
|
+
export type DisksCreateOrUpdateParameters = DisksCreateOrUpdateQueryParam & DisksCreateOrUpdateMediaTypesParam & DisksCreateOrUpdateBodyParam & RequestParameters;
|
|
1925
|
+
export interface DisksUpdateBodyParam {
|
|
1926
|
+
/** Disk object supplied in the body of the Patch disk operation. */
|
|
1927
|
+
body: DiskUpdate;
|
|
1928
|
+
}
|
|
1929
|
+
export interface DisksUpdateQueryParamProperties {
|
|
1930
|
+
/** Api Version */
|
|
1931
|
+
"api-version": "2022-07-02";
|
|
1932
|
+
}
|
|
1933
|
+
export interface DisksUpdateQueryParam {
|
|
1934
|
+
queryParameters: DisksUpdateQueryParamProperties;
|
|
1935
|
+
}
|
|
1936
|
+
export interface DisksUpdateMediaTypesParam {
|
|
1937
|
+
/** Request content type */
|
|
1938
|
+
contentType?: "application/json";
|
|
1939
|
+
}
|
|
1940
|
+
export type DisksUpdateParameters = DisksUpdateQueryParam & DisksUpdateMediaTypesParam & DisksUpdateBodyParam & RequestParameters;
|
|
1941
|
+
export interface DisksGetQueryParamProperties {
|
|
1942
|
+
/** Api Version */
|
|
1943
|
+
"api-version": "2022-07-02";
|
|
1944
|
+
}
|
|
1945
|
+
export interface DisksGetQueryParam {
|
|
1946
|
+
queryParameters: DisksGetQueryParamProperties;
|
|
1947
|
+
}
|
|
1948
|
+
export type DisksGetParameters = DisksGetQueryParam & RequestParameters;
|
|
1949
|
+
export interface DisksDeleteQueryParamProperties {
|
|
1950
|
+
/** Api Version */
|
|
1951
|
+
"api-version": "2022-07-02";
|
|
1952
|
+
}
|
|
1953
|
+
export interface DisksDeleteQueryParam {
|
|
1954
|
+
queryParameters: DisksDeleteQueryParamProperties;
|
|
1955
|
+
}
|
|
1956
|
+
export type DisksDeleteParameters = DisksDeleteQueryParam & RequestParameters;
|
|
1957
|
+
export interface DisksListByResourceGroupQueryParamProperties {
|
|
1958
|
+
/** Api Version */
|
|
1959
|
+
"api-version": "2022-07-02";
|
|
1960
|
+
}
|
|
1961
|
+
export interface DisksListByResourceGroupQueryParam {
|
|
1962
|
+
queryParameters: DisksListByResourceGroupQueryParamProperties;
|
|
1963
|
+
}
|
|
1964
|
+
export type DisksListByResourceGroupParameters = DisksListByResourceGroupQueryParam & RequestParameters;
|
|
1965
|
+
export interface DisksListQueryParamProperties {
|
|
1966
|
+
/** Api Version */
|
|
1967
|
+
"api-version": "2022-07-02";
|
|
1968
|
+
}
|
|
1969
|
+
export interface DisksListQueryParam {
|
|
1970
|
+
queryParameters: DisksListQueryParamProperties;
|
|
1971
|
+
}
|
|
1972
|
+
export type DisksListParameters = DisksListQueryParam & RequestParameters;
|
|
1973
|
+
export interface DisksGrantAccessBodyParam {
|
|
1974
|
+
/** Access data object supplied in the body of the get disk access operation. */
|
|
1975
|
+
body: GrantAccessData;
|
|
1976
|
+
}
|
|
1977
|
+
export interface DisksGrantAccessQueryParamProperties {
|
|
1978
|
+
/** Api Version */
|
|
1979
|
+
"api-version": "2022-07-02";
|
|
1980
|
+
}
|
|
1981
|
+
export interface DisksGrantAccessQueryParam {
|
|
1982
|
+
queryParameters: DisksGrantAccessQueryParamProperties;
|
|
1983
|
+
}
|
|
1984
|
+
export interface DisksGrantAccessMediaTypesParam {
|
|
1985
|
+
/** Request content type */
|
|
1986
|
+
contentType?: "application/json";
|
|
1987
|
+
}
|
|
1988
|
+
export type DisksGrantAccessParameters = DisksGrantAccessQueryParam & DisksGrantAccessMediaTypesParam & DisksGrantAccessBodyParam & RequestParameters;
|
|
1989
|
+
export interface DisksRevokeAccessQueryParamProperties {
|
|
1990
|
+
/** Api Version */
|
|
1991
|
+
"api-version": "2022-07-02";
|
|
1992
|
+
}
|
|
1993
|
+
export interface DisksRevokeAccessQueryParam {
|
|
1994
|
+
queryParameters: DisksRevokeAccessQueryParamProperties;
|
|
1995
|
+
}
|
|
1996
|
+
export type DisksRevokeAccessParameters = DisksRevokeAccessQueryParam & RequestParameters;
|
|
1997
|
+
export interface DiskAccessesCreateOrUpdateBodyParam {
|
|
1998
|
+
/** disk access object supplied in the body of the Put disk access operation. */
|
|
1999
|
+
body: DiskAccess;
|
|
2000
|
+
}
|
|
2001
|
+
export interface DiskAccessesCreateOrUpdateQueryParamProperties {
|
|
2002
|
+
/** Api Version */
|
|
2003
|
+
"api-version": "2022-07-02";
|
|
2004
|
+
}
|
|
2005
|
+
export interface DiskAccessesCreateOrUpdateQueryParam {
|
|
2006
|
+
queryParameters: DiskAccessesCreateOrUpdateQueryParamProperties;
|
|
2007
|
+
}
|
|
2008
|
+
export interface DiskAccessesCreateOrUpdateMediaTypesParam {
|
|
2009
|
+
/** Request content type */
|
|
2010
|
+
contentType?: "application/json";
|
|
2011
|
+
}
|
|
2012
|
+
export type DiskAccessesCreateOrUpdateParameters = DiskAccessesCreateOrUpdateQueryParam & DiskAccessesCreateOrUpdateMediaTypesParam & DiskAccessesCreateOrUpdateBodyParam & RequestParameters;
|
|
2013
|
+
export interface DiskAccessesUpdateBodyParam {
|
|
2014
|
+
/** disk access object supplied in the body of the Patch disk access operation. */
|
|
2015
|
+
body: DiskAccessUpdate;
|
|
2016
|
+
}
|
|
2017
|
+
export interface DiskAccessesUpdateQueryParamProperties {
|
|
2018
|
+
/** Api Version */
|
|
2019
|
+
"api-version": "2022-07-02";
|
|
2020
|
+
}
|
|
2021
|
+
export interface DiskAccessesUpdateQueryParam {
|
|
2022
|
+
queryParameters: DiskAccessesUpdateQueryParamProperties;
|
|
2023
|
+
}
|
|
2024
|
+
export interface DiskAccessesUpdateMediaTypesParam {
|
|
2025
|
+
/** Request content type */
|
|
2026
|
+
contentType?: "application/json";
|
|
2027
|
+
}
|
|
2028
|
+
export type DiskAccessesUpdateParameters = DiskAccessesUpdateQueryParam & DiskAccessesUpdateMediaTypesParam & DiskAccessesUpdateBodyParam & RequestParameters;
|
|
2029
|
+
export interface DiskAccessesGetQueryParamProperties {
|
|
2030
|
+
/** Api Version */
|
|
2031
|
+
"api-version": "2022-07-02";
|
|
2032
|
+
}
|
|
2033
|
+
export interface DiskAccessesGetQueryParam {
|
|
2034
|
+
queryParameters: DiskAccessesGetQueryParamProperties;
|
|
2035
|
+
}
|
|
2036
|
+
export type DiskAccessesGetParameters = DiskAccessesGetQueryParam & RequestParameters;
|
|
2037
|
+
export interface DiskAccessesDeleteQueryParamProperties {
|
|
2038
|
+
/** Api Version */
|
|
2039
|
+
"api-version": "2022-07-02";
|
|
2040
|
+
}
|
|
2041
|
+
export interface DiskAccessesDeleteQueryParam {
|
|
2042
|
+
queryParameters: DiskAccessesDeleteQueryParamProperties;
|
|
2043
|
+
}
|
|
2044
|
+
export type DiskAccessesDeleteParameters = DiskAccessesDeleteQueryParam & RequestParameters;
|
|
2045
|
+
export interface DiskAccessesListByResourceGroupQueryParamProperties {
|
|
2046
|
+
/** Api Version */
|
|
2047
|
+
"api-version": "2022-07-02";
|
|
2048
|
+
}
|
|
2049
|
+
export interface DiskAccessesListByResourceGroupQueryParam {
|
|
2050
|
+
queryParameters: DiskAccessesListByResourceGroupQueryParamProperties;
|
|
2051
|
+
}
|
|
2052
|
+
export type DiskAccessesListByResourceGroupParameters = DiskAccessesListByResourceGroupQueryParam & RequestParameters;
|
|
2053
|
+
export interface DiskAccessesListQueryParamProperties {
|
|
2054
|
+
/** Api Version */
|
|
2055
|
+
"api-version": "2022-07-02";
|
|
2056
|
+
}
|
|
2057
|
+
export interface DiskAccessesListQueryParam {
|
|
2058
|
+
queryParameters: DiskAccessesListQueryParamProperties;
|
|
2059
|
+
}
|
|
2060
|
+
export type DiskAccessesListParameters = DiskAccessesListQueryParam & RequestParameters;
|
|
2061
|
+
export interface DiskAccessesGetPrivateLinkResourcesQueryParamProperties {
|
|
2062
|
+
/** Api Version */
|
|
2063
|
+
"api-version": "2022-07-02";
|
|
2064
|
+
}
|
|
2065
|
+
export interface DiskAccessesGetPrivateLinkResourcesQueryParam {
|
|
2066
|
+
queryParameters: DiskAccessesGetPrivateLinkResourcesQueryParamProperties;
|
|
2067
|
+
}
|
|
2068
|
+
export type DiskAccessesGetPrivateLinkResourcesParameters = DiskAccessesGetPrivateLinkResourcesQueryParam & RequestParameters;
|
|
2069
|
+
export interface DiskAccessesUpdateAPrivateEndpointConnectionBodyParam {
|
|
2070
|
+
/** private endpoint connection object supplied in the body of the Put private endpoint connection operation. */
|
|
2071
|
+
body: PrivateEndpointConnection;
|
|
2072
|
+
}
|
|
2073
|
+
export interface DiskAccessesUpdateAPrivateEndpointConnectionQueryParamProperties {
|
|
2074
|
+
/** Api Version */
|
|
2075
|
+
"api-version": "2022-07-02";
|
|
2076
|
+
}
|
|
2077
|
+
export interface DiskAccessesUpdateAPrivateEndpointConnectionQueryParam {
|
|
2078
|
+
queryParameters: DiskAccessesUpdateAPrivateEndpointConnectionQueryParamProperties;
|
|
2079
|
+
}
|
|
2080
|
+
export interface DiskAccessesUpdateAPrivateEndpointConnectionMediaTypesParam {
|
|
2081
|
+
/** Request content type */
|
|
2082
|
+
contentType?: "application/json";
|
|
2083
|
+
}
|
|
2084
|
+
export type DiskAccessesUpdateAPrivateEndpointConnectionParameters = DiskAccessesUpdateAPrivateEndpointConnectionQueryParam & DiskAccessesUpdateAPrivateEndpointConnectionMediaTypesParam & DiskAccessesUpdateAPrivateEndpointConnectionBodyParam & RequestParameters;
|
|
2085
|
+
export interface DiskAccessesGetAPrivateEndpointConnectionQueryParamProperties {
|
|
2086
|
+
/** Api Version */
|
|
2087
|
+
"api-version": "2022-07-02";
|
|
2088
|
+
}
|
|
2089
|
+
export interface DiskAccessesGetAPrivateEndpointConnectionQueryParam {
|
|
2090
|
+
queryParameters: DiskAccessesGetAPrivateEndpointConnectionQueryParamProperties;
|
|
2091
|
+
}
|
|
2092
|
+
export type DiskAccessesGetAPrivateEndpointConnectionParameters = DiskAccessesGetAPrivateEndpointConnectionQueryParam & RequestParameters;
|
|
2093
|
+
export interface DiskAccessesDeleteAPrivateEndpointConnectionQueryParamProperties {
|
|
2094
|
+
/** Api Version */
|
|
2095
|
+
"api-version": "2022-07-02";
|
|
2096
|
+
}
|
|
2097
|
+
export interface DiskAccessesDeleteAPrivateEndpointConnectionQueryParam {
|
|
2098
|
+
queryParameters: DiskAccessesDeleteAPrivateEndpointConnectionQueryParamProperties;
|
|
2099
|
+
}
|
|
2100
|
+
export type DiskAccessesDeleteAPrivateEndpointConnectionParameters = DiskAccessesDeleteAPrivateEndpointConnectionQueryParam & RequestParameters;
|
|
2101
|
+
export interface DiskAccessesListPrivateEndpointConnectionsQueryParamProperties {
|
|
2102
|
+
/** Api Version */
|
|
2103
|
+
"api-version": "2022-07-02";
|
|
2104
|
+
}
|
|
2105
|
+
export interface DiskAccessesListPrivateEndpointConnectionsQueryParam {
|
|
2106
|
+
queryParameters: DiskAccessesListPrivateEndpointConnectionsQueryParamProperties;
|
|
2107
|
+
}
|
|
2108
|
+
export type DiskAccessesListPrivateEndpointConnectionsParameters = DiskAccessesListPrivateEndpointConnectionsQueryParam & RequestParameters;
|
|
2109
|
+
export interface DiskEncryptionSetsCreateOrUpdateBodyParam {
|
|
2110
|
+
/** disk encryption set object supplied in the body of the Put disk encryption set operation. */
|
|
2111
|
+
body: DiskEncryptionSet;
|
|
2112
|
+
}
|
|
2113
|
+
export interface DiskEncryptionSetsCreateOrUpdateQueryParamProperties {
|
|
2114
|
+
/** Api Version */
|
|
2115
|
+
"api-version": "2022-07-02";
|
|
2116
|
+
}
|
|
2117
|
+
export interface DiskEncryptionSetsCreateOrUpdateQueryParam {
|
|
2118
|
+
queryParameters: DiskEncryptionSetsCreateOrUpdateQueryParamProperties;
|
|
2119
|
+
}
|
|
2120
|
+
export interface DiskEncryptionSetsCreateOrUpdateMediaTypesParam {
|
|
2121
|
+
/** Request content type */
|
|
2122
|
+
contentType?: "application/json";
|
|
2123
|
+
}
|
|
2124
|
+
export type DiskEncryptionSetsCreateOrUpdateParameters = DiskEncryptionSetsCreateOrUpdateQueryParam & DiskEncryptionSetsCreateOrUpdateMediaTypesParam & DiskEncryptionSetsCreateOrUpdateBodyParam & RequestParameters;
|
|
2125
|
+
export interface DiskEncryptionSetsUpdateBodyParam {
|
|
2126
|
+
/** disk encryption set object supplied in the body of the Patch disk encryption set operation. */
|
|
2127
|
+
body: DiskEncryptionSetUpdate;
|
|
2128
|
+
}
|
|
2129
|
+
export interface DiskEncryptionSetsUpdateQueryParamProperties {
|
|
2130
|
+
/** Api Version */
|
|
2131
|
+
"api-version": "2022-07-02";
|
|
2132
|
+
}
|
|
2133
|
+
export interface DiskEncryptionSetsUpdateQueryParam {
|
|
2134
|
+
queryParameters: DiskEncryptionSetsUpdateQueryParamProperties;
|
|
2135
|
+
}
|
|
2136
|
+
export interface DiskEncryptionSetsUpdateMediaTypesParam {
|
|
2137
|
+
/** Request content type */
|
|
2138
|
+
contentType?: "application/json";
|
|
2139
|
+
}
|
|
2140
|
+
export type DiskEncryptionSetsUpdateParameters = DiskEncryptionSetsUpdateQueryParam & DiskEncryptionSetsUpdateMediaTypesParam & DiskEncryptionSetsUpdateBodyParam & RequestParameters;
|
|
2141
|
+
export interface DiskEncryptionSetsGetQueryParamProperties {
|
|
2142
|
+
/** Api Version */
|
|
2143
|
+
"api-version": "2022-07-02";
|
|
2144
|
+
}
|
|
2145
|
+
export interface DiskEncryptionSetsGetQueryParam {
|
|
2146
|
+
queryParameters: DiskEncryptionSetsGetQueryParamProperties;
|
|
2147
|
+
}
|
|
2148
|
+
export type DiskEncryptionSetsGetParameters = DiskEncryptionSetsGetQueryParam & RequestParameters;
|
|
2149
|
+
export interface DiskEncryptionSetsDeleteQueryParamProperties {
|
|
2150
|
+
/** Api Version */
|
|
2151
|
+
"api-version": "2022-07-02";
|
|
2152
|
+
}
|
|
2153
|
+
export interface DiskEncryptionSetsDeleteQueryParam {
|
|
2154
|
+
queryParameters: DiskEncryptionSetsDeleteQueryParamProperties;
|
|
2155
|
+
}
|
|
2156
|
+
export type DiskEncryptionSetsDeleteParameters = DiskEncryptionSetsDeleteQueryParam & RequestParameters;
|
|
2157
|
+
export interface DiskEncryptionSetsListByResourceGroupQueryParamProperties {
|
|
2158
|
+
/** Api Version */
|
|
2159
|
+
"api-version": "2022-07-02";
|
|
2160
|
+
}
|
|
2161
|
+
export interface DiskEncryptionSetsListByResourceGroupQueryParam {
|
|
2162
|
+
queryParameters: DiskEncryptionSetsListByResourceGroupQueryParamProperties;
|
|
2163
|
+
}
|
|
2164
|
+
export type DiskEncryptionSetsListByResourceGroupParameters = DiskEncryptionSetsListByResourceGroupQueryParam & RequestParameters;
|
|
2165
|
+
export interface DiskEncryptionSetsListQueryParamProperties {
|
|
2166
|
+
/** Api Version */
|
|
2167
|
+
"api-version": "2022-07-02";
|
|
2168
|
+
}
|
|
2169
|
+
export interface DiskEncryptionSetsListQueryParam {
|
|
2170
|
+
queryParameters: DiskEncryptionSetsListQueryParamProperties;
|
|
2171
|
+
}
|
|
2172
|
+
export type DiskEncryptionSetsListParameters = DiskEncryptionSetsListQueryParam & RequestParameters;
|
|
2173
|
+
export interface DiskEncryptionSetsListAssociatedResourcesQueryParamProperties {
|
|
2174
|
+
/** Api Version */
|
|
2175
|
+
"api-version": "2022-07-02";
|
|
2176
|
+
}
|
|
2177
|
+
export interface DiskEncryptionSetsListAssociatedResourcesQueryParam {
|
|
2178
|
+
queryParameters: DiskEncryptionSetsListAssociatedResourcesQueryParamProperties;
|
|
2179
|
+
}
|
|
2180
|
+
export type DiskEncryptionSetsListAssociatedResourcesParameters = DiskEncryptionSetsListAssociatedResourcesQueryParam & RequestParameters;
|
|
2181
|
+
export interface DiskRestorePointGetQueryParamProperties {
|
|
2182
|
+
/** Api Version */
|
|
2183
|
+
"api-version": "2022-07-02";
|
|
2184
|
+
}
|
|
2185
|
+
export interface DiskRestorePointGetQueryParam {
|
|
2186
|
+
queryParameters: DiskRestorePointGetQueryParamProperties;
|
|
2187
|
+
}
|
|
2188
|
+
export type DiskRestorePointGetParameters = DiskRestorePointGetQueryParam & RequestParameters;
|
|
2189
|
+
export interface DiskRestorePointListByRestorePointQueryParamProperties {
|
|
2190
|
+
/** Api Version */
|
|
2191
|
+
"api-version": "2022-07-02";
|
|
2192
|
+
}
|
|
2193
|
+
export interface DiskRestorePointListByRestorePointQueryParam {
|
|
2194
|
+
queryParameters: DiskRestorePointListByRestorePointQueryParamProperties;
|
|
2195
|
+
}
|
|
2196
|
+
export type DiskRestorePointListByRestorePointParameters = DiskRestorePointListByRestorePointQueryParam & RequestParameters;
|
|
2197
|
+
export interface DiskRestorePointGrantAccessBodyParam {
|
|
2198
|
+
/** Access data object supplied in the body of the get disk access operation. */
|
|
2199
|
+
body: GrantAccessData;
|
|
2200
|
+
}
|
|
2201
|
+
export interface DiskRestorePointGrantAccessQueryParamProperties {
|
|
2202
|
+
/** Api Version */
|
|
2203
|
+
"api-version": "2022-07-02";
|
|
2204
|
+
}
|
|
2205
|
+
export interface DiskRestorePointGrantAccessQueryParam {
|
|
2206
|
+
queryParameters: DiskRestorePointGrantAccessQueryParamProperties;
|
|
2207
|
+
}
|
|
2208
|
+
export interface DiskRestorePointGrantAccessMediaTypesParam {
|
|
2209
|
+
/** Request content type */
|
|
2210
|
+
contentType?: "application/json";
|
|
2211
|
+
}
|
|
2212
|
+
export type DiskRestorePointGrantAccessParameters = DiskRestorePointGrantAccessQueryParam & DiskRestorePointGrantAccessMediaTypesParam & DiskRestorePointGrantAccessBodyParam & RequestParameters;
|
|
2213
|
+
export interface DiskRestorePointRevokeAccessQueryParamProperties {
|
|
2214
|
+
/** Api Version */
|
|
2215
|
+
"api-version": "2022-07-02";
|
|
2216
|
+
}
|
|
2217
|
+
export interface DiskRestorePointRevokeAccessQueryParam {
|
|
2218
|
+
queryParameters: DiskRestorePointRevokeAccessQueryParamProperties;
|
|
2219
|
+
}
|
|
2220
|
+
export type DiskRestorePointRevokeAccessParameters = DiskRestorePointRevokeAccessQueryParam & RequestParameters;
|
|
2221
|
+
export interface SnapshotsCreateOrUpdateBodyParam {
|
|
2222
|
+
/** Snapshot object supplied in the body of the Put disk operation. */
|
|
2223
|
+
body: Snapshot;
|
|
2224
|
+
}
|
|
2225
|
+
export interface SnapshotsCreateOrUpdateQueryParamProperties {
|
|
2226
|
+
/** Api Version */
|
|
2227
|
+
"api-version": "2022-07-02";
|
|
2228
|
+
}
|
|
2229
|
+
export interface SnapshotsCreateOrUpdateQueryParam {
|
|
2230
|
+
queryParameters: SnapshotsCreateOrUpdateQueryParamProperties;
|
|
2231
|
+
}
|
|
2232
|
+
export interface SnapshotsCreateOrUpdateMediaTypesParam {
|
|
2233
|
+
/** Request content type */
|
|
2234
|
+
contentType?: "application/json";
|
|
2235
|
+
}
|
|
2236
|
+
export type SnapshotsCreateOrUpdateParameters = SnapshotsCreateOrUpdateQueryParam & SnapshotsCreateOrUpdateMediaTypesParam & SnapshotsCreateOrUpdateBodyParam & RequestParameters;
|
|
2237
|
+
export interface SnapshotsUpdateBodyParam {
|
|
2238
|
+
/** Snapshot object supplied in the body of the Patch snapshot operation. */
|
|
2239
|
+
body: SnapshotUpdate;
|
|
2240
|
+
}
|
|
2241
|
+
export interface SnapshotsUpdateQueryParamProperties {
|
|
2242
|
+
/** Api Version */
|
|
2243
|
+
"api-version": "2022-07-02";
|
|
2244
|
+
}
|
|
2245
|
+
export interface SnapshotsUpdateQueryParam {
|
|
2246
|
+
queryParameters: SnapshotsUpdateQueryParamProperties;
|
|
2247
|
+
}
|
|
2248
|
+
export interface SnapshotsUpdateMediaTypesParam {
|
|
2249
|
+
/** Request content type */
|
|
2250
|
+
contentType?: "application/json";
|
|
2251
|
+
}
|
|
2252
|
+
export type SnapshotsUpdateParameters = SnapshotsUpdateQueryParam & SnapshotsUpdateMediaTypesParam & SnapshotsUpdateBodyParam & RequestParameters;
|
|
2253
|
+
export interface SnapshotsGetQueryParamProperties {
|
|
2254
|
+
/** Api Version */
|
|
2255
|
+
"api-version": "2022-07-02";
|
|
2256
|
+
}
|
|
2257
|
+
export interface SnapshotsGetQueryParam {
|
|
2258
|
+
queryParameters: SnapshotsGetQueryParamProperties;
|
|
2259
|
+
}
|
|
2260
|
+
export type SnapshotsGetParameters = SnapshotsGetQueryParam & RequestParameters;
|
|
2261
|
+
export interface SnapshotsDeleteQueryParamProperties {
|
|
2262
|
+
/** Api Version */
|
|
2263
|
+
"api-version": "2022-07-02";
|
|
2264
|
+
}
|
|
2265
|
+
export interface SnapshotsDeleteQueryParam {
|
|
2266
|
+
queryParameters: SnapshotsDeleteQueryParamProperties;
|
|
2267
|
+
}
|
|
2268
|
+
export type SnapshotsDeleteParameters = SnapshotsDeleteQueryParam & RequestParameters;
|
|
2269
|
+
export interface SnapshotsListByResourceGroupQueryParamProperties {
|
|
2270
|
+
/** Api Version */
|
|
2271
|
+
"api-version": "2022-07-02";
|
|
2272
|
+
}
|
|
2273
|
+
export interface SnapshotsListByResourceGroupQueryParam {
|
|
2274
|
+
queryParameters: SnapshotsListByResourceGroupQueryParamProperties;
|
|
2275
|
+
}
|
|
2276
|
+
export type SnapshotsListByResourceGroupParameters = SnapshotsListByResourceGroupQueryParam & RequestParameters;
|
|
2277
|
+
export interface SnapshotsListQueryParamProperties {
|
|
2278
|
+
/** Api Version */
|
|
2279
|
+
"api-version": "2022-07-02";
|
|
2280
|
+
}
|
|
2281
|
+
export interface SnapshotsListQueryParam {
|
|
2282
|
+
queryParameters: SnapshotsListQueryParamProperties;
|
|
2283
|
+
}
|
|
2284
|
+
export type SnapshotsListParameters = SnapshotsListQueryParam & RequestParameters;
|
|
2285
|
+
export interface SnapshotsGrantAccessBodyParam {
|
|
2286
|
+
/** Access data object supplied in the body of the get snapshot access operation. */
|
|
2287
|
+
body: GrantAccessData;
|
|
2288
|
+
}
|
|
2289
|
+
export interface SnapshotsGrantAccessQueryParamProperties {
|
|
2290
|
+
/** Api Version */
|
|
2291
|
+
"api-version": "2022-07-02";
|
|
2292
|
+
}
|
|
2293
|
+
export interface SnapshotsGrantAccessQueryParam {
|
|
2294
|
+
queryParameters: SnapshotsGrantAccessQueryParamProperties;
|
|
2295
|
+
}
|
|
2296
|
+
export interface SnapshotsGrantAccessMediaTypesParam {
|
|
2297
|
+
/** Request content type */
|
|
2298
|
+
contentType?: "application/json";
|
|
2299
|
+
}
|
|
2300
|
+
export type SnapshotsGrantAccessParameters = SnapshotsGrantAccessQueryParam & SnapshotsGrantAccessMediaTypesParam & SnapshotsGrantAccessBodyParam & RequestParameters;
|
|
2301
|
+
export interface SnapshotsRevokeAccessQueryParamProperties {
|
|
2302
|
+
/** Api Version */
|
|
2303
|
+
"api-version": "2022-07-02";
|
|
2304
|
+
}
|
|
2305
|
+
export interface SnapshotsRevokeAccessQueryParam {
|
|
2306
|
+
queryParameters: SnapshotsRevokeAccessQueryParamProperties;
|
|
2307
|
+
}
|
|
2308
|
+
export type SnapshotsRevokeAccessParameters = SnapshotsRevokeAccessQueryParam & RequestParameters;
|
|
2309
|
+
export interface ResourceSkusListQueryParamProperties {
|
|
2310
|
+
/** Api Version */
|
|
2311
|
+
"api-version": "2021-07-01";
|
|
2312
|
+
/** The filter to apply on the operation. Only **location** filter is supported currently. */
|
|
2313
|
+
$filter?: string;
|
|
2314
|
+
/** To Include Extended Locations information or not in the response. */
|
|
2315
|
+
includeExtendedLocations?: string;
|
|
2316
|
+
}
|
|
2317
|
+
export interface ResourceSkusListQueryParam {
|
|
2318
|
+
queryParameters: ResourceSkusListQueryParamProperties;
|
|
2319
|
+
}
|
|
2320
|
+
export type ResourceSkusListParameters = ResourceSkusListQueryParam & RequestParameters;
|
|
2321
|
+
export interface GalleriesCreateOrUpdateBodyParam {
|
|
2322
|
+
/** Parameters supplied to the create or update Shared Image Gallery operation. */
|
|
2323
|
+
body: Gallery;
|
|
2324
|
+
}
|
|
2325
|
+
export interface GalleriesCreateOrUpdateQueryParamProperties {
|
|
2326
|
+
/** Api Version */
|
|
2327
|
+
"api-version": "2022-01-03";
|
|
2328
|
+
}
|
|
2329
|
+
export interface GalleriesCreateOrUpdateQueryParam {
|
|
2330
|
+
queryParameters: GalleriesCreateOrUpdateQueryParamProperties;
|
|
2331
|
+
}
|
|
2332
|
+
export interface GalleriesCreateOrUpdateMediaTypesParam {
|
|
2333
|
+
/** Request content type */
|
|
2334
|
+
contentType?: "application/json";
|
|
2335
|
+
}
|
|
2336
|
+
export type GalleriesCreateOrUpdateParameters = GalleriesCreateOrUpdateQueryParam & GalleriesCreateOrUpdateMediaTypesParam & GalleriesCreateOrUpdateBodyParam & RequestParameters;
|
|
2337
|
+
export interface GalleriesUpdateBodyParam {
|
|
2338
|
+
/** Parameters supplied to the update Shared Image Gallery operation. */
|
|
2339
|
+
body: GalleryUpdate;
|
|
2340
|
+
}
|
|
2341
|
+
export interface GalleriesUpdateQueryParamProperties {
|
|
2342
|
+
/** Api Version */
|
|
2343
|
+
"api-version": "2022-01-03";
|
|
2344
|
+
}
|
|
2345
|
+
export interface GalleriesUpdateQueryParam {
|
|
2346
|
+
queryParameters: GalleriesUpdateQueryParamProperties;
|
|
2347
|
+
}
|
|
2348
|
+
export interface GalleriesUpdateMediaTypesParam {
|
|
2349
|
+
/** Request content type */
|
|
2350
|
+
contentType?: "application/json";
|
|
2351
|
+
}
|
|
2352
|
+
export type GalleriesUpdateParameters = GalleriesUpdateQueryParam & GalleriesUpdateMediaTypesParam & GalleriesUpdateBodyParam & RequestParameters;
|
|
2353
|
+
export interface GalleriesGetQueryParamProperties {
|
|
2354
|
+
/** Api Version */
|
|
2355
|
+
"api-version": "2022-01-03";
|
|
2356
|
+
/** The select expression to apply on the operation. */
|
|
2357
|
+
$select?: "Permissions";
|
|
2358
|
+
/** The expand query option to apply on the operation. */
|
|
2359
|
+
$expand?: "SharingProfile/Groups";
|
|
2360
|
+
}
|
|
2361
|
+
export interface GalleriesGetQueryParam {
|
|
2362
|
+
queryParameters: GalleriesGetQueryParamProperties;
|
|
2363
|
+
}
|
|
2364
|
+
export type GalleriesGetParameters = GalleriesGetQueryParam & RequestParameters;
|
|
2365
|
+
export interface GalleriesDeleteQueryParamProperties {
|
|
2366
|
+
/** Api Version */
|
|
2367
|
+
"api-version": "2022-01-03";
|
|
2368
|
+
}
|
|
2369
|
+
export interface GalleriesDeleteQueryParam {
|
|
2370
|
+
queryParameters: GalleriesDeleteQueryParamProperties;
|
|
2371
|
+
}
|
|
2372
|
+
export type GalleriesDeleteParameters = GalleriesDeleteQueryParam & RequestParameters;
|
|
2373
|
+
export interface GalleriesListByResourceGroupQueryParamProperties {
|
|
2374
|
+
/** Api Version */
|
|
2375
|
+
"api-version": "2022-01-03";
|
|
2376
|
+
}
|
|
2377
|
+
export interface GalleriesListByResourceGroupQueryParam {
|
|
2378
|
+
queryParameters: GalleriesListByResourceGroupQueryParamProperties;
|
|
2379
|
+
}
|
|
2380
|
+
export type GalleriesListByResourceGroupParameters = GalleriesListByResourceGroupQueryParam & RequestParameters;
|
|
2381
|
+
export interface GalleriesListQueryParamProperties {
|
|
2382
|
+
/** Api Version */
|
|
2383
|
+
"api-version": "2022-01-03";
|
|
2384
|
+
}
|
|
2385
|
+
export interface GalleriesListQueryParam {
|
|
2386
|
+
queryParameters: GalleriesListQueryParamProperties;
|
|
2387
|
+
}
|
|
2388
|
+
export type GalleriesListParameters = GalleriesListQueryParam & RequestParameters;
|
|
2389
|
+
export interface GalleryImagesCreateOrUpdateBodyParam {
|
|
2390
|
+
/** Parameters supplied to the create or update gallery image operation. */
|
|
2391
|
+
body: GalleryImage;
|
|
2392
|
+
}
|
|
2393
|
+
export interface GalleryImagesCreateOrUpdateQueryParamProperties {
|
|
2394
|
+
/** Api Version */
|
|
2395
|
+
"api-version": "2022-01-03";
|
|
2396
|
+
}
|
|
2397
|
+
export interface GalleryImagesCreateOrUpdateQueryParam {
|
|
2398
|
+
queryParameters: GalleryImagesCreateOrUpdateQueryParamProperties;
|
|
2399
|
+
}
|
|
2400
|
+
export interface GalleryImagesCreateOrUpdateMediaTypesParam {
|
|
2401
|
+
/** Request content type */
|
|
2402
|
+
contentType?: "application/json";
|
|
2403
|
+
}
|
|
2404
|
+
export type GalleryImagesCreateOrUpdateParameters = GalleryImagesCreateOrUpdateQueryParam & GalleryImagesCreateOrUpdateMediaTypesParam & GalleryImagesCreateOrUpdateBodyParam & RequestParameters;
|
|
2405
|
+
export interface GalleryImagesUpdateBodyParam {
|
|
2406
|
+
/** Parameters supplied to the update gallery image operation. */
|
|
2407
|
+
body: GalleryImageUpdate;
|
|
2408
|
+
}
|
|
2409
|
+
export interface GalleryImagesUpdateQueryParamProperties {
|
|
2410
|
+
/** Api Version */
|
|
2411
|
+
"api-version": "2022-01-03";
|
|
2412
|
+
}
|
|
2413
|
+
export interface GalleryImagesUpdateQueryParam {
|
|
2414
|
+
queryParameters: GalleryImagesUpdateQueryParamProperties;
|
|
2415
|
+
}
|
|
2416
|
+
export interface GalleryImagesUpdateMediaTypesParam {
|
|
2417
|
+
/** Request content type */
|
|
2418
|
+
contentType?: "application/json";
|
|
2419
|
+
}
|
|
2420
|
+
export type GalleryImagesUpdateParameters = GalleryImagesUpdateQueryParam & GalleryImagesUpdateMediaTypesParam & GalleryImagesUpdateBodyParam & RequestParameters;
|
|
2421
|
+
export interface GalleryImagesGetQueryParamProperties {
|
|
2422
|
+
/** Api Version */
|
|
2423
|
+
"api-version": "2022-01-03";
|
|
2424
|
+
}
|
|
2425
|
+
export interface GalleryImagesGetQueryParam {
|
|
2426
|
+
queryParameters: GalleryImagesGetQueryParamProperties;
|
|
2427
|
+
}
|
|
2428
|
+
export type GalleryImagesGetParameters = GalleryImagesGetQueryParam & RequestParameters;
|
|
2429
|
+
export interface GalleryImagesDeleteQueryParamProperties {
|
|
2430
|
+
/** Api Version */
|
|
2431
|
+
"api-version": "2022-01-03";
|
|
2432
|
+
}
|
|
2433
|
+
export interface GalleryImagesDeleteQueryParam {
|
|
2434
|
+
queryParameters: GalleryImagesDeleteQueryParamProperties;
|
|
2435
|
+
}
|
|
2436
|
+
export type GalleryImagesDeleteParameters = GalleryImagesDeleteQueryParam & RequestParameters;
|
|
2437
|
+
export interface GalleryImagesListByGalleryQueryParamProperties {
|
|
2438
|
+
/** Api Version */
|
|
2439
|
+
"api-version": "2022-01-03";
|
|
2440
|
+
}
|
|
2441
|
+
export interface GalleryImagesListByGalleryQueryParam {
|
|
2442
|
+
queryParameters: GalleryImagesListByGalleryQueryParamProperties;
|
|
2443
|
+
}
|
|
2444
|
+
export type GalleryImagesListByGalleryParameters = GalleryImagesListByGalleryQueryParam & RequestParameters;
|
|
2445
|
+
export interface GalleryImageVersionsCreateOrUpdateBodyParam {
|
|
2446
|
+
/** Parameters supplied to the create or update gallery image version operation. */
|
|
2447
|
+
body: GalleryImageVersion;
|
|
2448
|
+
}
|
|
2449
|
+
export interface GalleryImageVersionsCreateOrUpdateQueryParamProperties {
|
|
2450
|
+
/** Api Version */
|
|
2451
|
+
"api-version": "2022-01-03";
|
|
2452
|
+
}
|
|
2453
|
+
export interface GalleryImageVersionsCreateOrUpdateQueryParam {
|
|
2454
|
+
queryParameters: GalleryImageVersionsCreateOrUpdateQueryParamProperties;
|
|
2455
|
+
}
|
|
2456
|
+
export interface GalleryImageVersionsCreateOrUpdateMediaTypesParam {
|
|
2457
|
+
/** Request content type */
|
|
2458
|
+
contentType?: "application/json";
|
|
2459
|
+
}
|
|
2460
|
+
export type GalleryImageVersionsCreateOrUpdateParameters = GalleryImageVersionsCreateOrUpdateQueryParam & GalleryImageVersionsCreateOrUpdateMediaTypesParam & GalleryImageVersionsCreateOrUpdateBodyParam & RequestParameters;
|
|
2461
|
+
export interface GalleryImageVersionsUpdateBodyParam {
|
|
2462
|
+
/** Parameters supplied to the update gallery image version operation. */
|
|
2463
|
+
body: GalleryImageVersionUpdate;
|
|
2464
|
+
}
|
|
2465
|
+
export interface GalleryImageVersionsUpdateQueryParamProperties {
|
|
2466
|
+
/** Api Version */
|
|
2467
|
+
"api-version": "2022-01-03";
|
|
2468
|
+
}
|
|
2469
|
+
export interface GalleryImageVersionsUpdateQueryParam {
|
|
2470
|
+
queryParameters: GalleryImageVersionsUpdateQueryParamProperties;
|
|
2471
|
+
}
|
|
2472
|
+
export interface GalleryImageVersionsUpdateMediaTypesParam {
|
|
2473
|
+
/** Request content type */
|
|
2474
|
+
contentType?: "application/json";
|
|
2475
|
+
}
|
|
2476
|
+
export type GalleryImageVersionsUpdateParameters = GalleryImageVersionsUpdateQueryParam & GalleryImageVersionsUpdateMediaTypesParam & GalleryImageVersionsUpdateBodyParam & RequestParameters;
|
|
2477
|
+
export interface GalleryImageVersionsGetQueryParamProperties {
|
|
2478
|
+
/** The expand expression to apply on the operation. */
|
|
2479
|
+
$expand?: "ReplicationStatus";
|
|
2480
|
+
/** Api Version */
|
|
2481
|
+
"api-version": "2022-01-03";
|
|
2482
|
+
}
|
|
2483
|
+
export interface GalleryImageVersionsGetQueryParam {
|
|
2484
|
+
queryParameters: GalleryImageVersionsGetQueryParamProperties;
|
|
2485
|
+
}
|
|
2486
|
+
export type GalleryImageVersionsGetParameters = GalleryImageVersionsGetQueryParam & RequestParameters;
|
|
2487
|
+
export interface GalleryImageVersionsDeleteQueryParamProperties {
|
|
2488
|
+
/** Api Version */
|
|
2489
|
+
"api-version": "2022-01-03";
|
|
2490
|
+
}
|
|
2491
|
+
export interface GalleryImageVersionsDeleteQueryParam {
|
|
2492
|
+
queryParameters: GalleryImageVersionsDeleteQueryParamProperties;
|
|
2493
|
+
}
|
|
2494
|
+
export type GalleryImageVersionsDeleteParameters = GalleryImageVersionsDeleteQueryParam & RequestParameters;
|
|
2495
|
+
export interface GalleryImageVersionsListByGalleryImageQueryParamProperties {
|
|
2496
|
+
/** Api Version */
|
|
2497
|
+
"api-version": "2022-01-03";
|
|
2498
|
+
}
|
|
2499
|
+
export interface GalleryImageVersionsListByGalleryImageQueryParam {
|
|
2500
|
+
queryParameters: GalleryImageVersionsListByGalleryImageQueryParamProperties;
|
|
2501
|
+
}
|
|
2502
|
+
export type GalleryImageVersionsListByGalleryImageParameters = GalleryImageVersionsListByGalleryImageQueryParam & RequestParameters;
|
|
2503
|
+
export interface GalleryApplicationsCreateOrUpdateBodyParam {
|
|
2504
|
+
/** Parameters supplied to the create or update gallery Application operation. */
|
|
2505
|
+
body: GalleryApplication;
|
|
2506
|
+
}
|
|
2507
|
+
export interface GalleryApplicationsCreateOrUpdateQueryParamProperties {
|
|
2508
|
+
/** Api Version */
|
|
2509
|
+
"api-version": "2022-01-03";
|
|
2510
|
+
}
|
|
2511
|
+
export interface GalleryApplicationsCreateOrUpdateQueryParam {
|
|
2512
|
+
queryParameters: GalleryApplicationsCreateOrUpdateQueryParamProperties;
|
|
2513
|
+
}
|
|
2514
|
+
export interface GalleryApplicationsCreateOrUpdateMediaTypesParam {
|
|
2515
|
+
/** Request content type */
|
|
2516
|
+
contentType?: "application/json";
|
|
2517
|
+
}
|
|
2518
|
+
export type GalleryApplicationsCreateOrUpdateParameters = GalleryApplicationsCreateOrUpdateQueryParam & GalleryApplicationsCreateOrUpdateMediaTypesParam & GalleryApplicationsCreateOrUpdateBodyParam & RequestParameters;
|
|
2519
|
+
export interface GalleryApplicationsUpdateBodyParam {
|
|
2520
|
+
/** Parameters supplied to the update gallery Application operation. */
|
|
2521
|
+
body: GalleryApplicationUpdate;
|
|
2522
|
+
}
|
|
2523
|
+
export interface GalleryApplicationsUpdateQueryParamProperties {
|
|
2524
|
+
/** Api Version */
|
|
2525
|
+
"api-version": "2022-01-03";
|
|
2526
|
+
}
|
|
2527
|
+
export interface GalleryApplicationsUpdateQueryParam {
|
|
2528
|
+
queryParameters: GalleryApplicationsUpdateQueryParamProperties;
|
|
2529
|
+
}
|
|
2530
|
+
export interface GalleryApplicationsUpdateMediaTypesParam {
|
|
2531
|
+
/** Request content type */
|
|
2532
|
+
contentType?: "application/json";
|
|
2533
|
+
}
|
|
2534
|
+
export type GalleryApplicationsUpdateParameters = GalleryApplicationsUpdateQueryParam & GalleryApplicationsUpdateMediaTypesParam & GalleryApplicationsUpdateBodyParam & RequestParameters;
|
|
2535
|
+
export interface GalleryApplicationsGetQueryParamProperties {
|
|
2536
|
+
/** Api Version */
|
|
2537
|
+
"api-version": "2022-01-03";
|
|
2538
|
+
}
|
|
2539
|
+
export interface GalleryApplicationsGetQueryParam {
|
|
2540
|
+
queryParameters: GalleryApplicationsGetQueryParamProperties;
|
|
2541
|
+
}
|
|
2542
|
+
export type GalleryApplicationsGetParameters = GalleryApplicationsGetQueryParam & RequestParameters;
|
|
2543
|
+
export interface GalleryApplicationsDeleteQueryParamProperties {
|
|
2544
|
+
/** Api Version */
|
|
2545
|
+
"api-version": "2022-01-03";
|
|
2546
|
+
}
|
|
2547
|
+
export interface GalleryApplicationsDeleteQueryParam {
|
|
2548
|
+
queryParameters: GalleryApplicationsDeleteQueryParamProperties;
|
|
2549
|
+
}
|
|
2550
|
+
export type GalleryApplicationsDeleteParameters = GalleryApplicationsDeleteQueryParam & RequestParameters;
|
|
2551
|
+
export interface GalleryApplicationsListByGalleryQueryParamProperties {
|
|
2552
|
+
/** Api Version */
|
|
2553
|
+
"api-version": "2022-01-03";
|
|
2554
|
+
}
|
|
2555
|
+
export interface GalleryApplicationsListByGalleryQueryParam {
|
|
2556
|
+
queryParameters: GalleryApplicationsListByGalleryQueryParamProperties;
|
|
2557
|
+
}
|
|
2558
|
+
export type GalleryApplicationsListByGalleryParameters = GalleryApplicationsListByGalleryQueryParam & RequestParameters;
|
|
2559
|
+
export interface GalleryApplicationVersionsCreateOrUpdateBodyParam {
|
|
2560
|
+
/** Parameters supplied to the create or update gallery Application Version operation. */
|
|
2561
|
+
body: GalleryApplicationVersion;
|
|
2562
|
+
}
|
|
2563
|
+
export interface GalleryApplicationVersionsCreateOrUpdateQueryParamProperties {
|
|
2564
|
+
/** Api Version */
|
|
2565
|
+
"api-version": "2022-01-03";
|
|
2566
|
+
}
|
|
2567
|
+
export interface GalleryApplicationVersionsCreateOrUpdateQueryParam {
|
|
2568
|
+
queryParameters: GalleryApplicationVersionsCreateOrUpdateQueryParamProperties;
|
|
2569
|
+
}
|
|
2570
|
+
export interface GalleryApplicationVersionsCreateOrUpdateMediaTypesParam {
|
|
2571
|
+
/** Request content type */
|
|
2572
|
+
contentType?: "application/json";
|
|
2573
|
+
}
|
|
2574
|
+
export type GalleryApplicationVersionsCreateOrUpdateParameters = GalleryApplicationVersionsCreateOrUpdateQueryParam & GalleryApplicationVersionsCreateOrUpdateMediaTypesParam & GalleryApplicationVersionsCreateOrUpdateBodyParam & RequestParameters;
|
|
2575
|
+
export interface GalleryApplicationVersionsUpdateBodyParam {
|
|
2576
|
+
/** Parameters supplied to the update gallery Application Version operation. */
|
|
2577
|
+
body: GalleryApplicationVersionUpdate;
|
|
2578
|
+
}
|
|
2579
|
+
export interface GalleryApplicationVersionsUpdateQueryParamProperties {
|
|
2580
|
+
/** Api Version */
|
|
2581
|
+
"api-version": "2022-01-03";
|
|
2582
|
+
}
|
|
2583
|
+
export interface GalleryApplicationVersionsUpdateQueryParam {
|
|
2584
|
+
queryParameters: GalleryApplicationVersionsUpdateQueryParamProperties;
|
|
2585
|
+
}
|
|
2586
|
+
export interface GalleryApplicationVersionsUpdateMediaTypesParam {
|
|
2587
|
+
/** Request content type */
|
|
2588
|
+
contentType?: "application/json";
|
|
2589
|
+
}
|
|
2590
|
+
export type GalleryApplicationVersionsUpdateParameters = GalleryApplicationVersionsUpdateQueryParam & GalleryApplicationVersionsUpdateMediaTypesParam & GalleryApplicationVersionsUpdateBodyParam & RequestParameters;
|
|
2591
|
+
export interface GalleryApplicationVersionsGetQueryParamProperties {
|
|
2592
|
+
/** The expand expression to apply on the operation. */
|
|
2593
|
+
$expand?: "ReplicationStatus";
|
|
2594
|
+
/** Api Version */
|
|
2595
|
+
"api-version": "2022-01-03";
|
|
2596
|
+
}
|
|
2597
|
+
export interface GalleryApplicationVersionsGetQueryParam {
|
|
2598
|
+
queryParameters: GalleryApplicationVersionsGetQueryParamProperties;
|
|
2599
|
+
}
|
|
2600
|
+
export type GalleryApplicationVersionsGetParameters = GalleryApplicationVersionsGetQueryParam & RequestParameters;
|
|
2601
|
+
export interface GalleryApplicationVersionsDeleteQueryParamProperties {
|
|
2602
|
+
/** Api Version */
|
|
2603
|
+
"api-version": "2022-01-03";
|
|
2604
|
+
}
|
|
2605
|
+
export interface GalleryApplicationVersionsDeleteQueryParam {
|
|
2606
|
+
queryParameters: GalleryApplicationVersionsDeleteQueryParamProperties;
|
|
2607
|
+
}
|
|
2608
|
+
export type GalleryApplicationVersionsDeleteParameters = GalleryApplicationVersionsDeleteQueryParam & RequestParameters;
|
|
2609
|
+
export interface GalleryApplicationVersionsListByGalleryApplicationQueryParamProperties {
|
|
2610
|
+
/** Api Version */
|
|
2611
|
+
"api-version": "2022-01-03";
|
|
2612
|
+
}
|
|
2613
|
+
export interface GalleryApplicationVersionsListByGalleryApplicationQueryParam {
|
|
2614
|
+
queryParameters: GalleryApplicationVersionsListByGalleryApplicationQueryParamProperties;
|
|
2615
|
+
}
|
|
2616
|
+
export type GalleryApplicationVersionsListByGalleryApplicationParameters = GalleryApplicationVersionsListByGalleryApplicationQueryParam & RequestParameters;
|
|
2617
|
+
export interface GallerySharingProfileUpdateBodyParam {
|
|
2618
|
+
/** Parameters supplied to the update gallery sharing profile. */
|
|
2619
|
+
body: SharingUpdate;
|
|
2620
|
+
}
|
|
2621
|
+
export interface GallerySharingProfileUpdateQueryParamProperties {
|
|
2622
|
+
/** Api Version */
|
|
2623
|
+
"api-version": "2022-01-03";
|
|
2624
|
+
}
|
|
2625
|
+
export interface GallerySharingProfileUpdateQueryParam {
|
|
2626
|
+
queryParameters: GallerySharingProfileUpdateQueryParamProperties;
|
|
2627
|
+
}
|
|
2628
|
+
export interface GallerySharingProfileUpdateMediaTypesParam {
|
|
2629
|
+
/** Request content type */
|
|
2630
|
+
contentType?: "application/json";
|
|
2631
|
+
}
|
|
2632
|
+
export type GallerySharingProfileUpdateParameters = GallerySharingProfileUpdateQueryParam & GallerySharingProfileUpdateMediaTypesParam & GallerySharingProfileUpdateBodyParam & RequestParameters;
|
|
2633
|
+
export interface SharedGalleriesListQueryParamProperties {
|
|
2634
|
+
/** Api Version */
|
|
2635
|
+
"api-version": "2022-01-03";
|
|
2636
|
+
/** The query parameter to decide what shared galleries to fetch when doing listing operations. */
|
|
2637
|
+
sharedTo?: "tenant";
|
|
2638
|
+
}
|
|
2639
|
+
export interface SharedGalleriesListQueryParam {
|
|
2640
|
+
queryParameters: SharedGalleriesListQueryParamProperties;
|
|
2641
|
+
}
|
|
2642
|
+
export type SharedGalleriesListParameters = SharedGalleriesListQueryParam & RequestParameters;
|
|
2643
|
+
export interface SharedGalleriesGetQueryParamProperties {
|
|
2644
|
+
/** Api Version */
|
|
2645
|
+
"api-version": "2022-01-03";
|
|
2646
|
+
}
|
|
2647
|
+
export interface SharedGalleriesGetQueryParam {
|
|
2648
|
+
queryParameters: SharedGalleriesGetQueryParamProperties;
|
|
2649
|
+
}
|
|
2650
|
+
export type SharedGalleriesGetParameters = SharedGalleriesGetQueryParam & RequestParameters;
|
|
2651
|
+
export interface SharedGalleryImagesListQueryParamProperties {
|
|
2652
|
+
/** Api Version */
|
|
2653
|
+
"api-version": "2022-01-03";
|
|
2654
|
+
/** The query parameter to decide what shared galleries to fetch when doing listing operations. */
|
|
2655
|
+
sharedTo?: "tenant";
|
|
2656
|
+
}
|
|
2657
|
+
export interface SharedGalleryImagesListQueryParam {
|
|
2658
|
+
queryParameters: SharedGalleryImagesListQueryParamProperties;
|
|
2659
|
+
}
|
|
2660
|
+
export type SharedGalleryImagesListParameters = SharedGalleryImagesListQueryParam & RequestParameters;
|
|
2661
|
+
export interface SharedGalleryImagesGetQueryParamProperties {
|
|
2662
|
+
/** Api Version */
|
|
2663
|
+
"api-version": "2022-01-03";
|
|
2664
|
+
}
|
|
2665
|
+
export interface SharedGalleryImagesGetQueryParam {
|
|
2666
|
+
queryParameters: SharedGalleryImagesGetQueryParamProperties;
|
|
2667
|
+
}
|
|
2668
|
+
export type SharedGalleryImagesGetParameters = SharedGalleryImagesGetQueryParam & RequestParameters;
|
|
2669
|
+
export interface SharedGalleryImageVersionsListQueryParamProperties {
|
|
2670
|
+
/** Api Version */
|
|
2671
|
+
"api-version": "2022-01-03";
|
|
2672
|
+
/** The query parameter to decide what shared galleries to fetch when doing listing operations. */
|
|
2673
|
+
sharedTo?: "tenant";
|
|
2674
|
+
}
|
|
2675
|
+
export interface SharedGalleryImageVersionsListQueryParam {
|
|
2676
|
+
queryParameters: SharedGalleryImageVersionsListQueryParamProperties;
|
|
2677
|
+
}
|
|
2678
|
+
export type SharedGalleryImageVersionsListParameters = SharedGalleryImageVersionsListQueryParam & RequestParameters;
|
|
2679
|
+
export interface SharedGalleryImageVersionsGetQueryParamProperties {
|
|
2680
|
+
/** Api Version */
|
|
2681
|
+
"api-version": "2022-01-03";
|
|
2682
|
+
}
|
|
2683
|
+
export interface SharedGalleryImageVersionsGetQueryParam {
|
|
2684
|
+
queryParameters: SharedGalleryImageVersionsGetQueryParamProperties;
|
|
2685
|
+
}
|
|
2686
|
+
export type SharedGalleryImageVersionsGetParameters = SharedGalleryImageVersionsGetQueryParam & RequestParameters;
|
|
2687
|
+
export interface CommunityGalleriesGetQueryParamProperties {
|
|
2688
|
+
/** Api Version */
|
|
2689
|
+
"api-version": "2022-01-03";
|
|
2690
|
+
}
|
|
2691
|
+
export interface CommunityGalleriesGetQueryParam {
|
|
2692
|
+
queryParameters: CommunityGalleriesGetQueryParamProperties;
|
|
2693
|
+
}
|
|
2694
|
+
export type CommunityGalleriesGetParameters = CommunityGalleriesGetQueryParam & RequestParameters;
|
|
2695
|
+
export interface CommunityGalleryImagesGetQueryParamProperties {
|
|
2696
|
+
/** Api Version */
|
|
2697
|
+
"api-version": "2022-01-03";
|
|
2698
|
+
}
|
|
2699
|
+
export interface CommunityGalleryImagesGetQueryParam {
|
|
2700
|
+
queryParameters: CommunityGalleryImagesGetQueryParamProperties;
|
|
2701
|
+
}
|
|
2702
|
+
export type CommunityGalleryImagesGetParameters = CommunityGalleryImagesGetQueryParam & RequestParameters;
|
|
2703
|
+
export interface CommunityGalleryImagesListQueryParamProperties {
|
|
2704
|
+
/** Api Version */
|
|
2705
|
+
"api-version": "2022-01-03";
|
|
2706
|
+
}
|
|
2707
|
+
export interface CommunityGalleryImagesListQueryParam {
|
|
2708
|
+
queryParameters: CommunityGalleryImagesListQueryParamProperties;
|
|
2709
|
+
}
|
|
2710
|
+
export type CommunityGalleryImagesListParameters = CommunityGalleryImagesListQueryParam & RequestParameters;
|
|
2711
|
+
export interface CommunityGalleryImageVersionsGetQueryParamProperties {
|
|
2712
|
+
/** Api Version */
|
|
2713
|
+
"api-version": "2022-01-03";
|
|
2714
|
+
}
|
|
2715
|
+
export interface CommunityGalleryImageVersionsGetQueryParam {
|
|
2716
|
+
queryParameters: CommunityGalleryImageVersionsGetQueryParamProperties;
|
|
2717
|
+
}
|
|
2718
|
+
export type CommunityGalleryImageVersionsGetParameters = CommunityGalleryImageVersionsGetQueryParam & RequestParameters;
|
|
2719
|
+
export interface CommunityGalleryImageVersionsListQueryParamProperties {
|
|
2720
|
+
/** Api Version */
|
|
2721
|
+
"api-version": "2022-01-03";
|
|
2722
|
+
}
|
|
2723
|
+
export interface CommunityGalleryImageVersionsListQueryParam {
|
|
2724
|
+
queryParameters: CommunityGalleryImageVersionsListQueryParamProperties;
|
|
2725
|
+
}
|
|
2726
|
+
export type CommunityGalleryImageVersionsListParameters = CommunityGalleryImageVersionsListQueryParam & RequestParameters;
|
|
2727
|
+
export interface CloudServiceRoleInstancesDeleteQueryParamProperties {
|
|
2728
|
+
/** Api Version */
|
|
2729
|
+
"api-version": "2022-04-04";
|
|
2730
|
+
}
|
|
2731
|
+
export interface CloudServiceRoleInstancesDeleteQueryParam {
|
|
2732
|
+
queryParameters: CloudServiceRoleInstancesDeleteQueryParamProperties;
|
|
2733
|
+
}
|
|
2734
|
+
export type CloudServiceRoleInstancesDeleteParameters = CloudServiceRoleInstancesDeleteQueryParam & RequestParameters;
|
|
2735
|
+
export interface CloudServiceRoleInstancesGetQueryParamProperties {
|
|
2736
|
+
/** Api Version */
|
|
2737
|
+
"api-version": "2022-04-04";
|
|
2738
|
+
/** The expand expression to apply to the operation. 'UserData' is not supported for cloud services. */
|
|
2739
|
+
$expand?: "instanceView" | "userData";
|
|
2740
|
+
}
|
|
2741
|
+
export interface CloudServiceRoleInstancesGetQueryParam {
|
|
2742
|
+
queryParameters: CloudServiceRoleInstancesGetQueryParamProperties;
|
|
2743
|
+
}
|
|
2744
|
+
export type CloudServiceRoleInstancesGetParameters = CloudServiceRoleInstancesGetQueryParam & RequestParameters;
|
|
2745
|
+
export interface CloudServiceRoleInstancesGetInstanceViewQueryParamProperties {
|
|
2746
|
+
/** Api Version */
|
|
2747
|
+
"api-version": "2022-04-04";
|
|
2748
|
+
}
|
|
2749
|
+
export interface CloudServiceRoleInstancesGetInstanceViewQueryParam {
|
|
2750
|
+
queryParameters: CloudServiceRoleInstancesGetInstanceViewQueryParamProperties;
|
|
2751
|
+
}
|
|
2752
|
+
export type CloudServiceRoleInstancesGetInstanceViewParameters = CloudServiceRoleInstancesGetInstanceViewQueryParam & RequestParameters;
|
|
2753
|
+
export interface CloudServiceRoleInstancesListQueryParamProperties {
|
|
2754
|
+
/** Api Version */
|
|
2755
|
+
"api-version": "2022-04-04";
|
|
2756
|
+
/** The expand expression to apply to the operation. 'UserData' is not supported for cloud services. */
|
|
2757
|
+
$expand?: "instanceView" | "userData";
|
|
2758
|
+
}
|
|
2759
|
+
export interface CloudServiceRoleInstancesListQueryParam {
|
|
2760
|
+
queryParameters: CloudServiceRoleInstancesListQueryParamProperties;
|
|
2761
|
+
}
|
|
2762
|
+
export type CloudServiceRoleInstancesListParameters = CloudServiceRoleInstancesListQueryParam & RequestParameters;
|
|
2763
|
+
export interface CloudServiceRoleInstancesRestartQueryParamProperties {
|
|
2764
|
+
/** Api Version */
|
|
2765
|
+
"api-version": "2022-04-04";
|
|
2766
|
+
}
|
|
2767
|
+
export interface CloudServiceRoleInstancesRestartQueryParam {
|
|
2768
|
+
queryParameters: CloudServiceRoleInstancesRestartQueryParamProperties;
|
|
2769
|
+
}
|
|
2770
|
+
export type CloudServiceRoleInstancesRestartParameters = CloudServiceRoleInstancesRestartQueryParam & RequestParameters;
|
|
2771
|
+
export interface CloudServiceRoleInstancesReimageQueryParamProperties {
|
|
2772
|
+
/** Api Version */
|
|
2773
|
+
"api-version": "2022-04-04";
|
|
2774
|
+
}
|
|
2775
|
+
export interface CloudServiceRoleInstancesReimageQueryParam {
|
|
2776
|
+
queryParameters: CloudServiceRoleInstancesReimageQueryParamProperties;
|
|
2777
|
+
}
|
|
2778
|
+
export type CloudServiceRoleInstancesReimageParameters = CloudServiceRoleInstancesReimageQueryParam & RequestParameters;
|
|
2779
|
+
export interface CloudServiceRoleInstancesRebuildQueryParamProperties {
|
|
2780
|
+
/** Api Version */
|
|
2781
|
+
"api-version": "2022-04-04";
|
|
2782
|
+
}
|
|
2783
|
+
export interface CloudServiceRoleInstancesRebuildQueryParam {
|
|
2784
|
+
queryParameters: CloudServiceRoleInstancesRebuildQueryParamProperties;
|
|
2785
|
+
}
|
|
2786
|
+
export type CloudServiceRoleInstancesRebuildParameters = CloudServiceRoleInstancesRebuildQueryParam & RequestParameters;
|
|
2787
|
+
export interface CloudServiceRoleInstancesGetRemoteDesktopFileQueryParamProperties {
|
|
2788
|
+
/** Api Version */
|
|
2789
|
+
"api-version": "2022-04-04";
|
|
2790
|
+
}
|
|
2791
|
+
export interface CloudServiceRoleInstancesGetRemoteDesktopFileQueryParam {
|
|
2792
|
+
queryParameters: CloudServiceRoleInstancesGetRemoteDesktopFileQueryParamProperties;
|
|
2793
|
+
}
|
|
2794
|
+
export type CloudServiceRoleInstancesGetRemoteDesktopFileParameters = CloudServiceRoleInstancesGetRemoteDesktopFileQueryParam & RequestParameters;
|
|
2795
|
+
export interface CloudServiceRolesGetQueryParamProperties {
|
|
2796
|
+
/** Api Version */
|
|
2797
|
+
"api-version": "2022-04-04";
|
|
2798
|
+
}
|
|
2799
|
+
export interface CloudServiceRolesGetQueryParam {
|
|
2800
|
+
queryParameters: CloudServiceRolesGetQueryParamProperties;
|
|
2801
|
+
}
|
|
2802
|
+
export type CloudServiceRolesGetParameters = CloudServiceRolesGetQueryParam & RequestParameters;
|
|
2803
|
+
export interface CloudServiceRolesListQueryParamProperties {
|
|
2804
|
+
/** Api Version */
|
|
2805
|
+
"api-version": "2022-04-04";
|
|
2806
|
+
}
|
|
2807
|
+
export interface CloudServiceRolesListQueryParam {
|
|
2808
|
+
queryParameters: CloudServiceRolesListQueryParamProperties;
|
|
2809
|
+
}
|
|
2810
|
+
export type CloudServiceRolesListParameters = CloudServiceRolesListQueryParam & RequestParameters;
|
|
2811
|
+
export interface CloudServicesCreateOrUpdateBodyParam {
|
|
2812
|
+
/** The cloud service object. */
|
|
2813
|
+
body?: CloudService;
|
|
2814
|
+
}
|
|
2815
|
+
export interface CloudServicesCreateOrUpdateQueryParamProperties {
|
|
2816
|
+
/** Api Version */
|
|
2817
|
+
"api-version": "2022-04-04";
|
|
2818
|
+
}
|
|
2819
|
+
export interface CloudServicesCreateOrUpdateQueryParam {
|
|
2820
|
+
queryParameters: CloudServicesCreateOrUpdateQueryParamProperties;
|
|
2821
|
+
}
|
|
2822
|
+
export interface CloudServicesCreateOrUpdateMediaTypesParam {
|
|
2823
|
+
/** Request content type */
|
|
2824
|
+
contentType?: "application/json";
|
|
2825
|
+
}
|
|
2826
|
+
export type CloudServicesCreateOrUpdateParameters = CloudServicesCreateOrUpdateQueryParam & CloudServicesCreateOrUpdateMediaTypesParam & CloudServicesCreateOrUpdateBodyParam & RequestParameters;
|
|
2827
|
+
export interface CloudServicesUpdateBodyParam {
|
|
2828
|
+
/** The cloud service object. */
|
|
2829
|
+
body?: CloudServiceUpdate;
|
|
2830
|
+
}
|
|
2831
|
+
export interface CloudServicesUpdateQueryParamProperties {
|
|
2832
|
+
/** Api Version */
|
|
2833
|
+
"api-version": "2022-04-04";
|
|
2834
|
+
}
|
|
2835
|
+
export interface CloudServicesUpdateQueryParam {
|
|
2836
|
+
queryParameters: CloudServicesUpdateQueryParamProperties;
|
|
2837
|
+
}
|
|
2838
|
+
export interface CloudServicesUpdateMediaTypesParam {
|
|
2839
|
+
/** Request content type */
|
|
2840
|
+
contentType?: "application/json";
|
|
2841
|
+
}
|
|
2842
|
+
export type CloudServicesUpdateParameters = CloudServicesUpdateQueryParam & CloudServicesUpdateMediaTypesParam & CloudServicesUpdateBodyParam & RequestParameters;
|
|
2843
|
+
export interface CloudServicesDeleteQueryParamProperties {
|
|
2844
|
+
/** Api Version */
|
|
2845
|
+
"api-version": "2022-04-04";
|
|
2846
|
+
}
|
|
2847
|
+
export interface CloudServicesDeleteQueryParam {
|
|
2848
|
+
queryParameters: CloudServicesDeleteQueryParamProperties;
|
|
2849
|
+
}
|
|
2850
|
+
export type CloudServicesDeleteParameters = CloudServicesDeleteQueryParam & RequestParameters;
|
|
2851
|
+
export interface CloudServicesGetQueryParamProperties {
|
|
2852
|
+
/** Api Version */
|
|
2853
|
+
"api-version": "2022-04-04";
|
|
2854
|
+
}
|
|
2855
|
+
export interface CloudServicesGetQueryParam {
|
|
2856
|
+
queryParameters: CloudServicesGetQueryParamProperties;
|
|
2857
|
+
}
|
|
2858
|
+
export type CloudServicesGetParameters = CloudServicesGetQueryParam & RequestParameters;
|
|
2859
|
+
export interface CloudServicesGetInstanceViewQueryParamProperties {
|
|
2860
|
+
/** Api Version */
|
|
2861
|
+
"api-version": "2022-04-04";
|
|
2862
|
+
}
|
|
2863
|
+
export interface CloudServicesGetInstanceViewQueryParam {
|
|
2864
|
+
queryParameters: CloudServicesGetInstanceViewQueryParamProperties;
|
|
2865
|
+
}
|
|
2866
|
+
export type CloudServicesGetInstanceViewParameters = CloudServicesGetInstanceViewQueryParam & RequestParameters;
|
|
2867
|
+
export interface CloudServicesListAllQueryParamProperties {
|
|
2868
|
+
/** Api Version */
|
|
2869
|
+
"api-version": "2022-04-04";
|
|
2870
|
+
}
|
|
2871
|
+
export interface CloudServicesListAllQueryParam {
|
|
2872
|
+
queryParameters: CloudServicesListAllQueryParamProperties;
|
|
2873
|
+
}
|
|
2874
|
+
export type CloudServicesListAllParameters = CloudServicesListAllQueryParam & RequestParameters;
|
|
2875
|
+
export interface CloudServicesListQueryParamProperties {
|
|
2876
|
+
/** Api Version */
|
|
2877
|
+
"api-version": "2022-04-04";
|
|
2878
|
+
}
|
|
2879
|
+
export interface CloudServicesListQueryParam {
|
|
2880
|
+
queryParameters: CloudServicesListQueryParamProperties;
|
|
2881
|
+
}
|
|
2882
|
+
export type CloudServicesListParameters = CloudServicesListQueryParam & RequestParameters;
|
|
2883
|
+
export interface CloudServicesStartQueryParamProperties {
|
|
2884
|
+
/** Api Version */
|
|
2885
|
+
"api-version": "2022-04-04";
|
|
2886
|
+
}
|
|
2887
|
+
export interface CloudServicesStartQueryParam {
|
|
2888
|
+
queryParameters: CloudServicesStartQueryParamProperties;
|
|
2889
|
+
}
|
|
2890
|
+
export type CloudServicesStartParameters = CloudServicesStartQueryParam & RequestParameters;
|
|
2891
|
+
export interface CloudServicesPowerOffQueryParamProperties {
|
|
2892
|
+
/** Api Version */
|
|
2893
|
+
"api-version": "2022-04-04";
|
|
2894
|
+
}
|
|
2895
|
+
export interface CloudServicesPowerOffQueryParam {
|
|
2896
|
+
queryParameters: CloudServicesPowerOffQueryParamProperties;
|
|
2897
|
+
}
|
|
2898
|
+
export type CloudServicesPowerOffParameters = CloudServicesPowerOffQueryParam & RequestParameters;
|
|
2899
|
+
export interface CloudServicesRestartBodyParam {
|
|
2900
|
+
/** List of cloud service role instance names. */
|
|
2901
|
+
body?: RoleInstances;
|
|
2902
|
+
}
|
|
2903
|
+
export interface CloudServicesRestartQueryParamProperties {
|
|
2904
|
+
/** Api Version */
|
|
2905
|
+
"api-version": "2022-04-04";
|
|
2906
|
+
}
|
|
2907
|
+
export interface CloudServicesRestartQueryParam {
|
|
2908
|
+
queryParameters: CloudServicesRestartQueryParamProperties;
|
|
2909
|
+
}
|
|
2910
|
+
export interface CloudServicesRestartMediaTypesParam {
|
|
2911
|
+
/** Request content type */
|
|
2912
|
+
contentType?: "application/json";
|
|
2913
|
+
}
|
|
2914
|
+
export type CloudServicesRestartParameters = CloudServicesRestartQueryParam & CloudServicesRestartMediaTypesParam & CloudServicesRestartBodyParam & RequestParameters;
|
|
2915
|
+
export interface CloudServicesReimageBodyParam {
|
|
2916
|
+
/** List of cloud service role instance names. */
|
|
2917
|
+
body?: RoleInstances;
|
|
2918
|
+
}
|
|
2919
|
+
export interface CloudServicesReimageQueryParamProperties {
|
|
2920
|
+
/** Api Version */
|
|
2921
|
+
"api-version": "2022-04-04";
|
|
2922
|
+
}
|
|
2923
|
+
export interface CloudServicesReimageQueryParam {
|
|
2924
|
+
queryParameters: CloudServicesReimageQueryParamProperties;
|
|
2925
|
+
}
|
|
2926
|
+
export interface CloudServicesReimageMediaTypesParam {
|
|
2927
|
+
/** Request content type */
|
|
2928
|
+
contentType?: "application/json";
|
|
2929
|
+
}
|
|
2930
|
+
export type CloudServicesReimageParameters = CloudServicesReimageQueryParam & CloudServicesReimageMediaTypesParam & CloudServicesReimageBodyParam & RequestParameters;
|
|
2931
|
+
export interface CloudServicesRebuildBodyParam {
|
|
2932
|
+
/** List of cloud service role instance names. */
|
|
2933
|
+
body?: RoleInstances;
|
|
2934
|
+
}
|
|
2935
|
+
export interface CloudServicesRebuildQueryParamProperties {
|
|
2936
|
+
/** Api Version */
|
|
2937
|
+
"api-version": "2022-04-04";
|
|
2938
|
+
}
|
|
2939
|
+
export interface CloudServicesRebuildQueryParam {
|
|
2940
|
+
queryParameters: CloudServicesRebuildQueryParamProperties;
|
|
2941
|
+
}
|
|
2942
|
+
export interface CloudServicesRebuildMediaTypesParam {
|
|
2943
|
+
/** Request content type */
|
|
2944
|
+
contentType?: "application/json";
|
|
2945
|
+
}
|
|
2946
|
+
export type CloudServicesRebuildParameters = CloudServicesRebuildQueryParam & CloudServicesRebuildMediaTypesParam & CloudServicesRebuildBodyParam & RequestParameters;
|
|
2947
|
+
export interface CloudServicesDeleteInstancesBodyParam {
|
|
2948
|
+
/** List of cloud service role instance names. */
|
|
2949
|
+
body?: RoleInstances;
|
|
2950
|
+
}
|
|
2951
|
+
export interface CloudServicesDeleteInstancesQueryParamProperties {
|
|
2952
|
+
/** Api Version */
|
|
2953
|
+
"api-version": "2022-04-04";
|
|
2954
|
+
}
|
|
2955
|
+
export interface CloudServicesDeleteInstancesQueryParam {
|
|
2956
|
+
queryParameters: CloudServicesDeleteInstancesQueryParamProperties;
|
|
2957
|
+
}
|
|
2958
|
+
export interface CloudServicesDeleteInstancesMediaTypesParam {
|
|
2959
|
+
/** Request content type */
|
|
2960
|
+
contentType?: "application/json";
|
|
2961
|
+
}
|
|
2962
|
+
export type CloudServicesDeleteInstancesParameters = CloudServicesDeleteInstancesQueryParam & CloudServicesDeleteInstancesMediaTypesParam & CloudServicesDeleteInstancesBodyParam & RequestParameters;
|
|
2963
|
+
export interface CloudServicesUpdateDomainWalkUpdateDomainBodyParam {
|
|
2964
|
+
/** The update domain object. */
|
|
2965
|
+
body?: UpdateDomain;
|
|
2966
|
+
}
|
|
2967
|
+
export interface CloudServicesUpdateDomainWalkUpdateDomainQueryParamProperties {
|
|
2968
|
+
/** Api Version */
|
|
2969
|
+
"api-version": "2022-04-04";
|
|
2970
|
+
}
|
|
2971
|
+
export interface CloudServicesUpdateDomainWalkUpdateDomainQueryParam {
|
|
2972
|
+
queryParameters: CloudServicesUpdateDomainWalkUpdateDomainQueryParamProperties;
|
|
2973
|
+
}
|
|
2974
|
+
export interface CloudServicesUpdateDomainWalkUpdateDomainMediaTypesParam {
|
|
2975
|
+
/** Request content type */
|
|
2976
|
+
contentType?: "application/json";
|
|
2977
|
+
}
|
|
2978
|
+
export type CloudServicesUpdateDomainWalkUpdateDomainParameters = CloudServicesUpdateDomainWalkUpdateDomainQueryParam & CloudServicesUpdateDomainWalkUpdateDomainMediaTypesParam & CloudServicesUpdateDomainWalkUpdateDomainBodyParam & RequestParameters;
|
|
2979
|
+
export interface CloudServicesUpdateDomainGetUpdateDomainQueryParamProperties {
|
|
2980
|
+
/** Api Version */
|
|
2981
|
+
"api-version": "2022-04-04";
|
|
2982
|
+
}
|
|
2983
|
+
export interface CloudServicesUpdateDomainGetUpdateDomainQueryParam {
|
|
2984
|
+
queryParameters: CloudServicesUpdateDomainGetUpdateDomainQueryParamProperties;
|
|
2985
|
+
}
|
|
2986
|
+
export type CloudServicesUpdateDomainGetUpdateDomainParameters = CloudServicesUpdateDomainGetUpdateDomainQueryParam & RequestParameters;
|
|
2987
|
+
export interface CloudServicesUpdateDomainListUpdateDomainsQueryParamProperties {
|
|
2988
|
+
/** Api Version */
|
|
2989
|
+
"api-version": "2022-04-04";
|
|
2990
|
+
}
|
|
2991
|
+
export interface CloudServicesUpdateDomainListUpdateDomainsQueryParam {
|
|
2992
|
+
queryParameters: CloudServicesUpdateDomainListUpdateDomainsQueryParamProperties;
|
|
2993
|
+
}
|
|
2994
|
+
export type CloudServicesUpdateDomainListUpdateDomainsParameters = CloudServicesUpdateDomainListUpdateDomainsQueryParam & RequestParameters;
|
|
2995
|
+
export interface CloudServiceOperatingSystemsGetOSVersionQueryParamProperties {
|
|
2996
|
+
/** Api Version */
|
|
2997
|
+
"api-version": "2022-04-04";
|
|
2998
|
+
}
|
|
2999
|
+
export interface CloudServiceOperatingSystemsGetOSVersionQueryParam {
|
|
3000
|
+
queryParameters: CloudServiceOperatingSystemsGetOSVersionQueryParamProperties;
|
|
3001
|
+
}
|
|
3002
|
+
export type CloudServiceOperatingSystemsGetOSVersionParameters = CloudServiceOperatingSystemsGetOSVersionQueryParam & RequestParameters;
|
|
3003
|
+
export interface CloudServiceOperatingSystemsListOSVersionsQueryParamProperties {
|
|
3004
|
+
/** Api Version */
|
|
3005
|
+
"api-version": "2022-04-04";
|
|
3006
|
+
}
|
|
3007
|
+
export interface CloudServiceOperatingSystemsListOSVersionsQueryParam {
|
|
3008
|
+
queryParameters: CloudServiceOperatingSystemsListOSVersionsQueryParamProperties;
|
|
3009
|
+
}
|
|
3010
|
+
export type CloudServiceOperatingSystemsListOSVersionsParameters = CloudServiceOperatingSystemsListOSVersionsQueryParam & RequestParameters;
|
|
3011
|
+
export interface CloudServiceOperatingSystemsGetOSFamilyQueryParamProperties {
|
|
3012
|
+
/** Api Version */
|
|
3013
|
+
"api-version": "2022-04-04";
|
|
3014
|
+
}
|
|
3015
|
+
export interface CloudServiceOperatingSystemsGetOSFamilyQueryParam {
|
|
3016
|
+
queryParameters: CloudServiceOperatingSystemsGetOSFamilyQueryParamProperties;
|
|
3017
|
+
}
|
|
3018
|
+
export type CloudServiceOperatingSystemsGetOSFamilyParameters = CloudServiceOperatingSystemsGetOSFamilyQueryParam & RequestParameters;
|
|
3019
|
+
export interface CloudServiceOperatingSystemsListOSFamiliesQueryParamProperties {
|
|
3020
|
+
/** Api Version */
|
|
3021
|
+
"api-version": "2022-04-04";
|
|
3022
|
+
}
|
|
3023
|
+
export interface CloudServiceOperatingSystemsListOSFamiliesQueryParam {
|
|
3024
|
+
queryParameters: CloudServiceOperatingSystemsListOSFamiliesQueryParamProperties;
|
|
3025
|
+
}
|
|
3026
|
+
export type CloudServiceOperatingSystemsListOSFamiliesParameters = CloudServiceOperatingSystemsListOSFamiliesQueryParam & RequestParameters;
|
|
3027
|
+
//# sourceMappingURL=parameters.d.ts.map
|