@azure-rest/arm-compute 1.0.0-alpha.20250102.1 → 1.0.0-alpha.20250106.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 @@
1
+ {"version":3,"file":"clientDefinitions.js","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type {\n OperationsListParameters,\n UsageListParameters,\n VirtualMachineSizesListParameters,\n VirtualMachineScaleSetsListByLocationParameters,\n VirtualMachineScaleSetsCreateOrUpdateParameters,\n VirtualMachineScaleSetsUpdateParameters,\n VirtualMachineScaleSetsDeleteParameters,\n VirtualMachineScaleSetsGetParameters,\n VirtualMachineScaleSetsDeallocateParameters,\n VirtualMachineScaleSetsDeleteInstancesParameters,\n VirtualMachineScaleSetsGetInstanceViewParameters,\n VirtualMachineScaleSetsListParameters,\n VirtualMachineScaleSetsListAllParameters,\n VirtualMachineScaleSetsListSkusParameters,\n VirtualMachineScaleSetsGetOSUpgradeHistoryParameters,\n VirtualMachineScaleSetsPowerOffParameters,\n VirtualMachineScaleSetsRestartParameters,\n VirtualMachineScaleSetsStartParameters,\n VirtualMachineScaleSetsRedeployParameters,\n VirtualMachineScaleSetsPerformMaintenanceParameters,\n VirtualMachineScaleSetsUpdateInstancesParameters,\n VirtualMachineScaleSetsReimageParameters,\n VirtualMachineScaleSetsReimageAllParameters,\n VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkParameters,\n VirtualMachineScaleSetsConvertToSinglePlacementGroupParameters,\n VirtualMachineScaleSetsSetOrchestrationServiceStateParameters,\n VirtualMachineScaleSetExtensionsCreateOrUpdateParameters,\n VirtualMachineScaleSetExtensionsUpdateParameters,\n VirtualMachineScaleSetExtensionsDeleteParameters,\n VirtualMachineScaleSetExtensionsGetParameters,\n VirtualMachineScaleSetExtensionsListParameters,\n VirtualMachineScaleSetRollingUpgradesCancelParameters,\n VirtualMachineScaleSetRollingUpgradesStartOSUpgradeParameters,\n VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeParameters,\n VirtualMachineScaleSetRollingUpgradesGetLatestParameters,\n VirtualMachineScaleSetVMExtensionsCreateOrUpdateParameters,\n VirtualMachineScaleSetVMExtensionsUpdateParameters,\n VirtualMachineScaleSetVMExtensionsDeleteParameters,\n VirtualMachineScaleSetVMExtensionsGetParameters,\n VirtualMachineScaleSetVMExtensionsListParameters,\n VirtualMachineScaleSetVMsReimageParameters,\n VirtualMachineScaleSetVMsReimageAllParameters,\n VirtualMachineScaleSetVMsDeallocateParameters,\n VirtualMachineScaleSetVMsUpdateParameters,\n VirtualMachineScaleSetVMsDeleteParameters,\n VirtualMachineScaleSetVMsGetParameters,\n VirtualMachineScaleSetVMsGetInstanceViewParameters,\n VirtualMachineScaleSetVMsListParameters,\n VirtualMachineScaleSetVMsPowerOffParameters,\n VirtualMachineScaleSetVMsRestartParameters,\n VirtualMachineScaleSetVMsStartParameters,\n VirtualMachineScaleSetVMsRedeployParameters,\n VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataParameters,\n VirtualMachineScaleSetVMsPerformMaintenanceParameters,\n VirtualMachineScaleSetVMsSimulateEvictionParameters,\n VirtualMachineScaleSetVMsRunCommandParameters,\n VirtualMachineExtensionsCreateOrUpdateParameters,\n VirtualMachineExtensionsUpdateParameters,\n VirtualMachineExtensionsDeleteParameters,\n VirtualMachineExtensionsGetParameters,\n VirtualMachineExtensionsListParameters,\n VirtualMachinesListByLocationParameters,\n VirtualMachinesCaptureParameters,\n VirtualMachinesCreateOrUpdateParameters,\n VirtualMachinesUpdateParameters,\n VirtualMachinesDeleteParameters,\n VirtualMachinesGetParameters,\n VirtualMachinesInstanceViewParameters,\n VirtualMachinesConvertToManagedDisksParameters,\n VirtualMachinesDeallocateParameters,\n VirtualMachinesGeneralizeParameters,\n VirtualMachinesListParameters,\n VirtualMachinesListAllParameters,\n VirtualMachinesListAvailableSizesParameters,\n VirtualMachinesPowerOffParameters,\n VirtualMachinesReapplyParameters,\n VirtualMachinesRestartParameters,\n VirtualMachinesStartParameters,\n VirtualMachinesRedeployParameters,\n VirtualMachinesReimageParameters,\n VirtualMachinesRetrieveBootDiagnosticsDataParameters,\n VirtualMachinesPerformMaintenanceParameters,\n VirtualMachinesSimulateEvictionParameters,\n VirtualMachinesAssessPatchesParameters,\n VirtualMachinesInstallPatchesParameters,\n VirtualMachinesRunCommandParameters,\n VirtualMachineImagesGetParameters,\n VirtualMachineImagesListParameters,\n VirtualMachineImagesListOffersParameters,\n VirtualMachineImagesListPublishersParameters,\n VirtualMachineImagesListSkusParameters,\n VirtualMachineImagesListByEdgeZoneParameters,\n VirtualMachineImagesEdgeZoneGetParameters,\n VirtualMachineImagesEdgeZoneListParameters,\n VirtualMachineImagesEdgeZoneListOffersParameters,\n VirtualMachineImagesEdgeZoneListPublishersParameters,\n VirtualMachineImagesEdgeZoneListSkusParameters,\n VirtualMachineExtensionImagesGetParameters,\n VirtualMachineExtensionImagesListTypesParameters,\n VirtualMachineExtensionImagesListVersionsParameters,\n AvailabilitySetsCreateOrUpdateParameters,\n AvailabilitySetsUpdateParameters,\n AvailabilitySetsDeleteParameters,\n AvailabilitySetsGetParameters,\n AvailabilitySetsListBySubscriptionParameters,\n AvailabilitySetsListParameters,\n AvailabilitySetsListAvailableSizesParameters,\n ProximityPlacementGroupsCreateOrUpdateParameters,\n ProximityPlacementGroupsUpdateParameters,\n ProximityPlacementGroupsDeleteParameters,\n ProximityPlacementGroupsGetParameters,\n ProximityPlacementGroupsListBySubscriptionParameters,\n ProximityPlacementGroupsListByResourceGroupParameters,\n DedicatedHostGroupsCreateOrUpdateParameters,\n DedicatedHostGroupsUpdateParameters,\n DedicatedHostGroupsDeleteParameters,\n DedicatedHostGroupsGetParameters,\n DedicatedHostGroupsListByResourceGroupParameters,\n DedicatedHostGroupsListBySubscriptionParameters,\n DedicatedHostsCreateOrUpdateParameters,\n DedicatedHostsUpdateParameters,\n DedicatedHostsDeleteParameters,\n DedicatedHostsGetParameters,\n DedicatedHostsListByHostGroupParameters,\n DedicatedHostsRestartParameters,\n SshPublicKeysListBySubscriptionParameters,\n SshPublicKeysListByResourceGroupParameters,\n SshPublicKeysCreateParameters,\n SshPublicKeysUpdateParameters,\n SshPublicKeysDeleteParameters,\n SshPublicKeysGetParameters,\n SshPublicKeysGenerateKeyPairParameters,\n ImagesCreateOrUpdateParameters,\n ImagesUpdateParameters,\n ImagesDeleteParameters,\n ImagesGetParameters,\n ImagesListByResourceGroupParameters,\n ImagesListParameters,\n RestorePointCollectionsCreateOrUpdateParameters,\n RestorePointCollectionsUpdateParameters,\n RestorePointCollectionsDeleteParameters,\n RestorePointCollectionsGetParameters,\n RestorePointCollectionsListParameters,\n RestorePointCollectionsListAllParameters,\n RestorePointsCreateParameters,\n RestorePointsDeleteParameters,\n RestorePointsGetParameters,\n CapacityReservationGroupsCreateOrUpdateParameters,\n CapacityReservationGroupsUpdateParameters,\n CapacityReservationGroupsDeleteParameters,\n CapacityReservationGroupsGetParameters,\n CapacityReservationGroupsListByResourceGroupParameters,\n CapacityReservationGroupsListBySubscriptionParameters,\n CapacityReservationsCreateOrUpdateParameters,\n CapacityReservationsUpdateParameters,\n CapacityReservationsDeleteParameters,\n CapacityReservationsGetParameters,\n CapacityReservationsListByCapacityReservationGroupParameters,\n LogAnalyticsExportRequestRateByIntervalParameters,\n LogAnalyticsExportThrottledRequestsParameters,\n VirtualMachineRunCommandsListParameters,\n VirtualMachineRunCommandsGetParameters,\n VirtualMachineRunCommandsCreateOrUpdateParameters,\n VirtualMachineRunCommandsUpdateParameters,\n VirtualMachineRunCommandsDeleteParameters,\n VirtualMachineRunCommandsGetByVirtualMachineParameters,\n VirtualMachineRunCommandsListByVirtualMachineParameters,\n VirtualMachineScaleSetVMRunCommandsCreateOrUpdateParameters,\n VirtualMachineScaleSetVMRunCommandsUpdateParameters,\n VirtualMachineScaleSetVMRunCommandsDeleteParameters,\n VirtualMachineScaleSetVMRunCommandsGetParameters,\n VirtualMachineScaleSetVMRunCommandsListParameters,\n DisksCreateOrUpdateParameters,\n DisksUpdateParameters,\n DisksGetParameters,\n DisksDeleteParameters,\n DisksListByResourceGroupParameters,\n DisksListParameters,\n DisksGrantAccessParameters,\n DisksRevokeAccessParameters,\n DiskAccessesCreateOrUpdateParameters,\n DiskAccessesUpdateParameters,\n DiskAccessesGetParameters,\n DiskAccessesDeleteParameters,\n DiskAccessesListByResourceGroupParameters,\n DiskAccessesListParameters,\n DiskAccessesGetPrivateLinkResourcesParameters,\n DiskAccessesUpdateAPrivateEndpointConnectionParameters,\n DiskAccessesGetAPrivateEndpointConnectionParameters,\n DiskAccessesDeleteAPrivateEndpointConnectionParameters,\n DiskAccessesListPrivateEndpointConnectionsParameters,\n DiskEncryptionSetsCreateOrUpdateParameters,\n DiskEncryptionSetsUpdateParameters,\n DiskEncryptionSetsGetParameters,\n DiskEncryptionSetsDeleteParameters,\n DiskEncryptionSetsListByResourceGroupParameters,\n DiskEncryptionSetsListParameters,\n DiskEncryptionSetsListAssociatedResourcesParameters,\n DiskRestorePointGetParameters,\n DiskRestorePointListByRestorePointParameters,\n DiskRestorePointGrantAccessParameters,\n DiskRestorePointRevokeAccessParameters,\n SnapshotsCreateOrUpdateParameters,\n SnapshotsUpdateParameters,\n SnapshotsGetParameters,\n SnapshotsDeleteParameters,\n SnapshotsListByResourceGroupParameters,\n SnapshotsListParameters,\n SnapshotsGrantAccessParameters,\n SnapshotsRevokeAccessParameters,\n ResourceSkusListParameters,\n GalleriesCreateOrUpdateParameters,\n GalleriesUpdateParameters,\n GalleriesGetParameters,\n GalleriesDeleteParameters,\n GalleriesListByResourceGroupParameters,\n GalleriesListParameters,\n GalleryImagesCreateOrUpdateParameters,\n GalleryImagesUpdateParameters,\n GalleryImagesGetParameters,\n GalleryImagesDeleteParameters,\n GalleryImagesListByGalleryParameters,\n GalleryImageVersionsCreateOrUpdateParameters,\n GalleryImageVersionsUpdateParameters,\n GalleryImageVersionsGetParameters,\n GalleryImageVersionsDeleteParameters,\n GalleryImageVersionsListByGalleryImageParameters,\n GalleryApplicationsCreateOrUpdateParameters,\n GalleryApplicationsUpdateParameters,\n GalleryApplicationsGetParameters,\n GalleryApplicationsDeleteParameters,\n GalleryApplicationsListByGalleryParameters,\n GalleryApplicationVersionsCreateOrUpdateParameters,\n GalleryApplicationVersionsUpdateParameters,\n GalleryApplicationVersionsGetParameters,\n GalleryApplicationVersionsDeleteParameters,\n GalleryApplicationVersionsListByGalleryApplicationParameters,\n GallerySharingProfileUpdateParameters,\n SharedGalleriesListParameters,\n SharedGalleriesGetParameters,\n SharedGalleryImagesListParameters,\n SharedGalleryImagesGetParameters,\n SharedGalleryImageVersionsListParameters,\n SharedGalleryImageVersionsGetParameters,\n CommunityGalleriesGetParameters,\n CommunityGalleryImagesGetParameters,\n CommunityGalleryImagesListParameters,\n CommunityGalleryImageVersionsGetParameters,\n CommunityGalleryImageVersionsListParameters,\n CloudServiceRoleInstancesDeleteParameters,\n CloudServiceRoleInstancesGetParameters,\n CloudServiceRoleInstancesGetInstanceViewParameters,\n CloudServiceRoleInstancesListParameters,\n CloudServiceRoleInstancesRestartParameters,\n CloudServiceRoleInstancesReimageParameters,\n CloudServiceRoleInstancesRebuildParameters,\n CloudServiceRoleInstancesGetRemoteDesktopFileParameters,\n CloudServiceRolesGetParameters,\n CloudServiceRolesListParameters,\n CloudServicesCreateOrUpdateParameters,\n CloudServicesUpdateParameters,\n CloudServicesDeleteParameters,\n CloudServicesGetParameters,\n CloudServicesGetInstanceViewParameters,\n CloudServicesListAllParameters,\n CloudServicesListParameters,\n CloudServicesStartParameters,\n CloudServicesPowerOffParameters,\n CloudServicesRestartParameters,\n CloudServicesReimageParameters,\n CloudServicesRebuildParameters,\n CloudServicesDeleteInstancesParameters,\n CloudServicesUpdateDomainWalkUpdateDomainParameters,\n CloudServicesUpdateDomainGetUpdateDomainParameters,\n CloudServicesUpdateDomainListUpdateDomainsParameters,\n CloudServiceOperatingSystemsGetOSVersionParameters,\n CloudServiceOperatingSystemsListOSVersionsParameters,\n CloudServiceOperatingSystemsGetOSFamilyParameters,\n CloudServiceOperatingSystemsListOSFamiliesParameters,\n} from \"./parameters.js\";\nimport type {\n OperationsList200Response,\n OperationsListDefaultResponse,\n UsageList200Response,\n UsageListDefaultResponse,\n VirtualMachineSizesList200Response,\n VirtualMachineSizesListDefaultResponse,\n VirtualMachineScaleSetsListByLocation200Response,\n VirtualMachineScaleSetsListByLocationDefaultResponse,\n VirtualMachineScaleSetsCreateOrUpdate200Response,\n VirtualMachineScaleSetsCreateOrUpdate201Response,\n VirtualMachineScaleSetsCreateOrUpdateDefaultResponse,\n VirtualMachineScaleSetsUpdate200Response,\n VirtualMachineScaleSetsUpdateDefaultResponse,\n VirtualMachineScaleSetsDelete200Response,\n VirtualMachineScaleSetsDelete202Response,\n VirtualMachineScaleSetsDelete204Response,\n VirtualMachineScaleSetsDeleteDefaultResponse,\n VirtualMachineScaleSetsGet200Response,\n VirtualMachineScaleSetsGetDefaultResponse,\n VirtualMachineScaleSetsDeallocate200Response,\n VirtualMachineScaleSetsDeallocate202Response,\n VirtualMachineScaleSetsDeallocateDefaultResponse,\n VirtualMachineScaleSetsDeleteInstances200Response,\n VirtualMachineScaleSetsDeleteInstances202Response,\n VirtualMachineScaleSetsDeleteInstancesDefaultResponse,\n VirtualMachineScaleSetsGetInstanceView200Response,\n VirtualMachineScaleSetsGetInstanceViewDefaultResponse,\n VirtualMachineScaleSetsList200Response,\n VirtualMachineScaleSetsListDefaultResponse,\n VirtualMachineScaleSetsListAll200Response,\n VirtualMachineScaleSetsListAllDefaultResponse,\n VirtualMachineScaleSetsListSkus200Response,\n VirtualMachineScaleSetsListSkusDefaultResponse,\n VirtualMachineScaleSetsGetOSUpgradeHistory200Response,\n VirtualMachineScaleSetsGetOSUpgradeHistoryDefaultResponse,\n VirtualMachineScaleSetsPowerOff200Response,\n VirtualMachineScaleSetsPowerOff202Response,\n VirtualMachineScaleSetsPowerOffDefaultResponse,\n VirtualMachineScaleSetsRestart200Response,\n VirtualMachineScaleSetsRestart202Response,\n VirtualMachineScaleSetsRestartDefaultResponse,\n VirtualMachineScaleSetsStart200Response,\n VirtualMachineScaleSetsStart202Response,\n VirtualMachineScaleSetsStartDefaultResponse,\n VirtualMachineScaleSetsRedeploy200Response,\n VirtualMachineScaleSetsRedeploy202Response,\n VirtualMachineScaleSetsRedeployDefaultResponse,\n VirtualMachineScaleSetsPerformMaintenance200Response,\n VirtualMachineScaleSetsPerformMaintenance202Response,\n VirtualMachineScaleSetsPerformMaintenanceDefaultResponse,\n VirtualMachineScaleSetsUpdateInstances200Response,\n VirtualMachineScaleSetsUpdateInstances202Response,\n VirtualMachineScaleSetsUpdateInstancesDefaultResponse,\n VirtualMachineScaleSetsReimage200Response,\n VirtualMachineScaleSetsReimage202Response,\n VirtualMachineScaleSetsReimageDefaultResponse,\n VirtualMachineScaleSetsReimageAll200Response,\n VirtualMachineScaleSetsReimageAll202Response,\n VirtualMachineScaleSetsReimageAllDefaultResponse,\n VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalk200Response,\n VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkDefaultResponse,\n VirtualMachineScaleSetsConvertToSinglePlacementGroup200Response,\n VirtualMachineScaleSetsConvertToSinglePlacementGroupDefaultResponse,\n VirtualMachineScaleSetsSetOrchestrationServiceState200Response,\n VirtualMachineScaleSetsSetOrchestrationServiceState202Response,\n VirtualMachineScaleSetsSetOrchestrationServiceStateDefaultResponse,\n VirtualMachineScaleSetExtensionsCreateOrUpdate200Response,\n VirtualMachineScaleSetExtensionsCreateOrUpdate201Response,\n VirtualMachineScaleSetExtensionsCreateOrUpdateDefaultResponse,\n VirtualMachineScaleSetExtensionsUpdate200Response,\n VirtualMachineScaleSetExtensionsUpdate201Response,\n VirtualMachineScaleSetExtensionsUpdateDefaultResponse,\n VirtualMachineScaleSetExtensionsDelete200Response,\n VirtualMachineScaleSetExtensionsDelete202Response,\n VirtualMachineScaleSetExtensionsDelete204Response,\n VirtualMachineScaleSetExtensionsDeleteDefaultResponse,\n VirtualMachineScaleSetExtensionsGet200Response,\n VirtualMachineScaleSetExtensionsGetDefaultResponse,\n VirtualMachineScaleSetExtensionsList200Response,\n VirtualMachineScaleSetExtensionsListDefaultResponse,\n VirtualMachineScaleSetRollingUpgradesCancel200Response,\n VirtualMachineScaleSetRollingUpgradesCancel202Response,\n VirtualMachineScaleSetRollingUpgradesCancelDefaultResponse,\n VirtualMachineScaleSetRollingUpgradesStartOSUpgrade200Response,\n VirtualMachineScaleSetRollingUpgradesStartOSUpgrade202Response,\n VirtualMachineScaleSetRollingUpgradesStartOSUpgradeDefaultResponse,\n VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade200Response,\n VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade202Response,\n VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeDefaultResponse,\n VirtualMachineScaleSetRollingUpgradesGetLatest200Response,\n VirtualMachineScaleSetRollingUpgradesGetLatestDefaultResponse,\n VirtualMachineScaleSetVMExtensionsCreateOrUpdate200Response,\n VirtualMachineScaleSetVMExtensionsCreateOrUpdate201Response,\n VirtualMachineScaleSetVMExtensionsCreateOrUpdateDefaultResponse,\n VirtualMachineScaleSetVMExtensionsUpdate200Response,\n VirtualMachineScaleSetVMExtensionsUpdateDefaultResponse,\n VirtualMachineScaleSetVMExtensionsDelete200Response,\n VirtualMachineScaleSetVMExtensionsDelete202Response,\n VirtualMachineScaleSetVMExtensionsDelete204Response,\n VirtualMachineScaleSetVMExtensionsDeleteDefaultResponse,\n VirtualMachineScaleSetVMExtensionsGet200Response,\n VirtualMachineScaleSetVMExtensionsGetDefaultResponse,\n VirtualMachineScaleSetVMExtensionsList200Response,\n VirtualMachineScaleSetVMExtensionsListDefaultResponse,\n VirtualMachineScaleSetVMsReimage200Response,\n VirtualMachineScaleSetVMsReimage202Response,\n VirtualMachineScaleSetVMsReimageDefaultResponse,\n VirtualMachineScaleSetVMsReimageAll200Response,\n VirtualMachineScaleSetVMsReimageAll202Response,\n VirtualMachineScaleSetVMsReimageAllDefaultResponse,\n VirtualMachineScaleSetVMsDeallocate200Response,\n VirtualMachineScaleSetVMsDeallocate202Response,\n VirtualMachineScaleSetVMsDeallocateDefaultResponse,\n VirtualMachineScaleSetVMsUpdate200Response,\n VirtualMachineScaleSetVMsUpdate202Response,\n VirtualMachineScaleSetVMsUpdateDefaultResponse,\n VirtualMachineScaleSetVMsDelete200Response,\n VirtualMachineScaleSetVMsDelete202Response,\n VirtualMachineScaleSetVMsDelete204Response,\n VirtualMachineScaleSetVMsDeleteDefaultResponse,\n VirtualMachineScaleSetVMsGet200Response,\n VirtualMachineScaleSetVMsGetDefaultResponse,\n VirtualMachineScaleSetVMsGetInstanceView200Response,\n VirtualMachineScaleSetVMsGetInstanceViewDefaultResponse,\n VirtualMachineScaleSetVMsList200Response,\n VirtualMachineScaleSetVMsListDefaultResponse,\n VirtualMachineScaleSetVMsPowerOff200Response,\n VirtualMachineScaleSetVMsPowerOff202Response,\n VirtualMachineScaleSetVMsPowerOffDefaultResponse,\n VirtualMachineScaleSetVMsRestart200Response,\n VirtualMachineScaleSetVMsRestart202Response,\n VirtualMachineScaleSetVMsRestartDefaultResponse,\n VirtualMachineScaleSetVMsStart200Response,\n VirtualMachineScaleSetVMsStart202Response,\n VirtualMachineScaleSetVMsStartDefaultResponse,\n VirtualMachineScaleSetVMsRedeploy200Response,\n VirtualMachineScaleSetVMsRedeploy202Response,\n VirtualMachineScaleSetVMsRedeployDefaultResponse,\n VirtualMachineScaleSetVMsRetrieveBootDiagnosticsData200Response,\n VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataDefaultResponse,\n VirtualMachineScaleSetVMsPerformMaintenance200Response,\n VirtualMachineScaleSetVMsPerformMaintenance202Response,\n VirtualMachineScaleSetVMsPerformMaintenanceDefaultResponse,\n VirtualMachineScaleSetVMsSimulateEviction204Response,\n VirtualMachineScaleSetVMsSimulateEvictionDefaultResponse,\n VirtualMachineScaleSetVMsRunCommand200Response,\n VirtualMachineScaleSetVMsRunCommand202Response,\n VirtualMachineExtensionsCreateOrUpdate200Response,\n VirtualMachineExtensionsCreateOrUpdate201Response,\n VirtualMachineExtensionsCreateOrUpdateDefaultResponse,\n VirtualMachineExtensionsUpdate200Response,\n VirtualMachineExtensionsUpdateDefaultResponse,\n VirtualMachineExtensionsDelete200Response,\n VirtualMachineExtensionsDelete202Response,\n VirtualMachineExtensionsDelete204Response,\n VirtualMachineExtensionsDeleteDefaultResponse,\n VirtualMachineExtensionsGet200Response,\n VirtualMachineExtensionsGetDefaultResponse,\n VirtualMachineExtensionsList200Response,\n VirtualMachineExtensionsListDefaultResponse,\n VirtualMachinesListByLocation200Response,\n VirtualMachinesListByLocationDefaultResponse,\n VirtualMachinesCapture200Response,\n VirtualMachinesCapture202Response,\n VirtualMachinesCaptureDefaultResponse,\n VirtualMachinesCreateOrUpdate200Response,\n VirtualMachinesCreateOrUpdate201Response,\n VirtualMachinesCreateOrUpdateDefaultResponse,\n VirtualMachinesUpdate200Response,\n VirtualMachinesUpdateDefaultResponse,\n VirtualMachinesDelete200Response,\n VirtualMachinesDelete202Response,\n VirtualMachinesDelete204Response,\n VirtualMachinesDeleteDefaultResponse,\n VirtualMachinesGet200Response,\n VirtualMachinesGetDefaultResponse,\n VirtualMachinesInstanceView200Response,\n VirtualMachinesInstanceViewDefaultResponse,\n VirtualMachinesConvertToManagedDisks200Response,\n VirtualMachinesConvertToManagedDisks202Response,\n VirtualMachinesConvertToManagedDisksDefaultResponse,\n VirtualMachinesDeallocate200Response,\n VirtualMachinesDeallocate202Response,\n VirtualMachinesDeallocateDefaultResponse,\n VirtualMachinesGeneralize200Response,\n VirtualMachinesGeneralizeDefaultResponse,\n VirtualMachinesList200Response,\n VirtualMachinesListDefaultResponse,\n VirtualMachinesListAll200Response,\n VirtualMachinesListAllDefaultResponse,\n VirtualMachinesListAvailableSizes200Response,\n VirtualMachinesListAvailableSizesDefaultResponse,\n VirtualMachinesPowerOff200Response,\n VirtualMachinesPowerOff202Response,\n VirtualMachinesPowerOffDefaultResponse,\n VirtualMachinesReapply200Response,\n VirtualMachinesReapply202Response,\n VirtualMachinesReapplyDefaultResponse,\n VirtualMachinesRestart200Response,\n VirtualMachinesRestart202Response,\n VirtualMachinesRestartDefaultResponse,\n VirtualMachinesStart200Response,\n VirtualMachinesStart202Response,\n VirtualMachinesStartDefaultResponse,\n VirtualMachinesRedeploy200Response,\n VirtualMachinesRedeploy202Response,\n VirtualMachinesRedeployDefaultResponse,\n VirtualMachinesReimage200Response,\n VirtualMachinesReimage202Response,\n VirtualMachinesReimageDefaultResponse,\n VirtualMachinesRetrieveBootDiagnosticsData200Response,\n VirtualMachinesRetrieveBootDiagnosticsDataDefaultResponse,\n VirtualMachinesPerformMaintenance200Response,\n VirtualMachinesPerformMaintenance202Response,\n VirtualMachinesPerformMaintenanceDefaultResponse,\n VirtualMachinesSimulateEviction204Response,\n VirtualMachinesSimulateEvictionDefaultResponse,\n VirtualMachinesAssessPatches200Response,\n VirtualMachinesAssessPatches202Response,\n VirtualMachinesAssessPatchesDefaultResponse,\n VirtualMachinesInstallPatches200Response,\n VirtualMachinesInstallPatches202Response,\n VirtualMachinesInstallPatchesDefaultResponse,\n VirtualMachinesRunCommand200Response,\n VirtualMachinesRunCommand202Response,\n VirtualMachineImagesGet200Response,\n VirtualMachineImagesGetDefaultResponse,\n VirtualMachineImagesList200Response,\n VirtualMachineImagesListDefaultResponse,\n VirtualMachineImagesListOffers200Response,\n VirtualMachineImagesListOffersDefaultResponse,\n VirtualMachineImagesListPublishers200Response,\n VirtualMachineImagesListPublishersDefaultResponse,\n VirtualMachineImagesListSkus200Response,\n VirtualMachineImagesListSkusDefaultResponse,\n VirtualMachineImagesListByEdgeZone200Response,\n VirtualMachineImagesListByEdgeZoneDefaultResponse,\n VirtualMachineImagesEdgeZoneGet200Response,\n VirtualMachineImagesEdgeZoneGetDefaultResponse,\n VirtualMachineImagesEdgeZoneList200Response,\n VirtualMachineImagesEdgeZoneListDefaultResponse,\n VirtualMachineImagesEdgeZoneListOffers200Response,\n VirtualMachineImagesEdgeZoneListOffersDefaultResponse,\n VirtualMachineImagesEdgeZoneListPublishers200Response,\n VirtualMachineImagesEdgeZoneListPublishersDefaultResponse,\n VirtualMachineImagesEdgeZoneListSkus200Response,\n VirtualMachineImagesEdgeZoneListSkusDefaultResponse,\n VirtualMachineExtensionImagesGet200Response,\n VirtualMachineExtensionImagesGetDefaultResponse,\n VirtualMachineExtensionImagesListTypes200Response,\n VirtualMachineExtensionImagesListTypesDefaultResponse,\n VirtualMachineExtensionImagesListVersions200Response,\n VirtualMachineExtensionImagesListVersionsDefaultResponse,\n AvailabilitySetsCreateOrUpdate200Response,\n AvailabilitySetsCreateOrUpdateDefaultResponse,\n AvailabilitySetsUpdate200Response,\n AvailabilitySetsUpdateDefaultResponse,\n AvailabilitySetsDelete200Response,\n AvailabilitySetsDelete204Response,\n AvailabilitySetsDeleteDefaultResponse,\n AvailabilitySetsGet200Response,\n AvailabilitySetsGetDefaultResponse,\n AvailabilitySetsListBySubscription200Response,\n AvailabilitySetsListBySubscriptionDefaultResponse,\n AvailabilitySetsList200Response,\n AvailabilitySetsListDefaultResponse,\n AvailabilitySetsListAvailableSizes200Response,\n AvailabilitySetsListAvailableSizesDefaultResponse,\n ProximityPlacementGroupsCreateOrUpdate200Response,\n ProximityPlacementGroupsCreateOrUpdate201Response,\n ProximityPlacementGroupsCreateOrUpdateDefaultResponse,\n ProximityPlacementGroupsUpdate200Response,\n ProximityPlacementGroupsUpdateDefaultResponse,\n ProximityPlacementGroupsDelete200Response,\n ProximityPlacementGroupsDeleteDefaultResponse,\n ProximityPlacementGroupsGet200Response,\n ProximityPlacementGroupsGetDefaultResponse,\n ProximityPlacementGroupsListBySubscription200Response,\n ProximityPlacementGroupsListBySubscriptionDefaultResponse,\n ProximityPlacementGroupsListByResourceGroup200Response,\n ProximityPlacementGroupsListByResourceGroupDefaultResponse,\n DedicatedHostGroupsCreateOrUpdate200Response,\n DedicatedHostGroupsCreateOrUpdate201Response,\n DedicatedHostGroupsCreateOrUpdateDefaultResponse,\n DedicatedHostGroupsUpdate200Response,\n DedicatedHostGroupsUpdateDefaultResponse,\n DedicatedHostGroupsDelete200Response,\n DedicatedHostGroupsDelete204Response,\n DedicatedHostGroupsDeleteDefaultResponse,\n DedicatedHostGroupsGet200Response,\n DedicatedHostGroupsGetDefaultResponse,\n DedicatedHostGroupsListByResourceGroup200Response,\n DedicatedHostGroupsListByResourceGroupDefaultResponse,\n DedicatedHostGroupsListBySubscription200Response,\n DedicatedHostGroupsListBySubscriptionDefaultResponse,\n DedicatedHostsCreateOrUpdate200Response,\n DedicatedHostsCreateOrUpdate201Response,\n DedicatedHostsCreateOrUpdateDefaultResponse,\n DedicatedHostsUpdate200Response,\n DedicatedHostsUpdateDefaultResponse,\n DedicatedHostsDelete200Response,\n DedicatedHostsDelete202Response,\n DedicatedHostsDelete204Response,\n DedicatedHostsDeleteDefaultResponse,\n DedicatedHostsGet200Response,\n DedicatedHostsGetDefaultResponse,\n DedicatedHostsListByHostGroup200Response,\n DedicatedHostsListByHostGroupDefaultResponse,\n DedicatedHostsRestart200Response,\n DedicatedHostsRestartDefaultResponse,\n SshPublicKeysListBySubscription200Response,\n SshPublicKeysListBySubscriptionDefaultResponse,\n SshPublicKeysListByResourceGroup200Response,\n SshPublicKeysListByResourceGroupDefaultResponse,\n SshPublicKeysCreate200Response,\n SshPublicKeysCreate201Response,\n SshPublicKeysCreateDefaultResponse,\n SshPublicKeysUpdate200Response,\n SshPublicKeysUpdateDefaultResponse,\n SshPublicKeysDelete200Response,\n SshPublicKeysDelete204Response,\n SshPublicKeysDeleteDefaultResponse,\n SshPublicKeysGet200Response,\n SshPublicKeysGetDefaultResponse,\n SshPublicKeysGenerateKeyPair200Response,\n SshPublicKeysGenerateKeyPairDefaultResponse,\n ImagesCreateOrUpdate200Response,\n ImagesCreateOrUpdate201Response,\n ImagesCreateOrUpdateDefaultResponse,\n ImagesUpdate200Response,\n ImagesUpdate201Response,\n ImagesUpdateDefaultResponse,\n ImagesDelete200Response,\n ImagesDelete202Response,\n ImagesDelete204Response,\n ImagesDeleteDefaultResponse,\n ImagesGet200Response,\n ImagesGetDefaultResponse,\n ImagesListByResourceGroup200Response,\n ImagesListByResourceGroupDefaultResponse,\n ImagesList200Response,\n ImagesListDefaultResponse,\n RestorePointCollectionsCreateOrUpdate200Response,\n RestorePointCollectionsCreateOrUpdate201Response,\n RestorePointCollectionsCreateOrUpdateDefaultResponse,\n RestorePointCollectionsUpdate200Response,\n RestorePointCollectionsUpdateDefaultResponse,\n RestorePointCollectionsDelete200Response,\n RestorePointCollectionsDelete202Response,\n RestorePointCollectionsDelete204Response,\n RestorePointCollectionsDeleteDefaultResponse,\n RestorePointCollectionsGet200Response,\n RestorePointCollectionsGetDefaultResponse,\n RestorePointCollectionsList200Response,\n RestorePointCollectionsListDefaultResponse,\n RestorePointCollectionsListAll200Response,\n RestorePointCollectionsListAllDefaultResponse,\n RestorePointsCreate201Response,\n RestorePointsCreateDefaultResponse,\n RestorePointsDelete200Response,\n RestorePointsDelete202Response,\n RestorePointsDelete204Response,\n RestorePointsDeleteDefaultResponse,\n RestorePointsGet200Response,\n RestorePointsGetDefaultResponse,\n CapacityReservationGroupsCreateOrUpdate200Response,\n CapacityReservationGroupsCreateOrUpdate201Response,\n CapacityReservationGroupsCreateOrUpdateDefaultResponse,\n CapacityReservationGroupsUpdate200Response,\n CapacityReservationGroupsUpdateDefaultResponse,\n CapacityReservationGroupsDelete200Response,\n CapacityReservationGroupsDelete204Response,\n CapacityReservationGroupsDeleteDefaultResponse,\n CapacityReservationGroupsGet200Response,\n CapacityReservationGroupsGetDefaultResponse,\n CapacityReservationGroupsListByResourceGroup200Response,\n CapacityReservationGroupsListByResourceGroupDefaultResponse,\n CapacityReservationGroupsListBySubscription200Response,\n CapacityReservationGroupsListBySubscriptionDefaultResponse,\n CapacityReservationsCreateOrUpdate200Response,\n CapacityReservationsCreateOrUpdate201Response,\n CapacityReservationsCreateOrUpdateDefaultResponse,\n CapacityReservationsUpdate200Response,\n CapacityReservationsUpdate202Response,\n CapacityReservationsUpdateDefaultResponse,\n CapacityReservationsDelete200Response,\n CapacityReservationsDelete202Response,\n CapacityReservationsDelete204Response,\n CapacityReservationsDeleteDefaultResponse,\n CapacityReservationsGet200Response,\n CapacityReservationsGetDefaultResponse,\n CapacityReservationsListByCapacityReservationGroup200Response,\n CapacityReservationsListByCapacityReservationGroupDefaultResponse,\n LogAnalyticsExportRequestRateByInterval200Response,\n LogAnalyticsExportRequestRateByInterval202Response,\n LogAnalyticsExportRequestRateByIntervalDefaultResponse,\n LogAnalyticsExportThrottledRequests200Response,\n LogAnalyticsExportThrottledRequests202Response,\n LogAnalyticsExportThrottledRequestsDefaultResponse,\n VirtualMachineRunCommandsList200Response,\n VirtualMachineRunCommandsGet200Response,\n VirtualMachineRunCommandsCreateOrUpdate200Response,\n VirtualMachineRunCommandsCreateOrUpdate201Response,\n VirtualMachineRunCommandsCreateOrUpdateDefaultResponse,\n VirtualMachineRunCommandsUpdate200Response,\n VirtualMachineRunCommandsUpdateDefaultResponse,\n VirtualMachineRunCommandsDelete200Response,\n VirtualMachineRunCommandsDelete202Response,\n VirtualMachineRunCommandsDelete204Response,\n VirtualMachineRunCommandsDeleteDefaultResponse,\n VirtualMachineRunCommandsGetByVirtualMachine200Response,\n VirtualMachineRunCommandsGetByVirtualMachineDefaultResponse,\n VirtualMachineRunCommandsListByVirtualMachine200Response,\n VirtualMachineRunCommandsListByVirtualMachineDefaultResponse,\n VirtualMachineScaleSetVMRunCommandsCreateOrUpdate200Response,\n VirtualMachineScaleSetVMRunCommandsCreateOrUpdate201Response,\n VirtualMachineScaleSetVMRunCommandsCreateOrUpdateDefaultResponse,\n VirtualMachineScaleSetVMRunCommandsUpdate200Response,\n VirtualMachineScaleSetVMRunCommandsUpdateDefaultResponse,\n VirtualMachineScaleSetVMRunCommandsDelete200Response,\n VirtualMachineScaleSetVMRunCommandsDelete202Response,\n VirtualMachineScaleSetVMRunCommandsDelete204Response,\n VirtualMachineScaleSetVMRunCommandsDeleteDefaultResponse,\n VirtualMachineScaleSetVMRunCommandsGet200Response,\n VirtualMachineScaleSetVMRunCommandsGetDefaultResponse,\n VirtualMachineScaleSetVMRunCommandsList200Response,\n VirtualMachineScaleSetVMRunCommandsListDefaultResponse,\n DisksCreateOrUpdate200Response,\n DisksCreateOrUpdate202Response,\n DisksUpdate200Response,\n DisksUpdate202Response,\n DisksGet200Response,\n DisksDelete200Response,\n DisksDelete202Response,\n DisksDelete204Response,\n DisksListByResourceGroup200Response,\n DisksList200Response,\n DisksGrantAccess200Response,\n DisksGrantAccess202Response,\n DisksRevokeAccess200Response,\n DisksRevokeAccess202Response,\n DiskAccessesCreateOrUpdate200Response,\n DiskAccessesCreateOrUpdate202Response,\n DiskAccessesCreateOrUpdateDefaultResponse,\n DiskAccessesUpdate200Response,\n DiskAccessesUpdate202Response,\n DiskAccessesUpdateDefaultResponse,\n DiskAccessesGet200Response,\n DiskAccessesGetDefaultResponse,\n DiskAccessesDelete200Response,\n DiskAccessesDelete202Response,\n DiskAccessesDelete204Response,\n DiskAccessesDeleteDefaultResponse,\n DiskAccessesListByResourceGroup200Response,\n DiskAccessesListByResourceGroupDefaultResponse,\n DiskAccessesList200Response,\n DiskAccessesListDefaultResponse,\n DiskAccessesGetPrivateLinkResources200Response,\n DiskAccessesUpdateAPrivateEndpointConnection200Response,\n DiskAccessesUpdateAPrivateEndpointConnection202Response,\n DiskAccessesUpdateAPrivateEndpointConnectionDefaultResponse,\n DiskAccessesGetAPrivateEndpointConnection200Response,\n DiskAccessesGetAPrivateEndpointConnectionDefaultResponse,\n DiskAccessesDeleteAPrivateEndpointConnection200Response,\n DiskAccessesDeleteAPrivateEndpointConnection202Response,\n DiskAccessesDeleteAPrivateEndpointConnection204Response,\n DiskAccessesDeleteAPrivateEndpointConnectionDefaultResponse,\n DiskAccessesListPrivateEndpointConnections200Response,\n DiskAccessesListPrivateEndpointConnectionsDefaultResponse,\n DiskEncryptionSetsCreateOrUpdate200Response,\n DiskEncryptionSetsCreateOrUpdate202Response,\n DiskEncryptionSetsCreateOrUpdateDefaultResponse,\n DiskEncryptionSetsUpdate200Response,\n DiskEncryptionSetsUpdate202Response,\n DiskEncryptionSetsUpdateDefaultResponse,\n DiskEncryptionSetsGet200Response,\n DiskEncryptionSetsGetDefaultResponse,\n DiskEncryptionSetsDelete200Response,\n DiskEncryptionSetsDelete202Response,\n DiskEncryptionSetsDelete204Response,\n DiskEncryptionSetsDeleteDefaultResponse,\n DiskEncryptionSetsListByResourceGroup200Response,\n DiskEncryptionSetsListByResourceGroupDefaultResponse,\n DiskEncryptionSetsList200Response,\n DiskEncryptionSetsListDefaultResponse,\n DiskEncryptionSetsListAssociatedResources200Response,\n DiskEncryptionSetsListAssociatedResourcesDefaultResponse,\n DiskRestorePointGet200Response,\n DiskRestorePointGetDefaultResponse,\n DiskRestorePointListByRestorePoint200Response,\n DiskRestorePointListByRestorePointDefaultResponse,\n DiskRestorePointGrantAccess200Response,\n DiskRestorePointGrantAccess202Response,\n DiskRestorePointGrantAccessDefaultResponse,\n DiskRestorePointRevokeAccess200Response,\n DiskRestorePointRevokeAccess202Response,\n DiskRestorePointRevokeAccessDefaultResponse,\n SnapshotsCreateOrUpdate200Response,\n SnapshotsCreateOrUpdate202Response,\n SnapshotsUpdate200Response,\n SnapshotsUpdate202Response,\n SnapshotsGet200Response,\n SnapshotsDelete200Response,\n SnapshotsDelete202Response,\n SnapshotsDelete204Response,\n SnapshotsListByResourceGroup200Response,\n SnapshotsList200Response,\n SnapshotsGrantAccess200Response,\n SnapshotsGrantAccess202Response,\n SnapshotsRevokeAccess200Response,\n SnapshotsRevokeAccess202Response,\n ResourceSkusList200Response,\n GalleriesCreateOrUpdate200Response,\n GalleriesCreateOrUpdate201Response,\n GalleriesCreateOrUpdate202Response,\n GalleriesCreateOrUpdateDefaultResponse,\n GalleriesUpdate200Response,\n GalleriesUpdateDefaultResponse,\n GalleriesGet200Response,\n GalleriesGetDefaultResponse,\n GalleriesDelete200Response,\n GalleriesDelete202Response,\n GalleriesDelete204Response,\n GalleriesDeleteDefaultResponse,\n GalleriesListByResourceGroup200Response,\n GalleriesListByResourceGroupDefaultResponse,\n GalleriesList200Response,\n GalleriesListDefaultResponse,\n GalleryImagesCreateOrUpdate200Response,\n GalleryImagesCreateOrUpdate201Response,\n GalleryImagesCreateOrUpdate202Response,\n GalleryImagesCreateOrUpdateDefaultResponse,\n GalleryImagesUpdate200Response,\n GalleryImagesUpdateDefaultResponse,\n GalleryImagesGet200Response,\n GalleryImagesGetDefaultResponse,\n GalleryImagesDelete200Response,\n GalleryImagesDelete202Response,\n GalleryImagesDelete204Response,\n GalleryImagesDeleteDefaultResponse,\n GalleryImagesListByGallery200Response,\n GalleryImagesListByGalleryDefaultResponse,\n GalleryImageVersionsCreateOrUpdate200Response,\n GalleryImageVersionsCreateOrUpdate201Response,\n GalleryImageVersionsCreateOrUpdate202Response,\n GalleryImageVersionsCreateOrUpdateDefaultResponse,\n GalleryImageVersionsUpdate200Response,\n GalleryImageVersionsUpdateDefaultResponse,\n GalleryImageVersionsGet200Response,\n GalleryImageVersionsGetDefaultResponse,\n GalleryImageVersionsDelete200Response,\n GalleryImageVersionsDelete202Response,\n GalleryImageVersionsDelete204Response,\n GalleryImageVersionsDeleteDefaultResponse,\n GalleryImageVersionsListByGalleryImage200Response,\n GalleryImageVersionsListByGalleryImageDefaultResponse,\n GalleryApplicationsCreateOrUpdate200Response,\n GalleryApplicationsCreateOrUpdate201Response,\n GalleryApplicationsCreateOrUpdate202Response,\n GalleryApplicationsCreateOrUpdateDefaultResponse,\n GalleryApplicationsUpdate200Response,\n GalleryApplicationsUpdateDefaultResponse,\n GalleryApplicationsGet200Response,\n GalleryApplicationsGetDefaultResponse,\n GalleryApplicationsDelete200Response,\n GalleryApplicationsDelete202Response,\n GalleryApplicationsDelete204Response,\n GalleryApplicationsDeleteDefaultResponse,\n GalleryApplicationsListByGallery200Response,\n GalleryApplicationsListByGalleryDefaultResponse,\n GalleryApplicationVersionsCreateOrUpdate200Response,\n GalleryApplicationVersionsCreateOrUpdate201Response,\n GalleryApplicationVersionsCreateOrUpdate202Response,\n GalleryApplicationVersionsCreateOrUpdateDefaultResponse,\n GalleryApplicationVersionsUpdate200Response,\n GalleryApplicationVersionsUpdateDefaultResponse,\n GalleryApplicationVersionsGet200Response,\n GalleryApplicationVersionsGetDefaultResponse,\n GalleryApplicationVersionsDelete200Response,\n GalleryApplicationVersionsDelete202Response,\n GalleryApplicationVersionsDelete204Response,\n GalleryApplicationVersionsDeleteDefaultResponse,\n GalleryApplicationVersionsListByGalleryApplication200Response,\n GalleryApplicationVersionsListByGalleryApplicationDefaultResponse,\n GallerySharingProfileUpdate200Response,\n GallerySharingProfileUpdate202Response,\n GallerySharingProfileUpdateDefaultResponse,\n SharedGalleriesList200Response,\n SharedGalleriesListDefaultResponse,\n SharedGalleriesGet200Response,\n SharedGalleriesGetDefaultResponse,\n SharedGalleryImagesList200Response,\n SharedGalleryImagesListDefaultResponse,\n SharedGalleryImagesGet200Response,\n SharedGalleryImagesGetDefaultResponse,\n SharedGalleryImageVersionsList200Response,\n SharedGalleryImageVersionsListDefaultResponse,\n SharedGalleryImageVersionsGet200Response,\n SharedGalleryImageVersionsGetDefaultResponse,\n CommunityGalleriesGet200Response,\n CommunityGalleriesGetDefaultResponse,\n CommunityGalleryImagesGet200Response,\n CommunityGalleryImagesGetDefaultResponse,\n CommunityGalleryImagesList200Response,\n CommunityGalleryImagesListDefaultResponse,\n CommunityGalleryImageVersionsGet200Response,\n CommunityGalleryImageVersionsGetDefaultResponse,\n CommunityGalleryImageVersionsList200Response,\n CommunityGalleryImageVersionsListDefaultResponse,\n CloudServiceRoleInstancesDelete200Response,\n CloudServiceRoleInstancesDelete202Response,\n CloudServiceRoleInstancesDelete204Response,\n CloudServiceRoleInstancesDeleteDefaultResponse,\n CloudServiceRoleInstancesGet200Response,\n CloudServiceRoleInstancesGetDefaultResponse,\n CloudServiceRoleInstancesGetInstanceView200Response,\n CloudServiceRoleInstancesGetInstanceViewDefaultResponse,\n CloudServiceRoleInstancesList200Response,\n CloudServiceRoleInstancesListDefaultResponse,\n CloudServiceRoleInstancesRestart200Response,\n CloudServiceRoleInstancesRestart202Response,\n CloudServiceRoleInstancesRestartDefaultResponse,\n CloudServiceRoleInstancesReimage200Response,\n CloudServiceRoleInstancesReimage202Response,\n CloudServiceRoleInstancesReimageDefaultResponse,\n CloudServiceRoleInstancesRebuild200Response,\n CloudServiceRoleInstancesRebuild202Response,\n CloudServiceRoleInstancesRebuildDefaultResponse,\n CloudServiceRoleInstancesGetRemoteDesktopFile200Response,\n CloudServiceRoleInstancesGetRemoteDesktopFileDefaultResponse,\n CloudServiceRolesGet200Response,\n CloudServiceRolesGetDefaultResponse,\n CloudServiceRolesList200Response,\n CloudServiceRolesListDefaultResponse,\n CloudServicesCreateOrUpdate200Response,\n CloudServicesCreateOrUpdate201Response,\n CloudServicesCreateOrUpdateDefaultResponse,\n CloudServicesUpdate200Response,\n CloudServicesUpdateDefaultResponse,\n CloudServicesDelete200Response,\n CloudServicesDelete202Response,\n CloudServicesDelete204Response,\n CloudServicesDeleteDefaultResponse,\n CloudServicesGet200Response,\n CloudServicesGetDefaultResponse,\n CloudServicesGetInstanceView200Response,\n CloudServicesGetInstanceViewDefaultResponse,\n CloudServicesListAll200Response,\n CloudServicesListAllDefaultResponse,\n CloudServicesList200Response,\n CloudServicesListDefaultResponse,\n CloudServicesStart200Response,\n CloudServicesStart202Response,\n CloudServicesStartDefaultResponse,\n CloudServicesPowerOff200Response,\n CloudServicesPowerOff202Response,\n CloudServicesPowerOffDefaultResponse,\n CloudServicesRestart200Response,\n CloudServicesRestart202Response,\n CloudServicesRestartDefaultResponse,\n CloudServicesReimage200Response,\n CloudServicesReimage202Response,\n CloudServicesReimageDefaultResponse,\n CloudServicesRebuild200Response,\n CloudServicesRebuild202Response,\n CloudServicesRebuildDefaultResponse,\n CloudServicesDeleteInstances200Response,\n CloudServicesDeleteInstances202Response,\n CloudServicesDeleteInstancesDefaultResponse,\n CloudServicesUpdateDomainWalkUpdateDomain200Response,\n CloudServicesUpdateDomainWalkUpdateDomain202Response,\n CloudServicesUpdateDomainWalkUpdateDomainDefaultResponse,\n CloudServicesUpdateDomainGetUpdateDomain200Response,\n CloudServicesUpdateDomainGetUpdateDomainDefaultResponse,\n CloudServicesUpdateDomainListUpdateDomains200Response,\n CloudServicesUpdateDomainListUpdateDomainsDefaultResponse,\n CloudServiceOperatingSystemsGetOSVersion200Response,\n CloudServiceOperatingSystemsGetOSVersionDefaultResponse,\n CloudServiceOperatingSystemsListOSVersions200Response,\n CloudServiceOperatingSystemsListOSVersionsDefaultResponse,\n CloudServiceOperatingSystemsGetOSFamily200Response,\n CloudServiceOperatingSystemsGetOSFamilyDefaultResponse,\n CloudServiceOperatingSystemsListOSFamilies200Response,\n CloudServiceOperatingSystemsListOSFamiliesDefaultResponse,\n} from \"./responses.js\";\nimport type { Client, StreamableMethod } from \"@azure-rest/core-client\";\n\nexport interface OperationsList {\n /** Gets a list of compute operations. */\n get(\n options: OperationsListParameters,\n ): StreamableMethod<OperationsList200Response | OperationsListDefaultResponse>;\n}\n\nexport interface UsageList {\n /** Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. */\n get(\n options: UsageListParameters,\n ): StreamableMethod<UsageList200Response | UsageListDefaultResponse>;\n}\n\nexport interface VirtualMachineSizesList {\n /** This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) */\n get(\n options: VirtualMachineSizesListParameters,\n ): StreamableMethod<VirtualMachineSizesList200Response | VirtualMachineSizesListDefaultResponse>;\n}\n\nexport interface VirtualMachineScaleSetsListByLocation {\n /** Gets all the VM scale sets under the specified subscription for the specified location. */\n get(\n options: VirtualMachineScaleSetsListByLocationParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsListByLocation200Response\n | VirtualMachineScaleSetsListByLocationDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsCreateOrUpdate {\n /** Create or update a VM scale set. */\n put(\n options: VirtualMachineScaleSetsCreateOrUpdateParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsCreateOrUpdate200Response\n | VirtualMachineScaleSetsCreateOrUpdate201Response\n | VirtualMachineScaleSetsCreateOrUpdateDefaultResponse\n >;\n /** Update a VM scale set. */\n patch(\n options: VirtualMachineScaleSetsUpdateParameters,\n ): StreamableMethod<\n VirtualMachineScaleSetsUpdate200Response | VirtualMachineScaleSetsUpdateDefaultResponse\n >;\n /** Deletes a VM scale set. */\n delete(\n options: VirtualMachineScaleSetsDeleteParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsDelete200Response\n | VirtualMachineScaleSetsDelete202Response\n | VirtualMachineScaleSetsDelete204Response\n | VirtualMachineScaleSetsDeleteDefaultResponse\n >;\n /** Display information about a virtual machine scale set. */\n get(\n options: VirtualMachineScaleSetsGetParameters,\n ): StreamableMethod<\n VirtualMachineScaleSetsGet200Response | VirtualMachineScaleSetsGetDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsDeallocate {\n /** 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. */\n post(\n options: VirtualMachineScaleSetsDeallocateParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsDeallocate200Response\n | VirtualMachineScaleSetsDeallocate202Response\n | VirtualMachineScaleSetsDeallocateDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsDeleteInstances {\n /** Deletes virtual machines in a VM scale set. */\n post(\n options: VirtualMachineScaleSetsDeleteInstancesParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsDeleteInstances200Response\n | VirtualMachineScaleSetsDeleteInstances202Response\n | VirtualMachineScaleSetsDeleteInstancesDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsGetInstanceView {\n /** Gets the status of a VM scale set instance. */\n get(\n options: VirtualMachineScaleSetsGetInstanceViewParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsGetInstanceView200Response\n | VirtualMachineScaleSetsGetInstanceViewDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsList {\n /** Gets a list of all VM scale sets under a resource group. */\n get(\n options: VirtualMachineScaleSetsListParameters,\n ): StreamableMethod<\n VirtualMachineScaleSetsList200Response | VirtualMachineScaleSetsListDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsListAll {\n /** 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. */\n get(\n options: VirtualMachineScaleSetsListAllParameters,\n ): StreamableMethod<\n VirtualMachineScaleSetsListAll200Response | VirtualMachineScaleSetsListAllDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsListSkus {\n /** Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. */\n get(\n options: VirtualMachineScaleSetsListSkusParameters,\n ): StreamableMethod<\n VirtualMachineScaleSetsListSkus200Response | VirtualMachineScaleSetsListSkusDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsGetOSUpgradeHistory {\n /** Gets list of OS upgrades on a VM scale set instance. */\n get(\n options: VirtualMachineScaleSetsGetOSUpgradeHistoryParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsGetOSUpgradeHistory200Response\n | VirtualMachineScaleSetsGetOSUpgradeHistoryDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsPowerOff {\n /** 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. */\n post(\n options: VirtualMachineScaleSetsPowerOffParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsPowerOff200Response\n | VirtualMachineScaleSetsPowerOff202Response\n | VirtualMachineScaleSetsPowerOffDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsRestart {\n /** Restarts one or more virtual machines in a VM scale set. */\n post(\n options: VirtualMachineScaleSetsRestartParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsRestart200Response\n | VirtualMachineScaleSetsRestart202Response\n | VirtualMachineScaleSetsRestartDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsStart {\n /** Starts one or more virtual machines in a VM scale set. */\n post(\n options: VirtualMachineScaleSetsStartParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsStart200Response\n | VirtualMachineScaleSetsStart202Response\n | VirtualMachineScaleSetsStartDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsRedeploy {\n /** Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. */\n post(\n options: VirtualMachineScaleSetsRedeployParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsRedeploy200Response\n | VirtualMachineScaleSetsRedeploy202Response\n | VirtualMachineScaleSetsRedeployDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsPerformMaintenance {\n /** 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 */\n post(\n options: VirtualMachineScaleSetsPerformMaintenanceParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsPerformMaintenance200Response\n | VirtualMachineScaleSetsPerformMaintenance202Response\n | VirtualMachineScaleSetsPerformMaintenanceDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsUpdateInstances {\n /** Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. */\n post(\n options: VirtualMachineScaleSetsUpdateInstancesParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsUpdateInstances200Response\n | VirtualMachineScaleSetsUpdateInstances202Response\n | VirtualMachineScaleSetsUpdateInstancesDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsReimage {\n /** 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. */\n post(\n options: VirtualMachineScaleSetsReimageParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsReimage200Response\n | VirtualMachineScaleSetsReimage202Response\n | VirtualMachineScaleSetsReimageDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsReimageAll {\n /** Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. */\n post(\n options: VirtualMachineScaleSetsReimageAllParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsReimageAll200Response\n | VirtualMachineScaleSetsReimageAll202Response\n | VirtualMachineScaleSetsReimageAllDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalk {\n /** Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set. */\n post(\n options: VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalk200Response\n | VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsConvertToSinglePlacementGroup {\n /** Converts SinglePlacementGroup property to false for a existing virtual machine scale set. */\n post(\n options: VirtualMachineScaleSetsConvertToSinglePlacementGroupParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsConvertToSinglePlacementGroup200Response\n | VirtualMachineScaleSetsConvertToSinglePlacementGroupDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetsSetOrchestrationServiceState {\n /** Changes ServiceState property for a given service */\n post(\n options: VirtualMachineScaleSetsSetOrchestrationServiceStateParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetsSetOrchestrationServiceState200Response\n | VirtualMachineScaleSetsSetOrchestrationServiceState202Response\n | VirtualMachineScaleSetsSetOrchestrationServiceStateDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetExtensionsCreateOrUpdate {\n /** The operation to create or update an extension. */\n put(\n options: VirtualMachineScaleSetExtensionsCreateOrUpdateParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetExtensionsCreateOrUpdate200Response\n | VirtualMachineScaleSetExtensionsCreateOrUpdate201Response\n | VirtualMachineScaleSetExtensionsCreateOrUpdateDefaultResponse\n >;\n /** The operation to update an extension. */\n patch(\n options: VirtualMachineScaleSetExtensionsUpdateParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetExtensionsUpdate200Response\n | VirtualMachineScaleSetExtensionsUpdate201Response\n | VirtualMachineScaleSetExtensionsUpdateDefaultResponse\n >;\n /** The operation to delete the extension. */\n delete(\n options: VirtualMachineScaleSetExtensionsDeleteParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetExtensionsDelete200Response\n | VirtualMachineScaleSetExtensionsDelete202Response\n | VirtualMachineScaleSetExtensionsDelete204Response\n | VirtualMachineScaleSetExtensionsDeleteDefaultResponse\n >;\n /** The operation to get the extension. */\n get(\n options: VirtualMachineScaleSetExtensionsGetParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetExtensionsGet200Response\n | VirtualMachineScaleSetExtensionsGetDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetExtensionsList {\n /** Gets a list of all extensions in a VM scale set. */\n get(\n options: VirtualMachineScaleSetExtensionsListParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetExtensionsList200Response\n | VirtualMachineScaleSetExtensionsListDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetRollingUpgradesCancel {\n /** Cancels the current virtual machine scale set rolling upgrade. */\n post(\n options: VirtualMachineScaleSetRollingUpgradesCancelParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetRollingUpgradesCancel200Response\n | VirtualMachineScaleSetRollingUpgradesCancel202Response\n | VirtualMachineScaleSetRollingUpgradesCancelDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetRollingUpgradesStartOSUpgrade {\n /** 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. */\n post(\n options: VirtualMachineScaleSetRollingUpgradesStartOSUpgradeParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetRollingUpgradesStartOSUpgrade200Response\n | VirtualMachineScaleSetRollingUpgradesStartOSUpgrade202Response\n | VirtualMachineScaleSetRollingUpgradesStartOSUpgradeDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade {\n /** 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. */\n post(\n options: VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade200Response\n | VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade202Response\n | VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetRollingUpgradesGetLatest {\n /** Gets the status of the latest virtual machine scale set rolling upgrade. */\n get(\n options: VirtualMachineScaleSetRollingUpgradesGetLatestParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetRollingUpgradesGetLatest200Response\n | VirtualMachineScaleSetRollingUpgradesGetLatestDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMExtensionsCreateOrUpdate {\n /** The operation to create or update the VMSS VM extension. */\n put(\n options: VirtualMachineScaleSetVMExtensionsCreateOrUpdateParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMExtensionsCreateOrUpdate200Response\n | VirtualMachineScaleSetVMExtensionsCreateOrUpdate201Response\n | VirtualMachineScaleSetVMExtensionsCreateOrUpdateDefaultResponse\n >;\n /** The operation to update the VMSS VM extension. */\n patch(\n options: VirtualMachineScaleSetVMExtensionsUpdateParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMExtensionsUpdate200Response\n | VirtualMachineScaleSetVMExtensionsUpdateDefaultResponse\n >;\n /** The operation to delete the VMSS VM extension. */\n delete(\n options: VirtualMachineScaleSetVMExtensionsDeleteParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMExtensionsDelete200Response\n | VirtualMachineScaleSetVMExtensionsDelete202Response\n | VirtualMachineScaleSetVMExtensionsDelete204Response\n | VirtualMachineScaleSetVMExtensionsDeleteDefaultResponse\n >;\n /** The operation to get the VMSS VM extension. */\n get(\n options: VirtualMachineScaleSetVMExtensionsGetParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMExtensionsGet200Response\n | VirtualMachineScaleSetVMExtensionsGetDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMExtensionsList {\n /** The operation to get all extensions of an instance in Virtual Machine Scaleset. */\n get(\n options: VirtualMachineScaleSetVMExtensionsListParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMExtensionsList200Response\n | VirtualMachineScaleSetVMExtensionsListDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsReimage {\n /** Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. */\n post(\n options: VirtualMachineScaleSetVMsReimageParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsReimage200Response\n | VirtualMachineScaleSetVMsReimage202Response\n | VirtualMachineScaleSetVMsReimageDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsReimageAll {\n /** 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. */\n post(\n options: VirtualMachineScaleSetVMsReimageAllParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsReimageAll200Response\n | VirtualMachineScaleSetVMsReimageAll202Response\n | VirtualMachineScaleSetVMsReimageAllDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsDeallocate {\n /** 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. */\n post(\n options: VirtualMachineScaleSetVMsDeallocateParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsDeallocate200Response\n | VirtualMachineScaleSetVMsDeallocate202Response\n | VirtualMachineScaleSetVMsDeallocateDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsUpdate {\n /** Updates a virtual machine of a VM scale set. */\n put(\n options: VirtualMachineScaleSetVMsUpdateParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsUpdate200Response\n | VirtualMachineScaleSetVMsUpdate202Response\n | VirtualMachineScaleSetVMsUpdateDefaultResponse\n >;\n /** Deletes a virtual machine from a VM scale set. */\n delete(\n options: VirtualMachineScaleSetVMsDeleteParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsDelete200Response\n | VirtualMachineScaleSetVMsDelete202Response\n | VirtualMachineScaleSetVMsDelete204Response\n | VirtualMachineScaleSetVMsDeleteDefaultResponse\n >;\n /** Gets a virtual machine from a VM scale set. */\n get(\n options: VirtualMachineScaleSetVMsGetParameters,\n ): StreamableMethod<\n VirtualMachineScaleSetVMsGet200Response | VirtualMachineScaleSetVMsGetDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsGetInstanceView {\n /** Gets the status of a virtual machine from a VM scale set. */\n get(\n options: VirtualMachineScaleSetVMsGetInstanceViewParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsGetInstanceView200Response\n | VirtualMachineScaleSetVMsGetInstanceViewDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsList {\n /** Gets a list of all virtual machines in a VM scale sets. */\n get(\n options: VirtualMachineScaleSetVMsListParameters,\n ): StreamableMethod<\n VirtualMachineScaleSetVMsList200Response | VirtualMachineScaleSetVMsListDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsPowerOff {\n /** 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. */\n post(\n options: VirtualMachineScaleSetVMsPowerOffParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsPowerOff200Response\n | VirtualMachineScaleSetVMsPowerOff202Response\n | VirtualMachineScaleSetVMsPowerOffDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsRestart {\n /** Restarts a virtual machine in a VM scale set. */\n post(\n options: VirtualMachineScaleSetVMsRestartParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsRestart200Response\n | VirtualMachineScaleSetVMsRestart202Response\n | VirtualMachineScaleSetVMsRestartDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsStart {\n /** Starts a virtual machine in a VM scale set. */\n post(\n options: VirtualMachineScaleSetVMsStartParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsStart200Response\n | VirtualMachineScaleSetVMsStart202Response\n | VirtualMachineScaleSetVMsStartDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsRedeploy {\n /** Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. */\n post(\n options: VirtualMachineScaleSetVMsRedeployParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsRedeploy200Response\n | VirtualMachineScaleSetVMsRedeploy202Response\n | VirtualMachineScaleSetVMsRedeployDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsRetrieveBootDiagnosticsData {\n /** The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set. */\n post(\n options: VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsRetrieveBootDiagnosticsData200Response\n | VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsPerformMaintenance {\n /** Performs maintenance on a virtual machine in a VM scale set. */\n post(\n options: VirtualMachineScaleSetVMsPerformMaintenanceParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsPerformMaintenance200Response\n | VirtualMachineScaleSetVMsPerformMaintenance202Response\n | VirtualMachineScaleSetVMsPerformMaintenanceDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsSimulateEviction {\n /** The operation to simulate the eviction of spot virtual machine in a VM scale set. */\n post(\n options: VirtualMachineScaleSetVMsSimulateEvictionParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMsSimulateEviction204Response\n | VirtualMachineScaleSetVMsSimulateEvictionDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMsRunCommand {\n /** Run command on a virtual machine in a VM scale set. */\n post(\n options: VirtualMachineScaleSetVMsRunCommandParameters,\n ): StreamableMethod<\n VirtualMachineScaleSetVMsRunCommand200Response | VirtualMachineScaleSetVMsRunCommand202Response\n >;\n}\n\nexport interface VirtualMachineExtensionsCreateOrUpdate {\n /** The operation to create or update the extension. */\n put(\n options: VirtualMachineExtensionsCreateOrUpdateParameters,\n ): StreamableMethod<\n | VirtualMachineExtensionsCreateOrUpdate200Response\n | VirtualMachineExtensionsCreateOrUpdate201Response\n | VirtualMachineExtensionsCreateOrUpdateDefaultResponse\n >;\n /** The operation to update the extension. */\n patch(\n options: VirtualMachineExtensionsUpdateParameters,\n ): StreamableMethod<\n VirtualMachineExtensionsUpdate200Response | VirtualMachineExtensionsUpdateDefaultResponse\n >;\n /** The operation to delete the extension. */\n delete(\n options: VirtualMachineExtensionsDeleteParameters,\n ): StreamableMethod<\n | VirtualMachineExtensionsDelete200Response\n | VirtualMachineExtensionsDelete202Response\n | VirtualMachineExtensionsDelete204Response\n | VirtualMachineExtensionsDeleteDefaultResponse\n >;\n /** The operation to get the extension. */\n get(\n options: VirtualMachineExtensionsGetParameters,\n ): StreamableMethod<\n VirtualMachineExtensionsGet200Response | VirtualMachineExtensionsGetDefaultResponse\n >;\n}\n\nexport interface VirtualMachineExtensionsList {\n /** The operation to get all extensions of a Virtual Machine. */\n get(\n options: VirtualMachineExtensionsListParameters,\n ): StreamableMethod<\n VirtualMachineExtensionsList200Response | VirtualMachineExtensionsListDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesListByLocation {\n /** Gets all the virtual machines under the specified subscription for the specified location. */\n get(\n options: VirtualMachinesListByLocationParameters,\n ): StreamableMethod<\n VirtualMachinesListByLocation200Response | VirtualMachinesListByLocationDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesCapture {\n /** Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. */\n post(\n options: VirtualMachinesCaptureParameters,\n ): StreamableMethod<\n | VirtualMachinesCapture200Response\n | VirtualMachinesCapture202Response\n | VirtualMachinesCaptureDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesCreateOrUpdate {\n /** The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. */\n put(\n options: VirtualMachinesCreateOrUpdateParameters,\n ): StreamableMethod<\n | VirtualMachinesCreateOrUpdate200Response\n | VirtualMachinesCreateOrUpdate201Response\n | VirtualMachinesCreateOrUpdateDefaultResponse\n >;\n /** The operation to update a virtual machine. */\n patch(\n options: VirtualMachinesUpdateParameters,\n ): StreamableMethod<VirtualMachinesUpdate200Response | VirtualMachinesUpdateDefaultResponse>;\n /** The operation to delete a virtual machine. */\n delete(\n options: VirtualMachinesDeleteParameters,\n ): StreamableMethod<\n | VirtualMachinesDelete200Response\n | VirtualMachinesDelete202Response\n | VirtualMachinesDelete204Response\n | VirtualMachinesDeleteDefaultResponse\n >;\n /** Retrieves information about the model view or the instance view of a virtual machine. */\n get(\n options: VirtualMachinesGetParameters,\n ): StreamableMethod<VirtualMachinesGet200Response | VirtualMachinesGetDefaultResponse>;\n}\n\nexport interface VirtualMachinesInstanceView {\n /** Retrieves information about the run-time state of a virtual machine. */\n get(\n options: VirtualMachinesInstanceViewParameters,\n ): StreamableMethod<\n VirtualMachinesInstanceView200Response | VirtualMachinesInstanceViewDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesConvertToManagedDisks {\n /** Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. */\n post(\n options: VirtualMachinesConvertToManagedDisksParameters,\n ): StreamableMethod<\n | VirtualMachinesConvertToManagedDisks200Response\n | VirtualMachinesConvertToManagedDisks202Response\n | VirtualMachinesConvertToManagedDisksDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesDeallocate {\n /** Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. */\n post(\n options: VirtualMachinesDeallocateParameters,\n ): StreamableMethod<\n | VirtualMachinesDeallocate200Response\n | VirtualMachinesDeallocate202Response\n | VirtualMachinesDeallocateDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesGeneralize {\n /** 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). */\n post(\n options: VirtualMachinesGeneralizeParameters,\n ): StreamableMethod<\n VirtualMachinesGeneralize200Response | VirtualMachinesGeneralizeDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesList {\n /** 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. */\n get(\n options: VirtualMachinesListParameters,\n ): StreamableMethod<VirtualMachinesList200Response | VirtualMachinesListDefaultResponse>;\n}\n\nexport interface VirtualMachinesListAll {\n /** 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. */\n get(\n options: VirtualMachinesListAllParameters,\n ): StreamableMethod<VirtualMachinesListAll200Response | VirtualMachinesListAllDefaultResponse>;\n}\n\nexport interface VirtualMachinesListAvailableSizes {\n /** Lists all available virtual machine sizes to which the specified virtual machine can be resized. */\n get(\n options: VirtualMachinesListAvailableSizesParameters,\n ): StreamableMethod<\n VirtualMachinesListAvailableSizes200Response | VirtualMachinesListAvailableSizesDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesPowerOff {\n /** 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. */\n post(\n options: VirtualMachinesPowerOffParameters,\n ): StreamableMethod<\n | VirtualMachinesPowerOff200Response\n | VirtualMachinesPowerOff202Response\n | VirtualMachinesPowerOffDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesReapply {\n /** The operation to reapply a virtual machine's state. */\n post(\n options: VirtualMachinesReapplyParameters,\n ): StreamableMethod<\n | VirtualMachinesReapply200Response\n | VirtualMachinesReapply202Response\n | VirtualMachinesReapplyDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesRestart {\n /** The operation to restart a virtual machine. */\n post(\n options: VirtualMachinesRestartParameters,\n ): StreamableMethod<\n | VirtualMachinesRestart200Response\n | VirtualMachinesRestart202Response\n | VirtualMachinesRestartDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesStart {\n /** The operation to start a virtual machine. */\n post(\n options: VirtualMachinesStartParameters,\n ): StreamableMethod<\n | VirtualMachinesStart200Response\n | VirtualMachinesStart202Response\n | VirtualMachinesStartDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesRedeploy {\n /** Shuts down the virtual machine, moves it to a new node, and powers it back on. */\n post(\n options: VirtualMachinesRedeployParameters,\n ): StreamableMethod<\n | VirtualMachinesRedeploy200Response\n | VirtualMachinesRedeploy202Response\n | VirtualMachinesRedeployDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesReimage {\n /** Reimages the virtual machine which has an ephemeral OS disk back to its initial state. */\n post(\n options: VirtualMachinesReimageParameters,\n ): StreamableMethod<\n | VirtualMachinesReimage200Response\n | VirtualMachinesReimage202Response\n | VirtualMachinesReimageDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesRetrieveBootDiagnosticsData {\n /** The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs. */\n post(\n options: VirtualMachinesRetrieveBootDiagnosticsDataParameters,\n ): StreamableMethod<\n | VirtualMachinesRetrieveBootDiagnosticsData200Response\n | VirtualMachinesRetrieveBootDiagnosticsDataDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesPerformMaintenance {\n /** The operation to perform maintenance on a virtual machine. */\n post(\n options: VirtualMachinesPerformMaintenanceParameters,\n ): StreamableMethod<\n | VirtualMachinesPerformMaintenance200Response\n | VirtualMachinesPerformMaintenance202Response\n | VirtualMachinesPerformMaintenanceDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesSimulateEviction {\n /** The operation to simulate the eviction of spot virtual machine. */\n post(\n options: VirtualMachinesSimulateEvictionParameters,\n ): StreamableMethod<\n VirtualMachinesSimulateEviction204Response | VirtualMachinesSimulateEvictionDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesAssessPatches {\n /** Assess patches on the VM. */\n post(\n options: VirtualMachinesAssessPatchesParameters,\n ): StreamableMethod<\n | VirtualMachinesAssessPatches200Response\n | VirtualMachinesAssessPatches202Response\n | VirtualMachinesAssessPatchesDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesInstallPatches {\n /** Installs patches on the VM. */\n post(\n options: VirtualMachinesInstallPatchesParameters,\n ): StreamableMethod<\n | VirtualMachinesInstallPatches200Response\n | VirtualMachinesInstallPatches202Response\n | VirtualMachinesInstallPatchesDefaultResponse\n >;\n}\n\nexport interface VirtualMachinesRunCommand {\n /** Run command on the VM. */\n post(\n options: VirtualMachinesRunCommandParameters,\n ): StreamableMethod<VirtualMachinesRunCommand200Response | VirtualMachinesRunCommand202Response>;\n}\n\nexport interface VirtualMachineImagesGet {\n /** Gets a virtual machine image. */\n get(\n options: VirtualMachineImagesGetParameters,\n ): StreamableMethod<VirtualMachineImagesGet200Response | VirtualMachineImagesGetDefaultResponse>;\n}\n\nexport interface VirtualMachineImagesList {\n /** Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. */\n get(\n options: VirtualMachineImagesListParameters,\n ): StreamableMethod<\n VirtualMachineImagesList200Response | VirtualMachineImagesListDefaultResponse\n >;\n}\n\nexport interface VirtualMachineImagesListOffers {\n /** Gets a list of virtual machine image offers for the specified location and publisher. */\n get(\n options: VirtualMachineImagesListOffersParameters,\n ): StreamableMethod<\n VirtualMachineImagesListOffers200Response | VirtualMachineImagesListOffersDefaultResponse\n >;\n}\n\nexport interface VirtualMachineImagesListPublishers {\n /** Gets a list of virtual machine image publishers for the specified Azure location. */\n get(\n options: VirtualMachineImagesListPublishersParameters,\n ): StreamableMethod<\n | VirtualMachineImagesListPublishers200Response\n | VirtualMachineImagesListPublishersDefaultResponse\n >;\n}\n\nexport interface VirtualMachineImagesListSkus {\n /** Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. */\n get(\n options: VirtualMachineImagesListSkusParameters,\n ): StreamableMethod<\n VirtualMachineImagesListSkus200Response | VirtualMachineImagesListSkusDefaultResponse\n >;\n}\n\nexport interface VirtualMachineImagesListByEdgeZone {\n /** Gets a list of all virtual machine image versions for the specified edge zone */\n get(\n options: VirtualMachineImagesListByEdgeZoneParameters,\n ): StreamableMethod<\n | VirtualMachineImagesListByEdgeZone200Response\n | VirtualMachineImagesListByEdgeZoneDefaultResponse\n >;\n}\n\nexport interface VirtualMachineImagesEdgeZoneGet {\n /** Gets a virtual machine image in an edge zone. */\n get(\n options: VirtualMachineImagesEdgeZoneGetParameters,\n ): StreamableMethod<\n VirtualMachineImagesEdgeZoneGet200Response | VirtualMachineImagesEdgeZoneGetDefaultResponse\n >;\n}\n\nexport interface VirtualMachineImagesEdgeZoneList {\n /** Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. */\n get(\n options: VirtualMachineImagesEdgeZoneListParameters,\n ): StreamableMethod<\n VirtualMachineImagesEdgeZoneList200Response | VirtualMachineImagesEdgeZoneListDefaultResponse\n >;\n}\n\nexport interface VirtualMachineImagesEdgeZoneListOffers {\n /** Gets a list of virtual machine image offers for the specified location, edge zone and publisher. */\n get(\n options: VirtualMachineImagesEdgeZoneListOffersParameters,\n ): StreamableMethod<\n | VirtualMachineImagesEdgeZoneListOffers200Response\n | VirtualMachineImagesEdgeZoneListOffersDefaultResponse\n >;\n}\n\nexport interface VirtualMachineImagesEdgeZoneListPublishers {\n /** Gets a list of virtual machine image publishers for the specified Azure location and edge zone. */\n get(\n options: VirtualMachineImagesEdgeZoneListPublishersParameters,\n ): StreamableMethod<\n | VirtualMachineImagesEdgeZoneListPublishers200Response\n | VirtualMachineImagesEdgeZoneListPublishersDefaultResponse\n >;\n}\n\nexport interface VirtualMachineImagesEdgeZoneListSkus {\n /** Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. */\n get(\n options: VirtualMachineImagesEdgeZoneListSkusParameters,\n ): StreamableMethod<\n | VirtualMachineImagesEdgeZoneListSkus200Response\n | VirtualMachineImagesEdgeZoneListSkusDefaultResponse\n >;\n}\n\nexport interface VirtualMachineExtensionImagesGet {\n /** Gets a virtual machine extension image. */\n get(\n options: VirtualMachineExtensionImagesGetParameters,\n ): StreamableMethod<\n VirtualMachineExtensionImagesGet200Response | VirtualMachineExtensionImagesGetDefaultResponse\n >;\n}\n\nexport interface VirtualMachineExtensionImagesListTypes {\n /** Gets a list of virtual machine extension image types. */\n get(\n options: VirtualMachineExtensionImagesListTypesParameters,\n ): StreamableMethod<\n | VirtualMachineExtensionImagesListTypes200Response\n | VirtualMachineExtensionImagesListTypesDefaultResponse\n >;\n}\n\nexport interface VirtualMachineExtensionImagesListVersions {\n /** Gets a list of virtual machine extension image versions. */\n get(\n options: VirtualMachineExtensionImagesListVersionsParameters,\n ): StreamableMethod<\n | VirtualMachineExtensionImagesListVersions200Response\n | VirtualMachineExtensionImagesListVersionsDefaultResponse\n >;\n}\n\nexport interface AvailabilitySetsCreateOrUpdate {\n /** Create or update an availability set. */\n put(\n options: AvailabilitySetsCreateOrUpdateParameters,\n ): StreamableMethod<\n AvailabilitySetsCreateOrUpdate200Response | AvailabilitySetsCreateOrUpdateDefaultResponse\n >;\n /** Update an availability set. */\n patch(\n options: AvailabilitySetsUpdateParameters,\n ): StreamableMethod<AvailabilitySetsUpdate200Response | AvailabilitySetsUpdateDefaultResponse>;\n /** Delete an availability set. */\n delete(\n options: AvailabilitySetsDeleteParameters,\n ): StreamableMethod<\n | AvailabilitySetsDelete200Response\n | AvailabilitySetsDelete204Response\n | AvailabilitySetsDeleteDefaultResponse\n >;\n /** Retrieves information about an availability set. */\n get(\n options: AvailabilitySetsGetParameters,\n ): StreamableMethod<AvailabilitySetsGet200Response | AvailabilitySetsGetDefaultResponse>;\n}\n\nexport interface AvailabilitySetsListBySubscription {\n /** Lists all availability sets in a subscription. */\n get(\n options: AvailabilitySetsListBySubscriptionParameters,\n ): StreamableMethod<\n | AvailabilitySetsListBySubscription200Response\n | AvailabilitySetsListBySubscriptionDefaultResponse\n >;\n}\n\nexport interface AvailabilitySetsList {\n /** Lists all availability sets in a resource group. */\n get(\n options: AvailabilitySetsListParameters,\n ): StreamableMethod<AvailabilitySetsList200Response | AvailabilitySetsListDefaultResponse>;\n}\n\nexport interface AvailabilitySetsListAvailableSizes {\n /** Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set. */\n get(\n options: AvailabilitySetsListAvailableSizesParameters,\n ): StreamableMethod<\n | AvailabilitySetsListAvailableSizes200Response\n | AvailabilitySetsListAvailableSizesDefaultResponse\n >;\n}\n\nexport interface ProximityPlacementGroupsCreateOrUpdate {\n /** Create or update a proximity placement group. */\n put(\n options: ProximityPlacementGroupsCreateOrUpdateParameters,\n ): StreamableMethod<\n | ProximityPlacementGroupsCreateOrUpdate200Response\n | ProximityPlacementGroupsCreateOrUpdate201Response\n | ProximityPlacementGroupsCreateOrUpdateDefaultResponse\n >;\n /** Update a proximity placement group. */\n patch(\n options: ProximityPlacementGroupsUpdateParameters,\n ): StreamableMethod<\n ProximityPlacementGroupsUpdate200Response | ProximityPlacementGroupsUpdateDefaultResponse\n >;\n /** Delete a proximity placement group. */\n delete(\n options: ProximityPlacementGroupsDeleteParameters,\n ): StreamableMethod<\n ProximityPlacementGroupsDelete200Response | ProximityPlacementGroupsDeleteDefaultResponse\n >;\n /** Retrieves information about a proximity placement group . */\n get(\n options: ProximityPlacementGroupsGetParameters,\n ): StreamableMethod<\n ProximityPlacementGroupsGet200Response | ProximityPlacementGroupsGetDefaultResponse\n >;\n}\n\nexport interface ProximityPlacementGroupsListBySubscription {\n /** Lists all proximity placement groups in a subscription. */\n get(\n options: ProximityPlacementGroupsListBySubscriptionParameters,\n ): StreamableMethod<\n | ProximityPlacementGroupsListBySubscription200Response\n | ProximityPlacementGroupsListBySubscriptionDefaultResponse\n >;\n}\n\nexport interface ProximityPlacementGroupsListByResourceGroup {\n /** Lists all proximity placement groups in a resource group. */\n get(\n options: ProximityPlacementGroupsListByResourceGroupParameters,\n ): StreamableMethod<\n | ProximityPlacementGroupsListByResourceGroup200Response\n | ProximityPlacementGroupsListByResourceGroupDefaultResponse\n >;\n}\n\nexport interface DedicatedHostGroupsCreateOrUpdate {\n /** 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) */\n put(\n options: DedicatedHostGroupsCreateOrUpdateParameters,\n ): StreamableMethod<\n | DedicatedHostGroupsCreateOrUpdate200Response\n | DedicatedHostGroupsCreateOrUpdate201Response\n | DedicatedHostGroupsCreateOrUpdateDefaultResponse\n >;\n /** Update an dedicated host group. */\n patch(\n options: DedicatedHostGroupsUpdateParameters,\n ): StreamableMethod<\n DedicatedHostGroupsUpdate200Response | DedicatedHostGroupsUpdateDefaultResponse\n >;\n /** Delete a dedicated host group. */\n delete(\n options: DedicatedHostGroupsDeleteParameters,\n ): StreamableMethod<\n | DedicatedHostGroupsDelete200Response\n | DedicatedHostGroupsDelete204Response\n | DedicatedHostGroupsDeleteDefaultResponse\n >;\n /** Retrieves information about a dedicated host group. */\n get(\n options: DedicatedHostGroupsGetParameters,\n ): StreamableMethod<DedicatedHostGroupsGet200Response | DedicatedHostGroupsGetDefaultResponse>;\n}\n\nexport interface DedicatedHostGroupsListByResourceGroup {\n /** 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. */\n get(\n options: DedicatedHostGroupsListByResourceGroupParameters,\n ): StreamableMethod<\n | DedicatedHostGroupsListByResourceGroup200Response\n | DedicatedHostGroupsListByResourceGroupDefaultResponse\n >;\n}\n\nexport interface DedicatedHostGroupsListBySubscription {\n /** 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. */\n get(\n options: DedicatedHostGroupsListBySubscriptionParameters,\n ): StreamableMethod<\n | DedicatedHostGroupsListBySubscription200Response\n | DedicatedHostGroupsListBySubscriptionDefaultResponse\n >;\n}\n\nexport interface DedicatedHostsCreateOrUpdate {\n /** Create or update a dedicated host . */\n put(\n options: DedicatedHostsCreateOrUpdateParameters,\n ): StreamableMethod<\n | DedicatedHostsCreateOrUpdate200Response\n | DedicatedHostsCreateOrUpdate201Response\n | DedicatedHostsCreateOrUpdateDefaultResponse\n >;\n /** Update an dedicated host . */\n patch(\n options: DedicatedHostsUpdateParameters,\n ): StreamableMethod<DedicatedHostsUpdate200Response | DedicatedHostsUpdateDefaultResponse>;\n /** Delete a dedicated host. */\n delete(\n options: DedicatedHostsDeleteParameters,\n ): StreamableMethod<\n | DedicatedHostsDelete200Response\n | DedicatedHostsDelete202Response\n | DedicatedHostsDelete204Response\n | DedicatedHostsDeleteDefaultResponse\n >;\n /** Retrieves information about a dedicated host. */\n get(\n options: DedicatedHostsGetParameters,\n ): StreamableMethod<DedicatedHostsGet200Response | DedicatedHostsGetDefaultResponse>;\n}\n\nexport interface DedicatedHostsListByHostGroup {\n /** 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. */\n get(\n options: DedicatedHostsListByHostGroupParameters,\n ): StreamableMethod<\n DedicatedHostsListByHostGroup200Response | DedicatedHostsListByHostGroupDefaultResponse\n >;\n}\n\nexport interface DedicatedHostsRestart {\n /** 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. */\n post(\n options: DedicatedHostsRestartParameters,\n ): StreamableMethod<DedicatedHostsRestart200Response | DedicatedHostsRestartDefaultResponse>;\n}\n\nexport interface SshPublicKeysListBySubscription {\n /** 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. */\n get(\n options: SshPublicKeysListBySubscriptionParameters,\n ): StreamableMethod<\n SshPublicKeysListBySubscription200Response | SshPublicKeysListBySubscriptionDefaultResponse\n >;\n}\n\nexport interface SshPublicKeysListByResourceGroup {\n /** 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. */\n get(\n options: SshPublicKeysListByResourceGroupParameters,\n ): StreamableMethod<\n SshPublicKeysListByResourceGroup200Response | SshPublicKeysListByResourceGroupDefaultResponse\n >;\n}\n\nexport interface SshPublicKeysCreate {\n /** Creates a new SSH public key resource. */\n put(\n options: SshPublicKeysCreateParameters,\n ): StreamableMethod<\n | SshPublicKeysCreate200Response\n | SshPublicKeysCreate201Response\n | SshPublicKeysCreateDefaultResponse\n >;\n /** Updates a new SSH public key resource. */\n patch(\n options: SshPublicKeysUpdateParameters,\n ): StreamableMethod<SshPublicKeysUpdate200Response | SshPublicKeysUpdateDefaultResponse>;\n /** Delete an SSH public key. */\n delete(\n options: SshPublicKeysDeleteParameters,\n ): StreamableMethod<\n | SshPublicKeysDelete200Response\n | SshPublicKeysDelete204Response\n | SshPublicKeysDeleteDefaultResponse\n >;\n /** Retrieves information about an SSH public key. */\n get(\n options: SshPublicKeysGetParameters,\n ): StreamableMethod<SshPublicKeysGet200Response | SshPublicKeysGetDefaultResponse>;\n}\n\nexport interface SshPublicKeysGenerateKeyPair {\n /** 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. */\n post(\n options: SshPublicKeysGenerateKeyPairParameters,\n ): StreamableMethod<\n SshPublicKeysGenerateKeyPair200Response | SshPublicKeysGenerateKeyPairDefaultResponse\n >;\n}\n\nexport interface ImagesCreateOrUpdate {\n /** Create or update an image. */\n put(\n options: ImagesCreateOrUpdateParameters,\n ): StreamableMethod<\n | ImagesCreateOrUpdate200Response\n | ImagesCreateOrUpdate201Response\n | ImagesCreateOrUpdateDefaultResponse\n >;\n /** Update an image. */\n patch(\n options: ImagesUpdateParameters,\n ): StreamableMethod<\n ImagesUpdate200Response | ImagesUpdate201Response | ImagesUpdateDefaultResponse\n >;\n /** Deletes an Image. */\n delete(\n options: ImagesDeleteParameters,\n ): StreamableMethod<\n | ImagesDelete200Response\n | ImagesDelete202Response\n | ImagesDelete204Response\n | ImagesDeleteDefaultResponse\n >;\n /** Gets an image. */\n get(\n options: ImagesGetParameters,\n ): StreamableMethod<ImagesGet200Response | ImagesGetDefaultResponse>;\n}\n\nexport interface ImagesListByResourceGroup {\n /** Gets the list of images under a resource group. */\n get(\n options: ImagesListByResourceGroupParameters,\n ): StreamableMethod<\n ImagesListByResourceGroup200Response | ImagesListByResourceGroupDefaultResponse\n >;\n}\n\nexport interface ImagesList {\n /** 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. */\n get(\n options: ImagesListParameters,\n ): StreamableMethod<ImagesList200Response | ImagesListDefaultResponse>;\n}\n\nexport interface RestorePointCollectionsCreateOrUpdate {\n /** 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. */\n put(\n options: RestorePointCollectionsCreateOrUpdateParameters,\n ): StreamableMethod<\n | RestorePointCollectionsCreateOrUpdate200Response\n | RestorePointCollectionsCreateOrUpdate201Response\n | RestorePointCollectionsCreateOrUpdateDefaultResponse\n >;\n /** The operation to update the restore point collection. */\n patch(\n options: RestorePointCollectionsUpdateParameters,\n ): StreamableMethod<\n RestorePointCollectionsUpdate200Response | RestorePointCollectionsUpdateDefaultResponse\n >;\n /** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */\n delete(\n options: RestorePointCollectionsDeleteParameters,\n ): StreamableMethod<\n | RestorePointCollectionsDelete200Response\n | RestorePointCollectionsDelete202Response\n | RestorePointCollectionsDelete204Response\n | RestorePointCollectionsDeleteDefaultResponse\n >;\n /** The operation to get the restore point collection. */\n get(\n options: RestorePointCollectionsGetParameters,\n ): StreamableMethod<\n RestorePointCollectionsGet200Response | RestorePointCollectionsGetDefaultResponse\n >;\n}\n\nexport interface RestorePointCollectionsList {\n /** Gets the list of restore point collections in a resource group. */\n get(\n options: RestorePointCollectionsListParameters,\n ): StreamableMethod<\n RestorePointCollectionsList200Response | RestorePointCollectionsListDefaultResponse\n >;\n}\n\nexport interface RestorePointCollectionsListAll {\n /** 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. */\n get(\n options: RestorePointCollectionsListAllParameters,\n ): StreamableMethod<\n RestorePointCollectionsListAll200Response | RestorePointCollectionsListAllDefaultResponse\n >;\n}\n\nexport interface RestorePointsCreate {\n /** The operation to create the restore point. Updating properties of an existing restore point is not allowed */\n put(\n options: RestorePointsCreateParameters,\n ): StreamableMethod<RestorePointsCreate201Response | RestorePointsCreateDefaultResponse>;\n /** The operation to delete the restore point. */\n delete(\n options: RestorePointsDeleteParameters,\n ): StreamableMethod<\n | RestorePointsDelete200Response\n | RestorePointsDelete202Response\n | RestorePointsDelete204Response\n | RestorePointsDeleteDefaultResponse\n >;\n /** The operation to get the restore point. */\n get(\n options: RestorePointsGetParameters,\n ): StreamableMethod<RestorePointsGet200Response | RestorePointsGetDefaultResponse>;\n}\n\nexport interface CapacityReservationGroupsCreateOrUpdate {\n /** 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. */\n put(\n options: CapacityReservationGroupsCreateOrUpdateParameters,\n ): StreamableMethod<\n | CapacityReservationGroupsCreateOrUpdate200Response\n | CapacityReservationGroupsCreateOrUpdate201Response\n | CapacityReservationGroupsCreateOrUpdateDefaultResponse\n >;\n /** The operation to update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. */\n patch(\n options: CapacityReservationGroupsUpdateParameters,\n ): StreamableMethod<\n CapacityReservationGroupsUpdate200Response | CapacityReservationGroupsUpdateDefaultResponse\n >;\n /** 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. */\n delete(\n options: CapacityReservationGroupsDeleteParameters,\n ): StreamableMethod<\n | CapacityReservationGroupsDelete200Response\n | CapacityReservationGroupsDelete204Response\n | CapacityReservationGroupsDeleteDefaultResponse\n >;\n /** The operation that retrieves information about a capacity reservation group. */\n get(\n options: CapacityReservationGroupsGetParameters,\n ): StreamableMethod<\n CapacityReservationGroupsGet200Response | CapacityReservationGroupsGetDefaultResponse\n >;\n}\n\nexport interface CapacityReservationGroupsListByResourceGroup {\n /** 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. */\n get(\n options: CapacityReservationGroupsListByResourceGroupParameters,\n ): StreamableMethod<\n | CapacityReservationGroupsListByResourceGroup200Response\n | CapacityReservationGroupsListByResourceGroupDefaultResponse\n >;\n}\n\nexport interface CapacityReservationGroupsListBySubscription {\n /** 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. */\n get(\n options: CapacityReservationGroupsListBySubscriptionParameters,\n ): StreamableMethod<\n | CapacityReservationGroupsListBySubscription200Response\n | CapacityReservationGroupsListBySubscriptionDefaultResponse\n >;\n}\n\nexport interface CapacityReservationsCreateOrUpdate {\n /** 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. */\n put(\n options: CapacityReservationsCreateOrUpdateParameters,\n ): StreamableMethod<\n | CapacityReservationsCreateOrUpdate200Response\n | CapacityReservationsCreateOrUpdate201Response\n | CapacityReservationsCreateOrUpdateDefaultResponse\n >;\n /** The operation to update a capacity reservation. */\n patch(\n options: CapacityReservationsUpdateParameters,\n ): StreamableMethod<\n | CapacityReservationsUpdate200Response\n | CapacityReservationsUpdate202Response\n | CapacityReservationsUpdateDefaultResponse\n >;\n /** 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. */\n delete(\n options: CapacityReservationsDeleteParameters,\n ): StreamableMethod<\n | CapacityReservationsDelete200Response\n | CapacityReservationsDelete202Response\n | CapacityReservationsDelete204Response\n | CapacityReservationsDeleteDefaultResponse\n >;\n /** The operation that retrieves information about the capacity reservation. */\n get(\n options: CapacityReservationsGetParameters,\n ): StreamableMethod<CapacityReservationsGet200Response | CapacityReservationsGetDefaultResponse>;\n}\n\nexport interface CapacityReservationsListByCapacityReservationGroup {\n /** 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. */\n get(\n options: CapacityReservationsListByCapacityReservationGroupParameters,\n ): StreamableMethod<\n | CapacityReservationsListByCapacityReservationGroup200Response\n | CapacityReservationsListByCapacityReservationGroupDefaultResponse\n >;\n}\n\nexport interface LogAnalyticsExportRequestRateByInterval {\n /** Export logs that show Api requests made by this subscription in the given time window to show throttling activities. */\n post(\n options: LogAnalyticsExportRequestRateByIntervalParameters,\n ): StreamableMethod<\n | LogAnalyticsExportRequestRateByInterval200Response\n | LogAnalyticsExportRequestRateByInterval202Response\n | LogAnalyticsExportRequestRateByIntervalDefaultResponse\n >;\n}\n\nexport interface LogAnalyticsExportThrottledRequests {\n /** Export logs that show total throttled Api requests for this subscription in the given time window. */\n post(\n options: LogAnalyticsExportThrottledRequestsParameters,\n ): StreamableMethod<\n | LogAnalyticsExportThrottledRequests200Response\n | LogAnalyticsExportThrottledRequests202Response\n | LogAnalyticsExportThrottledRequestsDefaultResponse\n >;\n}\n\nexport interface VirtualMachineRunCommandsList {\n /** Lists all available run commands for a subscription in a location. */\n get(\n options: VirtualMachineRunCommandsListParameters,\n ): StreamableMethod<VirtualMachineRunCommandsList200Response>;\n}\n\nexport interface VirtualMachineRunCommandsGet {\n /** Gets specific run command for a subscription in a location. */\n get(\n options: VirtualMachineRunCommandsGetParameters,\n ): StreamableMethod<VirtualMachineRunCommandsGet200Response>;\n}\n\nexport interface VirtualMachineRunCommandsCreateOrUpdate {\n /** The operation to create or update the run command. */\n put(\n options: VirtualMachineRunCommandsCreateOrUpdateParameters,\n ): StreamableMethod<\n | VirtualMachineRunCommandsCreateOrUpdate200Response\n | VirtualMachineRunCommandsCreateOrUpdate201Response\n | VirtualMachineRunCommandsCreateOrUpdateDefaultResponse\n >;\n /** The operation to update the run command. */\n patch(\n options: VirtualMachineRunCommandsUpdateParameters,\n ): StreamableMethod<\n VirtualMachineRunCommandsUpdate200Response | VirtualMachineRunCommandsUpdateDefaultResponse\n >;\n /** The operation to delete the run command. */\n delete(\n options: VirtualMachineRunCommandsDeleteParameters,\n ): StreamableMethod<\n | VirtualMachineRunCommandsDelete200Response\n | VirtualMachineRunCommandsDelete202Response\n | VirtualMachineRunCommandsDelete204Response\n | VirtualMachineRunCommandsDeleteDefaultResponse\n >;\n /** The operation to get the run command. */\n get(\n options: VirtualMachineRunCommandsGetByVirtualMachineParameters,\n ): StreamableMethod<\n | VirtualMachineRunCommandsGetByVirtualMachine200Response\n | VirtualMachineRunCommandsGetByVirtualMachineDefaultResponse\n >;\n}\n\nexport interface VirtualMachineRunCommandsListByVirtualMachine {\n /** The operation to get all run commands of a Virtual Machine. */\n get(\n options: VirtualMachineRunCommandsListByVirtualMachineParameters,\n ): StreamableMethod<\n | VirtualMachineRunCommandsListByVirtualMachine200Response\n | VirtualMachineRunCommandsListByVirtualMachineDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdate {\n /** The operation to create or update the VMSS VM run command. */\n put(\n options: VirtualMachineScaleSetVMRunCommandsCreateOrUpdateParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMRunCommandsCreateOrUpdate200Response\n | VirtualMachineScaleSetVMRunCommandsCreateOrUpdate201Response\n | VirtualMachineScaleSetVMRunCommandsCreateOrUpdateDefaultResponse\n >;\n /** The operation to update the VMSS VM run command. */\n patch(\n options: VirtualMachineScaleSetVMRunCommandsUpdateParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMRunCommandsUpdate200Response\n | VirtualMachineScaleSetVMRunCommandsUpdateDefaultResponse\n >;\n /** The operation to delete the VMSS VM run command. */\n delete(\n options: VirtualMachineScaleSetVMRunCommandsDeleteParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMRunCommandsDelete200Response\n | VirtualMachineScaleSetVMRunCommandsDelete202Response\n | VirtualMachineScaleSetVMRunCommandsDelete204Response\n | VirtualMachineScaleSetVMRunCommandsDeleteDefaultResponse\n >;\n /** The operation to get the VMSS VM run command. */\n get(\n options: VirtualMachineScaleSetVMRunCommandsGetParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMRunCommandsGet200Response\n | VirtualMachineScaleSetVMRunCommandsGetDefaultResponse\n >;\n}\n\nexport interface VirtualMachineScaleSetVMRunCommandsList {\n /** The operation to get all run commands of an instance in Virtual Machine Scaleset. */\n get(\n options: VirtualMachineScaleSetVMRunCommandsListParameters,\n ): StreamableMethod<\n | VirtualMachineScaleSetVMRunCommandsList200Response\n | VirtualMachineScaleSetVMRunCommandsListDefaultResponse\n >;\n}\n\nexport interface DisksCreateOrUpdate {\n /** Creates or updates a disk. */\n put(\n options: DisksCreateOrUpdateParameters,\n ): StreamableMethod<DisksCreateOrUpdate200Response | DisksCreateOrUpdate202Response>;\n /** Updates (patches) a disk. */\n patch(\n options: DisksUpdateParameters,\n ): StreamableMethod<DisksUpdate200Response | DisksUpdate202Response>;\n /** Gets information about a disk. */\n get(options: DisksGetParameters): StreamableMethod<DisksGet200Response>;\n /** Deletes a disk. */\n delete(\n options: DisksDeleteParameters,\n ): StreamableMethod<DisksDelete200Response | DisksDelete202Response | DisksDelete204Response>;\n}\n\nexport interface DisksListByResourceGroup {\n /** Lists all the disks under a resource group. */\n get(\n options: DisksListByResourceGroupParameters,\n ): StreamableMethod<DisksListByResourceGroup200Response>;\n}\n\nexport interface DisksList {\n /** Lists all the disks under a subscription. */\n get(options: DisksListParameters): StreamableMethod<DisksList200Response>;\n}\n\nexport interface DisksGrantAccess {\n /** Grants access to a disk. */\n post(\n options: DisksGrantAccessParameters,\n ): StreamableMethod<DisksGrantAccess200Response | DisksGrantAccess202Response>;\n}\n\nexport interface DisksRevokeAccess {\n /** Revokes access to a disk. */\n post(\n options: DisksRevokeAccessParameters,\n ): StreamableMethod<DisksRevokeAccess200Response | DisksRevokeAccess202Response>;\n}\n\nexport interface DiskAccessesCreateOrUpdate {\n /** Creates or updates a disk access resource */\n put(\n options: DiskAccessesCreateOrUpdateParameters,\n ): StreamableMethod<\n | DiskAccessesCreateOrUpdate200Response\n | DiskAccessesCreateOrUpdate202Response\n | DiskAccessesCreateOrUpdateDefaultResponse\n >;\n /** Updates (patches) a disk access resource. */\n patch(\n options: DiskAccessesUpdateParameters,\n ): StreamableMethod<\n | DiskAccessesUpdate200Response\n | DiskAccessesUpdate202Response\n | DiskAccessesUpdateDefaultResponse\n >;\n /** Gets information about a disk access resource. */\n get(\n options: DiskAccessesGetParameters,\n ): StreamableMethod<DiskAccessesGet200Response | DiskAccessesGetDefaultResponse>;\n /** Deletes a disk access resource. */\n delete(\n options: DiskAccessesDeleteParameters,\n ): StreamableMethod<\n | DiskAccessesDelete200Response\n | DiskAccessesDelete202Response\n | DiskAccessesDelete204Response\n | DiskAccessesDeleteDefaultResponse\n >;\n}\n\nexport interface DiskAccessesListByResourceGroup {\n /** Lists all the disk access resources under a resource group. */\n get(\n options: DiskAccessesListByResourceGroupParameters,\n ): StreamableMethod<\n DiskAccessesListByResourceGroup200Response | DiskAccessesListByResourceGroupDefaultResponse\n >;\n}\n\nexport interface DiskAccessesList {\n /** Lists all the disk access resources under a subscription. */\n get(\n options: DiskAccessesListParameters,\n ): StreamableMethod<DiskAccessesList200Response | DiskAccessesListDefaultResponse>;\n}\n\nexport interface DiskAccessesGetPrivateLinkResources {\n /** Gets the private link resources possible under disk access resource */\n get(\n options: DiskAccessesGetPrivateLinkResourcesParameters,\n ): StreamableMethod<DiskAccessesGetPrivateLinkResources200Response>;\n}\n\nexport interface DiskAccessesUpdateAPrivateEndpointConnection {\n /** Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. */\n put(\n options: DiskAccessesUpdateAPrivateEndpointConnectionParameters,\n ): StreamableMethod<\n | DiskAccessesUpdateAPrivateEndpointConnection200Response\n | DiskAccessesUpdateAPrivateEndpointConnection202Response\n | DiskAccessesUpdateAPrivateEndpointConnectionDefaultResponse\n >;\n /** Gets information about a private endpoint connection under a disk access resource. */\n get(\n options: DiskAccessesGetAPrivateEndpointConnectionParameters,\n ): StreamableMethod<\n | DiskAccessesGetAPrivateEndpointConnection200Response\n | DiskAccessesGetAPrivateEndpointConnectionDefaultResponse\n >;\n /** Deletes a private endpoint connection under a disk access resource. */\n delete(\n options: DiskAccessesDeleteAPrivateEndpointConnectionParameters,\n ): StreamableMethod<\n | DiskAccessesDeleteAPrivateEndpointConnection200Response\n | DiskAccessesDeleteAPrivateEndpointConnection202Response\n | DiskAccessesDeleteAPrivateEndpointConnection204Response\n | DiskAccessesDeleteAPrivateEndpointConnectionDefaultResponse\n >;\n}\n\nexport interface DiskAccessesListPrivateEndpointConnections {\n /** List information about private endpoint connections under a disk access resource */\n get(\n options: DiskAccessesListPrivateEndpointConnectionsParameters,\n ): StreamableMethod<\n | DiskAccessesListPrivateEndpointConnections200Response\n | DiskAccessesListPrivateEndpointConnectionsDefaultResponse\n >;\n}\n\nexport interface DiskEncryptionSetsCreateOrUpdate {\n /** Creates or updates a disk encryption set */\n put(\n options: DiskEncryptionSetsCreateOrUpdateParameters,\n ): StreamableMethod<\n | DiskEncryptionSetsCreateOrUpdate200Response\n | DiskEncryptionSetsCreateOrUpdate202Response\n | DiskEncryptionSetsCreateOrUpdateDefaultResponse\n >;\n /** Updates (patches) a disk encryption set. */\n patch(\n options: DiskEncryptionSetsUpdateParameters,\n ): StreamableMethod<\n | DiskEncryptionSetsUpdate200Response\n | DiskEncryptionSetsUpdate202Response\n | DiskEncryptionSetsUpdateDefaultResponse\n >;\n /** Gets information about a disk encryption set. */\n get(\n options: DiskEncryptionSetsGetParameters,\n ): StreamableMethod<DiskEncryptionSetsGet200Response | DiskEncryptionSetsGetDefaultResponse>;\n /** Deletes a disk encryption set. */\n delete(\n options: DiskEncryptionSetsDeleteParameters,\n ): StreamableMethod<\n | DiskEncryptionSetsDelete200Response\n | DiskEncryptionSetsDelete202Response\n | DiskEncryptionSetsDelete204Response\n | DiskEncryptionSetsDeleteDefaultResponse\n >;\n}\n\nexport interface DiskEncryptionSetsListByResourceGroup {\n /** Lists all the disk encryption sets under a resource group. */\n get(\n options: DiskEncryptionSetsListByResourceGroupParameters,\n ): StreamableMethod<\n | DiskEncryptionSetsListByResourceGroup200Response\n | DiskEncryptionSetsListByResourceGroupDefaultResponse\n >;\n}\n\nexport interface DiskEncryptionSetsList {\n /** Lists all the disk encryption sets under a subscription. */\n get(\n options: DiskEncryptionSetsListParameters,\n ): StreamableMethod<DiskEncryptionSetsList200Response | DiskEncryptionSetsListDefaultResponse>;\n}\n\nexport interface DiskEncryptionSetsListAssociatedResources {\n /** Lists all resources that are encrypted with this disk encryption set. */\n get(\n options: DiskEncryptionSetsListAssociatedResourcesParameters,\n ): StreamableMethod<\n | DiskEncryptionSetsListAssociatedResources200Response\n | DiskEncryptionSetsListAssociatedResourcesDefaultResponse\n >;\n}\n\nexport interface DiskRestorePointGet {\n /** Get disk restorePoint resource */\n get(\n options: DiskRestorePointGetParameters,\n ): StreamableMethod<DiskRestorePointGet200Response | DiskRestorePointGetDefaultResponse>;\n}\n\nexport interface DiskRestorePointListByRestorePoint {\n /** Lists diskRestorePoints under a vmRestorePoint. */\n get(\n options: DiskRestorePointListByRestorePointParameters,\n ): StreamableMethod<\n | DiskRestorePointListByRestorePoint200Response\n | DiskRestorePointListByRestorePointDefaultResponse\n >;\n}\n\nexport interface DiskRestorePointGrantAccess {\n /** Grants access to a diskRestorePoint. */\n post(\n options: DiskRestorePointGrantAccessParameters,\n ): StreamableMethod<\n | DiskRestorePointGrantAccess200Response\n | DiskRestorePointGrantAccess202Response\n | DiskRestorePointGrantAccessDefaultResponse\n >;\n}\n\nexport interface DiskRestorePointRevokeAccess {\n /** Revokes access to a diskRestorePoint. */\n post(\n options: DiskRestorePointRevokeAccessParameters,\n ): StreamableMethod<\n | DiskRestorePointRevokeAccess200Response\n | DiskRestorePointRevokeAccess202Response\n | DiskRestorePointRevokeAccessDefaultResponse\n >;\n}\n\nexport interface SnapshotsCreateOrUpdate {\n /** Creates or updates a snapshot. */\n put(\n options: SnapshotsCreateOrUpdateParameters,\n ): StreamableMethod<SnapshotsCreateOrUpdate200Response | SnapshotsCreateOrUpdate202Response>;\n /** Updates (patches) a snapshot. */\n patch(\n options: SnapshotsUpdateParameters,\n ): StreamableMethod<SnapshotsUpdate200Response | SnapshotsUpdate202Response>;\n /** Gets information about a snapshot. */\n get(options: SnapshotsGetParameters): StreamableMethod<SnapshotsGet200Response>;\n /** Deletes a snapshot. */\n delete(\n options: SnapshotsDeleteParameters,\n ): StreamableMethod<\n SnapshotsDelete200Response | SnapshotsDelete202Response | SnapshotsDelete204Response\n >;\n}\n\nexport interface SnapshotsListByResourceGroup {\n /** Lists snapshots under a resource group. */\n get(\n options: SnapshotsListByResourceGroupParameters,\n ): StreamableMethod<SnapshotsListByResourceGroup200Response>;\n}\n\nexport interface SnapshotsList {\n /** Lists snapshots under a subscription. */\n get(options: SnapshotsListParameters): StreamableMethod<SnapshotsList200Response>;\n}\n\nexport interface SnapshotsGrantAccess {\n /** Grants access to a snapshot. */\n post(\n options: SnapshotsGrantAccessParameters,\n ): StreamableMethod<SnapshotsGrantAccess200Response | SnapshotsGrantAccess202Response>;\n}\n\nexport interface SnapshotsRevokeAccess {\n /** Revokes access to a snapshot. */\n post(\n options: SnapshotsRevokeAccessParameters,\n ): StreamableMethod<SnapshotsRevokeAccess200Response | SnapshotsRevokeAccess202Response>;\n}\n\nexport interface ResourceSkusList {\n /** Gets the list of Microsoft.Compute SKUs available for your Subscription. */\n get(options: ResourceSkusListParameters): StreamableMethod<ResourceSkusList200Response>;\n}\n\nexport interface GalleriesCreateOrUpdate {\n /** Create or update a Shared Image Gallery. */\n put(\n options: GalleriesCreateOrUpdateParameters,\n ): StreamableMethod<\n | GalleriesCreateOrUpdate200Response\n | GalleriesCreateOrUpdate201Response\n | GalleriesCreateOrUpdate202Response\n | GalleriesCreateOrUpdateDefaultResponse\n >;\n /** Update a Shared Image Gallery. */\n patch(\n options: GalleriesUpdateParameters,\n ): StreamableMethod<GalleriesUpdate200Response | GalleriesUpdateDefaultResponse>;\n /** Retrieves information about a Shared Image Gallery. */\n get(\n options: GalleriesGetParameters,\n ): StreamableMethod<GalleriesGet200Response | GalleriesGetDefaultResponse>;\n /** Delete a Shared Image Gallery. */\n delete(\n options: GalleriesDeleteParameters,\n ): StreamableMethod<\n | GalleriesDelete200Response\n | GalleriesDelete202Response\n | GalleriesDelete204Response\n | GalleriesDeleteDefaultResponse\n >;\n}\n\nexport interface GalleriesListByResourceGroup {\n /** List galleries under a resource group. */\n get(\n options: GalleriesListByResourceGroupParameters,\n ): StreamableMethod<\n GalleriesListByResourceGroup200Response | GalleriesListByResourceGroupDefaultResponse\n >;\n}\n\nexport interface GalleriesList {\n /** List galleries under a subscription. */\n get(\n options: GalleriesListParameters,\n ): StreamableMethod<GalleriesList200Response | GalleriesListDefaultResponse>;\n}\n\nexport interface GalleryImagesCreateOrUpdate {\n /** Create or update a gallery image definition. */\n put(\n options: GalleryImagesCreateOrUpdateParameters,\n ): StreamableMethod<\n | GalleryImagesCreateOrUpdate200Response\n | GalleryImagesCreateOrUpdate201Response\n | GalleryImagesCreateOrUpdate202Response\n | GalleryImagesCreateOrUpdateDefaultResponse\n >;\n /** Update a gallery image definition. */\n patch(\n options: GalleryImagesUpdateParameters,\n ): StreamableMethod<GalleryImagesUpdate200Response | GalleryImagesUpdateDefaultResponse>;\n /** Retrieves information about a gallery image definition. */\n get(\n options: GalleryImagesGetParameters,\n ): StreamableMethod<GalleryImagesGet200Response | GalleryImagesGetDefaultResponse>;\n /** Delete a gallery image. */\n delete(\n options: GalleryImagesDeleteParameters,\n ): StreamableMethod<\n | GalleryImagesDelete200Response\n | GalleryImagesDelete202Response\n | GalleryImagesDelete204Response\n | GalleryImagesDeleteDefaultResponse\n >;\n}\n\nexport interface GalleryImagesListByGallery {\n /** List gallery image definitions in a gallery. */\n get(\n options: GalleryImagesListByGalleryParameters,\n ): StreamableMethod<\n GalleryImagesListByGallery200Response | GalleryImagesListByGalleryDefaultResponse\n >;\n}\n\nexport interface GalleryImageVersionsCreateOrUpdate {\n /** Create or update a gallery image version. */\n put(\n options: GalleryImageVersionsCreateOrUpdateParameters,\n ): StreamableMethod<\n | GalleryImageVersionsCreateOrUpdate200Response\n | GalleryImageVersionsCreateOrUpdate201Response\n | GalleryImageVersionsCreateOrUpdate202Response\n | GalleryImageVersionsCreateOrUpdateDefaultResponse\n >;\n /** Update a gallery image version. */\n patch(\n options: GalleryImageVersionsUpdateParameters,\n ): StreamableMethod<\n GalleryImageVersionsUpdate200Response | GalleryImageVersionsUpdateDefaultResponse\n >;\n /** Retrieves information about a gallery image version. */\n get(\n options: GalleryImageVersionsGetParameters,\n ): StreamableMethod<GalleryImageVersionsGet200Response | GalleryImageVersionsGetDefaultResponse>;\n /** Delete a gallery image version. */\n delete(\n options: GalleryImageVersionsDeleteParameters,\n ): StreamableMethod<\n | GalleryImageVersionsDelete200Response\n | GalleryImageVersionsDelete202Response\n | GalleryImageVersionsDelete204Response\n | GalleryImageVersionsDeleteDefaultResponse\n >;\n}\n\nexport interface GalleryImageVersionsListByGalleryImage {\n /** List gallery image versions in a gallery image definition. */\n get(\n options: GalleryImageVersionsListByGalleryImageParameters,\n ): StreamableMethod<\n | GalleryImageVersionsListByGalleryImage200Response\n | GalleryImageVersionsListByGalleryImageDefaultResponse\n >;\n}\n\nexport interface GalleryApplicationsCreateOrUpdate {\n /** Create or update a gallery Application Definition. */\n put(\n options: GalleryApplicationsCreateOrUpdateParameters,\n ): StreamableMethod<\n | GalleryApplicationsCreateOrUpdate200Response\n | GalleryApplicationsCreateOrUpdate201Response\n | GalleryApplicationsCreateOrUpdate202Response\n | GalleryApplicationsCreateOrUpdateDefaultResponse\n >;\n /** Update a gallery Application Definition. */\n patch(\n options: GalleryApplicationsUpdateParameters,\n ): StreamableMethod<\n GalleryApplicationsUpdate200Response | GalleryApplicationsUpdateDefaultResponse\n >;\n /** Retrieves information about a gallery Application Definition. */\n get(\n options: GalleryApplicationsGetParameters,\n ): StreamableMethod<GalleryApplicationsGet200Response | GalleryApplicationsGetDefaultResponse>;\n /** Delete a gallery Application. */\n delete(\n options: GalleryApplicationsDeleteParameters,\n ): StreamableMethod<\n | GalleryApplicationsDelete200Response\n | GalleryApplicationsDelete202Response\n | GalleryApplicationsDelete204Response\n | GalleryApplicationsDeleteDefaultResponse\n >;\n}\n\nexport interface GalleryApplicationsListByGallery {\n /** List gallery Application Definitions in a gallery. */\n get(\n options: GalleryApplicationsListByGalleryParameters,\n ): StreamableMethod<\n GalleryApplicationsListByGallery200Response | GalleryApplicationsListByGalleryDefaultResponse\n >;\n}\n\nexport interface GalleryApplicationVersionsCreateOrUpdate {\n /** Create or update a gallery Application Version. */\n put(\n options: GalleryApplicationVersionsCreateOrUpdateParameters,\n ): StreamableMethod<\n | GalleryApplicationVersionsCreateOrUpdate200Response\n | GalleryApplicationVersionsCreateOrUpdate201Response\n | GalleryApplicationVersionsCreateOrUpdate202Response\n | GalleryApplicationVersionsCreateOrUpdateDefaultResponse\n >;\n /** Update a gallery Application Version. */\n patch(\n options: GalleryApplicationVersionsUpdateParameters,\n ): StreamableMethod<\n GalleryApplicationVersionsUpdate200Response | GalleryApplicationVersionsUpdateDefaultResponse\n >;\n /** Retrieves information about a gallery Application Version. */\n get(\n options: GalleryApplicationVersionsGetParameters,\n ): StreamableMethod<\n GalleryApplicationVersionsGet200Response | GalleryApplicationVersionsGetDefaultResponse\n >;\n /** Delete a gallery Application Version. */\n delete(\n options: GalleryApplicationVersionsDeleteParameters,\n ): StreamableMethod<\n | GalleryApplicationVersionsDelete200Response\n | GalleryApplicationVersionsDelete202Response\n | GalleryApplicationVersionsDelete204Response\n | GalleryApplicationVersionsDeleteDefaultResponse\n >;\n}\n\nexport interface GalleryApplicationVersionsListByGalleryApplication {\n /** List gallery Application Versions in a gallery Application Definition. */\n get(\n options: GalleryApplicationVersionsListByGalleryApplicationParameters,\n ): StreamableMethod<\n | GalleryApplicationVersionsListByGalleryApplication200Response\n | GalleryApplicationVersionsListByGalleryApplicationDefaultResponse\n >;\n}\n\nexport interface GallerySharingProfileUpdate {\n /** Update sharing profile of a gallery. */\n post(\n options: GallerySharingProfileUpdateParameters,\n ): StreamableMethod<\n | GallerySharingProfileUpdate200Response\n | GallerySharingProfileUpdate202Response\n | GallerySharingProfileUpdateDefaultResponse\n >;\n}\n\nexport interface SharedGalleriesList {\n /** List shared galleries by subscription id or tenant id. */\n get(\n options: SharedGalleriesListParameters,\n ): StreamableMethod<SharedGalleriesList200Response | SharedGalleriesListDefaultResponse>;\n}\n\nexport interface SharedGalleriesGet {\n /** Get a shared gallery by subscription id or tenant id. */\n get(\n options: SharedGalleriesGetParameters,\n ): StreamableMethod<SharedGalleriesGet200Response | SharedGalleriesGetDefaultResponse>;\n}\n\nexport interface SharedGalleryImagesList {\n /** List shared gallery images by subscription id or tenant id. */\n get(\n options: SharedGalleryImagesListParameters,\n ): StreamableMethod<SharedGalleryImagesList200Response | SharedGalleryImagesListDefaultResponse>;\n}\n\nexport interface SharedGalleryImagesGet {\n /** Get a shared gallery image by subscription id or tenant id. */\n get(\n options: SharedGalleryImagesGetParameters,\n ): StreamableMethod<SharedGalleryImagesGet200Response | SharedGalleryImagesGetDefaultResponse>;\n}\n\nexport interface SharedGalleryImageVersionsList {\n /** List shared gallery image versions by subscription id or tenant id. */\n get(\n options: SharedGalleryImageVersionsListParameters,\n ): StreamableMethod<\n SharedGalleryImageVersionsList200Response | SharedGalleryImageVersionsListDefaultResponse\n >;\n}\n\nexport interface SharedGalleryImageVersionsGet {\n /** Get a shared gallery image version by subscription id or tenant id. */\n get(\n options: SharedGalleryImageVersionsGetParameters,\n ): StreamableMethod<\n SharedGalleryImageVersionsGet200Response | SharedGalleryImageVersionsGetDefaultResponse\n >;\n}\n\nexport interface CommunityGalleriesGet {\n /** Get a community gallery by gallery public name. */\n get(\n options: CommunityGalleriesGetParameters,\n ): StreamableMethod<CommunityGalleriesGet200Response | CommunityGalleriesGetDefaultResponse>;\n}\n\nexport interface CommunityGalleryImagesGet {\n /** Get a community gallery image. */\n get(\n options: CommunityGalleryImagesGetParameters,\n ): StreamableMethod<\n CommunityGalleryImagesGet200Response | CommunityGalleryImagesGetDefaultResponse\n >;\n}\n\nexport interface CommunityGalleryImagesList {\n /** List community gallery images inside a gallery. */\n get(\n options: CommunityGalleryImagesListParameters,\n ): StreamableMethod<\n CommunityGalleryImagesList200Response | CommunityGalleryImagesListDefaultResponse\n >;\n}\n\nexport interface CommunityGalleryImageVersionsGet {\n /** Get a community gallery image version. */\n get(\n options: CommunityGalleryImageVersionsGetParameters,\n ): StreamableMethod<\n CommunityGalleryImageVersionsGet200Response | CommunityGalleryImageVersionsGetDefaultResponse\n >;\n}\n\nexport interface CommunityGalleryImageVersionsList {\n /** List community gallery image versions inside an image. */\n get(\n options: CommunityGalleryImageVersionsListParameters,\n ): StreamableMethod<\n CommunityGalleryImageVersionsList200Response | CommunityGalleryImageVersionsListDefaultResponse\n >;\n}\n\nexport interface CloudServiceRoleInstancesDelete {\n /** Deletes a role instance from a cloud service. */\n delete(\n options: CloudServiceRoleInstancesDeleteParameters,\n ): StreamableMethod<\n | CloudServiceRoleInstancesDelete200Response\n | CloudServiceRoleInstancesDelete202Response\n | CloudServiceRoleInstancesDelete204Response\n | CloudServiceRoleInstancesDeleteDefaultResponse\n >;\n /** Gets a role instance from a cloud service. */\n get(\n options: CloudServiceRoleInstancesGetParameters,\n ): StreamableMethod<\n CloudServiceRoleInstancesGet200Response | CloudServiceRoleInstancesGetDefaultResponse\n >;\n}\n\nexport interface CloudServiceRoleInstancesGetInstanceView {\n /** Retrieves information about the run-time state of a role instance in a cloud service. */\n get(\n options: CloudServiceRoleInstancesGetInstanceViewParameters,\n ): StreamableMethod<\n | CloudServiceRoleInstancesGetInstanceView200Response\n | CloudServiceRoleInstancesGetInstanceViewDefaultResponse\n >;\n}\n\nexport interface CloudServiceRoleInstancesList {\n /** 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. */\n get(\n options: CloudServiceRoleInstancesListParameters,\n ): StreamableMethod<\n CloudServiceRoleInstancesList200Response | CloudServiceRoleInstancesListDefaultResponse\n >;\n}\n\nexport interface CloudServiceRoleInstancesRestart {\n /** The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. */\n post(\n options: CloudServiceRoleInstancesRestartParameters,\n ): StreamableMethod<\n | CloudServiceRoleInstancesRestart200Response\n | CloudServiceRoleInstancesRestart202Response\n | CloudServiceRoleInstancesRestartDefaultResponse\n >;\n}\n\nexport interface CloudServiceRoleInstancesReimage {\n /** The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\n post(\n options: CloudServiceRoleInstancesReimageParameters,\n ): StreamableMethod<\n | CloudServiceRoleInstancesReimage200Response\n | CloudServiceRoleInstancesReimage202Response\n | CloudServiceRoleInstancesReimageDefaultResponse\n >;\n}\n\nexport interface CloudServiceRoleInstancesRebuild {\n /** 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. */\n post(\n options: CloudServiceRoleInstancesRebuildParameters,\n ): StreamableMethod<\n | CloudServiceRoleInstancesRebuild200Response\n | CloudServiceRoleInstancesRebuild202Response\n | CloudServiceRoleInstancesRebuildDefaultResponse\n >;\n}\n\nexport interface CloudServiceRoleInstancesGetRemoteDesktopFile {\n /** Gets a remote desktop file for a role instance in a cloud service. */\n get(\n options: CloudServiceRoleInstancesGetRemoteDesktopFileParameters,\n ): StreamableMethod<\n | CloudServiceRoleInstancesGetRemoteDesktopFile200Response\n | CloudServiceRoleInstancesGetRemoteDesktopFileDefaultResponse\n >;\n}\n\nexport interface CloudServiceRolesGet {\n /** Gets a role from a cloud service. */\n get(\n options: CloudServiceRolesGetParameters,\n ): StreamableMethod<CloudServiceRolesGet200Response | CloudServiceRolesGetDefaultResponse>;\n}\n\nexport interface CloudServiceRolesList {\n /** 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. */\n get(\n options: CloudServiceRolesListParameters,\n ): StreamableMethod<CloudServiceRolesList200Response | CloudServiceRolesListDefaultResponse>;\n}\n\nexport interface CloudServicesCreateOrUpdate {\n /** Create or update a cloud service. Please note some properties can be set only during cloud service creation. */\n put(\n options: CloudServicesCreateOrUpdateParameters,\n ): StreamableMethod<\n | CloudServicesCreateOrUpdate200Response\n | CloudServicesCreateOrUpdate201Response\n | CloudServicesCreateOrUpdateDefaultResponse\n >;\n /** Update a cloud service. */\n patch(\n options: CloudServicesUpdateParameters,\n ): StreamableMethod<CloudServicesUpdate200Response | CloudServicesUpdateDefaultResponse>;\n /** Deletes a cloud service. */\n delete(\n options: CloudServicesDeleteParameters,\n ): StreamableMethod<\n | CloudServicesDelete200Response\n | CloudServicesDelete202Response\n | CloudServicesDelete204Response\n | CloudServicesDeleteDefaultResponse\n >;\n /** Display information about a cloud service. */\n get(\n options: CloudServicesGetParameters,\n ): StreamableMethod<CloudServicesGet200Response | CloudServicesGetDefaultResponse>;\n}\n\nexport interface CloudServicesGetInstanceView {\n /** Gets the status of a cloud service. */\n get(\n options: CloudServicesGetInstanceViewParameters,\n ): StreamableMethod<\n CloudServicesGetInstanceView200Response | CloudServicesGetInstanceViewDefaultResponse\n >;\n}\n\nexport interface CloudServicesListAll {\n /** 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. */\n get(\n options: CloudServicesListAllParameters,\n ): StreamableMethod<CloudServicesListAll200Response | CloudServicesListAllDefaultResponse>;\n}\n\nexport interface CloudServicesList {\n /** 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. */\n get(\n options: CloudServicesListParameters,\n ): StreamableMethod<CloudServicesList200Response | CloudServicesListDefaultResponse>;\n}\n\nexport interface CloudServicesStart {\n /** Starts the cloud service. */\n post(\n options: CloudServicesStartParameters,\n ): StreamableMethod<\n | CloudServicesStart200Response\n | CloudServicesStart202Response\n | CloudServicesStartDefaultResponse\n >;\n}\n\nexport interface CloudServicesPowerOff {\n /** Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. */\n post(\n options: CloudServicesPowerOffParameters,\n ): StreamableMethod<\n | CloudServicesPowerOff200Response\n | CloudServicesPowerOff202Response\n | CloudServicesPowerOffDefaultResponse\n >;\n}\n\nexport interface CloudServicesRestart {\n /** Restarts one or more role instances in a cloud service. */\n post(\n options: CloudServicesRestartParameters,\n ): StreamableMethod<\n | CloudServicesRestart200Response\n | CloudServicesRestart202Response\n | CloudServicesRestartDefaultResponse\n >;\n}\n\nexport interface CloudServicesReimage {\n /** Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\n post(\n options: CloudServicesReimageParameters,\n ): StreamableMethod<\n | CloudServicesReimage200Response\n | CloudServicesReimage202Response\n | CloudServicesReimageDefaultResponse\n >;\n}\n\nexport interface CloudServicesRebuild {\n /** 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. */\n post(\n options: CloudServicesRebuildParameters,\n ): StreamableMethod<\n | CloudServicesRebuild200Response\n | CloudServicesRebuild202Response\n | CloudServicesRebuildDefaultResponse\n >;\n}\n\nexport interface CloudServicesDeleteInstances {\n /** Deletes role instances in a cloud service. */\n post(\n options: CloudServicesDeleteInstancesParameters,\n ): StreamableMethod<\n | CloudServicesDeleteInstances200Response\n | CloudServicesDeleteInstances202Response\n | CloudServicesDeleteInstancesDefaultResponse\n >;\n}\n\nexport interface CloudServicesUpdateDomainWalkUpdateDomain {\n /** Updates the role instances in the specified update domain. */\n put(\n options: CloudServicesUpdateDomainWalkUpdateDomainParameters,\n ): StreamableMethod<\n | CloudServicesUpdateDomainWalkUpdateDomain200Response\n | CloudServicesUpdateDomainWalkUpdateDomain202Response\n | CloudServicesUpdateDomainWalkUpdateDomainDefaultResponse\n >;\n /** 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. */\n get(\n options: CloudServicesUpdateDomainGetUpdateDomainParameters,\n ): StreamableMethod<\n | CloudServicesUpdateDomainGetUpdateDomain200Response\n | CloudServicesUpdateDomainGetUpdateDomainDefaultResponse\n >;\n}\n\nexport interface CloudServicesUpdateDomainListUpdateDomains {\n /** Gets a list of all update domains in a cloud service. */\n get(\n options: CloudServicesUpdateDomainListUpdateDomainsParameters,\n ): StreamableMethod<\n | CloudServicesUpdateDomainListUpdateDomains200Response\n | CloudServicesUpdateDomainListUpdateDomainsDefaultResponse\n >;\n}\n\nexport interface CloudServiceOperatingSystemsGetOSVersion {\n /** Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. */\n get(\n options: CloudServiceOperatingSystemsGetOSVersionParameters,\n ): StreamableMethod<\n | CloudServiceOperatingSystemsGetOSVersion200Response\n | CloudServiceOperatingSystemsGetOSVersionDefaultResponse\n >;\n}\n\nexport interface CloudServiceOperatingSystemsListOSVersions {\n /** 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. */\n get(\n options: CloudServiceOperatingSystemsListOSVersionsParameters,\n ): StreamableMethod<\n | CloudServiceOperatingSystemsListOSVersions200Response\n | CloudServiceOperatingSystemsListOSVersionsDefaultResponse\n >;\n}\n\nexport interface CloudServiceOperatingSystemsGetOSFamily {\n /** Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. */\n get(\n options: CloudServiceOperatingSystemsGetOSFamilyParameters,\n ): StreamableMethod<\n | CloudServiceOperatingSystemsGetOSFamily200Response\n | CloudServiceOperatingSystemsGetOSFamilyDefaultResponse\n >;\n}\n\nexport interface CloudServiceOperatingSystemsListOSFamilies {\n /** 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. */\n get(\n options: CloudServiceOperatingSystemsListOSFamiliesParameters,\n ): StreamableMethod<\n | CloudServiceOperatingSystemsListOSFamilies200Response\n | CloudServiceOperatingSystemsListOSFamiliesDefaultResponse\n >;\n}\n\nexport interface Routes {\n /** Resource for '/providers/Microsoft.Compute/operations' has methods for the following verbs: get */\n (path: \"/providers/Microsoft.Compute/operations\"): OperationsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/usages' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/usages\",\n subscriptionId: string,\n location: string,\n ): UsageList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/vmSizes' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/vmSizes\",\n subscriptionId: string,\n location: string,\n ): VirtualMachineSizesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/virtualMachineScaleSets' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachineScaleSets\",\n subscriptionId: string,\n location: string,\n ): VirtualMachineScaleSetsListByLocation;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/deallocate' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/deallocate\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsDeallocate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/delete' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/delete\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsDeleteInstances;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/instanceView' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/instanceView\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsGetInstanceView;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets\",\n subscriptionId: string,\n resourceGroupName: string,\n ): VirtualMachineScaleSetsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/virtualMachineScaleSets' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets\",\n subscriptionId: string,\n ): VirtualMachineScaleSetsListAll;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/skus' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/skus\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsListSkus;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/osUpgradeHistory' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/osUpgradeHistory\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsGetOSUpgradeHistory;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/poweroff' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/poweroff\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsPowerOff;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/restart' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/restart\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsRestart;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/start' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/start\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsStart;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/redeploy' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/redeploy\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsRedeploy;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/performMaintenance' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/performMaintenance\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsPerformMaintenance;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/manualupgrade' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/manualupgrade\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsUpdateInstances;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/reimage' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/reimage\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsReimage;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/reimageall' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/reimageall\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsReimageAll;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/forceRecoveryServiceFabricPlatformUpdateDomainWalk' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/forceRecoveryServiceFabricPlatformUpdateDomainWalk\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalk;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/convertToSinglePlacementGroup' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/convertToSinglePlacementGroup\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsConvertToSinglePlacementGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/setOrchestrationServiceState' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/setOrchestrationServiceState\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetsSetOrchestrationServiceState;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/extensions/\\{vmssExtensionName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions/{vmssExtensionName}\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n vmssExtensionName: string,\n ): VirtualMachineScaleSetExtensionsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/extensions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetExtensionsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/rollingUpgrades/cancel' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/rollingUpgrades/cancel\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetRollingUpgradesCancel;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/osRollingUpgrade' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/osRollingUpgrade\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetRollingUpgradesStartOSUpgrade;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/extensionRollingUpgrade' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensionRollingUpgrade\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/rollingUpgrades/latest' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/rollingUpgrades/latest\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n ): VirtualMachineScaleSetRollingUpgradesGetLatest;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualMachines/\\{instanceId\\}/extensions/\\{vmExtensionName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions/{vmExtensionName}\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n vmExtensionName: string,\n ): VirtualMachineScaleSetVMExtensionsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualMachines/\\{instanceId\\}/extensions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMExtensionsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualMachines/\\{instanceId\\}/reimage' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/reimage\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsReimage;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualMachines/\\{instanceId\\}/reimageall' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/reimageall\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsReimageAll;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualMachines/\\{instanceId\\}/deallocate' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/deallocate\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsDeallocate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualMachines/\\{instanceId\\}' has methods for the following verbs: put, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualMachines/\\{instanceId\\}/instanceView' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/instanceView\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsGetInstanceView;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{virtualMachineScaleSetName\\}/virtualMachines' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines\",\n subscriptionId: string,\n resourceGroupName: string,\n virtualMachineScaleSetName: string,\n ): VirtualMachineScaleSetVMsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualmachines/\\{instanceId\\}/poweroff' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/poweroff\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsPowerOff;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualmachines/\\{instanceId\\}/restart' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/restart\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsRestart;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualmachines/\\{instanceId\\}/start' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/start\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsStart;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualmachines/\\{instanceId\\}/redeploy' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/redeploy\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsRedeploy;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualmachines/\\{instanceId\\}/retrieveBootDiagnosticsData' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/retrieveBootDiagnosticsData\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsRetrieveBootDiagnosticsData;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualmachines/\\{instanceId\\}/performMaintenance' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/performMaintenance\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsPerformMaintenance;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualMachines/\\{instanceId\\}/simulateEviction' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/simulateEviction\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsSimulateEviction;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualmachines/\\{instanceId\\}/runCommand' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/runCommand\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMsRunCommand;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/extensions/\\{vmExtensionName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName}\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n vmExtensionName: string,\n ): VirtualMachineExtensionsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/extensions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachineExtensionsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/virtualMachines' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachines\",\n subscriptionId: string,\n location: string,\n ): VirtualMachinesListByLocation;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/capture' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/capture\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesCapture;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/instanceView' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/instanceView\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesInstanceView;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/convertToManagedDisks' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/convertToManagedDisks\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesConvertToManagedDisks;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/deallocate' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/deallocate\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesDeallocate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/generalize' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/generalize\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesGeneralize;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines\",\n subscriptionId: string,\n resourceGroupName: string,\n ): VirtualMachinesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/virtualMachines' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachines\",\n subscriptionId: string,\n ): VirtualMachinesListAll;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/vmSizes' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/vmSizes\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesListAvailableSizes;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/powerOff' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/powerOff\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesPowerOff;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/reapply' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/reapply\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesReapply;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/restart' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/restart\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesRestart;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/start' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/start\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesStart;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/redeploy' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/redeploy\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesRedeploy;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/reimage' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/reimage\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesReimage;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/retrieveBootDiagnosticsData' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/retrieveBootDiagnosticsData\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesRetrieveBootDiagnosticsData;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/performMaintenance' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/performMaintenance\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesPerformMaintenance;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/simulateEviction' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/simulateEviction\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesSimulateEviction;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/assessPatches' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/assessPatches\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesAssessPatches;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/installPatches' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/installPatches\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesInstallPatches;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/runCommand' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommand\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachinesRunCommand;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/publishers/\\{publisherName\\}/artifacttypes/vmimage/offers/\\{offer\\}/skus/\\{skus\\}/versions/\\{version\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}\",\n subscriptionId: string,\n location: string,\n publisherName: string,\n offer: string,\n skus: string,\n version: string,\n ): VirtualMachineImagesGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/publishers/\\{publisherName\\}/artifacttypes/vmimage/offers/\\{offer\\}/skus/\\{skus\\}/versions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions\",\n subscriptionId: string,\n location: string,\n publisherName: string,\n offer: string,\n skus: string,\n ): VirtualMachineImagesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/publishers/\\{publisherName\\}/artifacttypes/vmimage/offers' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers\",\n subscriptionId: string,\n location: string,\n publisherName: string,\n ): VirtualMachineImagesListOffers;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/publishers' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers\",\n subscriptionId: string,\n location: string,\n ): VirtualMachineImagesListPublishers;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/publishers/\\{publisherName\\}/artifacttypes/vmimage/offers/\\{offer\\}/skus' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus\",\n subscriptionId: string,\n location: string,\n publisherName: string,\n offer: string,\n ): VirtualMachineImagesListSkus;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/edgeZones/\\{edgeZone\\}/vmimages' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/vmimages\",\n subscriptionId: string,\n location: string,\n edgeZone: string,\n ): VirtualMachineImagesListByEdgeZone;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/edgeZones/\\{edgeZone\\}/publishers/\\{publisherName\\}/artifacttypes/vmimage/offers/\\{offer\\}/skus/\\{skus\\}/versions/\\{version\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}\",\n subscriptionId: string,\n location: string,\n edgeZone: string,\n publisherName: string,\n offer: string,\n skus: string,\n version: string,\n ): VirtualMachineImagesEdgeZoneGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/edgeZones/\\{edgeZone\\}/publishers/\\{publisherName\\}/artifacttypes/vmimage/offers/\\{offer\\}/skus/\\{skus\\}/versions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions\",\n subscriptionId: string,\n location: string,\n edgeZone: string,\n publisherName: string,\n offer: string,\n skus: string,\n ): VirtualMachineImagesEdgeZoneList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/edgeZones/\\{edgeZone\\}/publishers/\\{publisherName\\}/artifacttypes/vmimage/offers' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers\",\n subscriptionId: string,\n location: string,\n edgeZone: string,\n publisherName: string,\n ): VirtualMachineImagesEdgeZoneListOffers;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/edgeZones/\\{edgeZone\\}/publishers' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers\",\n subscriptionId: string,\n location: string,\n edgeZone: string,\n ): VirtualMachineImagesEdgeZoneListPublishers;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/edgeZones/\\{edgeZone\\}/publishers/\\{publisherName\\}/artifacttypes/vmimage/offers/\\{offer\\}/skus' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus\",\n subscriptionId: string,\n location: string,\n edgeZone: string,\n publisherName: string,\n offer: string,\n ): VirtualMachineImagesEdgeZoneListSkus;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/publishers/\\{publisherName\\}/artifacttypes/vmextension/types/\\{type\\}/versions/\\{version\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions/{version}\",\n subscriptionId: string,\n location: string,\n publisherName: string,\n type: string,\n version: string,\n ): VirtualMachineExtensionImagesGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/publishers/\\{publisherName\\}/artifacttypes/vmextension/types' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types\",\n subscriptionId: string,\n location: string,\n publisherName: string,\n ): VirtualMachineExtensionImagesListTypes;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/publishers/\\{publisherName\\}/artifacttypes/vmextension/types/\\{type\\}/versions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions\",\n subscriptionId: string,\n location: string,\n publisherName: string,\n type: string,\n ): VirtualMachineExtensionImagesListVersions;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/availabilitySets/\\{availabilitySetName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}\",\n subscriptionId: string,\n resourceGroupName: string,\n availabilitySetName: string,\n ): AvailabilitySetsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/availabilitySets' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/availabilitySets\",\n subscriptionId: string,\n ): AvailabilitySetsListBySubscription;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/availabilitySets' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets\",\n subscriptionId: string,\n resourceGroupName: string,\n ): AvailabilitySetsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/availabilitySets/\\{availabilitySetName\\}/vmSizes' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}/vmSizes\",\n subscriptionId: string,\n resourceGroupName: string,\n availabilitySetName: string,\n ): AvailabilitySetsListAvailableSizes;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/proximityPlacementGroups/\\{proximityPlacementGroupName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}\",\n subscriptionId: string,\n resourceGroupName: string,\n proximityPlacementGroupName: string,\n ): ProximityPlacementGroupsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/proximityPlacementGroups' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups\",\n subscriptionId: string,\n ): ProximityPlacementGroupsListBySubscription;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/proximityPlacementGroups' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups\",\n subscriptionId: string,\n resourceGroupName: string,\n ): ProximityPlacementGroupsListByResourceGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/hostGroups/\\{hostGroupName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}\",\n subscriptionId: string,\n resourceGroupName: string,\n hostGroupName: string,\n ): DedicatedHostGroupsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/hostGroups' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups\",\n subscriptionId: string,\n resourceGroupName: string,\n ): DedicatedHostGroupsListByResourceGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/hostGroups' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/hostGroups\",\n subscriptionId: string,\n ): DedicatedHostGroupsListBySubscription;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/hostGroups/\\{hostGroupName\\}/hosts/\\{hostName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName}\",\n subscriptionId: string,\n resourceGroupName: string,\n hostGroupName: string,\n hostName: string,\n ): DedicatedHostsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/hostGroups/\\{hostGroupName\\}/hosts' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts\",\n subscriptionId: string,\n resourceGroupName: string,\n hostGroupName: string,\n ): DedicatedHostsListByHostGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/hostGroups/\\{hostGroupName\\}/hosts/\\{hostName\\}/restart' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName}/restart\",\n subscriptionId: string,\n resourceGroupName: string,\n hostGroupName: string,\n hostName: string,\n ): DedicatedHostsRestart;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/sshPublicKeys' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/sshPublicKeys\",\n subscriptionId: string,\n ): SshPublicKeysListBySubscription;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/sshPublicKeys' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys\",\n subscriptionId: string,\n resourceGroupName: string,\n ): SshPublicKeysListByResourceGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/sshPublicKeys/\\{sshPublicKeyName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName}\",\n subscriptionId: string,\n resourceGroupName: string,\n sshPublicKeyName: string,\n ): SshPublicKeysCreate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/sshPublicKeys/\\{sshPublicKeyName\\}/generateKeyPair' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName}/generateKeyPair\",\n subscriptionId: string,\n resourceGroupName: string,\n sshPublicKeyName: string,\n ): SshPublicKeysGenerateKeyPair;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/images/\\{imageName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}\",\n subscriptionId: string,\n resourceGroupName: string,\n imageName: string,\n ): ImagesCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/images' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images\",\n subscriptionId: string,\n resourceGroupName: string,\n ): ImagesListByResourceGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/images' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/images\",\n subscriptionId: string,\n ): ImagesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/restorePointCollections/\\{restorePointCollectionName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}\",\n subscriptionId: string,\n resourceGroupName: string,\n restorePointCollectionName: string,\n ): RestorePointCollectionsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/restorePointCollections' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections\",\n subscriptionId: string,\n resourceGroupName: string,\n ): RestorePointCollectionsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/restorePointCollections' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections\",\n subscriptionId: string,\n ): RestorePointCollectionsListAll;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/restorePointCollections/\\{restorePointCollectionName\\}/restorePoints/\\{restorePointName\\}' has methods for the following verbs: put, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}\",\n subscriptionId: string,\n resourceGroupName: string,\n restorePointCollectionName: string,\n restorePointName: string,\n ): RestorePointsCreate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/capacityReservationGroups/\\{capacityReservationGroupName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}\",\n subscriptionId: string,\n resourceGroupName: string,\n capacityReservationGroupName: string,\n ): CapacityReservationGroupsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/capacityReservationGroups' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups\",\n subscriptionId: string,\n resourceGroupName: string,\n ): CapacityReservationGroupsListByResourceGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/capacityReservationGroups' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups\",\n subscriptionId: string,\n ): CapacityReservationGroupsListBySubscription;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/capacityReservationGroups/\\{capacityReservationGroupName\\}/capacityReservations/\\{capacityReservationName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}/capacityReservations/{capacityReservationName}\",\n subscriptionId: string,\n resourceGroupName: string,\n capacityReservationGroupName: string,\n capacityReservationName: string,\n ): CapacityReservationsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/capacityReservationGroups/\\{capacityReservationGroupName\\}/capacityReservations' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}/capacityReservations\",\n subscriptionId: string,\n resourceGroupName: string,\n capacityReservationGroupName: string,\n ): CapacityReservationsListByCapacityReservationGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/logAnalytics/apiAccess/getRequestRateByInterval' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getRequestRateByInterval\",\n subscriptionId: string,\n location: string,\n ): LogAnalyticsExportRequestRateByInterval;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/logAnalytics/apiAccess/getThrottledRequests' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getThrottledRequests\",\n subscriptionId: string,\n location: string,\n ): LogAnalyticsExportThrottledRequests;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/runCommands' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands\",\n subscriptionId: string,\n location: string,\n ): VirtualMachineRunCommandsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/runCommands/\\{commandId\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands/{commandId}\",\n subscriptionId: string,\n location: string,\n commandId: string,\n ): VirtualMachineRunCommandsGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/runCommands/\\{runCommandName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands/{runCommandName}\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n runCommandName: string,\n ): VirtualMachineRunCommandsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachines/\\{vmName\\}/runCommands' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands\",\n subscriptionId: string,\n resourceGroupName: string,\n vmName: string,\n ): VirtualMachineRunCommandsListByVirtualMachine;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualMachines/\\{instanceId\\}/runCommands/\\{runCommandName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands/{runCommandName}\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n runCommandName: string,\n ): VirtualMachineScaleSetVMRunCommandsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/virtualMachineScaleSets/\\{vmScaleSetName\\}/virtualMachines/\\{instanceId\\}/runCommands' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands\",\n subscriptionId: string,\n resourceGroupName: string,\n vmScaleSetName: string,\n instanceId: string,\n ): VirtualMachineScaleSetVMRunCommandsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/disks/\\{diskName\\}' has methods for the following verbs: put, patch, get, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}\",\n subscriptionId: string,\n resourceGroupName: string,\n diskName: string,\n ): DisksCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/disks' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks\",\n subscriptionId: string,\n resourceGroupName: string,\n ): DisksListByResourceGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/disks' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/disks\",\n subscriptionId: string,\n ): DisksList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/disks/\\{diskName\\}/beginGetAccess' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}/beginGetAccess\",\n subscriptionId: string,\n resourceGroupName: string,\n diskName: string,\n ): DisksGrantAccess;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/disks/\\{diskName\\}/endGetAccess' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}/endGetAccess\",\n subscriptionId: string,\n resourceGroupName: string,\n diskName: string,\n ): DisksRevokeAccess;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/diskAccesses/\\{diskAccessName\\}' has methods for the following verbs: put, patch, get, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}\",\n subscriptionId: string,\n resourceGroupName: string,\n diskAccessName: string,\n ): DiskAccessesCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/diskAccesses' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses\",\n subscriptionId: string,\n resourceGroupName: string,\n ): DiskAccessesListByResourceGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/diskAccesses' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskAccesses\",\n subscriptionId: string,\n ): DiskAccessesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/diskAccesses/\\{diskAccessName\\}/privateLinkResources' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateLinkResources\",\n subscriptionId: string,\n resourceGroupName: string,\n diskAccessName: string,\n ): DiskAccessesGetPrivateLinkResources;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/diskAccesses/\\{diskAccessName\\}/privateEndpointConnections/\\{privateEndpointConnectionName\\}' has methods for the following verbs: put, get, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections/{privateEndpointConnectionName}\",\n subscriptionId: string,\n resourceGroupName: string,\n diskAccessName: string,\n privateEndpointConnectionName: string,\n ): DiskAccessesUpdateAPrivateEndpointConnection;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/diskAccesses/\\{diskAccessName\\}/privateEndpointConnections' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections\",\n subscriptionId: string,\n resourceGroupName: string,\n diskAccessName: string,\n ): DiskAccessesListPrivateEndpointConnections;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/diskEncryptionSets/\\{diskEncryptionSetName\\}' has methods for the following verbs: put, patch, get, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}\",\n subscriptionId: string,\n resourceGroupName: string,\n diskEncryptionSetName: string,\n ): DiskEncryptionSetsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/diskEncryptionSets' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets\",\n subscriptionId: string,\n resourceGroupName: string,\n ): DiskEncryptionSetsListByResourceGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/diskEncryptionSets' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets\",\n subscriptionId: string,\n ): DiskEncryptionSetsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/diskEncryptionSets/\\{diskEncryptionSetName\\}/associatedResources' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}/associatedResources\",\n subscriptionId: string,\n resourceGroupName: string,\n diskEncryptionSetName: string,\n ): DiskEncryptionSetsListAssociatedResources;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/restorePointCollections/\\{restorePointCollectionName\\}/restorePoints/\\{vmRestorePointName\\}/diskRestorePoints/\\{diskRestorePointName\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{vmRestorePointName}/diskRestorePoints/{diskRestorePointName}\",\n subscriptionId: string,\n resourceGroupName: string,\n restorePointCollectionName: string,\n vmRestorePointName: string,\n diskRestorePointName: string,\n ): DiskRestorePointGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/restorePointCollections/\\{restorePointCollectionName\\}/restorePoints/\\{vmRestorePointName\\}/diskRestorePoints' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{vmRestorePointName}/diskRestorePoints\",\n subscriptionId: string,\n resourceGroupName: string,\n restorePointCollectionName: string,\n vmRestorePointName: string,\n ): DiskRestorePointListByRestorePoint;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/restorePointCollections/\\{restorePointCollectionName\\}/restorePoints/\\{vmRestorePointName\\}/diskRestorePoints/\\{diskRestorePointName\\}/beginGetAccess' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{vmRestorePointName}/diskRestorePoints/{diskRestorePointName}/beginGetAccess\",\n subscriptionId: string,\n resourceGroupName: string,\n restorePointCollectionName: string,\n vmRestorePointName: string,\n diskRestorePointName: string,\n ): DiskRestorePointGrantAccess;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/restorePointCollections/\\{restorePointCollectionName\\}/restorePoints/\\{vmRestorePointName\\}/diskRestorePoints/\\{diskRestorePointName\\}/endGetAccess' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{vmRestorePointName}/diskRestorePoints/{diskRestorePointName}/endGetAccess\",\n subscriptionId: string,\n resourceGroupName: string,\n restorePointCollectionName: string,\n vmRestorePointName: string,\n diskRestorePointName: string,\n ): DiskRestorePointRevokeAccess;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/snapshots/\\{snapshotName\\}' has methods for the following verbs: put, patch, get, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}\",\n subscriptionId: string,\n resourceGroupName: string,\n snapshotName: string,\n ): SnapshotsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/snapshots' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots\",\n subscriptionId: string,\n resourceGroupName: string,\n ): SnapshotsListByResourceGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/snapshots' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/snapshots\",\n subscriptionId: string,\n ): SnapshotsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/snapshots/\\{snapshotName\\}/beginGetAccess' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}/beginGetAccess\",\n subscriptionId: string,\n resourceGroupName: string,\n snapshotName: string,\n ): SnapshotsGrantAccess;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/snapshots/\\{snapshotName\\}/endGetAccess' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}/endGetAccess\",\n subscriptionId: string,\n resourceGroupName: string,\n snapshotName: string,\n ): SnapshotsRevokeAccess;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/skus' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/skus\",\n subscriptionId: string,\n ): ResourceSkusList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/galleries/\\{galleryName\\}' has methods for the following verbs: put, patch, get, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}\",\n subscriptionId: string,\n resourceGroupName: string,\n galleryName: string,\n ): GalleriesCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/galleries' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries\",\n subscriptionId: string,\n resourceGroupName: string,\n ): GalleriesListByResourceGroup;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/galleries' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/galleries\",\n subscriptionId: string,\n ): GalleriesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/galleries/\\{galleryName\\}/images/\\{galleryImageName\\}' has methods for the following verbs: put, patch, get, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}\",\n subscriptionId: string,\n resourceGroupName: string,\n galleryName: string,\n galleryImageName: string,\n ): GalleryImagesCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/galleries/\\{galleryName\\}/images' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images\",\n subscriptionId: string,\n resourceGroupName: string,\n galleryName: string,\n ): GalleryImagesListByGallery;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/galleries/\\{galleryName\\}/images/\\{galleryImageName\\}/versions/\\{galleryImageVersionName\\}' has methods for the following verbs: put, patch, get, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}\",\n subscriptionId: string,\n resourceGroupName: string,\n galleryName: string,\n galleryImageName: string,\n galleryImageVersionName: string,\n ): GalleryImageVersionsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/galleries/\\{galleryName\\}/images/\\{galleryImageName\\}/versions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions\",\n subscriptionId: string,\n resourceGroupName: string,\n galleryName: string,\n galleryImageName: string,\n ): GalleryImageVersionsListByGalleryImage;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/galleries/\\{galleryName\\}/applications/\\{galleryApplicationName\\}' has methods for the following verbs: put, patch, get, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}\",\n subscriptionId: string,\n resourceGroupName: string,\n galleryName: string,\n galleryApplicationName: string,\n ): GalleryApplicationsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/galleries/\\{galleryName\\}/applications' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications\",\n subscriptionId: string,\n resourceGroupName: string,\n galleryName: string,\n ): GalleryApplicationsListByGallery;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/galleries/\\{galleryName\\}/applications/\\{galleryApplicationName\\}/versions/\\{galleryApplicationVersionName\\}' has methods for the following verbs: put, patch, get, delete */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}\",\n subscriptionId: string,\n resourceGroupName: string,\n galleryName: string,\n galleryApplicationName: string,\n galleryApplicationVersionName: string,\n ): GalleryApplicationVersionsCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/galleries/\\{galleryName\\}/applications/\\{galleryApplicationName\\}/versions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions\",\n subscriptionId: string,\n resourceGroupName: string,\n galleryName: string,\n galleryApplicationName: string,\n ): GalleryApplicationVersionsListByGalleryApplication;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/galleries/\\{galleryName\\}/share' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/share\",\n subscriptionId: string,\n resourceGroupName: string,\n galleryName: string,\n ): GallerySharingProfileUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/sharedGalleries' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries\",\n subscriptionId: string,\n location: string,\n ): SharedGalleriesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/sharedGalleries/\\{galleryUniqueName\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}\",\n subscriptionId: string,\n location: string,\n galleryUniqueName: string,\n ): SharedGalleriesGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/sharedGalleries/\\{galleryUniqueName\\}/images' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images\",\n subscriptionId: string,\n location: string,\n galleryUniqueName: string,\n ): SharedGalleryImagesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/sharedGalleries/\\{galleryUniqueName\\}/images/\\{galleryImageName\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}\",\n subscriptionId: string,\n location: string,\n galleryUniqueName: string,\n galleryImageName: string,\n ): SharedGalleryImagesGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/sharedGalleries/\\{galleryUniqueName\\}/images/\\{galleryImageName\\}/versions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions\",\n subscriptionId: string,\n location: string,\n galleryUniqueName: string,\n galleryImageName: string,\n ): SharedGalleryImageVersionsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/sharedGalleries/\\{galleryUniqueName\\}/images/\\{galleryImageName\\}/versions/\\{galleryImageVersionName\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions/{galleryImageVersionName}\",\n subscriptionId: string,\n location: string,\n galleryUniqueName: string,\n galleryImageName: string,\n galleryImageVersionName: string,\n ): SharedGalleryImageVersionsGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/communityGalleries/\\{publicGalleryName\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}\",\n subscriptionId: string,\n location: string,\n publicGalleryName: string,\n ): CommunityGalleriesGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/communityGalleries/\\{publicGalleryName\\}/images/\\{galleryImageName\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}/images/{galleryImageName}\",\n subscriptionId: string,\n location: string,\n publicGalleryName: string,\n galleryImageName: string,\n ): CommunityGalleryImagesGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/communityGalleries/\\{publicGalleryName\\}/images' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}/images\",\n subscriptionId: string,\n location: string,\n publicGalleryName: string,\n ): CommunityGalleryImagesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/communityGalleries/\\{publicGalleryName\\}/images/\\{galleryImageName\\}/versions/\\{galleryImageVersionName\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}\",\n subscriptionId: string,\n location: string,\n publicGalleryName: string,\n galleryImageName: string,\n galleryImageVersionName: string,\n ): CommunityGalleryImageVersionsGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/communityGalleries/\\{publicGalleryName\\}/images/\\{galleryImageName\\}/versions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}/images/{galleryImageName}/versions\",\n subscriptionId: string,\n location: string,\n publicGalleryName: string,\n galleryImageName: string,\n ): CommunityGalleryImageVersionsList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/roleInstances/\\{roleInstanceName\\}' has methods for the following verbs: delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n roleInstanceName: string,\n ): CloudServiceRoleInstancesDelete;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/roleInstances/\\{roleInstanceName\\}/instanceView' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/instanceView\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n roleInstanceName: string,\n ): CloudServiceRoleInstancesGetInstanceView;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/roleInstances' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n ): CloudServiceRoleInstancesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/roleInstances/\\{roleInstanceName\\}/restart' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/restart\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n roleInstanceName: string,\n ): CloudServiceRoleInstancesRestart;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/roleInstances/\\{roleInstanceName\\}/reimage' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/reimage\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n roleInstanceName: string,\n ): CloudServiceRoleInstancesReimage;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/roleInstances/\\{roleInstanceName\\}/rebuild' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/rebuild\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n roleInstanceName: string,\n ): CloudServiceRoleInstancesRebuild;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/roleInstances/\\{roleInstanceName\\}/remoteDesktopFile' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/remoteDesktopFile\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n roleInstanceName: string,\n ): CloudServiceRoleInstancesGetRemoteDesktopFile;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/roles/\\{roleName\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roles/{roleName}\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n roleName: string,\n ): CloudServiceRolesGet;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/roles' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roles\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n ): CloudServiceRolesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}' has methods for the following verbs: put, patch, delete, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n ): CloudServicesCreateOrUpdate;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/instanceView' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/instanceView\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n ): CloudServicesGetInstanceView;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/cloudServices' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/cloudServices\",\n subscriptionId: string,\n ): CloudServicesListAll;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices\",\n subscriptionId: string,\n resourceGroupName: string,\n ): CloudServicesList;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/start' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/start\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n ): CloudServicesStart;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/poweroff' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/poweroff\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n ): CloudServicesPowerOff;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/restart' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/restart\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n ): CloudServicesRestart;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/reimage' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/reimage\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n ): CloudServicesReimage;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/rebuild' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/rebuild\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n ): CloudServicesRebuild;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/delete' has methods for the following verbs: post */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/delete\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n ): CloudServicesDeleteInstances;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/updateDomains/\\{updateDomain\\}' has methods for the following verbs: put, get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/updateDomains/{updateDomain}\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n updateDomain: number,\n ): CloudServicesUpdateDomainWalkUpdateDomain;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/resourceGroups/\\{resourceGroupName\\}/providers/Microsoft.Compute/cloudServices/\\{cloudServiceName\\}/updateDomains' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/updateDomains\",\n subscriptionId: string,\n resourceGroupName: string,\n cloudServiceName: string,\n ): CloudServicesUpdateDomainListUpdateDomains;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/cloudServiceOsVersions/\\{osVersionName\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions/{osVersionName}\",\n subscriptionId: string,\n location: string,\n osVersionName: string,\n ): CloudServiceOperatingSystemsGetOSVersion;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/cloudServiceOsVersions' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions\",\n subscriptionId: string,\n location: string,\n ): CloudServiceOperatingSystemsListOSVersions;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/cloudServiceOsFamilies/\\{osFamilyName\\}' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName}\",\n subscriptionId: string,\n location: string,\n osFamilyName: string,\n ): CloudServiceOperatingSystemsGetOSFamily;\n /** Resource for '/subscriptions/\\{subscriptionId\\}/providers/Microsoft.Compute/locations/\\{location\\}/cloudServiceOsFamilies' has methods for the following verbs: get */\n (\n path: \"/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies\",\n subscriptionId: string,\n location: string,\n ): CloudServiceOperatingSystemsListOSFamilies;\n}\n\nexport type ComputeManagementClient = Client & {\n path: Routes;\n};\n"]}