@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.
Files changed (200) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/browser/clientDefinitions.d.ts +1339 -0
  3. package/dist/browser/clientDefinitions.d.ts.map +1 -0
  4. package/dist/browser/clientDefinitions.js.map +1 -0
  5. package/dist/browser/computeManagementClient.d.ts +13 -0
  6. package/dist/browser/computeManagementClient.d.ts.map +1 -0
  7. package/dist/browser/computeManagementClient.js +31 -0
  8. package/dist/browser/computeManagementClient.js.map +1 -0
  9. package/dist/browser/index.d.ts +12 -0
  10. package/dist/browser/index.d.ts.map +1 -0
  11. package/dist/browser/index.js +14 -0
  12. package/dist/browser/index.js.map +1 -0
  13. package/dist/browser/isUnexpected.d.ts +259 -0
  14. package/dist/browser/isUnexpected.d.ts.map +1 -0
  15. package/{dist-esm/src → dist/browser}/isUnexpected.js +116 -110
  16. package/dist/browser/isUnexpected.js.map +1 -0
  17. package/dist/browser/logger.d.ts +2 -0
  18. package/dist/browser/logger.d.ts.map +1 -0
  19. package/dist/browser/logger.js +5 -0
  20. package/dist/browser/logger.js.map +1 -0
  21. package/dist/browser/models.d.ts +3089 -0
  22. package/dist/browser/models.d.ts.map +1 -0
  23. package/dist/browser/models.js.map +1 -0
  24. package/dist/browser/outputModels.d.ts +4161 -0
  25. package/dist/browser/outputModels.d.ts.map +1 -0
  26. package/dist/browser/outputModels.js.map +1 -0
  27. package/dist/browser/package.json +3 -0
  28. package/dist/browser/paginateHelper.d.ts +68 -0
  29. package/dist/browser/paginateHelper.d.ts.map +1 -0
  30. package/dist/browser/paginateHelper.js +167 -0
  31. package/dist/browser/paginateHelper.js.map +1 -0
  32. package/dist/browser/parameters.d.ts +3027 -0
  33. package/dist/browser/parameters.d.ts.map +1 -0
  34. package/dist/browser/parameters.js.map +1 -0
  35. package/dist/browser/pollingHelper.d.ts +76 -0
  36. package/dist/browser/pollingHelper.d.ts.map +1 -0
  37. package/dist/browser/pollingHelper.js +104 -0
  38. package/dist/browser/pollingHelper.js.map +1 -0
  39. package/dist/browser/responses.d.ts +3235 -0
  40. package/dist/browser/responses.d.ts.map +1 -0
  41. package/dist/browser/responses.js.map +1 -0
  42. package/dist/commonjs/clientDefinitions.d.ts +1339 -0
  43. package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
  44. package/dist/commonjs/clientDefinitions.js +5 -0
  45. package/dist/commonjs/clientDefinitions.js.map +1 -0
  46. package/dist/commonjs/computeManagementClient.d.ts +13 -0
  47. package/dist/commonjs/computeManagementClient.d.ts.map +1 -0
  48. package/dist/commonjs/computeManagementClient.js +34 -0
  49. package/dist/commonjs/computeManagementClient.js.map +1 -0
  50. package/dist/commonjs/index.d.ts +12 -0
  51. package/dist/commonjs/index.d.ts.map +1 -0
  52. package/dist/commonjs/index.js +17 -0
  53. package/dist/commonjs/index.js.map +1 -0
  54. package/dist/commonjs/isUnexpected.d.ts +259 -0
  55. package/dist/commonjs/isUnexpected.d.ts.map +1 -0
  56. package/dist/{index.js → commonjs/isUnexpected.js} +120 -266
  57. package/dist/commonjs/isUnexpected.js.map +1 -0
  58. package/dist/commonjs/logger.d.ts +2 -0
  59. package/dist/commonjs/logger.d.ts.map +1 -0
  60. package/dist/commonjs/logger.js +8 -0
  61. package/dist/commonjs/logger.js.map +1 -0
  62. package/dist/commonjs/models.d.ts +3089 -0
  63. package/dist/commonjs/models.d.ts.map +1 -0
  64. package/dist/commonjs/models.js +5 -0
  65. package/dist/commonjs/models.js.map +1 -0
  66. package/dist/commonjs/outputModels.d.ts +4161 -0
  67. package/dist/commonjs/outputModels.d.ts.map +1 -0
  68. package/dist/commonjs/outputModels.js +5 -0
  69. package/dist/commonjs/outputModels.js.map +1 -0
  70. package/dist/commonjs/package.json +3 -0
  71. package/dist/commonjs/paginateHelper.d.ts +68 -0
  72. package/dist/commonjs/paginateHelper.d.ts.map +1 -0
  73. package/dist/commonjs/paginateHelper.js +170 -0
  74. package/dist/commonjs/paginateHelper.js.map +1 -0
  75. package/dist/commonjs/parameters.d.ts +3027 -0
  76. package/dist/commonjs/parameters.d.ts.map +1 -0
  77. package/dist/commonjs/parameters.js +5 -0
  78. package/dist/commonjs/parameters.js.map +1 -0
  79. package/dist/commonjs/pollingHelper.d.ts +76 -0
  80. package/dist/commonjs/pollingHelper.d.ts.map +1 -0
  81. package/dist/commonjs/pollingHelper.js +107 -0
  82. package/dist/commonjs/pollingHelper.js.map +1 -0
  83. package/dist/commonjs/responses.d.ts +3235 -0
  84. package/dist/commonjs/responses.d.ts.map +1 -0
  85. package/dist/commonjs/responses.js +5 -0
  86. package/dist/commonjs/responses.js.map +1 -0
  87. package/dist/commonjs/tsdoc-metadata.json +11 -0
  88. package/dist/esm/clientDefinitions.d.ts +1339 -0
  89. package/dist/esm/clientDefinitions.d.ts.map +1 -0
  90. package/dist/esm/clientDefinitions.js +4 -0
  91. package/dist/esm/clientDefinitions.js.map +1 -0
  92. package/dist/esm/computeManagementClient.d.ts +13 -0
  93. package/dist/esm/computeManagementClient.d.ts.map +1 -0
  94. package/dist/esm/computeManagementClient.js +31 -0
  95. package/dist/esm/computeManagementClient.js.map +1 -0
  96. package/dist/esm/index.d.ts +12 -0
  97. package/dist/esm/index.d.ts.map +1 -0
  98. package/dist/esm/index.js +14 -0
  99. package/dist/esm/index.js.map +1 -0
  100. package/dist/esm/isUnexpected.d.ts +259 -0
  101. package/dist/esm/isUnexpected.d.ts.map +1 -0
  102. package/dist/esm/isUnexpected.js +415 -0
  103. package/dist/esm/isUnexpected.js.map +1 -0
  104. package/dist/esm/logger.d.ts +2 -0
  105. package/dist/esm/logger.d.ts.map +1 -0
  106. package/dist/esm/logger.js +5 -0
  107. package/dist/esm/logger.js.map +1 -0
  108. package/dist/esm/models.d.ts +3089 -0
  109. package/dist/esm/models.d.ts.map +1 -0
  110. package/dist/esm/models.js +4 -0
  111. package/dist/esm/models.js.map +1 -0
  112. package/dist/esm/outputModels.d.ts +4161 -0
  113. package/dist/esm/outputModels.d.ts.map +1 -0
  114. package/dist/esm/outputModels.js +4 -0
  115. package/dist/esm/outputModels.js.map +1 -0
  116. package/dist/esm/package.json +3 -0
  117. package/dist/esm/paginateHelper.d.ts +68 -0
  118. package/dist/esm/paginateHelper.d.ts.map +1 -0
  119. package/dist/esm/paginateHelper.js +167 -0
  120. package/dist/esm/paginateHelper.js.map +1 -0
  121. package/dist/esm/parameters.d.ts +3027 -0
  122. package/dist/esm/parameters.d.ts.map +1 -0
  123. package/dist/esm/parameters.js +4 -0
  124. package/dist/esm/parameters.js.map +1 -0
  125. package/dist/esm/pollingHelper.d.ts +76 -0
  126. package/dist/esm/pollingHelper.d.ts.map +1 -0
  127. package/dist/esm/pollingHelper.js +104 -0
  128. package/dist/esm/pollingHelper.js.map +1 -0
  129. package/dist/esm/responses.d.ts +3235 -0
  130. package/dist/esm/responses.d.ts.map +1 -0
  131. package/dist/esm/responses.js +4 -0
  132. package/dist/esm/responses.js.map +1 -0
  133. package/dist/react-native/clientDefinitions.d.ts +1339 -0
  134. package/dist/react-native/clientDefinitions.d.ts.map +1 -0
  135. package/dist/react-native/clientDefinitions.js +4 -0
  136. package/dist/react-native/clientDefinitions.js.map +1 -0
  137. package/dist/react-native/computeManagementClient.d.ts +13 -0
  138. package/dist/react-native/computeManagementClient.d.ts.map +1 -0
  139. package/dist/react-native/computeManagementClient.js +31 -0
  140. package/dist/react-native/computeManagementClient.js.map +1 -0
  141. package/dist/react-native/index.d.ts +12 -0
  142. package/dist/react-native/index.d.ts.map +1 -0
  143. package/dist/react-native/index.js +14 -0
  144. package/dist/react-native/index.js.map +1 -0
  145. package/dist/react-native/isUnexpected.d.ts +259 -0
  146. package/dist/react-native/isUnexpected.d.ts.map +1 -0
  147. package/dist/react-native/isUnexpected.js +415 -0
  148. package/dist/react-native/isUnexpected.js.map +1 -0
  149. package/dist/react-native/logger.d.ts +2 -0
  150. package/dist/react-native/logger.d.ts.map +1 -0
  151. package/dist/react-native/logger.js +5 -0
  152. package/dist/react-native/logger.js.map +1 -0
  153. package/dist/react-native/models.d.ts +3089 -0
  154. package/dist/react-native/models.d.ts.map +1 -0
  155. package/dist/react-native/models.js +4 -0
  156. package/dist/react-native/models.js.map +1 -0
  157. package/dist/react-native/outputModels.d.ts +4161 -0
  158. package/dist/react-native/outputModels.d.ts.map +1 -0
  159. package/dist/react-native/outputModels.js +4 -0
  160. package/dist/react-native/outputModels.js.map +1 -0
  161. package/dist/react-native/package.json +3 -0
  162. package/dist/react-native/paginateHelper.d.ts +68 -0
  163. package/dist/react-native/paginateHelper.d.ts.map +1 -0
  164. package/dist/react-native/paginateHelper.js +167 -0
  165. package/dist/react-native/paginateHelper.js.map +1 -0
  166. package/dist/react-native/parameters.d.ts +3027 -0
  167. package/dist/react-native/parameters.d.ts.map +1 -0
  168. package/dist/react-native/parameters.js +4 -0
  169. package/dist/react-native/parameters.js.map +1 -0
  170. package/dist/react-native/pollingHelper.d.ts +76 -0
  171. package/dist/react-native/pollingHelper.d.ts.map +1 -0
  172. package/dist/react-native/pollingHelper.js +104 -0
  173. package/dist/react-native/pollingHelper.js.map +1 -0
  174. package/dist/react-native/responses.d.ts +3235 -0
  175. package/dist/react-native/responses.d.ts.map +1 -0
  176. package/dist/react-native/responses.js +4 -0
  177. package/dist/react-native/responses.js.map +1 -0
  178. package/package.json +63 -36
  179. package/review/arm-compute.api.md +431 -969
  180. package/dist/index.js.map +0 -1
  181. package/dist-esm/src/clientDefinitions.js.map +0 -1
  182. package/dist-esm/src/computeManagementClient.js +0 -24
  183. package/dist-esm/src/computeManagementClient.js.map +0 -1
  184. package/dist-esm/src/index.js +0 -14
  185. package/dist-esm/src/index.js.map +0 -1
  186. package/dist-esm/src/isUnexpected.js.map +0 -1
  187. package/dist-esm/src/models.js.map +0 -1
  188. package/dist-esm/src/outputModels.js.map +0 -1
  189. package/dist-esm/src/paginateHelper.js +0 -70
  190. package/dist-esm/src/paginateHelper.js.map +0 -1
  191. package/dist-esm/src/parameters.js.map +0 -1
  192. package/dist-esm/src/pollingHelper.js +0 -49
  193. package/dist-esm/src/pollingHelper.js.map +0 -1
  194. package/dist-esm/src/responses.js.map +0 -1
  195. package/types/arm-compute.d.ts +0 -18649
  196. /package/{dist-esm/src → dist/browser}/clientDefinitions.js +0 -0
  197. /package/{dist-esm/src → dist/browser}/models.js +0 -0
  198. /package/{dist-esm/src → dist/browser}/outputModels.js +0 -0
  199. /package/{dist-esm/src → dist/browser}/parameters.js +0 -0
  200. /package/{dist-esm/src → dist/browser}/responses.js +0 -0
@@ -0,0 +1,3235 @@
1
+ import type { HttpResponse } from "@azure-rest/core-client";
2
+ import type { ComputeOperationListResultOutput, CloudErrorOutput, ListUsagesResultOutput, VirtualMachineSizeListResultOutput, VirtualMachineScaleSetListResultOutput, VirtualMachineScaleSetOutput, VirtualMachineScaleSetInstanceViewOutput, VirtualMachineScaleSetListWithLinkResultOutput, VirtualMachineScaleSetListSkusResultOutput, VirtualMachineScaleSetListOSUpgradeHistoryOutput, RecoveryWalkResponseOutput, VirtualMachineScaleSetExtensionOutput, VirtualMachineScaleSetExtensionListResultOutput, RollingUpgradeStatusInfoOutput, VirtualMachineScaleSetVMExtensionOutput, VirtualMachineScaleSetVMExtensionsListResultOutput, VirtualMachineScaleSetVMOutput, VirtualMachineScaleSetVMInstanceViewOutput, VirtualMachineScaleSetVMListResultOutput, RetrieveBootDiagnosticsDataResultOutput, RunCommandResultOutput, VirtualMachineExtensionOutput, VirtualMachineExtensionsListResultOutput, VirtualMachineListResultOutput, VirtualMachineCaptureResultOutput, VirtualMachineOutput, VirtualMachineInstanceViewOutput, VirtualMachineAssessPatchesResultOutput, VirtualMachineInstallPatchesResultOutput, VirtualMachineImageOutput, VirtualMachineImageResourceOutput, VmImagesInEdgeZoneListResultOutput, VirtualMachineExtensionImageOutput, AvailabilitySetOutput, AvailabilitySetListResultOutput, ProximityPlacementGroupOutput, ProximityPlacementGroupListResultOutput, DedicatedHostGroupOutput, DedicatedHostGroupListResultOutput, DedicatedHostOutput, DedicatedHostListResultOutput, SshPublicKeysGroupListResultOutput, SshPublicKeyResourceOutput, SshPublicKeyGenerateKeyPairResultOutput, ImageOutput, ImageListResultOutput, RestorePointCollectionOutput, RestorePointCollectionListResultOutput, RestorePointOutput, CapacityReservationGroupOutput, CapacityReservationGroupListResultOutput, CapacityReservationOutput, CapacityReservationListResultOutput, LogAnalyticsOperationResultOutput, RunCommandListResultOutput, RunCommandDocumentOutput, VirtualMachineRunCommandOutput, VirtualMachineRunCommandsListResultOutput, DiskOutput, DiskListOutput, AccessUriOutput, DiskAccessOutput, DiskAccessListOutput, PrivateLinkResourceListResultOutput, PrivateEndpointConnectionOutput, PrivateEndpointConnectionListResultOutput, DiskEncryptionSetOutput, DiskEncryptionSetListOutput, ResourceUriListOutput, DiskRestorePointOutput, DiskRestorePointListOutput, SnapshotOutput, SnapshotListOutput, ResourceSkusResultOutput, GalleryOutput, GalleryListOutput, GalleryImageOutput, GalleryImageListOutput, GalleryImageVersionOutput, GalleryImageVersionListOutput, GalleryApplicationOutput, GalleryApplicationListOutput, GalleryApplicationVersionOutput, GalleryApplicationVersionListOutput, SharingUpdateOutput, SharedGalleryListOutput, SharedGalleryOutput, SharedGalleryImageListOutput, SharedGalleryImageOutput, SharedGalleryImageVersionListOutput, SharedGalleryImageVersionOutput, CommunityGalleryOutput, CommunityGalleryImageOutput, CommunityGalleryImageListOutput, CommunityGalleryImageVersionOutput, CommunityGalleryImageVersionListOutput, RoleInstanceOutput, RoleInstanceViewOutput, RoleInstanceListResultOutput, CloudServiceRoleOutput, CloudServiceRoleListResultOutput, CloudServiceOutput, CloudServiceInstanceViewOutput, CloudServiceListResultOutput, UpdateDomainOutput, UpdateDomainListResultOutput, OSVersionOutput, OSVersionListResultOutput, OSFamilyOutput, OSFamilyListResultOutput } from "./outputModels.js";
3
+ /** Gets a list of compute operations. */
4
+ export interface OperationsList200Response extends HttpResponse {
5
+ status: "200";
6
+ body: ComputeOperationListResultOutput;
7
+ }
8
+ /** Gets a list of compute operations. */
9
+ export interface OperationsListDefaultResponse extends HttpResponse {
10
+ status: string;
11
+ body: CloudErrorOutput;
12
+ }
13
+ /** Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. */
14
+ export interface UsageList200Response extends HttpResponse {
15
+ status: "200";
16
+ body: ListUsagesResultOutput;
17
+ }
18
+ /** Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. */
19
+ export interface UsageListDefaultResponse extends HttpResponse {
20
+ status: string;
21
+ body: CloudErrorOutput;
22
+ }
23
+ /** This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) */
24
+ export interface VirtualMachineSizesList200Response extends HttpResponse {
25
+ status: "200";
26
+ body: VirtualMachineSizeListResultOutput;
27
+ }
28
+ /** This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) */
29
+ export interface VirtualMachineSizesListDefaultResponse extends HttpResponse {
30
+ status: string;
31
+ body: CloudErrorOutput;
32
+ }
33
+ /** Gets all the VM scale sets under the specified subscription for the specified location. */
34
+ export interface VirtualMachineScaleSetsListByLocation200Response extends HttpResponse {
35
+ status: "200";
36
+ body: VirtualMachineScaleSetListResultOutput;
37
+ }
38
+ /** Gets all the VM scale sets under the specified subscription for the specified location. */
39
+ export interface VirtualMachineScaleSetsListByLocationDefaultResponse extends HttpResponse {
40
+ status: string;
41
+ body: CloudErrorOutput;
42
+ }
43
+ /** Create or update a VM scale set. */
44
+ export interface VirtualMachineScaleSetsCreateOrUpdate200Response extends HttpResponse {
45
+ status: "200";
46
+ body: VirtualMachineScaleSetOutput;
47
+ }
48
+ /** Create or update a VM scale set. */
49
+ export interface VirtualMachineScaleSetsCreateOrUpdate201Response extends HttpResponse {
50
+ status: "201";
51
+ body: VirtualMachineScaleSetOutput;
52
+ }
53
+ /** Create or update a VM scale set. */
54
+ export interface VirtualMachineScaleSetsCreateOrUpdateDefaultResponse extends HttpResponse {
55
+ status: string;
56
+ body: CloudErrorOutput;
57
+ }
58
+ /** Update a VM scale set. */
59
+ export interface VirtualMachineScaleSetsUpdate200Response extends HttpResponse {
60
+ status: "200";
61
+ body: VirtualMachineScaleSetOutput;
62
+ }
63
+ /** Update a VM scale set. */
64
+ export interface VirtualMachineScaleSetsUpdateDefaultResponse extends HttpResponse {
65
+ status: string;
66
+ body: CloudErrorOutput;
67
+ }
68
+ /** Deletes a VM scale set. */
69
+ export interface VirtualMachineScaleSetsDelete200Response extends HttpResponse {
70
+ status: "200";
71
+ }
72
+ /** Deletes a VM scale set. */
73
+ export interface VirtualMachineScaleSetsDelete202Response extends HttpResponse {
74
+ status: "202";
75
+ }
76
+ /** Deletes a VM scale set. */
77
+ export interface VirtualMachineScaleSetsDelete204Response extends HttpResponse {
78
+ status: "204";
79
+ }
80
+ /** Deletes a VM scale set. */
81
+ export interface VirtualMachineScaleSetsDeleteDefaultResponse extends HttpResponse {
82
+ status: string;
83
+ body: CloudErrorOutput;
84
+ }
85
+ /** Display information about a virtual machine scale set. */
86
+ export interface VirtualMachineScaleSetsGet200Response extends HttpResponse {
87
+ status: "200";
88
+ body: VirtualMachineScaleSetOutput;
89
+ }
90
+ /** Display information about a virtual machine scale set. */
91
+ export interface VirtualMachineScaleSetsGetDefaultResponse extends HttpResponse {
92
+ status: string;
93
+ body: CloudErrorOutput;
94
+ }
95
+ /** Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates. */
96
+ export interface VirtualMachineScaleSetsDeallocate200Response extends HttpResponse {
97
+ status: "200";
98
+ }
99
+ /** Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates. */
100
+ export interface VirtualMachineScaleSetsDeallocate202Response extends HttpResponse {
101
+ status: "202";
102
+ }
103
+ /** Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates. */
104
+ export interface VirtualMachineScaleSetsDeallocateDefaultResponse extends HttpResponse {
105
+ status: string;
106
+ body: CloudErrorOutput;
107
+ }
108
+ /** Deletes virtual machines in a VM scale set. */
109
+ export interface VirtualMachineScaleSetsDeleteInstances200Response extends HttpResponse {
110
+ status: "200";
111
+ }
112
+ /** Deletes virtual machines in a VM scale set. */
113
+ export interface VirtualMachineScaleSetsDeleteInstances202Response extends HttpResponse {
114
+ status: "202";
115
+ }
116
+ /** Deletes virtual machines in a VM scale set. */
117
+ export interface VirtualMachineScaleSetsDeleteInstancesDefaultResponse extends HttpResponse {
118
+ status: string;
119
+ body: CloudErrorOutput;
120
+ }
121
+ /** Gets the status of a VM scale set instance. */
122
+ export interface VirtualMachineScaleSetsGetInstanceView200Response extends HttpResponse {
123
+ status: "200";
124
+ body: VirtualMachineScaleSetInstanceViewOutput;
125
+ }
126
+ /** Gets the status of a VM scale set instance. */
127
+ export interface VirtualMachineScaleSetsGetInstanceViewDefaultResponse extends HttpResponse {
128
+ status: string;
129
+ body: CloudErrorOutput;
130
+ }
131
+ /** Gets a list of all VM scale sets under a resource group. */
132
+ export interface VirtualMachineScaleSetsList200Response extends HttpResponse {
133
+ status: "200";
134
+ body: VirtualMachineScaleSetListResultOutput;
135
+ }
136
+ /** Gets a list of all VM scale sets under a resource group. */
137
+ export interface VirtualMachineScaleSetsListDefaultResponse extends HttpResponse {
138
+ status: string;
139
+ body: CloudErrorOutput;
140
+ }
141
+ /** Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is null to fetch all the VM Scale Sets. */
142
+ export interface VirtualMachineScaleSetsListAll200Response extends HttpResponse {
143
+ status: "200";
144
+ body: VirtualMachineScaleSetListWithLinkResultOutput;
145
+ }
146
+ /** Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is null to fetch all the VM Scale Sets. */
147
+ export interface VirtualMachineScaleSetsListAllDefaultResponse extends HttpResponse {
148
+ status: string;
149
+ body: CloudErrorOutput;
150
+ }
151
+ /** Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. */
152
+ export interface VirtualMachineScaleSetsListSkus200Response extends HttpResponse {
153
+ status: "200";
154
+ body: VirtualMachineScaleSetListSkusResultOutput;
155
+ }
156
+ /** Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. */
157
+ export interface VirtualMachineScaleSetsListSkusDefaultResponse extends HttpResponse {
158
+ status: string;
159
+ body: CloudErrorOutput;
160
+ }
161
+ /** Gets list of OS upgrades on a VM scale set instance. */
162
+ export interface VirtualMachineScaleSetsGetOSUpgradeHistory200Response extends HttpResponse {
163
+ status: "200";
164
+ body: VirtualMachineScaleSetListOSUpgradeHistoryOutput;
165
+ }
166
+ /** Gets list of OS upgrades on a VM scale set instance. */
167
+ export interface VirtualMachineScaleSetsGetOSUpgradeHistoryDefaultResponse extends HttpResponse {
168
+ status: string;
169
+ body: CloudErrorOutput;
170
+ }
171
+ /** Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */
172
+ export interface VirtualMachineScaleSetsPowerOff200Response extends HttpResponse {
173
+ status: "200";
174
+ }
175
+ /** Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */
176
+ export interface VirtualMachineScaleSetsPowerOff202Response extends HttpResponse {
177
+ status: "202";
178
+ }
179
+ /** Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */
180
+ export interface VirtualMachineScaleSetsPowerOffDefaultResponse extends HttpResponse {
181
+ status: string;
182
+ body: CloudErrorOutput;
183
+ }
184
+ /** Restarts one or more virtual machines in a VM scale set. */
185
+ export interface VirtualMachineScaleSetsRestart200Response extends HttpResponse {
186
+ status: "200";
187
+ }
188
+ /** Restarts one or more virtual machines in a VM scale set. */
189
+ export interface VirtualMachineScaleSetsRestart202Response extends HttpResponse {
190
+ status: "202";
191
+ }
192
+ /** Restarts one or more virtual machines in a VM scale set. */
193
+ export interface VirtualMachineScaleSetsRestartDefaultResponse extends HttpResponse {
194
+ status: string;
195
+ body: CloudErrorOutput;
196
+ }
197
+ /** Starts one or more virtual machines in a VM scale set. */
198
+ export interface VirtualMachineScaleSetsStart200Response extends HttpResponse {
199
+ status: "200";
200
+ }
201
+ /** Starts one or more virtual machines in a VM scale set. */
202
+ export interface VirtualMachineScaleSetsStart202Response extends HttpResponse {
203
+ status: "202";
204
+ }
205
+ /** Starts one or more virtual machines in a VM scale set. */
206
+ export interface VirtualMachineScaleSetsStartDefaultResponse extends HttpResponse {
207
+ status: string;
208
+ body: CloudErrorOutput;
209
+ }
210
+ /** Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. */
211
+ export interface VirtualMachineScaleSetsRedeploy200Response extends HttpResponse {
212
+ status: "200";
213
+ }
214
+ /** Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. */
215
+ export interface VirtualMachineScaleSetsRedeploy202Response extends HttpResponse {
216
+ status: "202";
217
+ }
218
+ /** Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. */
219
+ export interface VirtualMachineScaleSetsRedeployDefaultResponse extends HttpResponse {
220
+ status: string;
221
+ body: CloudErrorOutput;
222
+ }
223
+ /** Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications */
224
+ export interface VirtualMachineScaleSetsPerformMaintenance200Response extends HttpResponse {
225
+ status: "200";
226
+ }
227
+ /** Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications */
228
+ export interface VirtualMachineScaleSetsPerformMaintenance202Response extends HttpResponse {
229
+ status: "202";
230
+ }
231
+ /** Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications */
232
+ export interface VirtualMachineScaleSetsPerformMaintenanceDefaultResponse extends HttpResponse {
233
+ status: string;
234
+ body: CloudErrorOutput;
235
+ }
236
+ /** Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. */
237
+ export interface VirtualMachineScaleSetsUpdateInstances200Response extends HttpResponse {
238
+ status: "200";
239
+ }
240
+ /** Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. */
241
+ export interface VirtualMachineScaleSetsUpdateInstances202Response extends HttpResponse {
242
+ status: "202";
243
+ }
244
+ /** Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. */
245
+ export interface VirtualMachineScaleSetsUpdateInstancesDefaultResponse extends HttpResponse {
246
+ status: string;
247
+ body: CloudErrorOutput;
248
+ }
249
+ /** Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. */
250
+ export interface VirtualMachineScaleSetsReimage200Response extends HttpResponse {
251
+ status: "200";
252
+ }
253
+ /** Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. */
254
+ export interface VirtualMachineScaleSetsReimage202Response extends HttpResponse {
255
+ status: "202";
256
+ }
257
+ /** Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. */
258
+ export interface VirtualMachineScaleSetsReimageDefaultResponse extends HttpResponse {
259
+ status: string;
260
+ body: CloudErrorOutput;
261
+ }
262
+ /** Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. */
263
+ export interface VirtualMachineScaleSetsReimageAll200Response extends HttpResponse {
264
+ status: "200";
265
+ }
266
+ /** Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. */
267
+ export interface VirtualMachineScaleSetsReimageAll202Response extends HttpResponse {
268
+ status: "202";
269
+ }
270
+ /** Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. */
271
+ export interface VirtualMachineScaleSetsReimageAllDefaultResponse extends HttpResponse {
272
+ status: string;
273
+ body: CloudErrorOutput;
274
+ }
275
+ /** Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set. */
276
+ export interface VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalk200Response extends HttpResponse {
277
+ status: "200";
278
+ body: RecoveryWalkResponseOutput;
279
+ }
280
+ /** Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set. */
281
+ export interface VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkDefaultResponse extends HttpResponse {
282
+ status: string;
283
+ body: CloudErrorOutput;
284
+ }
285
+ /** Converts SinglePlacementGroup property to false for a existing virtual machine scale set. */
286
+ export interface VirtualMachineScaleSetsConvertToSinglePlacementGroup200Response extends HttpResponse {
287
+ status: "200";
288
+ }
289
+ /** Converts SinglePlacementGroup property to false for a existing virtual machine scale set. */
290
+ export interface VirtualMachineScaleSetsConvertToSinglePlacementGroupDefaultResponse extends HttpResponse {
291
+ status: string;
292
+ body: CloudErrorOutput;
293
+ }
294
+ /** Changes ServiceState property for a given service */
295
+ export interface VirtualMachineScaleSetsSetOrchestrationServiceState200Response extends HttpResponse {
296
+ status: "200";
297
+ }
298
+ /** Changes ServiceState property for a given service */
299
+ export interface VirtualMachineScaleSetsSetOrchestrationServiceState202Response extends HttpResponse {
300
+ status: "202";
301
+ }
302
+ /** Changes ServiceState property for a given service */
303
+ export interface VirtualMachineScaleSetsSetOrchestrationServiceStateDefaultResponse extends HttpResponse {
304
+ status: string;
305
+ body: CloudErrorOutput;
306
+ }
307
+ /** The operation to create or update an extension. */
308
+ export interface VirtualMachineScaleSetExtensionsCreateOrUpdate200Response extends HttpResponse {
309
+ status: "200";
310
+ body: VirtualMachineScaleSetExtensionOutput;
311
+ }
312
+ /** The operation to create or update an extension. */
313
+ export interface VirtualMachineScaleSetExtensionsCreateOrUpdate201Response extends HttpResponse {
314
+ status: "201";
315
+ body: VirtualMachineScaleSetExtensionOutput;
316
+ }
317
+ /** The operation to create or update an extension. */
318
+ export interface VirtualMachineScaleSetExtensionsCreateOrUpdateDefaultResponse extends HttpResponse {
319
+ status: string;
320
+ body: CloudErrorOutput;
321
+ }
322
+ /** The operation to update an extension. */
323
+ export interface VirtualMachineScaleSetExtensionsUpdate200Response extends HttpResponse {
324
+ status: "200";
325
+ body: VirtualMachineScaleSetExtensionOutput;
326
+ }
327
+ /** The operation to update an extension. */
328
+ export interface VirtualMachineScaleSetExtensionsUpdate201Response extends HttpResponse {
329
+ status: "201";
330
+ body: VirtualMachineScaleSetExtensionOutput;
331
+ }
332
+ /** The operation to update an extension. */
333
+ export interface VirtualMachineScaleSetExtensionsUpdateDefaultResponse extends HttpResponse {
334
+ status: string;
335
+ body: CloudErrorOutput;
336
+ }
337
+ /** The operation to delete the extension. */
338
+ export interface VirtualMachineScaleSetExtensionsDelete200Response extends HttpResponse {
339
+ status: "200";
340
+ }
341
+ /** The operation to delete the extension. */
342
+ export interface VirtualMachineScaleSetExtensionsDelete202Response extends HttpResponse {
343
+ status: "202";
344
+ }
345
+ /** The operation to delete the extension. */
346
+ export interface VirtualMachineScaleSetExtensionsDelete204Response extends HttpResponse {
347
+ status: "204";
348
+ }
349
+ /** The operation to delete the extension. */
350
+ export interface VirtualMachineScaleSetExtensionsDeleteDefaultResponse extends HttpResponse {
351
+ status: string;
352
+ body: CloudErrorOutput;
353
+ }
354
+ /** The operation to get the extension. */
355
+ export interface VirtualMachineScaleSetExtensionsGet200Response extends HttpResponse {
356
+ status: "200";
357
+ body: VirtualMachineScaleSetExtensionOutput;
358
+ }
359
+ /** The operation to get the extension. */
360
+ export interface VirtualMachineScaleSetExtensionsGetDefaultResponse extends HttpResponse {
361
+ status: string;
362
+ body: CloudErrorOutput;
363
+ }
364
+ /** Gets a list of all extensions in a VM scale set. */
365
+ export interface VirtualMachineScaleSetExtensionsList200Response extends HttpResponse {
366
+ status: "200";
367
+ body: VirtualMachineScaleSetExtensionListResultOutput;
368
+ }
369
+ /** Gets a list of all extensions in a VM scale set. */
370
+ export interface VirtualMachineScaleSetExtensionsListDefaultResponse extends HttpResponse {
371
+ status: string;
372
+ body: CloudErrorOutput;
373
+ }
374
+ /** Cancels the current virtual machine scale set rolling upgrade. */
375
+ export interface VirtualMachineScaleSetRollingUpgradesCancel200Response extends HttpResponse {
376
+ status: "200";
377
+ }
378
+ /** Cancels the current virtual machine scale set rolling upgrade. */
379
+ export interface VirtualMachineScaleSetRollingUpgradesCancel202Response extends HttpResponse {
380
+ status: "202";
381
+ }
382
+ /** Cancels the current virtual machine scale set rolling upgrade. */
383
+ export interface VirtualMachineScaleSetRollingUpgradesCancelDefaultResponse extends HttpResponse {
384
+ status: string;
385
+ body: CloudErrorOutput;
386
+ }
387
+ /** Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected. */
388
+ export interface VirtualMachineScaleSetRollingUpgradesStartOSUpgrade200Response extends HttpResponse {
389
+ status: "200";
390
+ }
391
+ /** Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected. */
392
+ export interface VirtualMachineScaleSetRollingUpgradesStartOSUpgrade202Response extends HttpResponse {
393
+ status: "202";
394
+ }
395
+ /** Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected. */
396
+ export interface VirtualMachineScaleSetRollingUpgradesStartOSUpgradeDefaultResponse extends HttpResponse {
397
+ status: string;
398
+ body: CloudErrorOutput;
399
+ }
400
+ /** Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected. */
401
+ export interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade200Response extends HttpResponse {
402
+ status: "200";
403
+ }
404
+ /** Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected. */
405
+ export interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade202Response extends HttpResponse {
406
+ status: "202";
407
+ }
408
+ /** Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected. */
409
+ export interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeDefaultResponse extends HttpResponse {
410
+ status: string;
411
+ body: CloudErrorOutput;
412
+ }
413
+ /** Gets the status of the latest virtual machine scale set rolling upgrade. */
414
+ export interface VirtualMachineScaleSetRollingUpgradesGetLatest200Response extends HttpResponse {
415
+ status: "200";
416
+ body: RollingUpgradeStatusInfoOutput;
417
+ }
418
+ /** Gets the status of the latest virtual machine scale set rolling upgrade. */
419
+ export interface VirtualMachineScaleSetRollingUpgradesGetLatestDefaultResponse extends HttpResponse {
420
+ status: string;
421
+ body: CloudErrorOutput;
422
+ }
423
+ /** The operation to create or update the VMSS VM extension. */
424
+ export interface VirtualMachineScaleSetVMExtensionsCreateOrUpdate200Response extends HttpResponse {
425
+ status: "200";
426
+ body: VirtualMachineScaleSetVMExtensionOutput;
427
+ }
428
+ /** The operation to create or update the VMSS VM extension. */
429
+ export interface VirtualMachineScaleSetVMExtensionsCreateOrUpdate201Response extends HttpResponse {
430
+ status: "201";
431
+ body: VirtualMachineScaleSetVMExtensionOutput;
432
+ }
433
+ /** The operation to create or update the VMSS VM extension. */
434
+ export interface VirtualMachineScaleSetVMExtensionsCreateOrUpdateDefaultResponse extends HttpResponse {
435
+ status: string;
436
+ body: CloudErrorOutput;
437
+ }
438
+ /** The operation to update the VMSS VM extension. */
439
+ export interface VirtualMachineScaleSetVMExtensionsUpdate200Response extends HttpResponse {
440
+ status: "200";
441
+ body: VirtualMachineScaleSetVMExtensionOutput;
442
+ }
443
+ /** The operation to update the VMSS VM extension. */
444
+ export interface VirtualMachineScaleSetVMExtensionsUpdateDefaultResponse extends HttpResponse {
445
+ status: string;
446
+ body: CloudErrorOutput;
447
+ }
448
+ /** The operation to delete the VMSS VM extension. */
449
+ export interface VirtualMachineScaleSetVMExtensionsDelete200Response extends HttpResponse {
450
+ status: "200";
451
+ }
452
+ /** The operation to delete the VMSS VM extension. */
453
+ export interface VirtualMachineScaleSetVMExtensionsDelete202Response extends HttpResponse {
454
+ status: "202";
455
+ }
456
+ /** The operation to delete the VMSS VM extension. */
457
+ export interface VirtualMachineScaleSetVMExtensionsDelete204Response extends HttpResponse {
458
+ status: "204";
459
+ }
460
+ /** The operation to delete the VMSS VM extension. */
461
+ export interface VirtualMachineScaleSetVMExtensionsDeleteDefaultResponse extends HttpResponse {
462
+ status: string;
463
+ body: CloudErrorOutput;
464
+ }
465
+ /** The operation to get the VMSS VM extension. */
466
+ export interface VirtualMachineScaleSetVMExtensionsGet200Response extends HttpResponse {
467
+ status: "200";
468
+ body: VirtualMachineScaleSetVMExtensionOutput;
469
+ }
470
+ /** The operation to get the VMSS VM extension. */
471
+ export interface VirtualMachineScaleSetVMExtensionsGetDefaultResponse extends HttpResponse {
472
+ status: string;
473
+ body: CloudErrorOutput;
474
+ }
475
+ /** The operation to get all extensions of an instance in Virtual Machine Scaleset. */
476
+ export interface VirtualMachineScaleSetVMExtensionsList200Response extends HttpResponse {
477
+ status: "200";
478
+ body: VirtualMachineScaleSetVMExtensionsListResultOutput;
479
+ }
480
+ /** The operation to get all extensions of an instance in Virtual Machine Scaleset. */
481
+ export interface VirtualMachineScaleSetVMExtensionsListDefaultResponse extends HttpResponse {
482
+ status: string;
483
+ body: CloudErrorOutput;
484
+ }
485
+ /** Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. */
486
+ export interface VirtualMachineScaleSetVMsReimage200Response extends HttpResponse {
487
+ status: "200";
488
+ }
489
+ /** Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. */
490
+ export interface VirtualMachineScaleSetVMsReimage202Response extends HttpResponse {
491
+ status: "202";
492
+ }
493
+ /** Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. */
494
+ export interface VirtualMachineScaleSetVMsReimageDefaultResponse extends HttpResponse {
495
+ status: string;
496
+ body: CloudErrorOutput;
497
+ }
498
+ /** Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. */
499
+ export interface VirtualMachineScaleSetVMsReimageAll200Response extends HttpResponse {
500
+ status: "200";
501
+ }
502
+ /** Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. */
503
+ export interface VirtualMachineScaleSetVMsReimageAll202Response extends HttpResponse {
504
+ status: "202";
505
+ }
506
+ /** Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. */
507
+ export interface VirtualMachineScaleSetVMsReimageAllDefaultResponse extends HttpResponse {
508
+ status: string;
509
+ body: CloudErrorOutput;
510
+ }
511
+ /** Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated. */
512
+ export interface VirtualMachineScaleSetVMsDeallocate200Response extends HttpResponse {
513
+ status: "200";
514
+ }
515
+ /** Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated. */
516
+ export interface VirtualMachineScaleSetVMsDeallocate202Response extends HttpResponse {
517
+ status: "202";
518
+ }
519
+ /** Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated. */
520
+ export interface VirtualMachineScaleSetVMsDeallocateDefaultResponse extends HttpResponse {
521
+ status: string;
522
+ body: CloudErrorOutput;
523
+ }
524
+ /** Updates a virtual machine of a VM scale set. */
525
+ export interface VirtualMachineScaleSetVMsUpdate200Response extends HttpResponse {
526
+ status: "200";
527
+ body: VirtualMachineScaleSetVMOutput;
528
+ }
529
+ /** Updates a virtual machine of a VM scale set. */
530
+ export interface VirtualMachineScaleSetVMsUpdate202Response extends HttpResponse {
531
+ status: "202";
532
+ body: VirtualMachineScaleSetVMOutput;
533
+ }
534
+ /** Updates a virtual machine of a VM scale set. */
535
+ export interface VirtualMachineScaleSetVMsUpdateDefaultResponse extends HttpResponse {
536
+ status: string;
537
+ body: CloudErrorOutput;
538
+ }
539
+ /** Deletes a virtual machine from a VM scale set. */
540
+ export interface VirtualMachineScaleSetVMsDelete200Response extends HttpResponse {
541
+ status: "200";
542
+ }
543
+ /** Deletes a virtual machine from a VM scale set. */
544
+ export interface VirtualMachineScaleSetVMsDelete202Response extends HttpResponse {
545
+ status: "202";
546
+ }
547
+ /** Deletes a virtual machine from a VM scale set. */
548
+ export interface VirtualMachineScaleSetVMsDelete204Response extends HttpResponse {
549
+ status: "204";
550
+ }
551
+ /** Deletes a virtual machine from a VM scale set. */
552
+ export interface VirtualMachineScaleSetVMsDeleteDefaultResponse extends HttpResponse {
553
+ status: string;
554
+ body: CloudErrorOutput;
555
+ }
556
+ /** Gets a virtual machine from a VM scale set. */
557
+ export interface VirtualMachineScaleSetVMsGet200Response extends HttpResponse {
558
+ status: "200";
559
+ body: VirtualMachineScaleSetVMOutput;
560
+ }
561
+ /** Gets a virtual machine from a VM scale set. */
562
+ export interface VirtualMachineScaleSetVMsGetDefaultResponse extends HttpResponse {
563
+ status: string;
564
+ body: CloudErrorOutput;
565
+ }
566
+ /** Gets the status of a virtual machine from a VM scale set. */
567
+ export interface VirtualMachineScaleSetVMsGetInstanceView200Response extends HttpResponse {
568
+ status: "200";
569
+ body: VirtualMachineScaleSetVMInstanceViewOutput;
570
+ }
571
+ /** Gets the status of a virtual machine from a VM scale set. */
572
+ export interface VirtualMachineScaleSetVMsGetInstanceViewDefaultResponse extends HttpResponse {
573
+ status: string;
574
+ body: CloudErrorOutput;
575
+ }
576
+ /** Gets a list of all virtual machines in a VM scale sets. */
577
+ export interface VirtualMachineScaleSetVMsList200Response extends HttpResponse {
578
+ status: "200";
579
+ body: VirtualMachineScaleSetVMListResultOutput;
580
+ }
581
+ /** Gets a list of all virtual machines in a VM scale sets. */
582
+ export interface VirtualMachineScaleSetVMsListDefaultResponse extends HttpResponse {
583
+ status: string;
584
+ body: CloudErrorOutput;
585
+ }
586
+ /** Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */
587
+ export interface VirtualMachineScaleSetVMsPowerOff200Response extends HttpResponse {
588
+ status: "200";
589
+ }
590
+ /** Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */
591
+ export interface VirtualMachineScaleSetVMsPowerOff202Response extends HttpResponse {
592
+ status: "202";
593
+ }
594
+ /** Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */
595
+ export interface VirtualMachineScaleSetVMsPowerOffDefaultResponse extends HttpResponse {
596
+ status: string;
597
+ body: CloudErrorOutput;
598
+ }
599
+ /** Restarts a virtual machine in a VM scale set. */
600
+ export interface VirtualMachineScaleSetVMsRestart200Response extends HttpResponse {
601
+ status: "200";
602
+ }
603
+ /** Restarts a virtual machine in a VM scale set. */
604
+ export interface VirtualMachineScaleSetVMsRestart202Response extends HttpResponse {
605
+ status: "202";
606
+ }
607
+ /** Restarts a virtual machine in a VM scale set. */
608
+ export interface VirtualMachineScaleSetVMsRestartDefaultResponse extends HttpResponse {
609
+ status: string;
610
+ body: CloudErrorOutput;
611
+ }
612
+ /** Starts a virtual machine in a VM scale set. */
613
+ export interface VirtualMachineScaleSetVMsStart200Response extends HttpResponse {
614
+ status: "200";
615
+ }
616
+ /** Starts a virtual machine in a VM scale set. */
617
+ export interface VirtualMachineScaleSetVMsStart202Response extends HttpResponse {
618
+ status: "202";
619
+ }
620
+ /** Starts a virtual machine in a VM scale set. */
621
+ export interface VirtualMachineScaleSetVMsStartDefaultResponse extends HttpResponse {
622
+ status: string;
623
+ body: CloudErrorOutput;
624
+ }
625
+ /** Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. */
626
+ export interface VirtualMachineScaleSetVMsRedeploy200Response extends HttpResponse {
627
+ status: "200";
628
+ }
629
+ /** Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. */
630
+ export interface VirtualMachineScaleSetVMsRedeploy202Response extends HttpResponse {
631
+ status: "202";
632
+ }
633
+ /** Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. */
634
+ export interface VirtualMachineScaleSetVMsRedeployDefaultResponse extends HttpResponse {
635
+ status: string;
636
+ body: CloudErrorOutput;
637
+ }
638
+ /** The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set. */
639
+ export interface VirtualMachineScaleSetVMsRetrieveBootDiagnosticsData200Response extends HttpResponse {
640
+ status: "200";
641
+ body: RetrieveBootDiagnosticsDataResultOutput;
642
+ }
643
+ /** The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set. */
644
+ export interface VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataDefaultResponse extends HttpResponse {
645
+ status: string;
646
+ body: CloudErrorOutput;
647
+ }
648
+ /** Performs maintenance on a virtual machine in a VM scale set. */
649
+ export interface VirtualMachineScaleSetVMsPerformMaintenance200Response extends HttpResponse {
650
+ status: "200";
651
+ }
652
+ /** Performs maintenance on a virtual machine in a VM scale set. */
653
+ export interface VirtualMachineScaleSetVMsPerformMaintenance202Response extends HttpResponse {
654
+ status: "202";
655
+ }
656
+ /** Performs maintenance on a virtual machine in a VM scale set. */
657
+ export interface VirtualMachineScaleSetVMsPerformMaintenanceDefaultResponse extends HttpResponse {
658
+ status: string;
659
+ body: CloudErrorOutput;
660
+ }
661
+ /** The operation to simulate the eviction of spot virtual machine in a VM scale set. */
662
+ export interface VirtualMachineScaleSetVMsSimulateEviction204Response extends HttpResponse {
663
+ status: "204";
664
+ }
665
+ /** The operation to simulate the eviction of spot virtual machine in a VM scale set. */
666
+ export interface VirtualMachineScaleSetVMsSimulateEvictionDefaultResponse extends HttpResponse {
667
+ status: string;
668
+ body: CloudErrorOutput;
669
+ }
670
+ /** Run command on a virtual machine in a VM scale set. */
671
+ export interface VirtualMachineScaleSetVMsRunCommand200Response extends HttpResponse {
672
+ status: "200";
673
+ body: RunCommandResultOutput;
674
+ }
675
+ /** Run command on a virtual machine in a VM scale set. */
676
+ export interface VirtualMachineScaleSetVMsRunCommand202Response extends HttpResponse {
677
+ status: "202";
678
+ }
679
+ /** The operation to create or update the extension. */
680
+ export interface VirtualMachineExtensionsCreateOrUpdate200Response extends HttpResponse {
681
+ status: "200";
682
+ body: VirtualMachineExtensionOutput;
683
+ }
684
+ /** The operation to create or update the extension. */
685
+ export interface VirtualMachineExtensionsCreateOrUpdate201Response extends HttpResponse {
686
+ status: "201";
687
+ body: VirtualMachineExtensionOutput;
688
+ }
689
+ /** The operation to create or update the extension. */
690
+ export interface VirtualMachineExtensionsCreateOrUpdateDefaultResponse extends HttpResponse {
691
+ status: string;
692
+ body: CloudErrorOutput;
693
+ }
694
+ /** The operation to update the extension. */
695
+ export interface VirtualMachineExtensionsUpdate200Response extends HttpResponse {
696
+ status: "200";
697
+ body: VirtualMachineExtensionOutput;
698
+ }
699
+ /** The operation to update the extension. */
700
+ export interface VirtualMachineExtensionsUpdateDefaultResponse extends HttpResponse {
701
+ status: string;
702
+ body: CloudErrorOutput;
703
+ }
704
+ /** The operation to delete the extension. */
705
+ export interface VirtualMachineExtensionsDelete200Response extends HttpResponse {
706
+ status: "200";
707
+ }
708
+ /** The operation to delete the extension. */
709
+ export interface VirtualMachineExtensionsDelete202Response extends HttpResponse {
710
+ status: "202";
711
+ }
712
+ /** The operation to delete the extension. */
713
+ export interface VirtualMachineExtensionsDelete204Response extends HttpResponse {
714
+ status: "204";
715
+ }
716
+ /** The operation to delete the extension. */
717
+ export interface VirtualMachineExtensionsDeleteDefaultResponse extends HttpResponse {
718
+ status: string;
719
+ body: CloudErrorOutput;
720
+ }
721
+ /** The operation to get the extension. */
722
+ export interface VirtualMachineExtensionsGet200Response extends HttpResponse {
723
+ status: "200";
724
+ body: VirtualMachineExtensionOutput;
725
+ }
726
+ /** The operation to get the extension. */
727
+ export interface VirtualMachineExtensionsGetDefaultResponse extends HttpResponse {
728
+ status: string;
729
+ body: CloudErrorOutput;
730
+ }
731
+ /** The operation to get all extensions of a Virtual Machine. */
732
+ export interface VirtualMachineExtensionsList200Response extends HttpResponse {
733
+ status: "200";
734
+ body: VirtualMachineExtensionsListResultOutput;
735
+ }
736
+ /** The operation to get all extensions of a Virtual Machine. */
737
+ export interface VirtualMachineExtensionsListDefaultResponse extends HttpResponse {
738
+ status: string;
739
+ body: CloudErrorOutput;
740
+ }
741
+ /** Gets all the virtual machines under the specified subscription for the specified location. */
742
+ export interface VirtualMachinesListByLocation200Response extends HttpResponse {
743
+ status: "200";
744
+ body: VirtualMachineListResultOutput;
745
+ }
746
+ /** Gets all the virtual machines under the specified subscription for the specified location. */
747
+ export interface VirtualMachinesListByLocationDefaultResponse extends HttpResponse {
748
+ status: string;
749
+ body: CloudErrorOutput;
750
+ }
751
+ /** Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. */
752
+ export interface VirtualMachinesCapture200Response extends HttpResponse {
753
+ status: "200";
754
+ body: VirtualMachineCaptureResultOutput;
755
+ }
756
+ /** Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. */
757
+ export interface VirtualMachinesCapture202Response extends HttpResponse {
758
+ status: "202";
759
+ }
760
+ /** Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. */
761
+ export interface VirtualMachinesCaptureDefaultResponse extends HttpResponse {
762
+ status: string;
763
+ body: CloudErrorOutput;
764
+ }
765
+ /** The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. */
766
+ export interface VirtualMachinesCreateOrUpdate200Response extends HttpResponse {
767
+ status: "200";
768
+ body: VirtualMachineOutput;
769
+ }
770
+ /** The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. */
771
+ export interface VirtualMachinesCreateOrUpdate201Response extends HttpResponse {
772
+ status: "201";
773
+ body: VirtualMachineOutput;
774
+ }
775
+ /** The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. */
776
+ export interface VirtualMachinesCreateOrUpdateDefaultResponse extends HttpResponse {
777
+ status: string;
778
+ body: CloudErrorOutput;
779
+ }
780
+ /** The operation to update a virtual machine. */
781
+ export interface VirtualMachinesUpdate200Response extends HttpResponse {
782
+ status: "200";
783
+ body: VirtualMachineOutput;
784
+ }
785
+ /** The operation to update a virtual machine. */
786
+ export interface VirtualMachinesUpdateDefaultResponse extends HttpResponse {
787
+ status: string;
788
+ body: CloudErrorOutput;
789
+ }
790
+ /** The operation to delete a virtual machine. */
791
+ export interface VirtualMachinesDelete200Response extends HttpResponse {
792
+ status: "200";
793
+ }
794
+ /** The operation to delete a virtual machine. */
795
+ export interface VirtualMachinesDelete202Response extends HttpResponse {
796
+ status: "202";
797
+ }
798
+ /** The operation to delete a virtual machine. */
799
+ export interface VirtualMachinesDelete204Response extends HttpResponse {
800
+ status: "204";
801
+ }
802
+ /** The operation to delete a virtual machine. */
803
+ export interface VirtualMachinesDeleteDefaultResponse extends HttpResponse {
804
+ status: string;
805
+ body: CloudErrorOutput;
806
+ }
807
+ /** Retrieves information about the model view or the instance view of a virtual machine. */
808
+ export interface VirtualMachinesGet200Response extends HttpResponse {
809
+ status: "200";
810
+ body: VirtualMachineOutput;
811
+ }
812
+ /** Retrieves information about the model view or the instance view of a virtual machine. */
813
+ export interface VirtualMachinesGetDefaultResponse extends HttpResponse {
814
+ status: string;
815
+ body: CloudErrorOutput;
816
+ }
817
+ /** Retrieves information about the run-time state of a virtual machine. */
818
+ export interface VirtualMachinesInstanceView200Response extends HttpResponse {
819
+ status: "200";
820
+ body: VirtualMachineInstanceViewOutput;
821
+ }
822
+ /** Retrieves information about the run-time state of a virtual machine. */
823
+ export interface VirtualMachinesInstanceViewDefaultResponse extends HttpResponse {
824
+ status: string;
825
+ body: CloudErrorOutput;
826
+ }
827
+ /** Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. */
828
+ export interface VirtualMachinesConvertToManagedDisks200Response extends HttpResponse {
829
+ status: "200";
830
+ }
831
+ /** Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. */
832
+ export interface VirtualMachinesConvertToManagedDisks202Response extends HttpResponse {
833
+ status: "202";
834
+ }
835
+ /** Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. */
836
+ export interface VirtualMachinesConvertToManagedDisksDefaultResponse extends HttpResponse {
837
+ status: string;
838
+ body: CloudErrorOutput;
839
+ }
840
+ /** Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. */
841
+ export interface VirtualMachinesDeallocate200Response extends HttpResponse {
842
+ status: "200";
843
+ }
844
+ /** Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. */
845
+ export interface VirtualMachinesDeallocate202Response extends HttpResponse {
846
+ status: "202";
847
+ }
848
+ /** Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. */
849
+ export interface VirtualMachinesDeallocateDefaultResponse extends HttpResponse {
850
+ status: string;
851
+ body: CloudErrorOutput;
852
+ }
853
+ /** Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation. <br>For Windows, please refer to [Create a managed image of a generalized VM in Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).<br>For Linux, please refer to [How to create an image of a virtual machine or VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). */
854
+ export interface VirtualMachinesGeneralize200Response extends HttpResponse {
855
+ status: "200";
856
+ }
857
+ /** Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation. <br>For Windows, please refer to [Create a managed image of a generalized VM in Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).<br>For Linux, please refer to [How to create an image of a virtual machine or VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). */
858
+ export interface VirtualMachinesGeneralizeDefaultResponse extends HttpResponse {
859
+ status: string;
860
+ body: CloudErrorOutput;
861
+ }
862
+ /** Lists all of the virtual machines in the specified resource group. Use the nextLink property in the response to get the next page of virtual machines. */
863
+ export interface VirtualMachinesList200Response extends HttpResponse {
864
+ status: "200";
865
+ body: VirtualMachineListResultOutput;
866
+ }
867
+ /** Lists all of the virtual machines in the specified resource group. Use the nextLink property in the response to get the next page of virtual machines. */
868
+ export interface VirtualMachinesListDefaultResponse extends HttpResponse {
869
+ status: string;
870
+ body: CloudErrorOutput;
871
+ }
872
+ /** Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. */
873
+ export interface VirtualMachinesListAll200Response extends HttpResponse {
874
+ status: "200";
875
+ body: VirtualMachineListResultOutput;
876
+ }
877
+ /** Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. */
878
+ export interface VirtualMachinesListAllDefaultResponse extends HttpResponse {
879
+ status: string;
880
+ body: CloudErrorOutput;
881
+ }
882
+ /** Lists all available virtual machine sizes to which the specified virtual machine can be resized. */
883
+ export interface VirtualMachinesListAvailableSizes200Response extends HttpResponse {
884
+ status: "200";
885
+ body: VirtualMachineSizeListResultOutput;
886
+ }
887
+ /** Lists all available virtual machine sizes to which the specified virtual machine can be resized. */
888
+ export interface VirtualMachinesListAvailableSizesDefaultResponse extends HttpResponse {
889
+ status: string;
890
+ body: CloudErrorOutput;
891
+ }
892
+ /** The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. */
893
+ export interface VirtualMachinesPowerOff200Response extends HttpResponse {
894
+ status: "200";
895
+ }
896
+ /** The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. */
897
+ export interface VirtualMachinesPowerOff202Response extends HttpResponse {
898
+ status: "202";
899
+ }
900
+ /** The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. */
901
+ export interface VirtualMachinesPowerOffDefaultResponse extends HttpResponse {
902
+ status: string;
903
+ body: CloudErrorOutput;
904
+ }
905
+ /** The operation to reapply a virtual machine's state. */
906
+ export interface VirtualMachinesReapply200Response extends HttpResponse {
907
+ status: "200";
908
+ }
909
+ /** The operation to reapply a virtual machine's state. */
910
+ export interface VirtualMachinesReapply202Response extends HttpResponse {
911
+ status: "202";
912
+ }
913
+ /** The operation to reapply a virtual machine's state. */
914
+ export interface VirtualMachinesReapplyDefaultResponse extends HttpResponse {
915
+ status: string;
916
+ body: CloudErrorOutput;
917
+ }
918
+ /** The operation to restart a virtual machine. */
919
+ export interface VirtualMachinesRestart200Response extends HttpResponse {
920
+ status: "200";
921
+ }
922
+ /** The operation to restart a virtual machine. */
923
+ export interface VirtualMachinesRestart202Response extends HttpResponse {
924
+ status: "202";
925
+ }
926
+ /** The operation to restart a virtual machine. */
927
+ export interface VirtualMachinesRestartDefaultResponse extends HttpResponse {
928
+ status: string;
929
+ body: CloudErrorOutput;
930
+ }
931
+ /** The operation to start a virtual machine. */
932
+ export interface VirtualMachinesStart200Response extends HttpResponse {
933
+ status: "200";
934
+ }
935
+ /** The operation to start a virtual machine. */
936
+ export interface VirtualMachinesStart202Response extends HttpResponse {
937
+ status: "202";
938
+ }
939
+ /** The operation to start a virtual machine. */
940
+ export interface VirtualMachinesStartDefaultResponse extends HttpResponse {
941
+ status: string;
942
+ body: CloudErrorOutput;
943
+ }
944
+ /** Shuts down the virtual machine, moves it to a new node, and powers it back on. */
945
+ export interface VirtualMachinesRedeploy200Response extends HttpResponse {
946
+ status: "200";
947
+ }
948
+ /** Shuts down the virtual machine, moves it to a new node, and powers it back on. */
949
+ export interface VirtualMachinesRedeploy202Response extends HttpResponse {
950
+ status: "202";
951
+ }
952
+ /** Shuts down the virtual machine, moves it to a new node, and powers it back on. */
953
+ export interface VirtualMachinesRedeployDefaultResponse extends HttpResponse {
954
+ status: string;
955
+ body: CloudErrorOutput;
956
+ }
957
+ /** Reimages the virtual machine which has an ephemeral OS disk back to its initial state. */
958
+ export interface VirtualMachinesReimage200Response extends HttpResponse {
959
+ status: "200";
960
+ }
961
+ /** Reimages the virtual machine which has an ephemeral OS disk back to its initial state. */
962
+ export interface VirtualMachinesReimage202Response extends HttpResponse {
963
+ status: "202";
964
+ }
965
+ /** Reimages the virtual machine which has an ephemeral OS disk back to its initial state. */
966
+ export interface VirtualMachinesReimageDefaultResponse extends HttpResponse {
967
+ status: string;
968
+ body: CloudErrorOutput;
969
+ }
970
+ /** The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs. */
971
+ export interface VirtualMachinesRetrieveBootDiagnosticsData200Response extends HttpResponse {
972
+ status: "200";
973
+ body: RetrieveBootDiagnosticsDataResultOutput;
974
+ }
975
+ /** The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs. */
976
+ export interface VirtualMachinesRetrieveBootDiagnosticsDataDefaultResponse extends HttpResponse {
977
+ status: string;
978
+ body: CloudErrorOutput;
979
+ }
980
+ /** The operation to perform maintenance on a virtual machine. */
981
+ export interface VirtualMachinesPerformMaintenance200Response extends HttpResponse {
982
+ status: "200";
983
+ }
984
+ /** The operation to perform maintenance on a virtual machine. */
985
+ export interface VirtualMachinesPerformMaintenance202Response extends HttpResponse {
986
+ status: "202";
987
+ }
988
+ /** The operation to perform maintenance on a virtual machine. */
989
+ export interface VirtualMachinesPerformMaintenanceDefaultResponse extends HttpResponse {
990
+ status: string;
991
+ body: CloudErrorOutput;
992
+ }
993
+ /** The operation to simulate the eviction of spot virtual machine. */
994
+ export interface VirtualMachinesSimulateEviction204Response extends HttpResponse {
995
+ status: "204";
996
+ }
997
+ /** The operation to simulate the eviction of spot virtual machine. */
998
+ export interface VirtualMachinesSimulateEvictionDefaultResponse extends HttpResponse {
999
+ status: string;
1000
+ body: CloudErrorOutput;
1001
+ }
1002
+ /** Assess patches on the VM. */
1003
+ export interface VirtualMachinesAssessPatches200Response extends HttpResponse {
1004
+ status: "200";
1005
+ body: VirtualMachineAssessPatchesResultOutput;
1006
+ }
1007
+ /** Assess patches on the VM. */
1008
+ export interface VirtualMachinesAssessPatches202Response extends HttpResponse {
1009
+ status: "202";
1010
+ }
1011
+ /** Assess patches on the VM. */
1012
+ export interface VirtualMachinesAssessPatchesDefaultResponse extends HttpResponse {
1013
+ status: string;
1014
+ body: CloudErrorOutput;
1015
+ }
1016
+ /** Installs patches on the VM. */
1017
+ export interface VirtualMachinesInstallPatches200Response extends HttpResponse {
1018
+ status: "200";
1019
+ body: VirtualMachineInstallPatchesResultOutput;
1020
+ }
1021
+ /** Installs patches on the VM. */
1022
+ export interface VirtualMachinesInstallPatches202Response extends HttpResponse {
1023
+ status: "202";
1024
+ }
1025
+ /** Installs patches on the VM. */
1026
+ export interface VirtualMachinesInstallPatchesDefaultResponse extends HttpResponse {
1027
+ status: string;
1028
+ body: CloudErrorOutput;
1029
+ }
1030
+ /** Run command on the VM. */
1031
+ export interface VirtualMachinesRunCommand200Response extends HttpResponse {
1032
+ status: "200";
1033
+ body: RunCommandResultOutput;
1034
+ }
1035
+ /** Run command on the VM. */
1036
+ export interface VirtualMachinesRunCommand202Response extends HttpResponse {
1037
+ status: "202";
1038
+ }
1039
+ /** Gets a virtual machine image. */
1040
+ export interface VirtualMachineImagesGet200Response extends HttpResponse {
1041
+ status: "200";
1042
+ body: VirtualMachineImageOutput;
1043
+ }
1044
+ /** Gets a virtual machine image. */
1045
+ export interface VirtualMachineImagesGetDefaultResponse extends HttpResponse {
1046
+ status: string;
1047
+ body: CloudErrorOutput;
1048
+ }
1049
+ /** Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. */
1050
+ export interface VirtualMachineImagesList200Response extends HttpResponse {
1051
+ status: "200";
1052
+ body: Array<VirtualMachineImageResourceOutput>;
1053
+ }
1054
+ /** Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. */
1055
+ export interface VirtualMachineImagesListDefaultResponse extends HttpResponse {
1056
+ status: string;
1057
+ body: CloudErrorOutput;
1058
+ }
1059
+ /** Gets a list of virtual machine image offers for the specified location and publisher. */
1060
+ export interface VirtualMachineImagesListOffers200Response extends HttpResponse {
1061
+ status: "200";
1062
+ body: Array<VirtualMachineImageResourceOutput>;
1063
+ }
1064
+ /** Gets a list of virtual machine image offers for the specified location and publisher. */
1065
+ export interface VirtualMachineImagesListOffersDefaultResponse extends HttpResponse {
1066
+ status: string;
1067
+ body: CloudErrorOutput;
1068
+ }
1069
+ /** Gets a list of virtual machine image publishers for the specified Azure location. */
1070
+ export interface VirtualMachineImagesListPublishers200Response extends HttpResponse {
1071
+ status: "200";
1072
+ body: Array<VirtualMachineImageResourceOutput>;
1073
+ }
1074
+ /** Gets a list of virtual machine image publishers for the specified Azure location. */
1075
+ export interface VirtualMachineImagesListPublishersDefaultResponse extends HttpResponse {
1076
+ status: string;
1077
+ body: CloudErrorOutput;
1078
+ }
1079
+ /** Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. */
1080
+ export interface VirtualMachineImagesListSkus200Response extends HttpResponse {
1081
+ status: "200";
1082
+ body: Array<VirtualMachineImageResourceOutput>;
1083
+ }
1084
+ /** Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. */
1085
+ export interface VirtualMachineImagesListSkusDefaultResponse extends HttpResponse {
1086
+ status: string;
1087
+ body: CloudErrorOutput;
1088
+ }
1089
+ /** Gets a list of all virtual machine image versions for the specified edge zone */
1090
+ export interface VirtualMachineImagesListByEdgeZone200Response extends HttpResponse {
1091
+ status: "200";
1092
+ body: VmImagesInEdgeZoneListResultOutput;
1093
+ }
1094
+ /** Gets a list of all virtual machine image versions for the specified edge zone */
1095
+ export interface VirtualMachineImagesListByEdgeZoneDefaultResponse extends HttpResponse {
1096
+ status: string;
1097
+ body: CloudErrorOutput;
1098
+ }
1099
+ /** Gets a virtual machine image in an edge zone. */
1100
+ export interface VirtualMachineImagesEdgeZoneGet200Response extends HttpResponse {
1101
+ status: "200";
1102
+ body: VirtualMachineImageOutput;
1103
+ }
1104
+ /** Gets a virtual machine image in an edge zone. */
1105
+ export interface VirtualMachineImagesEdgeZoneGetDefaultResponse extends HttpResponse {
1106
+ status: string;
1107
+ body: CloudErrorOutput;
1108
+ }
1109
+ /** Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. */
1110
+ export interface VirtualMachineImagesEdgeZoneList200Response extends HttpResponse {
1111
+ status: "200";
1112
+ body: Array<VirtualMachineImageResourceOutput>;
1113
+ }
1114
+ /** Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. */
1115
+ export interface VirtualMachineImagesEdgeZoneListDefaultResponse extends HttpResponse {
1116
+ status: string;
1117
+ body: CloudErrorOutput;
1118
+ }
1119
+ /** Gets a list of virtual machine image offers for the specified location, edge zone and publisher. */
1120
+ export interface VirtualMachineImagesEdgeZoneListOffers200Response extends HttpResponse {
1121
+ status: "200";
1122
+ body: Array<VirtualMachineImageResourceOutput>;
1123
+ }
1124
+ /** Gets a list of virtual machine image offers for the specified location, edge zone and publisher. */
1125
+ export interface VirtualMachineImagesEdgeZoneListOffersDefaultResponse extends HttpResponse {
1126
+ status: string;
1127
+ body: CloudErrorOutput;
1128
+ }
1129
+ /** Gets a list of virtual machine image publishers for the specified Azure location and edge zone. */
1130
+ export interface VirtualMachineImagesEdgeZoneListPublishers200Response extends HttpResponse {
1131
+ status: "200";
1132
+ body: Array<VirtualMachineImageResourceOutput>;
1133
+ }
1134
+ /** Gets a list of virtual machine image publishers for the specified Azure location and edge zone. */
1135
+ export interface VirtualMachineImagesEdgeZoneListPublishersDefaultResponse extends HttpResponse {
1136
+ status: string;
1137
+ body: CloudErrorOutput;
1138
+ }
1139
+ /** Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. */
1140
+ export interface VirtualMachineImagesEdgeZoneListSkus200Response extends HttpResponse {
1141
+ status: "200";
1142
+ body: Array<VirtualMachineImageResourceOutput>;
1143
+ }
1144
+ /** Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. */
1145
+ export interface VirtualMachineImagesEdgeZoneListSkusDefaultResponse extends HttpResponse {
1146
+ status: string;
1147
+ body: CloudErrorOutput;
1148
+ }
1149
+ /** Gets a virtual machine extension image. */
1150
+ export interface VirtualMachineExtensionImagesGet200Response extends HttpResponse {
1151
+ status: "200";
1152
+ body: VirtualMachineExtensionImageOutput;
1153
+ }
1154
+ /** Gets a virtual machine extension image. */
1155
+ export interface VirtualMachineExtensionImagesGetDefaultResponse extends HttpResponse {
1156
+ status: string;
1157
+ body: CloudErrorOutput;
1158
+ }
1159
+ /** Gets a list of virtual machine extension image types. */
1160
+ export interface VirtualMachineExtensionImagesListTypes200Response extends HttpResponse {
1161
+ status: "200";
1162
+ body: Array<VirtualMachineExtensionImageOutput>;
1163
+ }
1164
+ /** Gets a list of virtual machine extension image types. */
1165
+ export interface VirtualMachineExtensionImagesListTypesDefaultResponse extends HttpResponse {
1166
+ status: string;
1167
+ body: CloudErrorOutput;
1168
+ }
1169
+ /** Gets a list of virtual machine extension image versions. */
1170
+ export interface VirtualMachineExtensionImagesListVersions200Response extends HttpResponse {
1171
+ status: "200";
1172
+ body: Array<VirtualMachineExtensionImageOutput>;
1173
+ }
1174
+ /** Gets a list of virtual machine extension image versions. */
1175
+ export interface VirtualMachineExtensionImagesListVersionsDefaultResponse extends HttpResponse {
1176
+ status: string;
1177
+ body: CloudErrorOutput;
1178
+ }
1179
+ /** Create or update an availability set. */
1180
+ export interface AvailabilitySetsCreateOrUpdate200Response extends HttpResponse {
1181
+ status: "200";
1182
+ body: AvailabilitySetOutput;
1183
+ }
1184
+ /** Create or update an availability set. */
1185
+ export interface AvailabilitySetsCreateOrUpdateDefaultResponse extends HttpResponse {
1186
+ status: string;
1187
+ body: CloudErrorOutput;
1188
+ }
1189
+ /** Update an availability set. */
1190
+ export interface AvailabilitySetsUpdate200Response extends HttpResponse {
1191
+ status: "200";
1192
+ body: AvailabilitySetOutput;
1193
+ }
1194
+ /** Update an availability set. */
1195
+ export interface AvailabilitySetsUpdateDefaultResponse extends HttpResponse {
1196
+ status: string;
1197
+ body: CloudErrorOutput;
1198
+ }
1199
+ /** Delete an availability set. */
1200
+ export interface AvailabilitySetsDelete200Response extends HttpResponse {
1201
+ status: "200";
1202
+ }
1203
+ /** Delete an availability set. */
1204
+ export interface AvailabilitySetsDelete204Response extends HttpResponse {
1205
+ status: "204";
1206
+ }
1207
+ /** Delete an availability set. */
1208
+ export interface AvailabilitySetsDeleteDefaultResponse extends HttpResponse {
1209
+ status: string;
1210
+ body: CloudErrorOutput;
1211
+ }
1212
+ /** Retrieves information about an availability set. */
1213
+ export interface AvailabilitySetsGet200Response extends HttpResponse {
1214
+ status: "200";
1215
+ body: AvailabilitySetOutput;
1216
+ }
1217
+ /** Retrieves information about an availability set. */
1218
+ export interface AvailabilitySetsGetDefaultResponse extends HttpResponse {
1219
+ status: string;
1220
+ body: CloudErrorOutput;
1221
+ }
1222
+ /** Lists all availability sets in a subscription. */
1223
+ export interface AvailabilitySetsListBySubscription200Response extends HttpResponse {
1224
+ status: "200";
1225
+ body: AvailabilitySetListResultOutput;
1226
+ }
1227
+ /** Lists all availability sets in a subscription. */
1228
+ export interface AvailabilitySetsListBySubscriptionDefaultResponse extends HttpResponse {
1229
+ status: string;
1230
+ body: CloudErrorOutput;
1231
+ }
1232
+ /** Lists all availability sets in a resource group. */
1233
+ export interface AvailabilitySetsList200Response extends HttpResponse {
1234
+ status: "200";
1235
+ body: AvailabilitySetListResultOutput;
1236
+ }
1237
+ /** Lists all availability sets in a resource group. */
1238
+ export interface AvailabilitySetsListDefaultResponse extends HttpResponse {
1239
+ status: string;
1240
+ body: CloudErrorOutput;
1241
+ }
1242
+ /** Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set. */
1243
+ export interface AvailabilitySetsListAvailableSizes200Response extends HttpResponse {
1244
+ status: "200";
1245
+ body: VirtualMachineSizeListResultOutput;
1246
+ }
1247
+ /** Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set. */
1248
+ export interface AvailabilitySetsListAvailableSizesDefaultResponse extends HttpResponse {
1249
+ status: string;
1250
+ body: CloudErrorOutput;
1251
+ }
1252
+ /** Create or update a proximity placement group. */
1253
+ export interface ProximityPlacementGroupsCreateOrUpdate200Response extends HttpResponse {
1254
+ status: "200";
1255
+ body: ProximityPlacementGroupOutput;
1256
+ }
1257
+ /** Create or update a proximity placement group. */
1258
+ export interface ProximityPlacementGroupsCreateOrUpdate201Response extends HttpResponse {
1259
+ status: "201";
1260
+ body: ProximityPlacementGroupOutput;
1261
+ }
1262
+ /** Create or update a proximity placement group. */
1263
+ export interface ProximityPlacementGroupsCreateOrUpdateDefaultResponse extends HttpResponse {
1264
+ status: string;
1265
+ body: CloudErrorOutput;
1266
+ }
1267
+ /** Update a proximity placement group. */
1268
+ export interface ProximityPlacementGroupsUpdate200Response extends HttpResponse {
1269
+ status: "200";
1270
+ body: ProximityPlacementGroupOutput;
1271
+ }
1272
+ /** Update a proximity placement group. */
1273
+ export interface ProximityPlacementGroupsUpdateDefaultResponse extends HttpResponse {
1274
+ status: string;
1275
+ body: CloudErrorOutput;
1276
+ }
1277
+ /** Delete a proximity placement group. */
1278
+ export interface ProximityPlacementGroupsDelete200Response extends HttpResponse {
1279
+ status: "200";
1280
+ }
1281
+ /** Delete a proximity placement group. */
1282
+ export interface ProximityPlacementGroupsDeleteDefaultResponse extends HttpResponse {
1283
+ status: string;
1284
+ body: CloudErrorOutput;
1285
+ }
1286
+ /** Retrieves information about a proximity placement group . */
1287
+ export interface ProximityPlacementGroupsGet200Response extends HttpResponse {
1288
+ status: "200";
1289
+ body: ProximityPlacementGroupOutput;
1290
+ }
1291
+ /** Retrieves information about a proximity placement group . */
1292
+ export interface ProximityPlacementGroupsGetDefaultResponse extends HttpResponse {
1293
+ status: string;
1294
+ body: CloudErrorOutput;
1295
+ }
1296
+ /** Lists all proximity placement groups in a subscription. */
1297
+ export interface ProximityPlacementGroupsListBySubscription200Response extends HttpResponse {
1298
+ status: "200";
1299
+ body: ProximityPlacementGroupListResultOutput;
1300
+ }
1301
+ /** Lists all proximity placement groups in a subscription. */
1302
+ export interface ProximityPlacementGroupsListBySubscriptionDefaultResponse extends HttpResponse {
1303
+ status: string;
1304
+ body: CloudErrorOutput;
1305
+ }
1306
+ /** Lists all proximity placement groups in a resource group. */
1307
+ export interface ProximityPlacementGroupsListByResourceGroup200Response extends HttpResponse {
1308
+ status: "200";
1309
+ body: ProximityPlacementGroupListResultOutput;
1310
+ }
1311
+ /** Lists all proximity placement groups in a resource group. */
1312
+ export interface ProximityPlacementGroupsListByResourceGroupDefaultResponse extends HttpResponse {
1313
+ status: string;
1314
+ body: CloudErrorOutput;
1315
+ }
1316
+ /** Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596) */
1317
+ export interface DedicatedHostGroupsCreateOrUpdate200Response extends HttpResponse {
1318
+ status: "200";
1319
+ body: DedicatedHostGroupOutput;
1320
+ }
1321
+ /** Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596) */
1322
+ export interface DedicatedHostGroupsCreateOrUpdate201Response extends HttpResponse {
1323
+ status: "201";
1324
+ body: DedicatedHostGroupOutput;
1325
+ }
1326
+ /** Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596) */
1327
+ export interface DedicatedHostGroupsCreateOrUpdateDefaultResponse extends HttpResponse {
1328
+ status: string;
1329
+ body: CloudErrorOutput;
1330
+ }
1331
+ /** Update an dedicated host group. */
1332
+ export interface DedicatedHostGroupsUpdate200Response extends HttpResponse {
1333
+ status: "200";
1334
+ body: DedicatedHostGroupOutput;
1335
+ }
1336
+ /** Update an dedicated host group. */
1337
+ export interface DedicatedHostGroupsUpdateDefaultResponse extends HttpResponse {
1338
+ status: string;
1339
+ body: CloudErrorOutput;
1340
+ }
1341
+ /** Delete a dedicated host group. */
1342
+ export interface DedicatedHostGroupsDelete200Response extends HttpResponse {
1343
+ status: "200";
1344
+ }
1345
+ /** Delete a dedicated host group. */
1346
+ export interface DedicatedHostGroupsDelete204Response extends HttpResponse {
1347
+ status: "204";
1348
+ }
1349
+ /** Delete a dedicated host group. */
1350
+ export interface DedicatedHostGroupsDeleteDefaultResponse extends HttpResponse {
1351
+ status: string;
1352
+ body: CloudErrorOutput;
1353
+ }
1354
+ /** Retrieves information about a dedicated host group. */
1355
+ export interface DedicatedHostGroupsGet200Response extends HttpResponse {
1356
+ status: "200";
1357
+ body: DedicatedHostGroupOutput;
1358
+ }
1359
+ /** Retrieves information about a dedicated host group. */
1360
+ export interface DedicatedHostGroupsGetDefaultResponse extends HttpResponse {
1361
+ status: string;
1362
+ body: CloudErrorOutput;
1363
+ }
1364
+ /** Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups. */
1365
+ export interface DedicatedHostGroupsListByResourceGroup200Response extends HttpResponse {
1366
+ status: "200";
1367
+ body: DedicatedHostGroupListResultOutput;
1368
+ }
1369
+ /** Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups. */
1370
+ export interface DedicatedHostGroupsListByResourceGroupDefaultResponse extends HttpResponse {
1371
+ status: string;
1372
+ body: CloudErrorOutput;
1373
+ }
1374
+ /** Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. */
1375
+ export interface DedicatedHostGroupsListBySubscription200Response extends HttpResponse {
1376
+ status: "200";
1377
+ body: DedicatedHostGroupListResultOutput;
1378
+ }
1379
+ /** Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. */
1380
+ export interface DedicatedHostGroupsListBySubscriptionDefaultResponse extends HttpResponse {
1381
+ status: string;
1382
+ body: CloudErrorOutput;
1383
+ }
1384
+ /** Create or update a dedicated host . */
1385
+ export interface DedicatedHostsCreateOrUpdate200Response extends HttpResponse {
1386
+ status: "200";
1387
+ body: DedicatedHostOutput;
1388
+ }
1389
+ /** Create or update a dedicated host . */
1390
+ export interface DedicatedHostsCreateOrUpdate201Response extends HttpResponse {
1391
+ status: "201";
1392
+ body: DedicatedHostOutput;
1393
+ }
1394
+ /** Create or update a dedicated host . */
1395
+ export interface DedicatedHostsCreateOrUpdateDefaultResponse extends HttpResponse {
1396
+ status: string;
1397
+ body: CloudErrorOutput;
1398
+ }
1399
+ /** Update an dedicated host . */
1400
+ export interface DedicatedHostsUpdate200Response extends HttpResponse {
1401
+ status: "200";
1402
+ body: DedicatedHostOutput;
1403
+ }
1404
+ /** Update an dedicated host . */
1405
+ export interface DedicatedHostsUpdateDefaultResponse extends HttpResponse {
1406
+ status: string;
1407
+ body: CloudErrorOutput;
1408
+ }
1409
+ /** Delete a dedicated host. */
1410
+ export interface DedicatedHostsDelete200Response extends HttpResponse {
1411
+ status: "200";
1412
+ }
1413
+ /** Delete a dedicated host. */
1414
+ export interface DedicatedHostsDelete202Response extends HttpResponse {
1415
+ status: "202";
1416
+ }
1417
+ /** Delete a dedicated host. */
1418
+ export interface DedicatedHostsDelete204Response extends HttpResponse {
1419
+ status: "204";
1420
+ }
1421
+ /** Delete a dedicated host. */
1422
+ export interface DedicatedHostsDeleteDefaultResponse extends HttpResponse {
1423
+ status: string;
1424
+ body: CloudErrorOutput;
1425
+ }
1426
+ /** Retrieves information about a dedicated host. */
1427
+ export interface DedicatedHostsGet200Response extends HttpResponse {
1428
+ status: "200";
1429
+ body: DedicatedHostOutput;
1430
+ }
1431
+ /** Retrieves information about a dedicated host. */
1432
+ export interface DedicatedHostsGetDefaultResponse extends HttpResponse {
1433
+ status: string;
1434
+ body: CloudErrorOutput;
1435
+ }
1436
+ /** Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. */
1437
+ export interface DedicatedHostsListByHostGroup200Response extends HttpResponse {
1438
+ status: "200";
1439
+ body: DedicatedHostListResultOutput;
1440
+ }
1441
+ /** Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. */
1442
+ export interface DedicatedHostsListByHostGroupDefaultResponse extends HttpResponse {
1443
+ status: string;
1444
+ body: CloudErrorOutput;
1445
+ }
1446
+ /** Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details. */
1447
+ export interface DedicatedHostsRestart200Response extends HttpResponse {
1448
+ status: "200";
1449
+ }
1450
+ /** Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details. */
1451
+ export interface DedicatedHostsRestartDefaultResponse extends HttpResponse {
1452
+ status: string;
1453
+ body: CloudErrorOutput;
1454
+ }
1455
+ /** Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. */
1456
+ export interface SshPublicKeysListBySubscription200Response extends HttpResponse {
1457
+ status: "200";
1458
+ body: SshPublicKeysGroupListResultOutput;
1459
+ }
1460
+ /** Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. */
1461
+ export interface SshPublicKeysListBySubscriptionDefaultResponse extends HttpResponse {
1462
+ status: string;
1463
+ body: CloudErrorOutput;
1464
+ }
1465
+ /** Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys. */
1466
+ export interface SshPublicKeysListByResourceGroup200Response extends HttpResponse {
1467
+ status: "200";
1468
+ body: SshPublicKeysGroupListResultOutput;
1469
+ }
1470
+ /** Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys. */
1471
+ export interface SshPublicKeysListByResourceGroupDefaultResponse extends HttpResponse {
1472
+ status: string;
1473
+ body: CloudErrorOutput;
1474
+ }
1475
+ /** Creates a new SSH public key resource. */
1476
+ export interface SshPublicKeysCreate200Response extends HttpResponse {
1477
+ status: "200";
1478
+ body: SshPublicKeyResourceOutput;
1479
+ }
1480
+ /** Creates a new SSH public key resource. */
1481
+ export interface SshPublicKeysCreate201Response extends HttpResponse {
1482
+ status: "201";
1483
+ body: SshPublicKeyResourceOutput;
1484
+ }
1485
+ /** Creates a new SSH public key resource. */
1486
+ export interface SshPublicKeysCreateDefaultResponse extends HttpResponse {
1487
+ status: string;
1488
+ body: CloudErrorOutput;
1489
+ }
1490
+ /** Updates a new SSH public key resource. */
1491
+ export interface SshPublicKeysUpdate200Response extends HttpResponse {
1492
+ status: "200";
1493
+ body: SshPublicKeyResourceOutput;
1494
+ }
1495
+ /** Updates a new SSH public key resource. */
1496
+ export interface SshPublicKeysUpdateDefaultResponse extends HttpResponse {
1497
+ status: string;
1498
+ body: CloudErrorOutput;
1499
+ }
1500
+ /** Delete an SSH public key. */
1501
+ export interface SshPublicKeysDelete200Response extends HttpResponse {
1502
+ status: "200";
1503
+ }
1504
+ /** Delete an SSH public key. */
1505
+ export interface SshPublicKeysDelete204Response extends HttpResponse {
1506
+ status: "204";
1507
+ }
1508
+ /** Delete an SSH public key. */
1509
+ export interface SshPublicKeysDeleteDefaultResponse extends HttpResponse {
1510
+ status: string;
1511
+ body: CloudErrorOutput;
1512
+ }
1513
+ /** Retrieves information about an SSH public key. */
1514
+ export interface SshPublicKeysGet200Response extends HttpResponse {
1515
+ status: "200";
1516
+ body: SshPublicKeyResourceOutput;
1517
+ }
1518
+ /** Retrieves information about an SSH public key. */
1519
+ export interface SshPublicKeysGetDefaultResponse extends HttpResponse {
1520
+ status: string;
1521
+ body: CloudErrorOutput;
1522
+ }
1523
+ /** Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource. */
1524
+ export interface SshPublicKeysGenerateKeyPair200Response extends HttpResponse {
1525
+ status: "200";
1526
+ body: SshPublicKeyGenerateKeyPairResultOutput;
1527
+ }
1528
+ /** Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource. */
1529
+ export interface SshPublicKeysGenerateKeyPairDefaultResponse extends HttpResponse {
1530
+ status: string;
1531
+ body: CloudErrorOutput;
1532
+ }
1533
+ /** Create or update an image. */
1534
+ export interface ImagesCreateOrUpdate200Response extends HttpResponse {
1535
+ status: "200";
1536
+ body: ImageOutput;
1537
+ }
1538
+ /** Create or update an image. */
1539
+ export interface ImagesCreateOrUpdate201Response extends HttpResponse {
1540
+ status: "201";
1541
+ body: ImageOutput;
1542
+ }
1543
+ /** Create or update an image. */
1544
+ export interface ImagesCreateOrUpdateDefaultResponse extends HttpResponse {
1545
+ status: string;
1546
+ body: CloudErrorOutput;
1547
+ }
1548
+ /** Update an image. */
1549
+ export interface ImagesUpdate200Response extends HttpResponse {
1550
+ status: "200";
1551
+ body: ImageOutput;
1552
+ }
1553
+ /** Update an image. */
1554
+ export interface ImagesUpdate201Response extends HttpResponse {
1555
+ status: "201";
1556
+ body: ImageOutput;
1557
+ }
1558
+ /** Update an image. */
1559
+ export interface ImagesUpdateDefaultResponse extends HttpResponse {
1560
+ status: string;
1561
+ body: CloudErrorOutput;
1562
+ }
1563
+ /** Deletes an Image. */
1564
+ export interface ImagesDelete200Response extends HttpResponse {
1565
+ status: "200";
1566
+ }
1567
+ /** Deletes an Image. */
1568
+ export interface ImagesDelete202Response extends HttpResponse {
1569
+ status: "202";
1570
+ }
1571
+ /** Deletes an Image. */
1572
+ export interface ImagesDelete204Response extends HttpResponse {
1573
+ status: "204";
1574
+ }
1575
+ /** Deletes an Image. */
1576
+ export interface ImagesDeleteDefaultResponse extends HttpResponse {
1577
+ status: string;
1578
+ body: CloudErrorOutput;
1579
+ }
1580
+ /** Gets an image. */
1581
+ export interface ImagesGet200Response extends HttpResponse {
1582
+ status: "200";
1583
+ body: ImageOutput;
1584
+ }
1585
+ /** Gets an image. */
1586
+ export interface ImagesGetDefaultResponse extends HttpResponse {
1587
+ status: string;
1588
+ body: CloudErrorOutput;
1589
+ }
1590
+ /** Gets the list of images under a resource group. */
1591
+ export interface ImagesListByResourceGroup200Response extends HttpResponse {
1592
+ status: "200";
1593
+ body: ImageListResultOutput;
1594
+ }
1595
+ /** Gets the list of images under a resource group. */
1596
+ export interface ImagesListByResourceGroupDefaultResponse extends HttpResponse {
1597
+ status: string;
1598
+ body: CloudErrorOutput;
1599
+ }
1600
+ /** Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. */
1601
+ export interface ImagesList200Response extends HttpResponse {
1602
+ status: "200";
1603
+ body: ImageListResultOutput;
1604
+ }
1605
+ /** Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. */
1606
+ export interface ImagesListDefaultResponse extends HttpResponse {
1607
+ status: string;
1608
+ body: CloudErrorOutput;
1609
+ }
1610
+ /** The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. */
1611
+ export interface RestorePointCollectionsCreateOrUpdate200Response extends HttpResponse {
1612
+ status: "200";
1613
+ body: RestorePointCollectionOutput;
1614
+ }
1615
+ /** The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. */
1616
+ export interface RestorePointCollectionsCreateOrUpdate201Response extends HttpResponse {
1617
+ status: "201";
1618
+ body: RestorePointCollectionOutput;
1619
+ }
1620
+ /** The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. */
1621
+ export interface RestorePointCollectionsCreateOrUpdateDefaultResponse extends HttpResponse {
1622
+ status: string;
1623
+ body: CloudErrorOutput;
1624
+ }
1625
+ /** The operation to update the restore point collection. */
1626
+ export interface RestorePointCollectionsUpdate200Response extends HttpResponse {
1627
+ status: "200";
1628
+ body: RestorePointCollectionOutput;
1629
+ }
1630
+ /** The operation to update the restore point collection. */
1631
+ export interface RestorePointCollectionsUpdateDefaultResponse extends HttpResponse {
1632
+ status: string;
1633
+ body: CloudErrorOutput;
1634
+ }
1635
+ /** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */
1636
+ export interface RestorePointCollectionsDelete200Response extends HttpResponse {
1637
+ status: "200";
1638
+ }
1639
+ /** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */
1640
+ export interface RestorePointCollectionsDelete202Response extends HttpResponse {
1641
+ status: "202";
1642
+ }
1643
+ /** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */
1644
+ export interface RestorePointCollectionsDelete204Response extends HttpResponse {
1645
+ status: "204";
1646
+ }
1647
+ /** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */
1648
+ export interface RestorePointCollectionsDeleteDefaultResponse extends HttpResponse {
1649
+ status: string;
1650
+ body: CloudErrorOutput;
1651
+ }
1652
+ /** The operation to get the restore point collection. */
1653
+ export interface RestorePointCollectionsGet200Response extends HttpResponse {
1654
+ status: "200";
1655
+ body: RestorePointCollectionOutput;
1656
+ }
1657
+ /** The operation to get the restore point collection. */
1658
+ export interface RestorePointCollectionsGetDefaultResponse extends HttpResponse {
1659
+ status: string;
1660
+ body: CloudErrorOutput;
1661
+ }
1662
+ /** Gets the list of restore point collections in a resource group. */
1663
+ export interface RestorePointCollectionsList200Response extends HttpResponse {
1664
+ status: "200";
1665
+ body: RestorePointCollectionListResultOutput;
1666
+ }
1667
+ /** Gets the list of restore point collections in a resource group. */
1668
+ export interface RestorePointCollectionsListDefaultResponse extends HttpResponse {
1669
+ status: string;
1670
+ body: CloudErrorOutput;
1671
+ }
1672
+ /** Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. */
1673
+ export interface RestorePointCollectionsListAll200Response extends HttpResponse {
1674
+ status: "200";
1675
+ body: RestorePointCollectionListResultOutput;
1676
+ }
1677
+ /** Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. */
1678
+ export interface RestorePointCollectionsListAllDefaultResponse extends HttpResponse {
1679
+ status: string;
1680
+ body: CloudErrorOutput;
1681
+ }
1682
+ /** The operation to create the restore point. Updating properties of an existing restore point is not allowed */
1683
+ export interface RestorePointsCreate201Response extends HttpResponse {
1684
+ status: "201";
1685
+ body: RestorePointOutput;
1686
+ }
1687
+ /** The operation to create the restore point. Updating properties of an existing restore point is not allowed */
1688
+ export interface RestorePointsCreateDefaultResponse extends HttpResponse {
1689
+ status: string;
1690
+ body: CloudErrorOutput;
1691
+ }
1692
+ /** The operation to delete the restore point. */
1693
+ export interface RestorePointsDelete200Response extends HttpResponse {
1694
+ status: "200";
1695
+ }
1696
+ /** The operation to delete the restore point. */
1697
+ export interface RestorePointsDelete202Response extends HttpResponse {
1698
+ status: "202";
1699
+ }
1700
+ /** The operation to delete the restore point. */
1701
+ export interface RestorePointsDelete204Response extends HttpResponse {
1702
+ status: "204";
1703
+ }
1704
+ /** The operation to delete the restore point. */
1705
+ export interface RestorePointsDeleteDefaultResponse extends HttpResponse {
1706
+ status: string;
1707
+ body: CloudErrorOutput;
1708
+ }
1709
+ /** The operation to get the restore point. */
1710
+ export interface RestorePointsGet200Response extends HttpResponse {
1711
+ status: "200";
1712
+ body: RestorePointOutput;
1713
+ }
1714
+ /** The operation to get the restore point. */
1715
+ export interface RestorePointsGetDefaultResponse extends HttpResponse {
1716
+ status: string;
1717
+ body: CloudErrorOutput;
1718
+ }
1719
+ /** The operation to create or update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. Please refer to https://aka.ms/CapacityReservation for more details. */
1720
+ export interface CapacityReservationGroupsCreateOrUpdate200Response extends HttpResponse {
1721
+ status: "200";
1722
+ body: CapacityReservationGroupOutput;
1723
+ }
1724
+ /** The operation to create or update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. Please refer to https://aka.ms/CapacityReservation for more details. */
1725
+ export interface CapacityReservationGroupsCreateOrUpdate201Response extends HttpResponse {
1726
+ status: "201";
1727
+ body: CapacityReservationGroupOutput;
1728
+ }
1729
+ /** The operation to create or update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. Please refer to https://aka.ms/CapacityReservation for more details. */
1730
+ export interface CapacityReservationGroupsCreateOrUpdateDefaultResponse extends HttpResponse {
1731
+ status: string;
1732
+ body: CloudErrorOutput;
1733
+ }
1734
+ /** The operation to update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. */
1735
+ export interface CapacityReservationGroupsUpdate200Response extends HttpResponse {
1736
+ status: "200";
1737
+ body: CapacityReservationGroupOutput;
1738
+ }
1739
+ /** The operation to update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. */
1740
+ export interface CapacityReservationGroupsUpdateDefaultResponse extends HttpResponse {
1741
+ status: string;
1742
+ body: CloudErrorOutput;
1743
+ }
1744
+ /** The operation to delete a capacity reservation group. This operation is allowed only if all the associated resources are disassociated from the reservation group and all capacity reservations under the reservation group have also been deleted. Please refer to https://aka.ms/CapacityReservation for more details. */
1745
+ export interface CapacityReservationGroupsDelete200Response extends HttpResponse {
1746
+ status: "200";
1747
+ }
1748
+ /** The operation to delete a capacity reservation group. This operation is allowed only if all the associated resources are disassociated from the reservation group and all capacity reservations under the reservation group have also been deleted. Please refer to https://aka.ms/CapacityReservation for more details. */
1749
+ export interface CapacityReservationGroupsDelete204Response extends HttpResponse {
1750
+ status: "204";
1751
+ }
1752
+ /** The operation to delete a capacity reservation group. This operation is allowed only if all the associated resources are disassociated from the reservation group and all capacity reservations under the reservation group have also been deleted. Please refer to https://aka.ms/CapacityReservation for more details. */
1753
+ export interface CapacityReservationGroupsDeleteDefaultResponse extends HttpResponse {
1754
+ status: string;
1755
+ body: CloudErrorOutput;
1756
+ }
1757
+ /** The operation that retrieves information about a capacity reservation group. */
1758
+ export interface CapacityReservationGroupsGet200Response extends HttpResponse {
1759
+ status: "200";
1760
+ body: CapacityReservationGroupOutput;
1761
+ }
1762
+ /** The operation that retrieves information about a capacity reservation group. */
1763
+ export interface CapacityReservationGroupsGetDefaultResponse extends HttpResponse {
1764
+ status: string;
1765
+ body: CloudErrorOutput;
1766
+ }
1767
+ /** Lists all of the capacity reservation groups in the specified resource group. Use the nextLink property in the response to get the next page of capacity reservation groups. */
1768
+ export interface CapacityReservationGroupsListByResourceGroup200Response extends HttpResponse {
1769
+ status: "200";
1770
+ body: CapacityReservationGroupListResultOutput;
1771
+ }
1772
+ /** Lists all of the capacity reservation groups in the specified resource group. Use the nextLink property in the response to get the next page of capacity reservation groups. */
1773
+ export interface CapacityReservationGroupsListByResourceGroupDefaultResponse extends HttpResponse {
1774
+ status: string;
1775
+ body: CloudErrorOutput;
1776
+ }
1777
+ /** Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups. */
1778
+ export interface CapacityReservationGroupsListBySubscription200Response extends HttpResponse {
1779
+ status: "200";
1780
+ body: CapacityReservationGroupListResultOutput;
1781
+ }
1782
+ /** Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups. */
1783
+ export interface CapacityReservationGroupsListBySubscriptionDefaultResponse extends HttpResponse {
1784
+ status: string;
1785
+ body: CloudErrorOutput;
1786
+ }
1787
+ /** The operation to create or update a capacity reservation. Please note some properties can be set only during capacity reservation creation. Please refer to https://aka.ms/CapacityReservation for more details. */
1788
+ export interface CapacityReservationsCreateOrUpdate200Response extends HttpResponse {
1789
+ status: "200";
1790
+ body: CapacityReservationOutput;
1791
+ }
1792
+ /** The operation to create or update a capacity reservation. Please note some properties can be set only during capacity reservation creation. Please refer to https://aka.ms/CapacityReservation for more details. */
1793
+ export interface CapacityReservationsCreateOrUpdate201Response extends HttpResponse {
1794
+ status: "201";
1795
+ body: CapacityReservationOutput;
1796
+ }
1797
+ /** The operation to create or update a capacity reservation. Please note some properties can be set only during capacity reservation creation. Please refer to https://aka.ms/CapacityReservation for more details. */
1798
+ export interface CapacityReservationsCreateOrUpdateDefaultResponse extends HttpResponse {
1799
+ status: string;
1800
+ body: CloudErrorOutput;
1801
+ }
1802
+ /** The operation to update a capacity reservation. */
1803
+ export interface CapacityReservationsUpdate200Response extends HttpResponse {
1804
+ status: "200";
1805
+ body: CapacityReservationOutput;
1806
+ }
1807
+ /** The operation to update a capacity reservation. */
1808
+ export interface CapacityReservationsUpdate202Response extends HttpResponse {
1809
+ status: "202";
1810
+ }
1811
+ /** The operation to update a capacity reservation. */
1812
+ export interface CapacityReservationsUpdateDefaultResponse extends HttpResponse {
1813
+ status: string;
1814
+ body: CloudErrorOutput;
1815
+ }
1816
+ /** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */
1817
+ export interface CapacityReservationsDelete200Response extends HttpResponse {
1818
+ status: "200";
1819
+ }
1820
+ /** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */
1821
+ export interface CapacityReservationsDelete202Response extends HttpResponse {
1822
+ status: "202";
1823
+ }
1824
+ /** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */
1825
+ export interface CapacityReservationsDelete204Response extends HttpResponse {
1826
+ status: "204";
1827
+ }
1828
+ /** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */
1829
+ export interface CapacityReservationsDeleteDefaultResponse extends HttpResponse {
1830
+ status: string;
1831
+ body: CloudErrorOutput;
1832
+ }
1833
+ /** The operation that retrieves information about the capacity reservation. */
1834
+ export interface CapacityReservationsGet200Response extends HttpResponse {
1835
+ status: "200";
1836
+ body: CapacityReservationOutput;
1837
+ }
1838
+ /** The operation that retrieves information about the capacity reservation. */
1839
+ export interface CapacityReservationsGetDefaultResponse extends HttpResponse {
1840
+ status: string;
1841
+ body: CloudErrorOutput;
1842
+ }
1843
+ /** Lists all of the capacity reservations in the specified capacity reservation group. Use the nextLink property in the response to get the next page of capacity reservations. */
1844
+ export interface CapacityReservationsListByCapacityReservationGroup200Response extends HttpResponse {
1845
+ status: "200";
1846
+ body: CapacityReservationListResultOutput;
1847
+ }
1848
+ /** Lists all of the capacity reservations in the specified capacity reservation group. Use the nextLink property in the response to get the next page of capacity reservations. */
1849
+ export interface CapacityReservationsListByCapacityReservationGroupDefaultResponse extends HttpResponse {
1850
+ status: string;
1851
+ body: CloudErrorOutput;
1852
+ }
1853
+ /** Export logs that show Api requests made by this subscription in the given time window to show throttling activities. */
1854
+ export interface LogAnalyticsExportRequestRateByInterval200Response extends HttpResponse {
1855
+ status: "200";
1856
+ body: LogAnalyticsOperationResultOutput;
1857
+ }
1858
+ /** Export logs that show Api requests made by this subscription in the given time window to show throttling activities. */
1859
+ export interface LogAnalyticsExportRequestRateByInterval202Response extends HttpResponse {
1860
+ status: "202";
1861
+ }
1862
+ /** Export logs that show Api requests made by this subscription in the given time window to show throttling activities. */
1863
+ export interface LogAnalyticsExportRequestRateByIntervalDefaultResponse extends HttpResponse {
1864
+ status: string;
1865
+ body: CloudErrorOutput;
1866
+ }
1867
+ /** Export logs that show total throttled Api requests for this subscription in the given time window. */
1868
+ export interface LogAnalyticsExportThrottledRequests200Response extends HttpResponse {
1869
+ status: "200";
1870
+ body: LogAnalyticsOperationResultOutput;
1871
+ }
1872
+ /** Export logs that show total throttled Api requests for this subscription in the given time window. */
1873
+ export interface LogAnalyticsExportThrottledRequests202Response extends HttpResponse {
1874
+ status: "202";
1875
+ }
1876
+ /** Export logs that show total throttled Api requests for this subscription in the given time window. */
1877
+ export interface LogAnalyticsExportThrottledRequestsDefaultResponse extends HttpResponse {
1878
+ status: string;
1879
+ body: CloudErrorOutput;
1880
+ }
1881
+ /** Lists all available run commands for a subscription in a location. */
1882
+ export interface VirtualMachineRunCommandsList200Response extends HttpResponse {
1883
+ status: "200";
1884
+ body: RunCommandListResultOutput;
1885
+ }
1886
+ /** Gets specific run command for a subscription in a location. */
1887
+ export interface VirtualMachineRunCommandsGet200Response extends HttpResponse {
1888
+ status: "200";
1889
+ body: RunCommandDocumentOutput;
1890
+ }
1891
+ /** The operation to create or update the run command. */
1892
+ export interface VirtualMachineRunCommandsCreateOrUpdate200Response extends HttpResponse {
1893
+ status: "200";
1894
+ body: VirtualMachineRunCommandOutput;
1895
+ }
1896
+ /** The operation to create or update the run command. */
1897
+ export interface VirtualMachineRunCommandsCreateOrUpdate201Response extends HttpResponse {
1898
+ status: "201";
1899
+ body: VirtualMachineRunCommandOutput;
1900
+ }
1901
+ /** The operation to create or update the run command. */
1902
+ export interface VirtualMachineRunCommandsCreateOrUpdateDefaultResponse extends HttpResponse {
1903
+ status: string;
1904
+ body: CloudErrorOutput;
1905
+ }
1906
+ /** The operation to update the run command. */
1907
+ export interface VirtualMachineRunCommandsUpdate200Response extends HttpResponse {
1908
+ status: "200";
1909
+ body: VirtualMachineRunCommandOutput;
1910
+ }
1911
+ /** The operation to update the run command. */
1912
+ export interface VirtualMachineRunCommandsUpdateDefaultResponse extends HttpResponse {
1913
+ status: string;
1914
+ body: CloudErrorOutput;
1915
+ }
1916
+ /** The operation to delete the run command. */
1917
+ export interface VirtualMachineRunCommandsDelete200Response extends HttpResponse {
1918
+ status: "200";
1919
+ }
1920
+ /** The operation to delete the run command. */
1921
+ export interface VirtualMachineRunCommandsDelete202Response extends HttpResponse {
1922
+ status: "202";
1923
+ }
1924
+ /** The operation to delete the run command. */
1925
+ export interface VirtualMachineRunCommandsDelete204Response extends HttpResponse {
1926
+ status: "204";
1927
+ }
1928
+ /** The operation to delete the run command. */
1929
+ export interface VirtualMachineRunCommandsDeleteDefaultResponse extends HttpResponse {
1930
+ status: string;
1931
+ body: CloudErrorOutput;
1932
+ }
1933
+ /** The operation to get the run command. */
1934
+ export interface VirtualMachineRunCommandsGetByVirtualMachine200Response extends HttpResponse {
1935
+ status: "200";
1936
+ body: VirtualMachineRunCommandOutput;
1937
+ }
1938
+ /** The operation to get the run command. */
1939
+ export interface VirtualMachineRunCommandsGetByVirtualMachineDefaultResponse extends HttpResponse {
1940
+ status: string;
1941
+ body: CloudErrorOutput;
1942
+ }
1943
+ /** The operation to get all run commands of a Virtual Machine. */
1944
+ export interface VirtualMachineRunCommandsListByVirtualMachine200Response extends HttpResponse {
1945
+ status: "200";
1946
+ body: VirtualMachineRunCommandsListResultOutput;
1947
+ }
1948
+ /** The operation to get all run commands of a Virtual Machine. */
1949
+ export interface VirtualMachineRunCommandsListByVirtualMachineDefaultResponse extends HttpResponse {
1950
+ status: string;
1951
+ body: CloudErrorOutput;
1952
+ }
1953
+ /** The operation to create or update the VMSS VM run command. */
1954
+ export interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdate200Response extends HttpResponse {
1955
+ status: "200";
1956
+ body: VirtualMachineRunCommandOutput;
1957
+ }
1958
+ /** The operation to create or update the VMSS VM run command. */
1959
+ export interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdate201Response extends HttpResponse {
1960
+ status: "201";
1961
+ body: VirtualMachineRunCommandOutput;
1962
+ }
1963
+ /** The operation to create or update the VMSS VM run command. */
1964
+ export interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdateDefaultResponse extends HttpResponse {
1965
+ status: string;
1966
+ body: CloudErrorOutput;
1967
+ }
1968
+ /** The operation to update the VMSS VM run command. */
1969
+ export interface VirtualMachineScaleSetVMRunCommandsUpdate200Response extends HttpResponse {
1970
+ status: "200";
1971
+ body: VirtualMachineRunCommandOutput;
1972
+ }
1973
+ /** The operation to update the VMSS VM run command. */
1974
+ export interface VirtualMachineScaleSetVMRunCommandsUpdateDefaultResponse extends HttpResponse {
1975
+ status: string;
1976
+ body: CloudErrorOutput;
1977
+ }
1978
+ /** The operation to delete the VMSS VM run command. */
1979
+ export interface VirtualMachineScaleSetVMRunCommandsDelete200Response extends HttpResponse {
1980
+ status: "200";
1981
+ }
1982
+ /** The operation to delete the VMSS VM run command. */
1983
+ export interface VirtualMachineScaleSetVMRunCommandsDelete202Response extends HttpResponse {
1984
+ status: "202";
1985
+ }
1986
+ /** The operation to delete the VMSS VM run command. */
1987
+ export interface VirtualMachineScaleSetVMRunCommandsDelete204Response extends HttpResponse {
1988
+ status: "204";
1989
+ }
1990
+ /** The operation to delete the VMSS VM run command. */
1991
+ export interface VirtualMachineScaleSetVMRunCommandsDeleteDefaultResponse extends HttpResponse {
1992
+ status: string;
1993
+ body: CloudErrorOutput;
1994
+ }
1995
+ /** The operation to get the VMSS VM run command. */
1996
+ export interface VirtualMachineScaleSetVMRunCommandsGet200Response extends HttpResponse {
1997
+ status: "200";
1998
+ body: VirtualMachineRunCommandOutput;
1999
+ }
2000
+ /** The operation to get the VMSS VM run command. */
2001
+ export interface VirtualMachineScaleSetVMRunCommandsGetDefaultResponse extends HttpResponse {
2002
+ status: string;
2003
+ body: CloudErrorOutput;
2004
+ }
2005
+ /** The operation to get all run commands of an instance in Virtual Machine Scaleset. */
2006
+ export interface VirtualMachineScaleSetVMRunCommandsList200Response extends HttpResponse {
2007
+ status: "200";
2008
+ body: VirtualMachineRunCommandsListResultOutput;
2009
+ }
2010
+ /** The operation to get all run commands of an instance in Virtual Machine Scaleset. */
2011
+ export interface VirtualMachineScaleSetVMRunCommandsListDefaultResponse extends HttpResponse {
2012
+ status: string;
2013
+ body: CloudErrorOutput;
2014
+ }
2015
+ /** Creates or updates a disk. */
2016
+ export interface DisksCreateOrUpdate200Response extends HttpResponse {
2017
+ status: "200";
2018
+ body: DiskOutput;
2019
+ }
2020
+ /** Creates or updates a disk. */
2021
+ export interface DisksCreateOrUpdate202Response extends HttpResponse {
2022
+ status: "202";
2023
+ body: DiskOutput;
2024
+ }
2025
+ /** Updates (patches) a disk. */
2026
+ export interface DisksUpdate200Response extends HttpResponse {
2027
+ status: "200";
2028
+ body: DiskOutput;
2029
+ }
2030
+ /** Updates (patches) a disk. */
2031
+ export interface DisksUpdate202Response extends HttpResponse {
2032
+ status: "202";
2033
+ body: DiskOutput;
2034
+ }
2035
+ /** Gets information about a disk. */
2036
+ export interface DisksGet200Response extends HttpResponse {
2037
+ status: "200";
2038
+ body: DiskOutput;
2039
+ }
2040
+ /** Deletes a disk. */
2041
+ export interface DisksDelete200Response extends HttpResponse {
2042
+ status: "200";
2043
+ }
2044
+ /** Deletes a disk. */
2045
+ export interface DisksDelete202Response extends HttpResponse {
2046
+ status: "202";
2047
+ }
2048
+ /** Deletes a disk. */
2049
+ export interface DisksDelete204Response extends HttpResponse {
2050
+ status: "204";
2051
+ }
2052
+ /** Lists all the disks under a resource group. */
2053
+ export interface DisksListByResourceGroup200Response extends HttpResponse {
2054
+ status: "200";
2055
+ body: DiskListOutput;
2056
+ }
2057
+ /** Lists all the disks under a subscription. */
2058
+ export interface DisksList200Response extends HttpResponse {
2059
+ status: "200";
2060
+ body: DiskListOutput;
2061
+ }
2062
+ /** Grants access to a disk. */
2063
+ export interface DisksGrantAccess200Response extends HttpResponse {
2064
+ status: "200";
2065
+ body: AccessUriOutput;
2066
+ }
2067
+ /** Grants access to a disk. */
2068
+ export interface DisksGrantAccess202Response extends HttpResponse {
2069
+ status: "202";
2070
+ }
2071
+ /** Revokes access to a disk. */
2072
+ export interface DisksRevokeAccess200Response extends HttpResponse {
2073
+ status: "200";
2074
+ }
2075
+ /** Revokes access to a disk. */
2076
+ export interface DisksRevokeAccess202Response extends HttpResponse {
2077
+ status: "202";
2078
+ }
2079
+ /** Creates or updates a disk access resource */
2080
+ export interface DiskAccessesCreateOrUpdate200Response extends HttpResponse {
2081
+ status: "200";
2082
+ body: DiskAccessOutput;
2083
+ }
2084
+ /** Creates or updates a disk access resource */
2085
+ export interface DiskAccessesCreateOrUpdate202Response extends HttpResponse {
2086
+ status: "202";
2087
+ body: DiskAccessOutput;
2088
+ }
2089
+ /** Creates or updates a disk access resource */
2090
+ export interface DiskAccessesCreateOrUpdateDefaultResponse extends HttpResponse {
2091
+ status: string;
2092
+ body: CloudErrorOutput;
2093
+ }
2094
+ /** Updates (patches) a disk access resource. */
2095
+ export interface DiskAccessesUpdate200Response extends HttpResponse {
2096
+ status: "200";
2097
+ body: DiskAccessOutput;
2098
+ }
2099
+ /** Updates (patches) a disk access resource. */
2100
+ export interface DiskAccessesUpdate202Response extends HttpResponse {
2101
+ status: "202";
2102
+ body: DiskAccessOutput;
2103
+ }
2104
+ /** Updates (patches) a disk access resource. */
2105
+ export interface DiskAccessesUpdateDefaultResponse extends HttpResponse {
2106
+ status: string;
2107
+ body: CloudErrorOutput;
2108
+ }
2109
+ /** Gets information about a disk access resource. */
2110
+ export interface DiskAccessesGet200Response extends HttpResponse {
2111
+ status: "200";
2112
+ body: DiskAccessOutput;
2113
+ }
2114
+ /** Gets information about a disk access resource. */
2115
+ export interface DiskAccessesGetDefaultResponse extends HttpResponse {
2116
+ status: string;
2117
+ body: CloudErrorOutput;
2118
+ }
2119
+ /** Deletes a disk access resource. */
2120
+ export interface DiskAccessesDelete200Response extends HttpResponse {
2121
+ status: "200";
2122
+ }
2123
+ /** Deletes a disk access resource. */
2124
+ export interface DiskAccessesDelete202Response extends HttpResponse {
2125
+ status: "202";
2126
+ }
2127
+ /** Deletes a disk access resource. */
2128
+ export interface DiskAccessesDelete204Response extends HttpResponse {
2129
+ status: "204";
2130
+ }
2131
+ /** Deletes a disk access resource. */
2132
+ export interface DiskAccessesDeleteDefaultResponse extends HttpResponse {
2133
+ status: string;
2134
+ body: CloudErrorOutput;
2135
+ }
2136
+ /** Lists all the disk access resources under a resource group. */
2137
+ export interface DiskAccessesListByResourceGroup200Response extends HttpResponse {
2138
+ status: "200";
2139
+ body: DiskAccessListOutput;
2140
+ }
2141
+ /** Lists all the disk access resources under a resource group. */
2142
+ export interface DiskAccessesListByResourceGroupDefaultResponse extends HttpResponse {
2143
+ status: string;
2144
+ body: CloudErrorOutput;
2145
+ }
2146
+ /** Lists all the disk access resources under a subscription. */
2147
+ export interface DiskAccessesList200Response extends HttpResponse {
2148
+ status: "200";
2149
+ body: DiskAccessListOutput;
2150
+ }
2151
+ /** Lists all the disk access resources under a subscription. */
2152
+ export interface DiskAccessesListDefaultResponse extends HttpResponse {
2153
+ status: string;
2154
+ body: CloudErrorOutput;
2155
+ }
2156
+ /** Gets the private link resources possible under disk access resource */
2157
+ export interface DiskAccessesGetPrivateLinkResources200Response extends HttpResponse {
2158
+ status: "200";
2159
+ body: PrivateLinkResourceListResultOutput;
2160
+ }
2161
+ /** Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. */
2162
+ export interface DiskAccessesUpdateAPrivateEndpointConnection200Response extends HttpResponse {
2163
+ status: "200";
2164
+ body: PrivateEndpointConnectionOutput;
2165
+ }
2166
+ /** Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. */
2167
+ export interface DiskAccessesUpdateAPrivateEndpointConnection202Response extends HttpResponse {
2168
+ status: "202";
2169
+ body: PrivateEndpointConnectionOutput;
2170
+ }
2171
+ /** Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. */
2172
+ export interface DiskAccessesUpdateAPrivateEndpointConnectionDefaultResponse extends HttpResponse {
2173
+ status: string;
2174
+ body: CloudErrorOutput;
2175
+ }
2176
+ /** Gets information about a private endpoint connection under a disk access resource. */
2177
+ export interface DiskAccessesGetAPrivateEndpointConnection200Response extends HttpResponse {
2178
+ status: "200";
2179
+ body: PrivateEndpointConnectionOutput;
2180
+ }
2181
+ /** Gets information about a private endpoint connection under a disk access resource. */
2182
+ export interface DiskAccessesGetAPrivateEndpointConnectionDefaultResponse extends HttpResponse {
2183
+ status: string;
2184
+ body: CloudErrorOutput;
2185
+ }
2186
+ /** Deletes a private endpoint connection under a disk access resource. */
2187
+ export interface DiskAccessesDeleteAPrivateEndpointConnection200Response extends HttpResponse {
2188
+ status: "200";
2189
+ }
2190
+ /** Deletes a private endpoint connection under a disk access resource. */
2191
+ export interface DiskAccessesDeleteAPrivateEndpointConnection202Response extends HttpResponse {
2192
+ status: "202";
2193
+ }
2194
+ /** Deletes a private endpoint connection under a disk access resource. */
2195
+ export interface DiskAccessesDeleteAPrivateEndpointConnection204Response extends HttpResponse {
2196
+ status: "204";
2197
+ }
2198
+ /** Deletes a private endpoint connection under a disk access resource. */
2199
+ export interface DiskAccessesDeleteAPrivateEndpointConnectionDefaultResponse extends HttpResponse {
2200
+ status: string;
2201
+ body: CloudErrorOutput;
2202
+ }
2203
+ /** List information about private endpoint connections under a disk access resource */
2204
+ export interface DiskAccessesListPrivateEndpointConnections200Response extends HttpResponse {
2205
+ status: "200";
2206
+ body: PrivateEndpointConnectionListResultOutput;
2207
+ }
2208
+ /** List information about private endpoint connections under a disk access resource */
2209
+ export interface DiskAccessesListPrivateEndpointConnectionsDefaultResponse extends HttpResponse {
2210
+ status: string;
2211
+ body: CloudErrorOutput;
2212
+ }
2213
+ /** Creates or updates a disk encryption set */
2214
+ export interface DiskEncryptionSetsCreateOrUpdate200Response extends HttpResponse {
2215
+ status: "200";
2216
+ body: DiskEncryptionSetOutput;
2217
+ }
2218
+ /** Creates or updates a disk encryption set */
2219
+ export interface DiskEncryptionSetsCreateOrUpdate202Response extends HttpResponse {
2220
+ status: "202";
2221
+ body: DiskEncryptionSetOutput;
2222
+ }
2223
+ /** Creates or updates a disk encryption set */
2224
+ export interface DiskEncryptionSetsCreateOrUpdateDefaultResponse extends HttpResponse {
2225
+ status: string;
2226
+ body: CloudErrorOutput;
2227
+ }
2228
+ /** Updates (patches) a disk encryption set. */
2229
+ export interface DiskEncryptionSetsUpdate200Response extends HttpResponse {
2230
+ status: "200";
2231
+ body: DiskEncryptionSetOutput;
2232
+ }
2233
+ /** Updates (patches) a disk encryption set. */
2234
+ export interface DiskEncryptionSetsUpdate202Response extends HttpResponse {
2235
+ status: "202";
2236
+ body: DiskEncryptionSetOutput;
2237
+ }
2238
+ /** Updates (patches) a disk encryption set. */
2239
+ export interface DiskEncryptionSetsUpdateDefaultResponse extends HttpResponse {
2240
+ status: string;
2241
+ body: CloudErrorOutput;
2242
+ }
2243
+ /** Gets information about a disk encryption set. */
2244
+ export interface DiskEncryptionSetsGet200Response extends HttpResponse {
2245
+ status: "200";
2246
+ body: DiskEncryptionSetOutput;
2247
+ }
2248
+ /** Gets information about a disk encryption set. */
2249
+ export interface DiskEncryptionSetsGetDefaultResponse extends HttpResponse {
2250
+ status: string;
2251
+ body: CloudErrorOutput;
2252
+ }
2253
+ /** Deletes a disk encryption set. */
2254
+ export interface DiskEncryptionSetsDelete200Response extends HttpResponse {
2255
+ status: "200";
2256
+ }
2257
+ /** Deletes a disk encryption set. */
2258
+ export interface DiskEncryptionSetsDelete202Response extends HttpResponse {
2259
+ status: "202";
2260
+ }
2261
+ /** Deletes a disk encryption set. */
2262
+ export interface DiskEncryptionSetsDelete204Response extends HttpResponse {
2263
+ status: "204";
2264
+ }
2265
+ /** Deletes a disk encryption set. */
2266
+ export interface DiskEncryptionSetsDeleteDefaultResponse extends HttpResponse {
2267
+ status: string;
2268
+ body: CloudErrorOutput;
2269
+ }
2270
+ /** Lists all the disk encryption sets under a resource group. */
2271
+ export interface DiskEncryptionSetsListByResourceGroup200Response extends HttpResponse {
2272
+ status: "200";
2273
+ body: DiskEncryptionSetListOutput;
2274
+ }
2275
+ /** Lists all the disk encryption sets under a resource group. */
2276
+ export interface DiskEncryptionSetsListByResourceGroupDefaultResponse extends HttpResponse {
2277
+ status: string;
2278
+ body: CloudErrorOutput;
2279
+ }
2280
+ /** Lists all the disk encryption sets under a subscription. */
2281
+ export interface DiskEncryptionSetsList200Response extends HttpResponse {
2282
+ status: "200";
2283
+ body: DiskEncryptionSetListOutput;
2284
+ }
2285
+ /** Lists all the disk encryption sets under a subscription. */
2286
+ export interface DiskEncryptionSetsListDefaultResponse extends HttpResponse {
2287
+ status: string;
2288
+ body: CloudErrorOutput;
2289
+ }
2290
+ /** Lists all resources that are encrypted with this disk encryption set. */
2291
+ export interface DiskEncryptionSetsListAssociatedResources200Response extends HttpResponse {
2292
+ status: "200";
2293
+ body: ResourceUriListOutput;
2294
+ }
2295
+ /** Lists all resources that are encrypted with this disk encryption set. */
2296
+ export interface DiskEncryptionSetsListAssociatedResourcesDefaultResponse extends HttpResponse {
2297
+ status: string;
2298
+ body: CloudErrorOutput;
2299
+ }
2300
+ /** Get disk restorePoint resource */
2301
+ export interface DiskRestorePointGet200Response extends HttpResponse {
2302
+ status: "200";
2303
+ body: DiskRestorePointOutput;
2304
+ }
2305
+ /** Get disk restorePoint resource */
2306
+ export interface DiskRestorePointGetDefaultResponse extends HttpResponse {
2307
+ status: string;
2308
+ body: CloudErrorOutput;
2309
+ }
2310
+ /** Lists diskRestorePoints under a vmRestorePoint. */
2311
+ export interface DiskRestorePointListByRestorePoint200Response extends HttpResponse {
2312
+ status: "200";
2313
+ body: DiskRestorePointListOutput;
2314
+ }
2315
+ /** Lists diskRestorePoints under a vmRestorePoint. */
2316
+ export interface DiskRestorePointListByRestorePointDefaultResponse extends HttpResponse {
2317
+ status: string;
2318
+ body: CloudErrorOutput;
2319
+ }
2320
+ /** Grants access to a diskRestorePoint. */
2321
+ export interface DiskRestorePointGrantAccess200Response extends HttpResponse {
2322
+ status: "200";
2323
+ body: AccessUriOutput;
2324
+ }
2325
+ /** Grants access to a diskRestorePoint. */
2326
+ export interface DiskRestorePointGrantAccess202Response extends HttpResponse {
2327
+ status: "202";
2328
+ }
2329
+ /** Grants access to a diskRestorePoint. */
2330
+ export interface DiskRestorePointGrantAccessDefaultResponse extends HttpResponse {
2331
+ status: string;
2332
+ body: CloudErrorOutput;
2333
+ }
2334
+ /** Revokes access to a diskRestorePoint. */
2335
+ export interface DiskRestorePointRevokeAccess200Response extends HttpResponse {
2336
+ status: "200";
2337
+ }
2338
+ /** Revokes access to a diskRestorePoint. */
2339
+ export interface DiskRestorePointRevokeAccess202Response extends HttpResponse {
2340
+ status: "202";
2341
+ }
2342
+ /** Revokes access to a diskRestorePoint. */
2343
+ export interface DiskRestorePointRevokeAccessDefaultResponse extends HttpResponse {
2344
+ status: string;
2345
+ body: CloudErrorOutput;
2346
+ }
2347
+ /** Creates or updates a snapshot. */
2348
+ export interface SnapshotsCreateOrUpdate200Response extends HttpResponse {
2349
+ status: "200";
2350
+ body: SnapshotOutput;
2351
+ }
2352
+ /** Creates or updates a snapshot. */
2353
+ export interface SnapshotsCreateOrUpdate202Response extends HttpResponse {
2354
+ status: "202";
2355
+ body: SnapshotOutput;
2356
+ }
2357
+ /** Updates (patches) a snapshot. */
2358
+ export interface SnapshotsUpdate200Response extends HttpResponse {
2359
+ status: "200";
2360
+ body: SnapshotOutput;
2361
+ }
2362
+ /** Updates (patches) a snapshot. */
2363
+ export interface SnapshotsUpdate202Response extends HttpResponse {
2364
+ status: "202";
2365
+ body: SnapshotOutput;
2366
+ }
2367
+ /** Gets information about a snapshot. */
2368
+ export interface SnapshotsGet200Response extends HttpResponse {
2369
+ status: "200";
2370
+ body: SnapshotOutput;
2371
+ }
2372
+ /** Deletes a snapshot. */
2373
+ export interface SnapshotsDelete200Response extends HttpResponse {
2374
+ status: "200";
2375
+ }
2376
+ /** Deletes a snapshot. */
2377
+ export interface SnapshotsDelete202Response extends HttpResponse {
2378
+ status: "202";
2379
+ }
2380
+ /** Deletes a snapshot. */
2381
+ export interface SnapshotsDelete204Response extends HttpResponse {
2382
+ status: "204";
2383
+ }
2384
+ /** Lists snapshots under a resource group. */
2385
+ export interface SnapshotsListByResourceGroup200Response extends HttpResponse {
2386
+ status: "200";
2387
+ body: SnapshotListOutput;
2388
+ }
2389
+ /** Lists snapshots under a subscription. */
2390
+ export interface SnapshotsList200Response extends HttpResponse {
2391
+ status: "200";
2392
+ body: SnapshotListOutput;
2393
+ }
2394
+ /** Grants access to a snapshot. */
2395
+ export interface SnapshotsGrantAccess200Response extends HttpResponse {
2396
+ status: "200";
2397
+ body: AccessUriOutput;
2398
+ }
2399
+ /** Grants access to a snapshot. */
2400
+ export interface SnapshotsGrantAccess202Response extends HttpResponse {
2401
+ status: "202";
2402
+ }
2403
+ /** Revokes access to a snapshot. */
2404
+ export interface SnapshotsRevokeAccess200Response extends HttpResponse {
2405
+ status: "200";
2406
+ }
2407
+ /** Revokes access to a snapshot. */
2408
+ export interface SnapshotsRevokeAccess202Response extends HttpResponse {
2409
+ status: "202";
2410
+ }
2411
+ /** Gets the list of Microsoft.Compute SKUs available for your Subscription. */
2412
+ export interface ResourceSkusList200Response extends HttpResponse {
2413
+ status: "200";
2414
+ body: ResourceSkusResultOutput;
2415
+ }
2416
+ /** Create or update a Shared Image Gallery. */
2417
+ export interface GalleriesCreateOrUpdate200Response extends HttpResponse {
2418
+ status: "200";
2419
+ body: GalleryOutput;
2420
+ }
2421
+ /** Create or update a Shared Image Gallery. */
2422
+ export interface GalleriesCreateOrUpdate201Response extends HttpResponse {
2423
+ status: "201";
2424
+ body: GalleryOutput;
2425
+ }
2426
+ /** Create or update a Shared Image Gallery. */
2427
+ export interface GalleriesCreateOrUpdate202Response extends HttpResponse {
2428
+ status: "202";
2429
+ body: GalleryOutput;
2430
+ }
2431
+ /** Create or update a Shared Image Gallery. */
2432
+ export interface GalleriesCreateOrUpdateDefaultResponse extends HttpResponse {
2433
+ status: string;
2434
+ body: CloudErrorOutput;
2435
+ }
2436
+ /** Update a Shared Image Gallery. */
2437
+ export interface GalleriesUpdate200Response extends HttpResponse {
2438
+ status: "200";
2439
+ body: GalleryOutput;
2440
+ }
2441
+ /** Update a Shared Image Gallery. */
2442
+ export interface GalleriesUpdateDefaultResponse extends HttpResponse {
2443
+ status: string;
2444
+ body: CloudErrorOutput;
2445
+ }
2446
+ /** Retrieves information about a Shared Image Gallery. */
2447
+ export interface GalleriesGet200Response extends HttpResponse {
2448
+ status: "200";
2449
+ body: GalleryOutput;
2450
+ }
2451
+ /** Retrieves information about a Shared Image Gallery. */
2452
+ export interface GalleriesGetDefaultResponse extends HttpResponse {
2453
+ status: string;
2454
+ body: CloudErrorOutput;
2455
+ }
2456
+ /** Delete a Shared Image Gallery. */
2457
+ export interface GalleriesDelete200Response extends HttpResponse {
2458
+ status: "200";
2459
+ }
2460
+ /** Delete a Shared Image Gallery. */
2461
+ export interface GalleriesDelete202Response extends HttpResponse {
2462
+ status: "202";
2463
+ }
2464
+ /** Delete a Shared Image Gallery. */
2465
+ export interface GalleriesDelete204Response extends HttpResponse {
2466
+ status: "204";
2467
+ }
2468
+ /** Delete a Shared Image Gallery. */
2469
+ export interface GalleriesDeleteDefaultResponse extends HttpResponse {
2470
+ status: string;
2471
+ body: CloudErrorOutput;
2472
+ }
2473
+ /** List galleries under a resource group. */
2474
+ export interface GalleriesListByResourceGroup200Response extends HttpResponse {
2475
+ status: "200";
2476
+ body: GalleryListOutput;
2477
+ }
2478
+ /** List galleries under a resource group. */
2479
+ export interface GalleriesListByResourceGroupDefaultResponse extends HttpResponse {
2480
+ status: string;
2481
+ body: CloudErrorOutput;
2482
+ }
2483
+ /** List galleries under a subscription. */
2484
+ export interface GalleriesList200Response extends HttpResponse {
2485
+ status: "200";
2486
+ body: GalleryListOutput;
2487
+ }
2488
+ /** List galleries under a subscription. */
2489
+ export interface GalleriesListDefaultResponse extends HttpResponse {
2490
+ status: string;
2491
+ body: CloudErrorOutput;
2492
+ }
2493
+ /** Create or update a gallery image definition. */
2494
+ export interface GalleryImagesCreateOrUpdate200Response extends HttpResponse {
2495
+ status: "200";
2496
+ body: GalleryImageOutput;
2497
+ }
2498
+ /** Create or update a gallery image definition. */
2499
+ export interface GalleryImagesCreateOrUpdate201Response extends HttpResponse {
2500
+ status: "201";
2501
+ body: GalleryImageOutput;
2502
+ }
2503
+ /** Create or update a gallery image definition. */
2504
+ export interface GalleryImagesCreateOrUpdate202Response extends HttpResponse {
2505
+ status: "202";
2506
+ body: GalleryImageOutput;
2507
+ }
2508
+ /** Create or update a gallery image definition. */
2509
+ export interface GalleryImagesCreateOrUpdateDefaultResponse extends HttpResponse {
2510
+ status: string;
2511
+ body: CloudErrorOutput;
2512
+ }
2513
+ /** Update a gallery image definition. */
2514
+ export interface GalleryImagesUpdate200Response extends HttpResponse {
2515
+ status: "200";
2516
+ body: GalleryImageOutput;
2517
+ }
2518
+ /** Update a gallery image definition. */
2519
+ export interface GalleryImagesUpdateDefaultResponse extends HttpResponse {
2520
+ status: string;
2521
+ body: CloudErrorOutput;
2522
+ }
2523
+ /** Retrieves information about a gallery image definition. */
2524
+ export interface GalleryImagesGet200Response extends HttpResponse {
2525
+ status: "200";
2526
+ body: GalleryImageOutput;
2527
+ }
2528
+ /** Retrieves information about a gallery image definition. */
2529
+ export interface GalleryImagesGetDefaultResponse extends HttpResponse {
2530
+ status: string;
2531
+ body: CloudErrorOutput;
2532
+ }
2533
+ /** Delete a gallery image. */
2534
+ export interface GalleryImagesDelete200Response extends HttpResponse {
2535
+ status: "200";
2536
+ }
2537
+ /** Delete a gallery image. */
2538
+ export interface GalleryImagesDelete202Response extends HttpResponse {
2539
+ status: "202";
2540
+ }
2541
+ /** Delete a gallery image. */
2542
+ export interface GalleryImagesDelete204Response extends HttpResponse {
2543
+ status: "204";
2544
+ }
2545
+ /** Delete a gallery image. */
2546
+ export interface GalleryImagesDeleteDefaultResponse extends HttpResponse {
2547
+ status: string;
2548
+ body: CloudErrorOutput;
2549
+ }
2550
+ /** List gallery image definitions in a gallery. */
2551
+ export interface GalleryImagesListByGallery200Response extends HttpResponse {
2552
+ status: "200";
2553
+ body: GalleryImageListOutput;
2554
+ }
2555
+ /** List gallery image definitions in a gallery. */
2556
+ export interface GalleryImagesListByGalleryDefaultResponse extends HttpResponse {
2557
+ status: string;
2558
+ body: CloudErrorOutput;
2559
+ }
2560
+ /** Create or update a gallery image version. */
2561
+ export interface GalleryImageVersionsCreateOrUpdate200Response extends HttpResponse {
2562
+ status: "200";
2563
+ body: GalleryImageVersionOutput;
2564
+ }
2565
+ /** Create or update a gallery image version. */
2566
+ export interface GalleryImageVersionsCreateOrUpdate201Response extends HttpResponse {
2567
+ status: "201";
2568
+ body: GalleryImageVersionOutput;
2569
+ }
2570
+ /** Create or update a gallery image version. */
2571
+ export interface GalleryImageVersionsCreateOrUpdate202Response extends HttpResponse {
2572
+ status: "202";
2573
+ body: GalleryImageVersionOutput;
2574
+ }
2575
+ /** Create or update a gallery image version. */
2576
+ export interface GalleryImageVersionsCreateOrUpdateDefaultResponse extends HttpResponse {
2577
+ status: string;
2578
+ body: CloudErrorOutput;
2579
+ }
2580
+ /** Update a gallery image version. */
2581
+ export interface GalleryImageVersionsUpdate200Response extends HttpResponse {
2582
+ status: "200";
2583
+ body: GalleryImageVersionOutput;
2584
+ }
2585
+ /** Update a gallery image version. */
2586
+ export interface GalleryImageVersionsUpdateDefaultResponse extends HttpResponse {
2587
+ status: string;
2588
+ body: CloudErrorOutput;
2589
+ }
2590
+ /** Retrieves information about a gallery image version. */
2591
+ export interface GalleryImageVersionsGet200Response extends HttpResponse {
2592
+ status: "200";
2593
+ body: GalleryImageVersionOutput;
2594
+ }
2595
+ /** Retrieves information about a gallery image version. */
2596
+ export interface GalleryImageVersionsGetDefaultResponse extends HttpResponse {
2597
+ status: string;
2598
+ body: CloudErrorOutput;
2599
+ }
2600
+ /** Delete a gallery image version. */
2601
+ export interface GalleryImageVersionsDelete200Response extends HttpResponse {
2602
+ status: "200";
2603
+ }
2604
+ /** Delete a gallery image version. */
2605
+ export interface GalleryImageVersionsDelete202Response extends HttpResponse {
2606
+ status: "202";
2607
+ }
2608
+ /** Delete a gallery image version. */
2609
+ export interface GalleryImageVersionsDelete204Response extends HttpResponse {
2610
+ status: "204";
2611
+ }
2612
+ /** Delete a gallery image version. */
2613
+ export interface GalleryImageVersionsDeleteDefaultResponse extends HttpResponse {
2614
+ status: string;
2615
+ body: CloudErrorOutput;
2616
+ }
2617
+ /** List gallery image versions in a gallery image definition. */
2618
+ export interface GalleryImageVersionsListByGalleryImage200Response extends HttpResponse {
2619
+ status: "200";
2620
+ body: GalleryImageVersionListOutput;
2621
+ }
2622
+ /** List gallery image versions in a gallery image definition. */
2623
+ export interface GalleryImageVersionsListByGalleryImageDefaultResponse extends HttpResponse {
2624
+ status: string;
2625
+ body: CloudErrorOutput;
2626
+ }
2627
+ /** Create or update a gallery Application Definition. */
2628
+ export interface GalleryApplicationsCreateOrUpdate200Response extends HttpResponse {
2629
+ status: "200";
2630
+ body: GalleryApplicationOutput;
2631
+ }
2632
+ /** Create or update a gallery Application Definition. */
2633
+ export interface GalleryApplicationsCreateOrUpdate201Response extends HttpResponse {
2634
+ status: "201";
2635
+ body: GalleryApplicationOutput;
2636
+ }
2637
+ /** Create or update a gallery Application Definition. */
2638
+ export interface GalleryApplicationsCreateOrUpdate202Response extends HttpResponse {
2639
+ status: "202";
2640
+ body: GalleryApplicationOutput;
2641
+ }
2642
+ /** Create or update a gallery Application Definition. */
2643
+ export interface GalleryApplicationsCreateOrUpdateDefaultResponse extends HttpResponse {
2644
+ status: string;
2645
+ body: CloudErrorOutput;
2646
+ }
2647
+ /** Update a gallery Application Definition. */
2648
+ export interface GalleryApplicationsUpdate200Response extends HttpResponse {
2649
+ status: "200";
2650
+ body: GalleryApplicationOutput;
2651
+ }
2652
+ /** Update a gallery Application Definition. */
2653
+ export interface GalleryApplicationsUpdateDefaultResponse extends HttpResponse {
2654
+ status: string;
2655
+ body: CloudErrorOutput;
2656
+ }
2657
+ /** Retrieves information about a gallery Application Definition. */
2658
+ export interface GalleryApplicationsGet200Response extends HttpResponse {
2659
+ status: "200";
2660
+ body: GalleryApplicationOutput;
2661
+ }
2662
+ /** Retrieves information about a gallery Application Definition. */
2663
+ export interface GalleryApplicationsGetDefaultResponse extends HttpResponse {
2664
+ status: string;
2665
+ body: CloudErrorOutput;
2666
+ }
2667
+ /** Delete a gallery Application. */
2668
+ export interface GalleryApplicationsDelete200Response extends HttpResponse {
2669
+ status: "200";
2670
+ }
2671
+ /** Delete a gallery Application. */
2672
+ export interface GalleryApplicationsDelete202Response extends HttpResponse {
2673
+ status: "202";
2674
+ }
2675
+ /** Delete a gallery Application. */
2676
+ export interface GalleryApplicationsDelete204Response extends HttpResponse {
2677
+ status: "204";
2678
+ }
2679
+ /** Delete a gallery Application. */
2680
+ export interface GalleryApplicationsDeleteDefaultResponse extends HttpResponse {
2681
+ status: string;
2682
+ body: CloudErrorOutput;
2683
+ }
2684
+ /** List gallery Application Definitions in a gallery. */
2685
+ export interface GalleryApplicationsListByGallery200Response extends HttpResponse {
2686
+ status: "200";
2687
+ body: GalleryApplicationListOutput;
2688
+ }
2689
+ /** List gallery Application Definitions in a gallery. */
2690
+ export interface GalleryApplicationsListByGalleryDefaultResponse extends HttpResponse {
2691
+ status: string;
2692
+ body: CloudErrorOutput;
2693
+ }
2694
+ /** Create or update a gallery Application Version. */
2695
+ export interface GalleryApplicationVersionsCreateOrUpdate200Response extends HttpResponse {
2696
+ status: "200";
2697
+ body: GalleryApplicationVersionOutput;
2698
+ }
2699
+ /** Create or update a gallery Application Version. */
2700
+ export interface GalleryApplicationVersionsCreateOrUpdate201Response extends HttpResponse {
2701
+ status: "201";
2702
+ body: GalleryApplicationVersionOutput;
2703
+ }
2704
+ /** Create or update a gallery Application Version. */
2705
+ export interface GalleryApplicationVersionsCreateOrUpdate202Response extends HttpResponse {
2706
+ status: "202";
2707
+ body: GalleryApplicationVersionOutput;
2708
+ }
2709
+ /** Create or update a gallery Application Version. */
2710
+ export interface GalleryApplicationVersionsCreateOrUpdateDefaultResponse extends HttpResponse {
2711
+ status: string;
2712
+ body: CloudErrorOutput;
2713
+ }
2714
+ /** Update a gallery Application Version. */
2715
+ export interface GalleryApplicationVersionsUpdate200Response extends HttpResponse {
2716
+ status: "200";
2717
+ body: GalleryApplicationVersionOutput;
2718
+ }
2719
+ /** Update a gallery Application Version. */
2720
+ export interface GalleryApplicationVersionsUpdateDefaultResponse extends HttpResponse {
2721
+ status: string;
2722
+ body: CloudErrorOutput;
2723
+ }
2724
+ /** Retrieves information about a gallery Application Version. */
2725
+ export interface GalleryApplicationVersionsGet200Response extends HttpResponse {
2726
+ status: "200";
2727
+ body: GalleryApplicationVersionOutput;
2728
+ }
2729
+ /** Retrieves information about a gallery Application Version. */
2730
+ export interface GalleryApplicationVersionsGetDefaultResponse extends HttpResponse {
2731
+ status: string;
2732
+ body: CloudErrorOutput;
2733
+ }
2734
+ /** Delete a gallery Application Version. */
2735
+ export interface GalleryApplicationVersionsDelete200Response extends HttpResponse {
2736
+ status: "200";
2737
+ }
2738
+ /** Delete a gallery Application Version. */
2739
+ export interface GalleryApplicationVersionsDelete202Response extends HttpResponse {
2740
+ status: "202";
2741
+ }
2742
+ /** Delete a gallery Application Version. */
2743
+ export interface GalleryApplicationVersionsDelete204Response extends HttpResponse {
2744
+ status: "204";
2745
+ }
2746
+ /** Delete a gallery Application Version. */
2747
+ export interface GalleryApplicationVersionsDeleteDefaultResponse extends HttpResponse {
2748
+ status: string;
2749
+ body: CloudErrorOutput;
2750
+ }
2751
+ /** List gallery Application Versions in a gallery Application Definition. */
2752
+ export interface GalleryApplicationVersionsListByGalleryApplication200Response extends HttpResponse {
2753
+ status: "200";
2754
+ body: GalleryApplicationVersionListOutput;
2755
+ }
2756
+ /** List gallery Application Versions in a gallery Application Definition. */
2757
+ export interface GalleryApplicationVersionsListByGalleryApplicationDefaultResponse extends HttpResponse {
2758
+ status: string;
2759
+ body: CloudErrorOutput;
2760
+ }
2761
+ /** Update sharing profile of a gallery. */
2762
+ export interface GallerySharingProfileUpdate200Response extends HttpResponse {
2763
+ status: "200";
2764
+ body: SharingUpdateOutput;
2765
+ }
2766
+ /** Update sharing profile of a gallery. */
2767
+ export interface GallerySharingProfileUpdate202Response extends HttpResponse {
2768
+ status: "202";
2769
+ body: SharingUpdateOutput;
2770
+ }
2771
+ /** Update sharing profile of a gallery. */
2772
+ export interface GallerySharingProfileUpdateDefaultResponse extends HttpResponse {
2773
+ status: string;
2774
+ body: CloudErrorOutput;
2775
+ }
2776
+ /** List shared galleries by subscription id or tenant id. */
2777
+ export interface SharedGalleriesList200Response extends HttpResponse {
2778
+ status: "200";
2779
+ body: SharedGalleryListOutput;
2780
+ }
2781
+ /** List shared galleries by subscription id or tenant id. */
2782
+ export interface SharedGalleriesListDefaultResponse extends HttpResponse {
2783
+ status: string;
2784
+ body: CloudErrorOutput;
2785
+ }
2786
+ /** Get a shared gallery by subscription id or tenant id. */
2787
+ export interface SharedGalleriesGet200Response extends HttpResponse {
2788
+ status: "200";
2789
+ body: SharedGalleryOutput;
2790
+ }
2791
+ /** Get a shared gallery by subscription id or tenant id. */
2792
+ export interface SharedGalleriesGetDefaultResponse extends HttpResponse {
2793
+ status: string;
2794
+ body: CloudErrorOutput;
2795
+ }
2796
+ /** List shared gallery images by subscription id or tenant id. */
2797
+ export interface SharedGalleryImagesList200Response extends HttpResponse {
2798
+ status: "200";
2799
+ body: SharedGalleryImageListOutput;
2800
+ }
2801
+ /** List shared gallery images by subscription id or tenant id. */
2802
+ export interface SharedGalleryImagesListDefaultResponse extends HttpResponse {
2803
+ status: string;
2804
+ body: CloudErrorOutput;
2805
+ }
2806
+ /** Get a shared gallery image by subscription id or tenant id. */
2807
+ export interface SharedGalleryImagesGet200Response extends HttpResponse {
2808
+ status: "200";
2809
+ body: SharedGalleryImageOutput;
2810
+ }
2811
+ /** Get a shared gallery image by subscription id or tenant id. */
2812
+ export interface SharedGalleryImagesGetDefaultResponse extends HttpResponse {
2813
+ status: string;
2814
+ body: CloudErrorOutput;
2815
+ }
2816
+ /** List shared gallery image versions by subscription id or tenant id. */
2817
+ export interface SharedGalleryImageVersionsList200Response extends HttpResponse {
2818
+ status: "200";
2819
+ body: SharedGalleryImageVersionListOutput;
2820
+ }
2821
+ /** List shared gallery image versions by subscription id or tenant id. */
2822
+ export interface SharedGalleryImageVersionsListDefaultResponse extends HttpResponse {
2823
+ status: string;
2824
+ body: CloudErrorOutput;
2825
+ }
2826
+ /** Get a shared gallery image version by subscription id or tenant id. */
2827
+ export interface SharedGalleryImageVersionsGet200Response extends HttpResponse {
2828
+ status: "200";
2829
+ body: SharedGalleryImageVersionOutput;
2830
+ }
2831
+ /** Get a shared gallery image version by subscription id or tenant id. */
2832
+ export interface SharedGalleryImageVersionsGetDefaultResponse extends HttpResponse {
2833
+ status: string;
2834
+ body: CloudErrorOutput;
2835
+ }
2836
+ /** Get a community gallery by gallery public name. */
2837
+ export interface CommunityGalleriesGet200Response extends HttpResponse {
2838
+ status: "200";
2839
+ body: CommunityGalleryOutput;
2840
+ }
2841
+ /** Get a community gallery by gallery public name. */
2842
+ export interface CommunityGalleriesGetDefaultResponse extends HttpResponse {
2843
+ status: string;
2844
+ body: CloudErrorOutput;
2845
+ }
2846
+ /** Get a community gallery image. */
2847
+ export interface CommunityGalleryImagesGet200Response extends HttpResponse {
2848
+ status: "200";
2849
+ body: CommunityGalleryImageOutput;
2850
+ }
2851
+ /** Get a community gallery image. */
2852
+ export interface CommunityGalleryImagesGetDefaultResponse extends HttpResponse {
2853
+ status: string;
2854
+ body: CloudErrorOutput;
2855
+ }
2856
+ /** List community gallery images inside a gallery. */
2857
+ export interface CommunityGalleryImagesList200Response extends HttpResponse {
2858
+ status: "200";
2859
+ body: CommunityGalleryImageListOutput;
2860
+ }
2861
+ /** List community gallery images inside a gallery. */
2862
+ export interface CommunityGalleryImagesListDefaultResponse extends HttpResponse {
2863
+ status: string;
2864
+ body: CloudErrorOutput;
2865
+ }
2866
+ /** Get a community gallery image version. */
2867
+ export interface CommunityGalleryImageVersionsGet200Response extends HttpResponse {
2868
+ status: "200";
2869
+ body: CommunityGalleryImageVersionOutput;
2870
+ }
2871
+ /** Get a community gallery image version. */
2872
+ export interface CommunityGalleryImageVersionsGetDefaultResponse extends HttpResponse {
2873
+ status: string;
2874
+ body: CloudErrorOutput;
2875
+ }
2876
+ /** List community gallery image versions inside an image. */
2877
+ export interface CommunityGalleryImageVersionsList200Response extends HttpResponse {
2878
+ status: "200";
2879
+ body: CommunityGalleryImageVersionListOutput;
2880
+ }
2881
+ /** List community gallery image versions inside an image. */
2882
+ export interface CommunityGalleryImageVersionsListDefaultResponse extends HttpResponse {
2883
+ status: string;
2884
+ body: CloudErrorOutput;
2885
+ }
2886
+ /** Deletes a role instance from a cloud service. */
2887
+ export interface CloudServiceRoleInstancesDelete200Response extends HttpResponse {
2888
+ status: "200";
2889
+ }
2890
+ /** Deletes a role instance from a cloud service. */
2891
+ export interface CloudServiceRoleInstancesDelete202Response extends HttpResponse {
2892
+ status: "202";
2893
+ }
2894
+ /** Deletes a role instance from a cloud service. */
2895
+ export interface CloudServiceRoleInstancesDelete204Response extends HttpResponse {
2896
+ status: "204";
2897
+ }
2898
+ /** Deletes a role instance from a cloud service. */
2899
+ export interface CloudServiceRoleInstancesDeleteDefaultResponse extends HttpResponse {
2900
+ status: string;
2901
+ body: CloudErrorOutput;
2902
+ }
2903
+ /** Gets a role instance from a cloud service. */
2904
+ export interface CloudServiceRoleInstancesGet200Response extends HttpResponse {
2905
+ status: "200";
2906
+ body: RoleInstanceOutput;
2907
+ }
2908
+ /** Gets a role instance from a cloud service. */
2909
+ export interface CloudServiceRoleInstancesGetDefaultResponse extends HttpResponse {
2910
+ status: string;
2911
+ body: CloudErrorOutput;
2912
+ }
2913
+ /** Retrieves information about the run-time state of a role instance in a cloud service. */
2914
+ export interface CloudServiceRoleInstancesGetInstanceView200Response extends HttpResponse {
2915
+ status: "200";
2916
+ body: RoleInstanceViewOutput;
2917
+ }
2918
+ /** Retrieves information about the run-time state of a role instance in a cloud service. */
2919
+ export interface CloudServiceRoleInstancesGetInstanceViewDefaultResponse extends HttpResponse {
2920
+ status: string;
2921
+ body: CloudErrorOutput;
2922
+ }
2923
+ /** Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances. */
2924
+ export interface CloudServiceRoleInstancesList200Response extends HttpResponse {
2925
+ status: "200";
2926
+ body: RoleInstanceListResultOutput;
2927
+ }
2928
+ /** Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances. */
2929
+ export interface CloudServiceRoleInstancesListDefaultResponse extends HttpResponse {
2930
+ status: string;
2931
+ body: CloudErrorOutput;
2932
+ }
2933
+ /** The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. */
2934
+ export interface CloudServiceRoleInstancesRestart200Response extends HttpResponse {
2935
+ status: "200";
2936
+ }
2937
+ /** The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. */
2938
+ export interface CloudServiceRoleInstancesRestart202Response extends HttpResponse {
2939
+ status: "202";
2940
+ }
2941
+ /** The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. */
2942
+ export interface CloudServiceRoleInstancesRestartDefaultResponse extends HttpResponse {
2943
+ status: string;
2944
+ body: CloudErrorOutput;
2945
+ }
2946
+ /** The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */
2947
+ export interface CloudServiceRoleInstancesReimage200Response extends HttpResponse {
2948
+ status: "200";
2949
+ }
2950
+ /** The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */
2951
+ export interface CloudServiceRoleInstancesReimage202Response extends HttpResponse {
2952
+ status: "202";
2953
+ }
2954
+ /** The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */
2955
+ export interface CloudServiceRoleInstancesReimageDefaultResponse extends HttpResponse {
2956
+ status: string;
2957
+ body: CloudErrorOutput;
2958
+ }
2959
+ /** The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance. */
2960
+ export interface CloudServiceRoleInstancesRebuild200Response extends HttpResponse {
2961
+ status: "200";
2962
+ }
2963
+ /** The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance. */
2964
+ export interface CloudServiceRoleInstancesRebuild202Response extends HttpResponse {
2965
+ status: "202";
2966
+ }
2967
+ /** The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance. */
2968
+ export interface CloudServiceRoleInstancesRebuildDefaultResponse extends HttpResponse {
2969
+ status: string;
2970
+ body: CloudErrorOutput;
2971
+ }
2972
+ /** Gets a remote desktop file for a role instance in a cloud service. */
2973
+ export interface CloudServiceRoleInstancesGetRemoteDesktopFile200Response extends HttpResponse {
2974
+ status: "200";
2975
+ /** Value may contain any sequence of octets */
2976
+ body: Uint8Array;
2977
+ }
2978
+ /** Gets a remote desktop file for a role instance in a cloud service. */
2979
+ export interface CloudServiceRoleInstancesGetRemoteDesktopFileDefaultResponse extends HttpResponse {
2980
+ status: string;
2981
+ }
2982
+ /** Gets a role from a cloud service. */
2983
+ export interface CloudServiceRolesGet200Response extends HttpResponse {
2984
+ status: "200";
2985
+ body: CloudServiceRoleOutput;
2986
+ }
2987
+ /** Gets a role from a cloud service. */
2988
+ export interface CloudServiceRolesGetDefaultResponse extends HttpResponse {
2989
+ status: string;
2990
+ body: CloudErrorOutput;
2991
+ }
2992
+ /** Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles. */
2993
+ export interface CloudServiceRolesList200Response extends HttpResponse {
2994
+ status: "200";
2995
+ body: CloudServiceRoleListResultOutput;
2996
+ }
2997
+ /** Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles. */
2998
+ export interface CloudServiceRolesListDefaultResponse extends HttpResponse {
2999
+ status: string;
3000
+ body: CloudErrorOutput;
3001
+ }
3002
+ /** Create or update a cloud service. Please note some properties can be set only during cloud service creation. */
3003
+ export interface CloudServicesCreateOrUpdate200Response extends HttpResponse {
3004
+ status: "200";
3005
+ body: CloudServiceOutput;
3006
+ }
3007
+ /** Create or update a cloud service. Please note some properties can be set only during cloud service creation. */
3008
+ export interface CloudServicesCreateOrUpdate201Response extends HttpResponse {
3009
+ status: "201";
3010
+ body: CloudServiceOutput;
3011
+ }
3012
+ /** Create or update a cloud service. Please note some properties can be set only during cloud service creation. */
3013
+ export interface CloudServicesCreateOrUpdateDefaultResponse extends HttpResponse {
3014
+ status: string;
3015
+ body: CloudErrorOutput;
3016
+ }
3017
+ /** Update a cloud service. */
3018
+ export interface CloudServicesUpdate200Response extends HttpResponse {
3019
+ status: "200";
3020
+ body: CloudServiceOutput;
3021
+ }
3022
+ /** Update a cloud service. */
3023
+ export interface CloudServicesUpdateDefaultResponse extends HttpResponse {
3024
+ status: string;
3025
+ body: CloudErrorOutput;
3026
+ }
3027
+ /** Deletes a cloud service. */
3028
+ export interface CloudServicesDelete200Response extends HttpResponse {
3029
+ status: "200";
3030
+ }
3031
+ /** Deletes a cloud service. */
3032
+ export interface CloudServicesDelete202Response extends HttpResponse {
3033
+ status: "202";
3034
+ }
3035
+ /** Deletes a cloud service. */
3036
+ export interface CloudServicesDelete204Response extends HttpResponse {
3037
+ status: "204";
3038
+ }
3039
+ /** Deletes a cloud service. */
3040
+ export interface CloudServicesDeleteDefaultResponse extends HttpResponse {
3041
+ status: string;
3042
+ body: CloudErrorOutput;
3043
+ }
3044
+ /** Display information about a cloud service. */
3045
+ export interface CloudServicesGet200Response extends HttpResponse {
3046
+ status: "200";
3047
+ body: CloudServiceOutput;
3048
+ }
3049
+ /** Display information about a cloud service. */
3050
+ export interface CloudServicesGetDefaultResponse extends HttpResponse {
3051
+ status: string;
3052
+ body: CloudErrorOutput;
3053
+ }
3054
+ /** Gets the status of a cloud service. */
3055
+ export interface CloudServicesGetInstanceView200Response extends HttpResponse {
3056
+ status: "200";
3057
+ body: CloudServiceInstanceViewOutput;
3058
+ }
3059
+ /** Gets the status of a cloud service. */
3060
+ export interface CloudServicesGetInstanceViewDefaultResponse extends HttpResponse {
3061
+ status: string;
3062
+ body: CloudErrorOutput;
3063
+ }
3064
+ /** Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */
3065
+ export interface CloudServicesListAll200Response extends HttpResponse {
3066
+ status: "200";
3067
+ body: CloudServiceListResultOutput;
3068
+ }
3069
+ /** Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */
3070
+ export interface CloudServicesListAllDefaultResponse extends HttpResponse {
3071
+ status: string;
3072
+ body: CloudErrorOutput;
3073
+ }
3074
+ /** Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */
3075
+ export interface CloudServicesList200Response extends HttpResponse {
3076
+ status: "200";
3077
+ body: CloudServiceListResultOutput;
3078
+ }
3079
+ /** Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */
3080
+ export interface CloudServicesListDefaultResponse extends HttpResponse {
3081
+ status: string;
3082
+ body: CloudErrorOutput;
3083
+ }
3084
+ /** Starts the cloud service. */
3085
+ export interface CloudServicesStart200Response extends HttpResponse {
3086
+ status: "200";
3087
+ }
3088
+ /** Starts the cloud service. */
3089
+ export interface CloudServicesStart202Response extends HttpResponse {
3090
+ status: "202";
3091
+ }
3092
+ /** Starts the cloud service. */
3093
+ export interface CloudServicesStartDefaultResponse extends HttpResponse {
3094
+ status: string;
3095
+ body: CloudErrorOutput;
3096
+ }
3097
+ /** Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. */
3098
+ export interface CloudServicesPowerOff200Response extends HttpResponse {
3099
+ status: "200";
3100
+ }
3101
+ /** Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. */
3102
+ export interface CloudServicesPowerOff202Response extends HttpResponse {
3103
+ status: "202";
3104
+ }
3105
+ /** Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. */
3106
+ export interface CloudServicesPowerOffDefaultResponse extends HttpResponse {
3107
+ status: string;
3108
+ body: CloudErrorOutput;
3109
+ }
3110
+ /** Restarts one or more role instances in a cloud service. */
3111
+ export interface CloudServicesRestart200Response extends HttpResponse {
3112
+ status: "200";
3113
+ }
3114
+ /** Restarts one or more role instances in a cloud service. */
3115
+ export interface CloudServicesRestart202Response extends HttpResponse {
3116
+ status: "202";
3117
+ }
3118
+ /** Restarts one or more role instances in a cloud service. */
3119
+ export interface CloudServicesRestartDefaultResponse extends HttpResponse {
3120
+ status: string;
3121
+ body: CloudErrorOutput;
3122
+ }
3123
+ /** Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */
3124
+ export interface CloudServicesReimage200Response extends HttpResponse {
3125
+ status: "200";
3126
+ }
3127
+ /** Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */
3128
+ export interface CloudServicesReimage202Response extends HttpResponse {
3129
+ status: "202";
3130
+ }
3131
+ /** Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */
3132
+ export interface CloudServicesReimageDefaultResponse extends HttpResponse {
3133
+ status: string;
3134
+ body: CloudErrorOutput;
3135
+ }
3136
+ /** Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances. */
3137
+ export interface CloudServicesRebuild200Response extends HttpResponse {
3138
+ status: "200";
3139
+ }
3140
+ /** Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances. */
3141
+ export interface CloudServicesRebuild202Response extends HttpResponse {
3142
+ status: "202";
3143
+ }
3144
+ /** Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances. */
3145
+ export interface CloudServicesRebuildDefaultResponse extends HttpResponse {
3146
+ status: string;
3147
+ body: CloudErrorOutput;
3148
+ }
3149
+ /** Deletes role instances in a cloud service. */
3150
+ export interface CloudServicesDeleteInstances200Response extends HttpResponse {
3151
+ status: "200";
3152
+ }
3153
+ /** Deletes role instances in a cloud service. */
3154
+ export interface CloudServicesDeleteInstances202Response extends HttpResponse {
3155
+ status: "202";
3156
+ }
3157
+ /** Deletes role instances in a cloud service. */
3158
+ export interface CloudServicesDeleteInstancesDefaultResponse extends HttpResponse {
3159
+ status: string;
3160
+ body: CloudErrorOutput;
3161
+ }
3162
+ /** Updates the role instances in the specified update domain. */
3163
+ export interface CloudServicesUpdateDomainWalkUpdateDomain200Response extends HttpResponse {
3164
+ status: "200";
3165
+ }
3166
+ /** Updates the role instances in the specified update domain. */
3167
+ export interface CloudServicesUpdateDomainWalkUpdateDomain202Response extends HttpResponse {
3168
+ status: "202";
3169
+ }
3170
+ /** Updates the role instances in the specified update domain. */
3171
+ export interface CloudServicesUpdateDomainWalkUpdateDomainDefaultResponse extends HttpResponse {
3172
+ status: string;
3173
+ body: CloudErrorOutput;
3174
+ }
3175
+ /** Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains. */
3176
+ export interface CloudServicesUpdateDomainGetUpdateDomain200Response extends HttpResponse {
3177
+ status: "200";
3178
+ body: UpdateDomainOutput;
3179
+ }
3180
+ /** Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains. */
3181
+ export interface CloudServicesUpdateDomainGetUpdateDomainDefaultResponse extends HttpResponse {
3182
+ status: string;
3183
+ body: CloudErrorOutput;
3184
+ }
3185
+ /** Gets a list of all update domains in a cloud service. */
3186
+ export interface CloudServicesUpdateDomainListUpdateDomains200Response extends HttpResponse {
3187
+ status: "200";
3188
+ body: UpdateDomainListResultOutput;
3189
+ }
3190
+ /** Gets a list of all update domains in a cloud service. */
3191
+ export interface CloudServicesUpdateDomainListUpdateDomainsDefaultResponse extends HttpResponse {
3192
+ status: string;
3193
+ body: CloudErrorOutput;
3194
+ }
3195
+ /** Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. */
3196
+ export interface CloudServiceOperatingSystemsGetOSVersion200Response extends HttpResponse {
3197
+ status: "200";
3198
+ body: OSVersionOutput;
3199
+ }
3200
+ /** Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. */
3201
+ export interface CloudServiceOperatingSystemsGetOSVersionDefaultResponse extends HttpResponse {
3202
+ status: string;
3203
+ body: CloudErrorOutput;
3204
+ }
3205
+ /** Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS versions. Do this till nextLink is null to fetch all the OS versions. */
3206
+ export interface CloudServiceOperatingSystemsListOSVersions200Response extends HttpResponse {
3207
+ status: "200";
3208
+ body: OSVersionListResultOutput;
3209
+ }
3210
+ /** Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS versions. Do this till nextLink is null to fetch all the OS versions. */
3211
+ export interface CloudServiceOperatingSystemsListOSVersionsDefaultResponse extends HttpResponse {
3212
+ status: string;
3213
+ body: CloudErrorOutput;
3214
+ }
3215
+ /** Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. */
3216
+ export interface CloudServiceOperatingSystemsGetOSFamily200Response extends HttpResponse {
3217
+ status: "200";
3218
+ body: OSFamilyOutput;
3219
+ }
3220
+ /** Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. */
3221
+ export interface CloudServiceOperatingSystemsGetOSFamilyDefaultResponse extends HttpResponse {
3222
+ status: string;
3223
+ body: CloudErrorOutput;
3224
+ }
3225
+ /** Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS Families. Do this till nextLink is null to fetch all the OS Families. */
3226
+ export interface CloudServiceOperatingSystemsListOSFamilies200Response extends HttpResponse {
3227
+ status: "200";
3228
+ body: OSFamilyListResultOutput;
3229
+ }
3230
+ /** Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS Families. Do this till nextLink is null to fetch all the OS Families. */
3231
+ export interface CloudServiceOperatingSystemsListOSFamiliesDefaultResponse extends HttpResponse {
3232
+ status: string;
3233
+ body: CloudErrorOutput;
3234
+ }
3235
+ //# sourceMappingURL=responses.d.ts.map