@azure/arm-compute 16.5.0 → 17.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +85 -0
- package/LICENSE +21 -0
- package/README.md +66 -78
- package/dist/index.js +36152 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/computeManagementClient.d.ts +64 -0
- package/dist-esm/src/computeManagementClient.d.ts.map +1 -0
- package/dist-esm/src/computeManagementClient.js +71 -0
- package/dist-esm/src/computeManagementClient.js.map +1 -0
- package/dist-esm/src/computeManagementClientContext.d.ts +16 -0
- package/dist-esm/src/computeManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/computeManagementClientContext.js +49 -0
- package/dist-esm/src/computeManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +9259 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +744 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +391 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/dist-esm/src/models/mappers.js +13960 -0
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +150 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +1068 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/availabilitySets.d.ts +101 -0
- package/dist-esm/src/operations/availabilitySets.d.ts.map +1 -0
- package/dist-esm/src/operations/availabilitySets.js +401 -0
- package/dist-esm/src/operations/availabilitySets.js.map +1 -0
- package/dist-esm/src/operations/capacityReservationGroups.d.ts +93 -0
- package/dist-esm/src/operations/capacityReservationGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/capacityReservationGroups.js +369 -0
- package/dist-esm/src/operations/capacityReservationGroups.js.map +1 -0
- package/dist-esm/src/operations/capacityReservations.d.ts +110 -0
- package/dist-esm/src/operations/capacityReservations.d.ts.map +1 -0
- package/dist-esm/src/operations/capacityReservations.js +450 -0
- package/dist-esm/src/operations/capacityReservations.js.map +1 -0
- package/dist-esm/src/operations/cloudServiceOperatingSystems.d.ts +80 -0
- package/dist-esm/src/operations/cloudServiceOperatingSystems.d.ts.map +1 -0
- package/dist-esm/src/operations/cloudServiceOperatingSystems.js +309 -0
- package/dist-esm/src/operations/cloudServiceOperatingSystems.js.map +1 -0
- package/dist-esm/src/operations/cloudServiceRoleInstances.d.ts +137 -0
- package/dist-esm/src/operations/cloudServiceRoleInstances.d.ts.map +1 -0
- package/dist-esm/src/operations/cloudServiceRoleInstances.js +539 -0
- package/dist-esm/src/operations/cloudServiceRoleInstances.js.map +1 -0
- package/dist-esm/src/operations/cloudServiceRoles.d.ts +48 -0
- package/dist-esm/src/operations/cloudServiceRoles.d.ts.map +1 -0
- package/dist-esm/src/operations/cloudServiceRoles.js +171 -0
- package/dist-esm/src/operations/cloudServiceRoles.js.map +1 -0
- package/dist-esm/src/operations/cloudServices.d.ts +210 -0
- package/dist-esm/src/operations/cloudServices.d.ts.map +1 -0
- package/dist-esm/src/operations/cloudServices.js +976 -0
- package/dist-esm/src/operations/cloudServices.js.map +1 -0
- package/dist-esm/src/operations/cloudServicesUpdateDomain.d.ts +70 -0
- package/dist-esm/src/operations/cloudServicesUpdateDomain.d.ts.map +1 -0
- package/dist-esm/src/operations/cloudServicesUpdateDomain.js +254 -0
- package/dist-esm/src/operations/cloudServicesUpdateDomain.js.map +1 -0
- package/dist-esm/src/operations/communityGalleries.d.ts +20 -0
- package/dist-esm/src/operations/communityGalleries.d.ts.map +1 -0
- package/dist-esm/src/operations/communityGalleries.js +53 -0
- package/dist-esm/src/operations/communityGalleries.js.map +1 -0
- package/dist-esm/src/operations/communityGalleryImageVersions.d.ts +24 -0
- package/dist-esm/src/operations/communityGalleryImageVersions.d.ts.map +1 -0
- package/dist-esm/src/operations/communityGalleryImageVersions.js +65 -0
- package/dist-esm/src/operations/communityGalleryImageVersions.js.map +1 -0
- package/dist-esm/src/operations/communityGalleryImages.d.ts +21 -0
- package/dist-esm/src/operations/communityGalleryImages.d.ts.map +1 -0
- package/dist-esm/src/operations/communityGalleryImages.js +55 -0
- package/dist-esm/src/operations/communityGalleryImages.js.map +1 -0
- package/dist-esm/src/operations/dedicatedHostGroups.d.ts +88 -0
- package/dist-esm/src/operations/dedicatedHostGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/dedicatedHostGroups.js +336 -0
- package/dist-esm/src/operations/dedicatedHostGroups.js.map +1 -0
- package/dist-esm/src/operations/dedicatedHosts.d.ts +101 -0
- package/dist-esm/src/operations/dedicatedHosts.d.ts.map +1 -0
- package/dist-esm/src/operations/dedicatedHosts.js +395 -0
- package/dist-esm/src/operations/dedicatedHosts.js.map +1 -0
- package/dist-esm/src/operations/diskAccesses.d.ts +217 -0
- package/dist-esm/src/operations/diskAccesses.d.ts.map +1 -0
- package/dist-esm/src/operations/diskAccesses.js +884 -0
- package/dist-esm/src/operations/diskAccesses.js.map +1 -0
- package/dist-esm/src/operations/diskEncryptionSets.d.ts +156 -0
- package/dist-esm/src/operations/diskEncryptionSets.d.ts.map +1 -0
- package/dist-esm/src/operations/diskEncryptionSets.js +637 -0
- package/dist-esm/src/operations/diskEncryptionSets.js.map +1 -0
- package/dist-esm/src/operations/diskRestorePointOperations.d.ts +97 -0
- package/dist-esm/src/operations/diskRestorePointOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/diskRestorePointOperations.js +384 -0
- package/dist-esm/src/operations/diskRestorePointOperations.js.map +1 -0
- package/dist-esm/src/operations/disks.d.ts +159 -0
- package/dist-esm/src/operations/disks.d.ts.map +1 -0
- package/dist-esm/src/operations/disks.js +636 -0
- package/dist-esm/src/operations/disks.js.map +1 -0
- package/dist-esm/src/operations/galleries.d.ts +111 -0
- package/dist-esm/src/operations/galleries.d.ts.map +1 -0
- package/dist-esm/src/operations/galleries.js +504 -0
- package/dist-esm/src/operations/galleries.js.map +1 -0
- package/dist-esm/src/operations/galleryApplicationVersions.d.ts +142 -0
- package/dist-esm/src/operations/galleryApplicationVersions.d.ts.map +1 -0
- package/dist-esm/src/operations/galleryApplicationVersions.js +498 -0
- package/dist-esm/src/operations/galleryApplicationVersions.js.map +1 -0
- package/dist-esm/src/operations/galleryApplications.d.ts +117 -0
- package/dist-esm/src/operations/galleryApplications.d.ts.map +1 -0
- package/dist-esm/src/operations/galleryApplications.js +447 -0
- package/dist-esm/src/operations/galleryApplications.js.map +1 -0
- package/dist-esm/src/operations/galleryImageVersions.d.ts +126 -0
- package/dist-esm/src/operations/galleryImageVersions.d.ts.map +1 -0
- package/dist-esm/src/operations/galleryImageVersions.js +476 -0
- package/dist-esm/src/operations/galleryImageVersions.js.map +1 -0
- package/dist-esm/src/operations/galleryImages.d.ts +117 -0
- package/dist-esm/src/operations/galleryImages.d.ts.map +1 -0
- package/dist-esm/src/operations/galleryImages.js +447 -0
- package/dist-esm/src/operations/galleryImages.js.map +1 -0
- package/dist-esm/src/operations/gallerySharingProfile.d.ts +30 -0
- package/dist-esm/src/operations/gallerySharingProfile.d.ts.map +1 -0
- package/dist-esm/src/operations/gallerySharingProfile.js +109 -0
- package/dist-esm/src/operations/gallerySharingProfile.js.map +1 -0
- package/dist-esm/src/operations/images.d.ts +109 -0
- package/dist-esm/src/operations/images.d.ts.map +1 -0
- package/dist-esm/src/operations/images.js +472 -0
- package/dist-esm/src/operations/images.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/dist-esm/src/operations/index.js +57 -0
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/logAnalytics.d.ts +44 -0
- package/dist-esm/src/operations/logAnalytics.d.ts.map +1 -0
- package/dist-esm/src/operations/logAnalytics.js +184 -0
- package/dist-esm/src/operations/logAnalytics.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +87 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/proximityPlacementGroups.d.ts +83 -0
- package/dist-esm/src/operations/proximityPlacementGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/proximityPlacementGroups.js +331 -0
- package/dist-esm/src/operations/proximityPlacementGroups.js.map +1 -0
- package/dist-esm/src/operations/resourceSkus.d.ts +32 -0
- package/dist-esm/src/operations/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operations/resourceSkus.js +126 -0
- package/dist-esm/src/operations/resourceSkus.js.map +1 -0
- package/dist-esm/src/operations/restorePointCollections.d.ts +99 -0
- package/dist-esm/src/operations/restorePointCollections.d.ts.map +1 -0
- package/dist-esm/src/operations/restorePointCollections.js +411 -0
- package/dist-esm/src/operations/restorePointCollections.js.map +1 -0
- package/dist-esm/src/operations/restorePoints.d.ts +58 -0
- package/dist-esm/src/operations/restorePoints.d.ts.map +1 -0
- package/dist-esm/src/operations/restorePoints.js +236 -0
- package/dist-esm/src/operations/restorePoints.js.map +1 -0
- package/dist-esm/src/operations/sharedGalleries.d.ts +42 -0
- package/dist-esm/src/operations/sharedGalleries.d.ts.map +1 -0
- package/dist-esm/src/operations/sharedGalleries.js +162 -0
- package/dist-esm/src/operations/sharedGalleries.js.map +1 -0
- package/dist-esm/src/operations/sharedGalleryImageVersions.d.ts +56 -0
- package/dist-esm/src/operations/sharedGalleryImageVersions.d.ts.map +1 -0
- package/dist-esm/src/operations/sharedGalleryImageVersions.js +188 -0
- package/dist-esm/src/operations/sharedGalleryImageVersions.js.map +1 -0
- package/dist-esm/src/operations/sharedGalleryImages.d.ts +47 -0
- package/dist-esm/src/operations/sharedGalleryImages.d.ts.map +1 -0
- package/dist-esm/src/operations/sharedGalleryImages.js +170 -0
- package/dist-esm/src/operations/sharedGalleryImages.js.map +1 -0
- package/dist-esm/src/operations/snapshots.d.ts +159 -0
- package/dist-esm/src/operations/snapshots.d.ts.map +1 -0
- package/dist-esm/src/operations/snapshots.js +636 -0
- package/dist-esm/src/operations/snapshots.js.map +1 -0
- package/dist-esm/src/operations/sshPublicKeys.d.ts +96 -0
- package/dist-esm/src/operations/sshPublicKeys.d.ts.map +1 -0
- package/dist-esm/src/operations/sshPublicKeys.js +364 -0
- package/dist-esm/src/operations/sshPublicKeys.js.map +1 -0
- package/dist-esm/src/operations/usageOperations.d.ts +37 -0
- package/dist-esm/src/operations/usageOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/usageOperations.js +128 -0
- package/dist-esm/src/operations/usageOperations.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineExtensionImages.d.ts +37 -0
- package/dist-esm/src/operations/virtualMachineExtensionImages.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineExtensionImages.js +135 -0
- package/dist-esm/src/operations/virtualMachineExtensionImages.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineExtensions.d.ts +81 -0
- package/dist-esm/src/operations/virtualMachineExtensions.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineExtensions.js +325 -0
- package/dist-esm/src/operations/virtualMachineExtensions.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineImages.d.ts +54 -0
- package/dist-esm/src/operations/virtualMachineImages.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineImages.js +214 -0
- package/dist-esm/src/operations/virtualMachineImages.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineImagesEdgeZone.d.ts +60 -0
- package/dist-esm/src/operations/virtualMachineImagesEdgeZone.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineImagesEdgeZone.js +240 -0
- package/dist-esm/src/operations/virtualMachineImagesEdgeZone.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineRunCommands.d.ts +127 -0
- package/dist-esm/src/operations/virtualMachineRunCommands.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineRunCommands.js +545 -0
- package/dist-esm/src/operations/virtualMachineRunCommands.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineScaleSetExtensions.d.ts +99 -0
- package/dist-esm/src/operations/virtualMachineScaleSetExtensions.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineScaleSetExtensions.js +405 -0
- package/dist-esm/src/operations/virtualMachineScaleSetExtensions.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineScaleSetRollingUpgrades.d.ts +71 -0
- package/dist-esm/src/operations/virtualMachineScaleSetRollingUpgrades.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineScaleSetRollingUpgrades.js +247 -0
- package/dist-esm/src/operations/virtualMachineScaleSetRollingUpgrades.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineScaleSetVMExtensions.d.ts +89 -0
- package/dist-esm/src/operations/virtualMachineScaleSetVMExtensions.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineScaleSetVMExtensions.js +373 -0
- package/dist-esm/src/operations/virtualMachineScaleSetVMExtensions.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineScaleSetVMRunCommands.d.ts +109 -0
- package/dist-esm/src/operations/virtualMachineScaleSetVMRunCommands.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineScaleSetVMRunCommands.js +459 -0
- package/dist-esm/src/operations/virtualMachineScaleSetVMRunCommands.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineScaleSetVMs.d.ts +263 -0
- package/dist-esm/src/operations/virtualMachineScaleSetVMs.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineScaleSetVMs.js +1027 -0
- package/dist-esm/src/operations/virtualMachineScaleSetVMs.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineScaleSets.d.ts +388 -0
- package/dist-esm/src/operations/virtualMachineScaleSets.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineScaleSets.js +1620 -0
- package/dist-esm/src/operations/virtualMachineScaleSets.js.map +1 -0
- package/dist-esm/src/operations/virtualMachineSizes.d.ts +30 -0
- package/dist-esm/src/operations/virtualMachineSizes.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachineSizes.js +95 -0
- package/dist-esm/src/operations/virtualMachineSizes.js.map +1 -0
- package/dist-esm/src/operations/virtualMachines.d.ts +379 -0
- package/dist-esm/src/operations/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operations/virtualMachines.js +1661 -0
- package/dist-esm/src/operations/virtualMachines.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilitySets.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/availabilitySets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/availabilitySets.js +9 -0
- package/dist-esm/src/operationsInterfaces/availabilitySets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/capacityReservationGroups.d.ts +55 -0
- package/dist-esm/src/operationsInterfaces/capacityReservationGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/capacityReservationGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/capacityReservationGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/capacityReservations.d.ts +83 -0
- package/dist-esm/src/operationsInterfaces/capacityReservations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/capacityReservations.js +9 -0
- package/dist-esm/src/operationsInterfaces/capacityReservations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudServiceOperatingSystems.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/cloudServiceOperatingSystems.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudServiceOperatingSystems.js +9 -0
- package/dist-esm/src/operationsInterfaces/cloudServiceOperatingSystems.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudServiceRoleInstances.d.ts +111 -0
- package/dist-esm/src/operationsInterfaces/cloudServiceRoleInstances.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudServiceRoleInstances.js +9 -0
- package/dist-esm/src/operationsInterfaces/cloudServiceRoleInstances.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudServiceRoles.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/cloudServiceRoles.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudServiceRoles.js +9 -0
- package/dist-esm/src/operationsInterfaces/cloudServiceRoles.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudServices.d.ts +171 -0
- package/dist-esm/src/operationsInterfaces/cloudServices.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudServices.js +9 -0
- package/dist-esm/src/operationsInterfaces/cloudServices.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudServicesUpdateDomain.d.ts +45 -0
- package/dist-esm/src/operationsInterfaces/cloudServicesUpdateDomain.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/cloudServicesUpdateDomain.js +9 -0
- package/dist-esm/src/operationsInterfaces/cloudServicesUpdateDomain.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/communityGalleries.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/communityGalleries.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/communityGalleries.js +9 -0
- package/dist-esm/src/operationsInterfaces/communityGalleries.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/communityGalleryImageVersions.d.ts +16 -0
- package/dist-esm/src/operationsInterfaces/communityGalleryImageVersions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/communityGalleryImageVersions.js +9 -0
- package/dist-esm/src/operationsInterfaces/communityGalleryImageVersions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/communityGalleryImages.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/communityGalleryImages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/communityGalleryImages.js +9 -0
- package/dist-esm/src/operationsInterfaces/communityGalleryImages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedHostGroups.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/dedicatedHostGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedHostGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/dedicatedHostGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedHosts.d.ts +75 -0
- package/dist-esm/src/operationsInterfaces/dedicatedHosts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/dedicatedHosts.js +9 -0
- package/dist-esm/src/operationsInterfaces/dedicatedHosts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/diskAccesses.d.ts +159 -0
- package/dist-esm/src/operationsInterfaces/diskAccesses.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/diskAccesses.js +9 -0
- package/dist-esm/src/operationsInterfaces/diskAccesses.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/diskEncryptionSets.d.ts +98 -0
- package/dist-esm/src/operationsInterfaces/diskEncryptionSets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/diskEncryptionSets.js +9 -0
- package/dist-esm/src/operationsInterfaces/diskEncryptionSets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/diskRestorePointOperations.d.ts +68 -0
- package/dist-esm/src/operationsInterfaces/diskRestorePointOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/diskRestorePointOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/diskRestorePointOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/disks.d.ts +123 -0
- package/dist-esm/src/operationsInterfaces/disks.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/disks.js +9 -0
- package/dist-esm/src/operationsInterfaces/disks.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleries.d.ts +75 -0
- package/dist-esm/src/operationsInterfaces/galleries.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleries.js +9 -0
- package/dist-esm/src/operationsInterfaces/galleries.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleryApplicationVersions.d.ts +110 -0
- package/dist-esm/src/operationsInterfaces/galleryApplicationVersions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleryApplicationVersions.js +9 -0
- package/dist-esm/src/operationsInterfaces/galleryApplicationVersions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleryApplications.d.ts +90 -0
- package/dist-esm/src/operationsInterfaces/galleryApplications.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleryApplications.js +9 -0
- package/dist-esm/src/operationsInterfaces/galleryApplications.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleryImageVersions.d.ts +97 -0
- package/dist-esm/src/operationsInterfaces/galleryImageVersions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleryImageVersions.js +9 -0
- package/dist-esm/src/operationsInterfaces/galleryImageVersions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleryImages.d.ts +90 -0
- package/dist-esm/src/operationsInterfaces/galleryImages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/galleryImages.js +9 -0
- package/dist-esm/src/operationsInterfaces/galleryImages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/gallerySharingProfile.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/gallerySharingProfile.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/gallerySharingProfile.js +9 -0
- package/dist-esm/src/operationsInterfaces/gallerySharingProfile.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/images.d.ts +72 -0
- package/dist-esm/src/operationsInterfaces/images.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/images.js +9 -0
- package/dist-esm/src/operationsInterfaces/images.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +57 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/logAnalytics.d.ts +36 -0
- package/dist-esm/src/operationsInterfaces/logAnalytics.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/logAnalytics.js +9 -0
- package/dist-esm/src/operationsInterfaces/logAnalytics.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/proximityPlacementGroups.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/proximityPlacementGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/proximityPlacementGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/proximityPlacementGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js +9 -0
- package/dist-esm/src/operationsInterfaces/resourceSkus.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/restorePointCollections.d.ts +61 -0
- package/dist-esm/src/operationsInterfaces/restorePointCollections.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/restorePointCollections.js +9 -0
- package/dist-esm/src/operationsInterfaces/restorePointCollections.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/restorePoints.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/restorePoints.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/restorePoints.js +9 -0
- package/dist-esm/src/operationsInterfaces/restorePoints.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sharedGalleries.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/sharedGalleries.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sharedGalleries.js +9 -0
- package/dist-esm/src/operationsInterfaces/sharedGalleries.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sharedGalleryImageVersions.d.ts +27 -0
- package/dist-esm/src/operationsInterfaces/sharedGalleryImageVersions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sharedGalleryImageVersions.js +9 -0
- package/dist-esm/src/operationsInterfaces/sharedGalleryImageVersions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sharedGalleryImages.d.ts +22 -0
- package/dist-esm/src/operationsInterfaces/sharedGalleryImages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sharedGalleryImages.js +9 -0
- package/dist-esm/src/operationsInterfaces/sharedGalleryImages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/snapshots.d.ts +123 -0
- package/dist-esm/src/operationsInterfaces/snapshots.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/snapshots.js +9 -0
- package/dist-esm/src/operationsInterfaces/snapshots.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/sshPublicKeys.d.ts +58 -0
- package/dist-esm/src/operationsInterfaces/sshPublicKeys.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/sshPublicKeys.js +9 -0
- package/dist-esm/src/operationsInterfaces/sshPublicKeys.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/usageOperations.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/usageOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/usageOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/usageOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineExtensionImages.d.ts +29 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineExtensionImages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineExtensionImages.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineExtensionImages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineExtensions.d.ts +73 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineExtensions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineExtensions.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineExtensions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineImages.d.ts +46 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineImages.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineImages.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineImages.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineImagesEdgeZone.d.ts +52 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineImagesEdgeZone.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineImagesEdgeZone.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineImagesEdgeZone.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineRunCommands.d.ts +87 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineRunCommands.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineRunCommands.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineRunCommands.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetExtensions.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetExtensions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetExtensions.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetExtensions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetRollingUpgrades.d.ts +63 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetRollingUpgrades.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetRollingUpgrades.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetRollingUpgrades.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetVMExtensions.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetVMExtensions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetVMExtensions.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetVMExtensions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetVMRunCommands.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetVMRunCommands.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetVMRunCommands.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetVMRunCommands.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetVMs.d.ts +238 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetVMs.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetVMs.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSetVMs.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSets.d.ts +300 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSets.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSets.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineScaleSets.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineSizes.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineSizes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineSizes.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachineSizes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts +317 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js +9 -0
- package/dist-esm/src/operationsInterfaces/virtualMachines.js.map +1 -0
- package/dist-esm/test/compute_examples.d.ts +2 -0
- package/dist-esm/test/compute_examples.d.ts.map +1 -0
- package/dist-esm/test/compute_examples.js +298 -0
- package/dist-esm/test/compute_examples.js.map +1 -0
- package/package.json +65 -31
- package/review/arm-compute.api.md +7647 -0
- package/rollup.config.js +181 -30
- package/src/computeManagementClient.ts +230 -129
- package/src/computeManagementClientContext.ts +45 -42
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +8701 -15893
- package/src/models/mappers.ts +8539 -9152
- package/src/models/parameters.ts +869 -312
- package/src/operations/availabilitySets.ts +349 -373
- package/src/operations/capacityReservationGroups.ts +289 -327
- package/src/operations/capacityReservations.ts +479 -251
- package/src/operations/cloudServiceOperatingSystems.ts +255 -232
- package/src/operations/cloudServiceRoleInstances.ts +569 -379
- package/src/operations/cloudServiceRoles.ts +153 -124
- package/src/operations/cloudServices.ts +1036 -589
- package/src/operations/cloudServicesUpdateDomain.ts +259 -182
- package/src/operations/communityGalleries.ts +34 -48
- package/src/operations/communityGalleryImageVersions.ts +40 -55
- package/src/operations/communityGalleryImages.ts +36 -52
- package/src/operations/dedicatedHostGroups.ts +282 -345
- package/src/operations/dedicatedHosts.ts +459 -277
- package/src/operations/diskAccesses.ts +916 -601
- package/src/operations/diskEncryptionSets.ts +650 -417
- package/src/operations/diskRestorePointOperations.ts +391 -210
- package/src/operations/disks.ts +696 -450
- package/src/operations/galleries.ts +513 -325
- package/src/operations/galleryApplicationVersions.ts +535 -295
- package/src/operations/galleryApplications.ts +490 -278
- package/src/operations/galleryImageVersions.ts +514 -276
- package/src/operations/galleryImages.ts +486 -272
- package/src/operations/gallerySharingProfile.ts +110 -49
- package/src/operations/images.ts +498 -343
- package/src/operations/index.ts +1 -2
- package/src/operations/logAnalytics.ts +212 -99
- package/src/operations/operations.ts +61 -39
- package/src/operations/proximityPlacementGroups.ts +277 -339
- package/src/operations/resourceSkus.ts +93 -82
- package/src/operations/restorePointCollections.ts +350 -327
- package/src/operations/restorePoints.ts +244 -129
- package/src/operations/sharedGalleries.ts +124 -117
- package/src/operations/sharedGalleryImageVersions.ts +174 -134
- package/src/operations/sharedGalleryImages.ts +143 -126
- package/src/operations/snapshots.ts +706 -453
- package/src/operations/sshPublicKeys.ts +306 -387
- package/src/operations/usageOperations.ts +102 -83
- package/src/operations/virtualMachineExtensionImages.ts +92 -152
- package/src/operations/virtualMachineExtensions.ts +371 -243
- package/src/operations/virtualMachineImages.ts +138 -243
- package/src/operations/virtualMachineImagesEdgeZone.ts +148 -247
- package/src/operations/virtualMachineRunCommands.ts +582 -383
- package/src/operations/virtualMachineScaleSetExtensions.ts +454 -274
- package/src/operations/virtualMachineScaleSetRollingUpgrades.ts +280 -172
- package/src/operations/virtualMachineScaleSetVMExtensions.ts +394 -226
- package/src/operations/virtualMachineScaleSetVMRunCommands.ts +497 -250
- package/src/operations/virtualMachineScaleSetVMs.ts +1212 -752
- package/src/operations/virtualMachineScaleSets.ts +1922 -1316
- package/src/operations/virtualMachineSizes.ts +73 -44
- package/src/operations/virtualMachines.ts +1936 -1215
- package/src/operationsInterfaces/availabilitySets.ts +105 -0
- package/src/operationsInterfaces/capacityReservationGroups.ts +99 -0
- package/src/operationsInterfaces/capacityReservations.ts +156 -0
- package/src/operationsInterfaces/cloudServiceOperatingSystems.ts +70 -0
- package/src/operationsInterfaces/cloudServiceRoleInstances.ts +192 -0
- package/src/operationsInterfaces/cloudServiceRoles.ts +45 -0
- package/src/operationsInterfaces/cloudServices.ts +294 -0
- package/src/operationsInterfaces/cloudServicesUpdateDomain.ts +79 -0
- package/src/operationsInterfaces/communityGalleries.ts +27 -0
- package/src/operationsInterfaces/communityGalleryImageVersions.ts +33 -0
- package/src/operationsInterfaces/communityGalleryImages.ts +29 -0
- package/src/operationsInterfaces/dedicatedHostGroups.ts +94 -0
- package/src/operationsInterfaces/dedicatedHosts.ts +148 -0
- package/src/operationsInterfaces/diskAccesses.ts +276 -0
- package/src/operationsInterfaces/diskEncryptionSets.ts +171 -0
- package/src/operationsInterfaces/diskRestorePointOperations.ts +128 -0
- package/src/operationsInterfaces/disks.ts +213 -0
- package/src/operationsInterfaces/galleries.ts +143 -0
- package/src/operationsInterfaces/galleryApplicationVersions.ts +191 -0
- package/src/operationsInterfaces/galleryApplications.ts +163 -0
- package/src/operationsInterfaces/galleryImageVersions.ts +178 -0
- package/src/operationsInterfaces/galleryImages.ts +163 -0
- package/src/operationsInterfaces/gallerySharingProfile.ts +49 -0
- package/src/operationsInterfaces/images.ts +135 -0
- package/src/operationsInterfaces/index.ts +57 -0
- package/src/operationsInterfaces/logAnalytics.ts +77 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/proximityPlacementGroups.ts +91 -0
- package/src/operationsInterfaces/resourceSkus.ts +22 -0
- package/src/operationsInterfaces/restorePointCollections.ts +109 -0
- package/src/operationsInterfaces/restorePoints.ts +97 -0
- package/src/operationsInterfaces/sharedGalleries.ts +40 -0
- package/src/operationsInterfaces/sharedGalleryImageVersions.ts +52 -0
- package/src/operationsInterfaces/sharedGalleryImages.ts +45 -0
- package/src/operationsInterfaces/snapshots.ts +218 -0
- package/src/operationsInterfaces/sshPublicKeys.ts +108 -0
- package/src/operationsInterfaces/usageOperations.ts +25 -0
- package/src/operationsInterfaces/virtualMachineExtensionImages.ts +59 -0
- package/src/operationsInterfaces/virtualMachineExtensions.ts +146 -0
- package/src/operationsInterfaces/virtualMachineImages.ts +90 -0
- package/src/operationsInterfaces/virtualMachineImagesEdgeZone.ts +101 -0
- package/src/operationsInterfaces/virtualMachineRunCommands.ts +171 -0
- package/src/operationsInterfaces/virtualMachineScaleSetExtensions.ts +149 -0
- package/src/operationsInterfaces/virtualMachineScaleSetRollingUpgrades.ts +105 -0
- package/src/operationsInterfaces/virtualMachineScaleSetVMExtensions.ts +164 -0
- package/src/operationsInterfaces/virtualMachineScaleSetVMRunCommands.ts +165 -0
- package/src/operationsInterfaces/virtualMachineScaleSetVMs.ts +419 -0
- package/src/operationsInterfaces/virtualMachineScaleSets.ts +513 -0
- package/src/operationsInterfaces/virtualMachineSizes.ts +28 -0
- package/src/operationsInterfaces/virtualMachines.ts +567 -0
- package/tsconfig.json +3 -3
- package/types/arm-compute.d.ts +14060 -0
- package/types/tsdoc-metadata.json +11 -0
- package/LICENSE.txt +0 -21
- package/dist/arm-compute.js +0 -39882
- package/dist/arm-compute.js.map +0 -1
- package/dist/arm-compute.min.js +0 -1
- package/dist/arm-compute.min.js.map +0 -1
- package/esm/computeManagementClient.d.ts +0 -73
- package/esm/computeManagementClient.d.ts.map +0 -1
- package/esm/computeManagementClient.js +0 -86
- package/esm/computeManagementClient.js.map +0 -1
- package/esm/computeManagementClientContext.d.ts +0 -22
- package/esm/computeManagementClientContext.d.ts.map +0 -1
- package/esm/computeManagementClientContext.js +0 -60
- package/esm/computeManagementClientContext.js.map +0 -1
- package/esm/models/availabilitySetsMappers.d.ts +0 -2
- package/esm/models/availabilitySetsMappers.d.ts.map +0 -1
- package/esm/models/availabilitySetsMappers.js +0 -9
- package/esm/models/availabilitySetsMappers.js.map +0 -1
- package/esm/models/capacityReservationGroupsMappers.d.ts +0 -2
- package/esm/models/capacityReservationGroupsMappers.d.ts.map +0 -1
- package/esm/models/capacityReservationGroupsMappers.js +0 -9
- package/esm/models/capacityReservationGroupsMappers.js.map +0 -1
- package/esm/models/capacityReservationsMappers.d.ts +0 -2
- package/esm/models/capacityReservationsMappers.d.ts.map +0 -1
- package/esm/models/capacityReservationsMappers.js +0 -9
- package/esm/models/capacityReservationsMappers.js.map +0 -1
- package/esm/models/cloudServiceOperatingSystemsMappers.d.ts +0 -2
- package/esm/models/cloudServiceOperatingSystemsMappers.d.ts.map +0 -1
- package/esm/models/cloudServiceOperatingSystemsMappers.js +0 -9
- package/esm/models/cloudServiceOperatingSystemsMappers.js.map +0 -1
- package/esm/models/cloudServiceRoleInstancesMappers.d.ts +0 -2
- package/esm/models/cloudServiceRoleInstancesMappers.d.ts.map +0 -1
- package/esm/models/cloudServiceRoleInstancesMappers.js +0 -9
- package/esm/models/cloudServiceRoleInstancesMappers.js.map +0 -1
- package/esm/models/cloudServiceRolesMappers.d.ts +0 -2
- package/esm/models/cloudServiceRolesMappers.d.ts.map +0 -1
- package/esm/models/cloudServiceRolesMappers.js +0 -9
- package/esm/models/cloudServiceRolesMappers.js.map +0 -1
- package/esm/models/cloudServicesMappers.d.ts +0 -2
- package/esm/models/cloudServicesMappers.d.ts.map +0 -1
- package/esm/models/cloudServicesMappers.js +0 -9
- package/esm/models/cloudServicesMappers.js.map +0 -1
- package/esm/models/cloudServicesUpdateDomainMappers.d.ts +0 -2
- package/esm/models/cloudServicesUpdateDomainMappers.d.ts.map +0 -1
- package/esm/models/cloudServicesUpdateDomainMappers.js +0 -9
- package/esm/models/cloudServicesUpdateDomainMappers.js.map +0 -1
- package/esm/models/communityGalleriesMappers.d.ts +0 -2
- package/esm/models/communityGalleriesMappers.d.ts.map +0 -1
- package/esm/models/communityGalleriesMappers.js +0 -9
- package/esm/models/communityGalleriesMappers.js.map +0 -1
- package/esm/models/communityGalleryImageVersionsMappers.d.ts +0 -2
- package/esm/models/communityGalleryImageVersionsMappers.d.ts.map +0 -1
- package/esm/models/communityGalleryImageVersionsMappers.js +0 -9
- package/esm/models/communityGalleryImageVersionsMappers.js.map +0 -1
- package/esm/models/communityGalleryImagesMappers.d.ts +0 -2
- package/esm/models/communityGalleryImagesMappers.d.ts.map +0 -1
- package/esm/models/communityGalleryImagesMappers.js +0 -9
- package/esm/models/communityGalleryImagesMappers.js.map +0 -1
- package/esm/models/dedicatedHostGroupsMappers.d.ts +0 -2
- package/esm/models/dedicatedHostGroupsMappers.d.ts.map +0 -1
- package/esm/models/dedicatedHostGroupsMappers.js +0 -9
- package/esm/models/dedicatedHostGroupsMappers.js.map +0 -1
- package/esm/models/dedicatedHostsMappers.d.ts +0 -2
- package/esm/models/dedicatedHostsMappers.d.ts.map +0 -1
- package/esm/models/dedicatedHostsMappers.js +0 -9
- package/esm/models/dedicatedHostsMappers.js.map +0 -1
- package/esm/models/diskAccessesMappers.d.ts +0 -2
- package/esm/models/diskAccessesMappers.d.ts.map +0 -1
- package/esm/models/diskAccessesMappers.js +0 -9
- package/esm/models/diskAccessesMappers.js.map +0 -1
- package/esm/models/diskEncryptionSetsMappers.d.ts +0 -2
- package/esm/models/diskEncryptionSetsMappers.d.ts.map +0 -1
- package/esm/models/diskEncryptionSetsMappers.js +0 -9
- package/esm/models/diskEncryptionSetsMappers.js.map +0 -1
- package/esm/models/diskRestorePointOperationsMappers.d.ts +0 -2
- package/esm/models/diskRestorePointOperationsMappers.d.ts.map +0 -1
- package/esm/models/diskRestorePointOperationsMappers.js +0 -9
- package/esm/models/diskRestorePointOperationsMappers.js.map +0 -1
- package/esm/models/disksMappers.d.ts +0 -2
- package/esm/models/disksMappers.d.ts.map +0 -1
- package/esm/models/disksMappers.js +0 -9
- package/esm/models/disksMappers.js.map +0 -1
- package/esm/models/galleriesMappers.d.ts +0 -2
- package/esm/models/galleriesMappers.d.ts.map +0 -1
- package/esm/models/galleriesMappers.js +0 -9
- package/esm/models/galleriesMappers.js.map +0 -1
- package/esm/models/galleryApplicationVersionsMappers.d.ts +0 -2
- package/esm/models/galleryApplicationVersionsMappers.d.ts.map +0 -1
- package/esm/models/galleryApplicationVersionsMappers.js +0 -9
- package/esm/models/galleryApplicationVersionsMappers.js.map +0 -1
- package/esm/models/galleryApplicationsMappers.d.ts +0 -2
- package/esm/models/galleryApplicationsMappers.d.ts.map +0 -1
- package/esm/models/galleryApplicationsMappers.js +0 -9
- package/esm/models/galleryApplicationsMappers.js.map +0 -1
- package/esm/models/galleryImageVersionsMappers.d.ts +0 -2
- package/esm/models/galleryImageVersionsMappers.d.ts.map +0 -1
- package/esm/models/galleryImageVersionsMappers.js +0 -9
- package/esm/models/galleryImageVersionsMappers.js.map +0 -1
- package/esm/models/galleryImagesMappers.d.ts +0 -2
- package/esm/models/galleryImagesMappers.d.ts.map +0 -1
- package/esm/models/galleryImagesMappers.js +0 -9
- package/esm/models/galleryImagesMappers.js.map +0 -1
- package/esm/models/gallerySharingProfileMappers.d.ts +0 -2
- package/esm/models/gallerySharingProfileMappers.d.ts.map +0 -1
- package/esm/models/gallerySharingProfileMappers.js +0 -9
- package/esm/models/gallerySharingProfileMappers.js.map +0 -1
- package/esm/models/imagesMappers.d.ts +0 -2
- package/esm/models/imagesMappers.d.ts.map +0 -1
- package/esm/models/imagesMappers.js +0 -9
- package/esm/models/imagesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -16576
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -8
- package/esm/models/index.js.map +0 -1
- package/esm/models/logAnalyticsMappers.d.ts +0 -2
- package/esm/models/logAnalyticsMappers.d.ts.map +0 -1
- package/esm/models/logAnalyticsMappers.js +0 -9
- package/esm/models/logAnalyticsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -391
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js +0 -14578
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -70
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -732
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/proximityPlacementGroupsMappers.d.ts +0 -2
- package/esm/models/proximityPlacementGroupsMappers.d.ts.map +0 -1
- package/esm/models/proximityPlacementGroupsMappers.js +0 -9
- package/esm/models/proximityPlacementGroupsMappers.js.map +0 -1
- package/esm/models/resourceSkusMappers.d.ts +0 -2
- package/esm/models/resourceSkusMappers.d.ts.map +0 -1
- package/esm/models/resourceSkusMappers.js +0 -9
- package/esm/models/resourceSkusMappers.js.map +0 -1
- package/esm/models/restorePointCollectionsMappers.d.ts +0 -2
- package/esm/models/restorePointCollectionsMappers.d.ts.map +0 -1
- package/esm/models/restorePointCollectionsMappers.js +0 -9
- package/esm/models/restorePointCollectionsMappers.js.map +0 -1
- package/esm/models/restorePointsMappers.d.ts +0 -2
- package/esm/models/restorePointsMappers.d.ts.map +0 -1
- package/esm/models/restorePointsMappers.js +0 -9
- package/esm/models/restorePointsMappers.js.map +0 -1
- package/esm/models/sharedGalleriesMappers.d.ts +0 -2
- package/esm/models/sharedGalleriesMappers.d.ts.map +0 -1
- package/esm/models/sharedGalleriesMappers.js +0 -9
- package/esm/models/sharedGalleriesMappers.js.map +0 -1
- package/esm/models/sharedGalleryImageVersionsMappers.d.ts +0 -2
- package/esm/models/sharedGalleryImageVersionsMappers.d.ts.map +0 -1
- package/esm/models/sharedGalleryImageVersionsMappers.js +0 -9
- package/esm/models/sharedGalleryImageVersionsMappers.js.map +0 -1
- package/esm/models/sharedGalleryImagesMappers.d.ts +0 -2
- package/esm/models/sharedGalleryImagesMappers.d.ts.map +0 -1
- package/esm/models/sharedGalleryImagesMappers.js +0 -9
- package/esm/models/sharedGalleryImagesMappers.js.map +0 -1
- package/esm/models/snapshotsMappers.d.ts +0 -2
- package/esm/models/snapshotsMappers.d.ts.map +0 -1
- package/esm/models/snapshotsMappers.js +0 -9
- package/esm/models/snapshotsMappers.js.map +0 -1
- package/esm/models/sshPublicKeysMappers.d.ts +0 -2
- package/esm/models/sshPublicKeysMappers.d.ts.map +0 -1
- package/esm/models/sshPublicKeysMappers.js +0 -9
- package/esm/models/sshPublicKeysMappers.js.map +0 -1
- package/esm/models/usageOperationsMappers.d.ts +0 -2
- package/esm/models/usageOperationsMappers.d.ts.map +0 -1
- package/esm/models/usageOperationsMappers.js +0 -9
- package/esm/models/usageOperationsMappers.js.map +0 -1
- package/esm/models/virtualMachineExtensionImagesMappers.d.ts +0 -2
- package/esm/models/virtualMachineExtensionImagesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineExtensionImagesMappers.js +0 -9
- package/esm/models/virtualMachineExtensionImagesMappers.js.map +0 -1
- package/esm/models/virtualMachineExtensionsMappers.d.ts +0 -2
- package/esm/models/virtualMachineExtensionsMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineExtensionsMappers.js +0 -9
- package/esm/models/virtualMachineExtensionsMappers.js.map +0 -1
- package/esm/models/virtualMachineImagesEdgeZoneMappers.d.ts +0 -2
- package/esm/models/virtualMachineImagesEdgeZoneMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineImagesEdgeZoneMappers.js +0 -9
- package/esm/models/virtualMachineImagesEdgeZoneMappers.js.map +0 -1
- package/esm/models/virtualMachineImagesMappers.d.ts +0 -2
- package/esm/models/virtualMachineImagesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineImagesMappers.js +0 -9
- package/esm/models/virtualMachineImagesMappers.js.map +0 -1
- package/esm/models/virtualMachineRunCommandsMappers.d.ts +0 -2
- package/esm/models/virtualMachineRunCommandsMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineRunCommandsMappers.js +0 -9
- package/esm/models/virtualMachineRunCommandsMappers.js.map +0 -1
- package/esm/models/virtualMachineScaleSetExtensionsMappers.d.ts +0 -2
- package/esm/models/virtualMachineScaleSetExtensionsMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineScaleSetExtensionsMappers.js +0 -9
- package/esm/models/virtualMachineScaleSetExtensionsMappers.js.map +0 -1
- package/esm/models/virtualMachineScaleSetRollingUpgradesMappers.d.ts +0 -2
- package/esm/models/virtualMachineScaleSetRollingUpgradesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineScaleSetRollingUpgradesMappers.js +0 -9
- package/esm/models/virtualMachineScaleSetRollingUpgradesMappers.js.map +0 -1
- package/esm/models/virtualMachineScaleSetVMExtensionsMappers.d.ts +0 -2
- package/esm/models/virtualMachineScaleSetVMExtensionsMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineScaleSetVMExtensionsMappers.js +0 -9
- package/esm/models/virtualMachineScaleSetVMExtensionsMappers.js.map +0 -1
- package/esm/models/virtualMachineScaleSetVMRunCommandsMappers.d.ts +0 -2
- package/esm/models/virtualMachineScaleSetVMRunCommandsMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineScaleSetVMRunCommandsMappers.js +0 -9
- package/esm/models/virtualMachineScaleSetVMRunCommandsMappers.js.map +0 -1
- package/esm/models/virtualMachineScaleSetVMsMappers.d.ts +0 -2
- package/esm/models/virtualMachineScaleSetVMsMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineScaleSetVMsMappers.js +0 -9
- package/esm/models/virtualMachineScaleSetVMsMappers.js.map +0 -1
- package/esm/models/virtualMachineScaleSetsMappers.d.ts +0 -2
- package/esm/models/virtualMachineScaleSetsMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineScaleSetsMappers.js +0 -9
- package/esm/models/virtualMachineScaleSetsMappers.js.map +0 -1
- package/esm/models/virtualMachineSizesMappers.d.ts +0 -2
- package/esm/models/virtualMachineSizesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachineSizesMappers.js +0 -9
- package/esm/models/virtualMachineSizesMappers.js.map +0 -1
- package/esm/models/virtualMachinesMappers.d.ts +0 -2
- package/esm/models/virtualMachinesMappers.d.ts.map +0 -1
- package/esm/models/virtualMachinesMappers.js +0 -9
- package/esm/models/virtualMachinesMappers.js.map +0 -1
- package/esm/operations/availabilitySets.d.ts +0 -194
- package/esm/operations/availabilitySets.d.ts.map +0 -1
- package/esm/operations/availabilitySets.js +0 -307
- package/esm/operations/availabilitySets.js.map +0 -1
- package/esm/operations/capacityReservationGroups.d.ts +0 -182
- package/esm/operations/capacityReservationGroups.d.ts.map +0 -1
- package/esm/operations/capacityReservationGroups.js +0 -282
- package/esm/operations/capacityReservationGroups.js.map +0 -1
- package/esm/operations/capacityReservations.d.ts +0 -145
- package/esm/operations/capacityReservations.d.ts.map +0 -1
- package/esm/operations/capacityReservations.js +0 -306
- package/esm/operations/capacityReservations.js.map +0 -1
- package/esm/operations/cloudServiceOperatingSystems.d.ts +0 -137
- package/esm/operations/cloudServiceOperatingSystems.d.ts.map +0 -1
- package/esm/operations/cloudServiceOperatingSystems.js +0 -204
- package/esm/operations/cloudServiceOperatingSystems.js.map +0 -1
- package/esm/operations/cloudServiceRoleInstances.d.ts +0 -209
- package/esm/operations/cloudServiceRoleInstances.d.ts.map +0 -1
- package/esm/operations/cloudServiceRoleInstances.js +0 -410
- package/esm/operations/cloudServiceRoleInstances.js.map +0 -1
- package/esm/operations/cloudServiceRoles.d.ts +0 -78
- package/esm/operations/cloudServiceRoles.d.ts.map +0 -1
- package/esm/operations/cloudServiceRoles.js +0 -119
- package/esm/operations/cloudServiceRoles.js.map +0 -1
- package/esm/operations/cloudServices.d.ts +0 -287
- package/esm/operations/cloudServices.d.ts.map +0 -1
- package/esm/operations/cloudServices.js +0 -692
- package/esm/operations/cloudServices.js.map +0 -1
- package/esm/operations/cloudServicesUpdateDomain.d.ts +0 -107
- package/esm/operations/cloudServicesUpdateDomain.d.ts.map +0 -1
- package/esm/operations/cloudServicesUpdateDomain.js +0 -182
- package/esm/operations/cloudServicesUpdateDomain.js.map +0 -1
- package/esm/operations/communityGalleries.d.ts +0 -34
- package/esm/operations/communityGalleries.d.ts.map +0 -1
- package/esm/operations/communityGalleries.js +0 -57
- package/esm/operations/communityGalleries.js.map +0 -1
- package/esm/operations/communityGalleryImageVersions.d.ts +0 -46
- package/esm/operations/communityGalleryImageVersions.d.ts.map +0 -1
- package/esm/operations/communityGalleryImageVersions.js +0 -61
- package/esm/operations/communityGalleryImageVersions.js.map +0 -1
- package/esm/operations/communityGalleryImages.d.ts +0 -37
- package/esm/operations/communityGalleryImages.d.ts.map +0 -1
- package/esm/operations/communityGalleryImages.js +0 -59
- package/esm/operations/communityGalleryImages.js.map +0 -1
- package/esm/operations/dedicatedHostGroups.d.ts +0 -177
- package/esm/operations/dedicatedHostGroups.d.ts.map +0 -1
- package/esm/operations/dedicatedHostGroups.js +0 -278
- package/esm/operations/dedicatedHostGroups.js.map +0 -1
- package/esm/operations/dedicatedHosts.d.ts +0 -137
- package/esm/operations/dedicatedHosts.d.ts.map +0 -1
- package/esm/operations/dedicatedHosts.js +0 -297
- package/esm/operations/dedicatedHosts.js.map +0 -1
- package/esm/operations/diskAccesses.d.ts +0 -326
- package/esm/operations/diskAccesses.d.ts.map +0 -1
- package/esm/operations/diskAccesses.js +0 -603
- package/esm/operations/diskAccesses.js.map +0 -1
- package/esm/operations/diskEncryptionSets.d.ts +0 -223
- package/esm/operations/diskEncryptionSets.d.ts.map +0 -1
- package/esm/operations/diskEncryptionSets.js +0 -415
- package/esm/operations/diskEncryptionSets.js.map +0 -1
- package/esm/operations/diskRestorePointOperations.d.ts +0 -145
- package/esm/operations/diskRestorePointOperations.d.ts.map +0 -1
- package/esm/operations/diskRestorePointOperations.js +0 -253
- package/esm/operations/diskRestorePointOperations.js.map +0 -1
- package/esm/operations/disks.d.ts +0 -216
- package/esm/operations/disks.d.ts.map +0 -1
- package/esm/operations/disks.js +0 -464
- package/esm/operations/disks.js.map +0 -1
- package/esm/operations/galleries.d.ts +0 -160
- package/esm/operations/galleries.d.ts.map +0 -1
- package/esm/operations/galleries.js +0 -344
- package/esm/operations/galleries.js.map +0 -1
- package/esm/operations/galleryApplicationVersions.d.ts +0 -190
- package/esm/operations/galleryApplicationVersions.d.ts.map +0 -1
- package/esm/operations/galleryApplicationVersions.js +0 -344
- package/esm/operations/galleryApplicationVersions.js.map +0 -1
- package/esm/operations/galleryApplications.d.ts +0 -157
- package/esm/operations/galleryApplications.d.ts.map +0 -1
- package/esm/operations/galleryApplications.js +0 -315
- package/esm/operations/galleryApplications.js.map +0 -1
- package/esm/operations/galleryImageVersions.d.ts +0 -169
- package/esm/operations/galleryImageVersions.d.ts.map +0 -1
- package/esm/operations/galleryImageVersions.js +0 -332
- package/esm/operations/galleryImageVersions.js.map +0 -1
- package/esm/operations/galleryImages.d.ts +0 -155
- package/esm/operations/galleryImages.d.ts.map +0 -1
- package/esm/operations/galleryImages.js +0 -313
- package/esm/operations/galleryImages.js.map +0 -1
- package/esm/operations/gallerySharingProfile.d.ts +0 -32
- package/esm/operations/gallerySharingProfile.d.ts.map +0 -1
- package/esm/operations/gallerySharingProfile.js +0 -86
- package/esm/operations/gallerySharingProfile.js.map +0 -1
- package/esm/operations/images.d.ts +0 -158
- package/esm/operations/images.d.ts.map +0 -1
- package/esm/operations/images.js +0 -340
- package/esm/operations/images.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js +0 -58
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/logAnalytics.d.ts +0 -50
- package/esm/operations/logAnalytics.d.ts.map +0 -1
- package/esm/operations/logAnalytics.js +0 -137
- package/esm/operations/logAnalytics.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/proximityPlacementGroups.d.ts +0 -172
- package/esm/operations/proximityPlacementGroups.d.ts.map +0 -1
- package/esm/operations/proximityPlacementGroups.js +0 -277
- package/esm/operations/proximityPlacementGroups.js.map +0 -1
- package/esm/operations/resourceSkus.d.ts +0 -46
- package/esm/operations/resourceSkus.d.ts.map +0 -1
- package/esm/operations/resourceSkus.js +0 -86
- package/esm/operations/resourceSkus.js.map +0 -1
- package/esm/operations/restorePointCollections.d.ts +0 -179
- package/esm/operations/restorePointCollections.d.ts.map +0 -1
- package/esm/operations/restorePointCollections.js +0 -299
- package/esm/operations/restorePointCollections.js.map +0 -1
- package/esm/operations/restorePoints.d.ts +0 -78
- package/esm/operations/restorePoints.d.ts.map +0 -1
- package/esm/operations/restorePoints.js +0 -175
- package/esm/operations/restorePoints.js.map +0 -1
- package/esm/operations/sharedGalleries.d.ts +0 -70
- package/esm/operations/sharedGalleries.d.ts.map +0 -1
- package/esm/operations/sharedGalleries.js +0 -117
- package/esm/operations/sharedGalleries.js.map +0 -1
- package/esm/operations/sharedGalleryImageVersions.d.ts +0 -94
- package/esm/operations/sharedGalleryImageVersions.d.ts.map +0 -1
- package/esm/operations/sharedGalleryImageVersions.js +0 -125
- package/esm/operations/sharedGalleryImageVersions.js.map +0 -1
- package/esm/operations/sharedGalleryImages.d.ts +0 -79
- package/esm/operations/sharedGalleryImages.d.ts.map +0 -1
- package/esm/operations/sharedGalleryImages.js +0 -121
- package/esm/operations/sharedGalleryImages.js.map +0 -1
- package/esm/operations/snapshots.d.ts +0 -218
- package/esm/operations/snapshots.d.ts.map +0 -1
- package/esm/operations/snapshots.js +0 -466
- package/esm/operations/snapshots.js.map +0 -1
- package/esm/operations/sshPublicKeys.d.ts +0 -199
- package/esm/operations/sshPublicKeys.d.ts.map +0 -1
- package/esm/operations/sshPublicKeys.js +0 -308
- package/esm/operations/sshPublicKeys.js.map +0 -1
- package/esm/operations/usageOperations.d.ts +0 -51
- package/esm/operations/usageOperations.d.ts.map +0 -1
- package/esm/operations/usageOperations.js +0 -84
- package/esm/operations/usageOperations.js.map +0 -1
- package/esm/operations/virtualMachineExtensionImages.d.ts +0 -85
- package/esm/operations/virtualMachineExtensionImages.d.ts.map +0 -1
- package/esm/operations/virtualMachineExtensionImages.js +0 -150
- package/esm/operations/virtualMachineExtensionImages.js.map +0 -1
- package/esm/operations/virtualMachineExtensions.d.ts +0 -121
- package/esm/operations/virtualMachineExtensions.d.ts.map +0 -1
- package/esm/operations/virtualMachineExtensions.js +0 -273
- package/esm/operations/virtualMachineExtensions.js.map +0 -1
- package/esm/operations/virtualMachineImages.d.ts +0 -134
- package/esm/operations/virtualMachineImages.d.ts.map +0 -1
- package/esm/operations/virtualMachineImages.js +0 -238
- package/esm/operations/virtualMachineImages.js.map +0 -1
- package/esm/operations/virtualMachineImagesEdgeZone.d.ts +0 -150
- package/esm/operations/virtualMachineImagesEdgeZone.d.ts.map +0 -1
- package/esm/operations/virtualMachineImagesEdgeZone.js +0 -248
- package/esm/operations/virtualMachineImagesEdgeZone.js.map +0 -1
- package/esm/operations/virtualMachineRunCommands.d.ts +0 -194
- package/esm/operations/virtualMachineRunCommands.d.ts.map +0 -1
- package/esm/operations/virtualMachineRunCommands.js +0 -390
- package/esm/operations/virtualMachineRunCommands.js.map +0 -1
- package/esm/operations/virtualMachineScaleSetExtensions.d.ts +0 -137
- package/esm/operations/virtualMachineScaleSetExtensions.d.ts.map +0 -1
- package/esm/operations/virtualMachineScaleSetExtensions.js +0 -302
- package/esm/operations/virtualMachineScaleSetExtensions.js.map +0 -1
- package/esm/operations/virtualMachineScaleSetRollingUpgrades.d.ts +0 -91
- package/esm/operations/virtualMachineScaleSetRollingUpgrades.d.ts.map +0 -1
- package/esm/operations/virtualMachineScaleSetRollingUpgrades.js +0 -209
- package/esm/operations/virtualMachineScaleSetRollingUpgrades.js.map +0 -1
- package/esm/operations/virtualMachineScaleSetVMExtensions.d.ts +0 -133
- package/esm/operations/virtualMachineScaleSetVMExtensions.d.ts.map +0 -1
- package/esm/operations/virtualMachineScaleSetVMExtensions.js +0 -289
- package/esm/operations/virtualMachineScaleSetVMExtensions.js.map +0 -1
- package/esm/operations/virtualMachineScaleSetVMRunCommands.d.ts +0 -147
- package/esm/operations/virtualMachineScaleSetVMRunCommands.d.ts.map +0 -1
- package/esm/operations/virtualMachineScaleSetVMRunCommands.js +0 -315
- package/esm/operations/virtualMachineScaleSetVMRunCommands.js.map +0 -1
- package/esm/operations/virtualMachineScaleSetVMs.d.ts +0 -366
- package/esm/operations/virtualMachineScaleSetVMs.d.ts.map +0 -1
- package/esm/operations/virtualMachineScaleSetVMs.js +0 -841
- package/esm/operations/virtualMachineScaleSetVMs.js.map +0 -1
- package/esm/operations/virtualMachineScaleSets.d.ts +0 -554
- package/esm/operations/virtualMachineScaleSets.d.ts.map +0 -1
- package/esm/operations/virtualMachineScaleSets.js +0 -1243
- package/esm/operations/virtualMachineScaleSets.js.map +0 -1
- package/esm/operations/virtualMachineSizes.d.ts +0 -32
- package/esm/operations/virtualMachineSizes.d.ts.map +0 -1
- package/esm/operations/virtualMachineSizes.js +0 -55
- package/esm/operations/virtualMachineSizes.js.map +0 -1
- package/esm/operations/virtualMachines.d.ts +0 -530
- package/esm/operations/virtualMachines.d.ts.map +0 -1
- package/esm/operations/virtualMachines.js +0 -1222
- package/esm/operations/virtualMachines.js.map +0 -1
- package/src/models/availabilitySetsMappers.ts +0 -266
- package/src/models/capacityReservationGroupsMappers.ts +0 -264
- package/src/models/capacityReservationsMappers.ts +0 -264
- package/src/models/cloudServiceOperatingSystemsMappers.ts +0 -21
- package/src/models/cloudServiceRoleInstancesMappers.ts +0 -251
- package/src/models/cloudServiceRolesMappers.ts +0 -18
- package/src/models/cloudServicesMappers.ts +0 -251
- package/src/models/cloudServicesUpdateDomainMappers.ts +0 -16
- package/src/models/communityGalleriesMappers.ts +0 -24
- package/src/models/communityGalleryImageVersionsMappers.ts +0 -24
- package/src/models/communityGalleryImagesMappers.ts +0 -24
- package/src/models/dedicatedHostGroupsMappers.ts +0 -264
- package/src/models/dedicatedHostsMappers.ts +0 -264
- package/src/models/diskAccessesMappers.ts +0 -249
- package/src/models/diskEncryptionSetsMappers.ts +0 -247
- package/src/models/diskRestorePointOperationsMappers.ts +0 -22
- package/src/models/disksMappers.ts +0 -248
- package/src/models/galleriesMappers.ts +0 -245
- package/src/models/galleryApplicationVersionsMappers.ts +0 -245
- package/src/models/galleryApplicationsMappers.ts +0 -245
- package/src/models/galleryImageVersionsMappers.ts +0 -245
- package/src/models/galleryImagesMappers.ts +0 -245
- package/src/models/gallerySharingProfileMappers.ts +0 -244
- package/src/models/imagesMappers.ts +0 -264
- package/src/models/logAnalyticsMappers.ts +0 -16
- package/src/models/operationsMappers.ts +0 -13
- package/src/models/proximityPlacementGroupsMappers.ts +0 -264
- package/src/models/resourceSkusMappers.ts +0 -20
- package/src/models/restorePointCollectionsMappers.ts +0 -264
- package/src/models/restorePointsMappers.ts +0 -244
- package/src/models/sharedGalleriesMappers.ts +0 -26
- package/src/models/sharedGalleryImageVersionsMappers.ts +0 -26
- package/src/models/sharedGalleryImagesMappers.ts +0 -26
- package/src/models/snapshotsMappers.ts +0 -248
- package/src/models/sshPublicKeysMappers.ts +0 -265
- package/src/models/usageOperationsMappers.ts +0 -14
- package/src/models/virtualMachineExtensionImagesMappers.ts +0 -244
- package/src/models/virtualMachineExtensionsMappers.ts +0 -264
- package/src/models/virtualMachineImagesEdgeZoneMappers.ts +0 -244
- package/src/models/virtualMachineImagesMappers.ts +0 -244
- package/src/models/virtualMachineRunCommandsMappers.ts +0 -268
- package/src/models/virtualMachineScaleSetExtensionsMappers.ts +0 -245
- package/src/models/virtualMachineScaleSetRollingUpgradesMappers.ts +0 -244
- package/src/models/virtualMachineScaleSetVMExtensionsMappers.ts +0 -245
- package/src/models/virtualMachineScaleSetVMRunCommandsMappers.ts +0 -264
- package/src/models/virtualMachineScaleSetVMsMappers.ts +0 -251
- package/src/models/virtualMachineScaleSetsMappers.ts +0 -286
- package/src/models/virtualMachineSizesMappers.ts +0 -13
- package/src/models/virtualMachinesMappers.ts +0 -280
|
@@ -0,0 +1,1027 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*
|
|
5
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
+
*/
|
|
8
|
+
import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
|
|
9
|
+
import * as coreClient from "@azure/core-client";
|
|
10
|
+
import * as Mappers from "../models/mappers";
|
|
11
|
+
import * as Parameters from "../models/parameters";
|
|
12
|
+
import { LroEngine } from "@azure/core-lro";
|
|
13
|
+
import { LroImpl } from "../lroImpl";
|
|
14
|
+
/// <reference lib="esnext.asynciterable" />
|
|
15
|
+
/** Class containing VirtualMachineScaleSetVMs operations. */
|
|
16
|
+
export class VirtualMachineScaleSetVMsImpl {
|
|
17
|
+
/**
|
|
18
|
+
* Initialize a new instance of the class VirtualMachineScaleSetVMs class.
|
|
19
|
+
* @param client Reference to the service client
|
|
20
|
+
*/
|
|
21
|
+
constructor(client) {
|
|
22
|
+
this.client = client;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Gets a list of all virtual machines in a VM scale sets.
|
|
26
|
+
* @param resourceGroupName The name of the resource group.
|
|
27
|
+
* @param virtualMachineScaleSetName The name of the VM scale set.
|
|
28
|
+
* @param options The options parameters.
|
|
29
|
+
*/
|
|
30
|
+
list(resourceGroupName, virtualMachineScaleSetName, options) {
|
|
31
|
+
const iter = this.listPagingAll(resourceGroupName, virtualMachineScaleSetName, options);
|
|
32
|
+
return {
|
|
33
|
+
next() {
|
|
34
|
+
return iter.next();
|
|
35
|
+
},
|
|
36
|
+
[Symbol.asyncIterator]() {
|
|
37
|
+
return this;
|
|
38
|
+
},
|
|
39
|
+
byPage: () => {
|
|
40
|
+
return this.listPagingPage(resourceGroupName, virtualMachineScaleSetName, options);
|
|
41
|
+
}
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
listPagingPage(resourceGroupName, virtualMachineScaleSetName, options) {
|
|
45
|
+
return __asyncGenerator(this, arguments, function* listPagingPage_1() {
|
|
46
|
+
let result = yield __await(this._list(resourceGroupName, virtualMachineScaleSetName, options));
|
|
47
|
+
yield yield __await(result.value || []);
|
|
48
|
+
let continuationToken = result.nextLink;
|
|
49
|
+
while (continuationToken) {
|
|
50
|
+
result = yield __await(this._listNext(resourceGroupName, virtualMachineScaleSetName, continuationToken, options));
|
|
51
|
+
continuationToken = result.nextLink;
|
|
52
|
+
yield yield __await(result.value || []);
|
|
53
|
+
}
|
|
54
|
+
});
|
|
55
|
+
}
|
|
56
|
+
listPagingAll(resourceGroupName, virtualMachineScaleSetName, options) {
|
|
57
|
+
return __asyncGenerator(this, arguments, function* listPagingAll_1() {
|
|
58
|
+
var e_1, _a;
|
|
59
|
+
try {
|
|
60
|
+
for (var _b = __asyncValues(this.listPagingPage(resourceGroupName, virtualMachineScaleSetName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
61
|
+
const page = _c.value;
|
|
62
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
66
|
+
finally {
|
|
67
|
+
try {
|
|
68
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
69
|
+
}
|
|
70
|
+
finally { if (e_1) throw e_1.error; }
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Reimages (upgrade the operating system) a specific virtual machine in a VM scale set.
|
|
76
|
+
* @param resourceGroupName The name of the resource group.
|
|
77
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
78
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
79
|
+
* @param options The options parameters.
|
|
80
|
+
*/
|
|
81
|
+
beginReimage(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
82
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
83
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
84
|
+
return this.client.sendOperationRequest(args, spec);
|
|
85
|
+
});
|
|
86
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
87
|
+
var _a;
|
|
88
|
+
let currentRawResponse = undefined;
|
|
89
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
90
|
+
const callback = (rawResponse, flatResponse) => {
|
|
91
|
+
currentRawResponse = rawResponse;
|
|
92
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
93
|
+
};
|
|
94
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
95
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
96
|
+
return {
|
|
97
|
+
flatResponse,
|
|
98
|
+
rawResponse: {
|
|
99
|
+
statusCode: currentRawResponse.status,
|
|
100
|
+
body: currentRawResponse.parsedBody,
|
|
101
|
+
headers: currentRawResponse.headers.toJSON()
|
|
102
|
+
}
|
|
103
|
+
};
|
|
104
|
+
});
|
|
105
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, vmScaleSetName, instanceId, options }, reimageOperationSpec);
|
|
106
|
+
return new LroEngine(lro, {
|
|
107
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
108
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
109
|
+
});
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* Reimages (upgrade the operating system) a specific virtual machine in a VM scale set.
|
|
114
|
+
* @param resourceGroupName The name of the resource group.
|
|
115
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
116
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
117
|
+
* @param options The options parameters.
|
|
118
|
+
*/
|
|
119
|
+
beginReimageAndWait(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
120
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
121
|
+
const poller = yield this.beginReimage(resourceGroupName, vmScaleSetName, instanceId, options);
|
|
122
|
+
return poller.pollUntilDone();
|
|
123
|
+
});
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This
|
|
127
|
+
* operation is only supported for managed disks.
|
|
128
|
+
* @param resourceGroupName The name of the resource group.
|
|
129
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
130
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
131
|
+
* @param options The options parameters.
|
|
132
|
+
*/
|
|
133
|
+
beginReimageAll(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
134
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
135
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
136
|
+
return this.client.sendOperationRequest(args, spec);
|
|
137
|
+
});
|
|
138
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
139
|
+
var _a;
|
|
140
|
+
let currentRawResponse = undefined;
|
|
141
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
142
|
+
const callback = (rawResponse, flatResponse) => {
|
|
143
|
+
currentRawResponse = rawResponse;
|
|
144
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
145
|
+
};
|
|
146
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
147
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
148
|
+
return {
|
|
149
|
+
flatResponse,
|
|
150
|
+
rawResponse: {
|
|
151
|
+
statusCode: currentRawResponse.status,
|
|
152
|
+
body: currentRawResponse.parsedBody,
|
|
153
|
+
headers: currentRawResponse.headers.toJSON()
|
|
154
|
+
}
|
|
155
|
+
};
|
|
156
|
+
});
|
|
157
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, vmScaleSetName, instanceId, options }, reimageAllOperationSpec);
|
|
158
|
+
return new LroEngine(lro, {
|
|
159
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
160
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
161
|
+
});
|
|
162
|
+
});
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This
|
|
166
|
+
* operation is only supported for managed disks.
|
|
167
|
+
* @param resourceGroupName The name of the resource group.
|
|
168
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
169
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
170
|
+
* @param options The options parameters.
|
|
171
|
+
*/
|
|
172
|
+
beginReimageAllAndWait(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
173
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
174
|
+
const poller = yield this.beginReimageAll(resourceGroupName, vmScaleSetName, instanceId, options);
|
|
175
|
+
return poller.pollUntilDone();
|
|
176
|
+
});
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and
|
|
180
|
+
* releases the compute resources it uses. You are not billed for the compute resources of this virtual
|
|
181
|
+
* machine once it is deallocated.
|
|
182
|
+
* @param resourceGroupName The name of the resource group.
|
|
183
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
184
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
185
|
+
* @param options The options parameters.
|
|
186
|
+
*/
|
|
187
|
+
beginDeallocate(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
188
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
189
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
190
|
+
return this.client.sendOperationRequest(args, spec);
|
|
191
|
+
});
|
|
192
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
193
|
+
var _a;
|
|
194
|
+
let currentRawResponse = undefined;
|
|
195
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
196
|
+
const callback = (rawResponse, flatResponse) => {
|
|
197
|
+
currentRawResponse = rawResponse;
|
|
198
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
199
|
+
};
|
|
200
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
201
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
202
|
+
return {
|
|
203
|
+
flatResponse,
|
|
204
|
+
rawResponse: {
|
|
205
|
+
statusCode: currentRawResponse.status,
|
|
206
|
+
body: currentRawResponse.parsedBody,
|
|
207
|
+
headers: currentRawResponse.headers.toJSON()
|
|
208
|
+
}
|
|
209
|
+
};
|
|
210
|
+
});
|
|
211
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, vmScaleSetName, instanceId, options }, deallocateOperationSpec);
|
|
212
|
+
return new LroEngine(lro, {
|
|
213
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
214
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
215
|
+
});
|
|
216
|
+
});
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and
|
|
220
|
+
* releases the compute resources it uses. You are not billed for the compute resources of this virtual
|
|
221
|
+
* machine once it is deallocated.
|
|
222
|
+
* @param resourceGroupName The name of the resource group.
|
|
223
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
224
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
225
|
+
* @param options The options parameters.
|
|
226
|
+
*/
|
|
227
|
+
beginDeallocateAndWait(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
228
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
229
|
+
const poller = yield this.beginDeallocate(resourceGroupName, vmScaleSetName, instanceId, options);
|
|
230
|
+
return poller.pollUntilDone();
|
|
231
|
+
});
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* Updates a virtual machine of a VM scale set.
|
|
235
|
+
* @param resourceGroupName The name of the resource group.
|
|
236
|
+
* @param vmScaleSetName The name of the VM scale set where the extension should be create or updated.
|
|
237
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
238
|
+
* @param parameters Parameters supplied to the Update Virtual Machine Scale Sets VM operation.
|
|
239
|
+
* @param options The options parameters.
|
|
240
|
+
*/
|
|
241
|
+
beginUpdate(resourceGroupName, vmScaleSetName, instanceId, parameters, options) {
|
|
242
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
243
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
244
|
+
return this.client.sendOperationRequest(args, spec);
|
|
245
|
+
});
|
|
246
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
247
|
+
var _a;
|
|
248
|
+
let currentRawResponse = undefined;
|
|
249
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
250
|
+
const callback = (rawResponse, flatResponse) => {
|
|
251
|
+
currentRawResponse = rawResponse;
|
|
252
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
253
|
+
};
|
|
254
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
255
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
256
|
+
return {
|
|
257
|
+
flatResponse,
|
|
258
|
+
rawResponse: {
|
|
259
|
+
statusCode: currentRawResponse.status,
|
|
260
|
+
body: currentRawResponse.parsedBody,
|
|
261
|
+
headers: currentRawResponse.headers.toJSON()
|
|
262
|
+
}
|
|
263
|
+
};
|
|
264
|
+
});
|
|
265
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, vmScaleSetName, instanceId, parameters, options }, updateOperationSpec);
|
|
266
|
+
return new LroEngine(lro, {
|
|
267
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
268
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
269
|
+
});
|
|
270
|
+
});
|
|
271
|
+
}
|
|
272
|
+
/**
|
|
273
|
+
* Updates a virtual machine of a VM scale set.
|
|
274
|
+
* @param resourceGroupName The name of the resource group.
|
|
275
|
+
* @param vmScaleSetName The name of the VM scale set where the extension should be create or updated.
|
|
276
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
277
|
+
* @param parameters Parameters supplied to the Update Virtual Machine Scale Sets VM operation.
|
|
278
|
+
* @param options The options parameters.
|
|
279
|
+
*/
|
|
280
|
+
beginUpdateAndWait(resourceGroupName, vmScaleSetName, instanceId, parameters, options) {
|
|
281
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
282
|
+
const poller = yield this.beginUpdate(resourceGroupName, vmScaleSetName, instanceId, parameters, options);
|
|
283
|
+
return poller.pollUntilDone();
|
|
284
|
+
});
|
|
285
|
+
}
|
|
286
|
+
/**
|
|
287
|
+
* Deletes a virtual machine from a VM scale set.
|
|
288
|
+
* @param resourceGroupName The name of the resource group.
|
|
289
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
290
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
291
|
+
* @param options The options parameters.
|
|
292
|
+
*/
|
|
293
|
+
beginDelete(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
294
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
295
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
296
|
+
return this.client.sendOperationRequest(args, spec);
|
|
297
|
+
});
|
|
298
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
299
|
+
var _a;
|
|
300
|
+
let currentRawResponse = undefined;
|
|
301
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
302
|
+
const callback = (rawResponse, flatResponse) => {
|
|
303
|
+
currentRawResponse = rawResponse;
|
|
304
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
305
|
+
};
|
|
306
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
307
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
308
|
+
return {
|
|
309
|
+
flatResponse,
|
|
310
|
+
rawResponse: {
|
|
311
|
+
statusCode: currentRawResponse.status,
|
|
312
|
+
body: currentRawResponse.parsedBody,
|
|
313
|
+
headers: currentRawResponse.headers.toJSON()
|
|
314
|
+
}
|
|
315
|
+
};
|
|
316
|
+
});
|
|
317
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, vmScaleSetName, instanceId, options }, deleteOperationSpec);
|
|
318
|
+
return new LroEngine(lro, {
|
|
319
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
320
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
321
|
+
});
|
|
322
|
+
});
|
|
323
|
+
}
|
|
324
|
+
/**
|
|
325
|
+
* Deletes a virtual machine from a VM scale set.
|
|
326
|
+
* @param resourceGroupName The name of the resource group.
|
|
327
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
328
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
329
|
+
* @param options The options parameters.
|
|
330
|
+
*/
|
|
331
|
+
beginDeleteAndWait(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
332
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
333
|
+
const poller = yield this.beginDelete(resourceGroupName, vmScaleSetName, instanceId, options);
|
|
334
|
+
return poller.pollUntilDone();
|
|
335
|
+
});
|
|
336
|
+
}
|
|
337
|
+
/**
|
|
338
|
+
* Gets a virtual machine from a VM scale set.
|
|
339
|
+
* @param resourceGroupName The name of the resource group.
|
|
340
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
341
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
342
|
+
* @param options The options parameters.
|
|
343
|
+
*/
|
|
344
|
+
get(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
345
|
+
return this.client.sendOperationRequest({ resourceGroupName, vmScaleSetName, instanceId, options }, getOperationSpec);
|
|
346
|
+
}
|
|
347
|
+
/**
|
|
348
|
+
* Gets the status of a virtual machine from a VM scale set.
|
|
349
|
+
* @param resourceGroupName The name of the resource group.
|
|
350
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
351
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
352
|
+
* @param options The options parameters.
|
|
353
|
+
*/
|
|
354
|
+
getInstanceView(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
355
|
+
return this.client.sendOperationRequest({ resourceGroupName, vmScaleSetName, instanceId, options }, getInstanceViewOperationSpec);
|
|
356
|
+
}
|
|
357
|
+
/**
|
|
358
|
+
* Gets a list of all virtual machines in a VM scale sets.
|
|
359
|
+
* @param resourceGroupName The name of the resource group.
|
|
360
|
+
* @param virtualMachineScaleSetName The name of the VM scale set.
|
|
361
|
+
* @param options The options parameters.
|
|
362
|
+
*/
|
|
363
|
+
_list(resourceGroupName, virtualMachineScaleSetName, options) {
|
|
364
|
+
return this.client.sendOperationRequest({ resourceGroupName, virtualMachineScaleSetName, options }, listOperationSpec);
|
|
365
|
+
}
|
|
366
|
+
/**
|
|
367
|
+
* Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you
|
|
368
|
+
* are getting charged for the resources. Instead, use deallocate to release resources and avoid
|
|
369
|
+
* charges.
|
|
370
|
+
* @param resourceGroupName The name of the resource group.
|
|
371
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
372
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
373
|
+
* @param options The options parameters.
|
|
374
|
+
*/
|
|
375
|
+
beginPowerOff(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
376
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
377
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
378
|
+
return this.client.sendOperationRequest(args, spec);
|
|
379
|
+
});
|
|
380
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
381
|
+
var _a;
|
|
382
|
+
let currentRawResponse = undefined;
|
|
383
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
384
|
+
const callback = (rawResponse, flatResponse) => {
|
|
385
|
+
currentRawResponse = rawResponse;
|
|
386
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
387
|
+
};
|
|
388
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
389
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
390
|
+
return {
|
|
391
|
+
flatResponse,
|
|
392
|
+
rawResponse: {
|
|
393
|
+
statusCode: currentRawResponse.status,
|
|
394
|
+
body: currentRawResponse.parsedBody,
|
|
395
|
+
headers: currentRawResponse.headers.toJSON()
|
|
396
|
+
}
|
|
397
|
+
};
|
|
398
|
+
});
|
|
399
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, vmScaleSetName, instanceId, options }, powerOffOperationSpec);
|
|
400
|
+
return new LroEngine(lro, {
|
|
401
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
402
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
403
|
+
});
|
|
404
|
+
});
|
|
405
|
+
}
|
|
406
|
+
/**
|
|
407
|
+
* Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you
|
|
408
|
+
* are getting charged for the resources. Instead, use deallocate to release resources and avoid
|
|
409
|
+
* charges.
|
|
410
|
+
* @param resourceGroupName The name of the resource group.
|
|
411
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
412
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
413
|
+
* @param options The options parameters.
|
|
414
|
+
*/
|
|
415
|
+
beginPowerOffAndWait(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
416
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
417
|
+
const poller = yield this.beginPowerOff(resourceGroupName, vmScaleSetName, instanceId, options);
|
|
418
|
+
return poller.pollUntilDone();
|
|
419
|
+
});
|
|
420
|
+
}
|
|
421
|
+
/**
|
|
422
|
+
* Restarts a virtual machine in a VM scale set.
|
|
423
|
+
* @param resourceGroupName The name of the resource group.
|
|
424
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
425
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
426
|
+
* @param options The options parameters.
|
|
427
|
+
*/
|
|
428
|
+
beginRestart(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
429
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
430
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
431
|
+
return this.client.sendOperationRequest(args, spec);
|
|
432
|
+
});
|
|
433
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
434
|
+
var _a;
|
|
435
|
+
let currentRawResponse = undefined;
|
|
436
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
437
|
+
const callback = (rawResponse, flatResponse) => {
|
|
438
|
+
currentRawResponse = rawResponse;
|
|
439
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
440
|
+
};
|
|
441
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
442
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
443
|
+
return {
|
|
444
|
+
flatResponse,
|
|
445
|
+
rawResponse: {
|
|
446
|
+
statusCode: currentRawResponse.status,
|
|
447
|
+
body: currentRawResponse.parsedBody,
|
|
448
|
+
headers: currentRawResponse.headers.toJSON()
|
|
449
|
+
}
|
|
450
|
+
};
|
|
451
|
+
});
|
|
452
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, vmScaleSetName, instanceId, options }, restartOperationSpec);
|
|
453
|
+
return new LroEngine(lro, {
|
|
454
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
455
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
456
|
+
});
|
|
457
|
+
});
|
|
458
|
+
}
|
|
459
|
+
/**
|
|
460
|
+
* Restarts a virtual machine in a VM scale set.
|
|
461
|
+
* @param resourceGroupName The name of the resource group.
|
|
462
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
463
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
464
|
+
* @param options The options parameters.
|
|
465
|
+
*/
|
|
466
|
+
beginRestartAndWait(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
467
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
468
|
+
const poller = yield this.beginRestart(resourceGroupName, vmScaleSetName, instanceId, options);
|
|
469
|
+
return poller.pollUntilDone();
|
|
470
|
+
});
|
|
471
|
+
}
|
|
472
|
+
/**
|
|
473
|
+
* Starts a virtual machine in a VM scale set.
|
|
474
|
+
* @param resourceGroupName The name of the resource group.
|
|
475
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
476
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
477
|
+
* @param options The options parameters.
|
|
478
|
+
*/
|
|
479
|
+
beginStart(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
480
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
481
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
482
|
+
return this.client.sendOperationRequest(args, spec);
|
|
483
|
+
});
|
|
484
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
485
|
+
var _a;
|
|
486
|
+
let currentRawResponse = undefined;
|
|
487
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
488
|
+
const callback = (rawResponse, flatResponse) => {
|
|
489
|
+
currentRawResponse = rawResponse;
|
|
490
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
491
|
+
};
|
|
492
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
493
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
494
|
+
return {
|
|
495
|
+
flatResponse,
|
|
496
|
+
rawResponse: {
|
|
497
|
+
statusCode: currentRawResponse.status,
|
|
498
|
+
body: currentRawResponse.parsedBody,
|
|
499
|
+
headers: currentRawResponse.headers.toJSON()
|
|
500
|
+
}
|
|
501
|
+
};
|
|
502
|
+
});
|
|
503
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, vmScaleSetName, instanceId, options }, startOperationSpec);
|
|
504
|
+
return new LroEngine(lro, {
|
|
505
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
506
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
507
|
+
});
|
|
508
|
+
});
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* Starts a virtual machine in a VM scale set.
|
|
512
|
+
* @param resourceGroupName The name of the resource group.
|
|
513
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
514
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
515
|
+
* @param options The options parameters.
|
|
516
|
+
*/
|
|
517
|
+
beginStartAndWait(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
518
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
519
|
+
const poller = yield this.beginStart(resourceGroupName, vmScaleSetName, instanceId, options);
|
|
520
|
+
return poller.pollUntilDone();
|
|
521
|
+
});
|
|
522
|
+
}
|
|
523
|
+
/**
|
|
524
|
+
* Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers
|
|
525
|
+
* it back on.
|
|
526
|
+
* @param resourceGroupName The name of the resource group.
|
|
527
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
528
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
529
|
+
* @param options The options parameters.
|
|
530
|
+
*/
|
|
531
|
+
beginRedeploy(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
532
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
533
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
534
|
+
return this.client.sendOperationRequest(args, spec);
|
|
535
|
+
});
|
|
536
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
537
|
+
var _a;
|
|
538
|
+
let currentRawResponse = undefined;
|
|
539
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
540
|
+
const callback = (rawResponse, flatResponse) => {
|
|
541
|
+
currentRawResponse = rawResponse;
|
|
542
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
543
|
+
};
|
|
544
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
545
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
546
|
+
return {
|
|
547
|
+
flatResponse,
|
|
548
|
+
rawResponse: {
|
|
549
|
+
statusCode: currentRawResponse.status,
|
|
550
|
+
body: currentRawResponse.parsedBody,
|
|
551
|
+
headers: currentRawResponse.headers.toJSON()
|
|
552
|
+
}
|
|
553
|
+
};
|
|
554
|
+
});
|
|
555
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, vmScaleSetName, instanceId, options }, redeployOperationSpec);
|
|
556
|
+
return new LroEngine(lro, {
|
|
557
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
558
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
559
|
+
});
|
|
560
|
+
});
|
|
561
|
+
}
|
|
562
|
+
/**
|
|
563
|
+
* Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers
|
|
564
|
+
* it back on.
|
|
565
|
+
* @param resourceGroupName The name of the resource group.
|
|
566
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
567
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
568
|
+
* @param options The options parameters.
|
|
569
|
+
*/
|
|
570
|
+
beginRedeployAndWait(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
571
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
572
|
+
const poller = yield this.beginRedeploy(resourceGroupName, vmScaleSetName, instanceId, options);
|
|
573
|
+
return poller.pollUntilDone();
|
|
574
|
+
});
|
|
575
|
+
}
|
|
576
|
+
/**
|
|
577
|
+
* The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set.
|
|
578
|
+
* @param resourceGroupName The name of the resource group.
|
|
579
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
580
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
581
|
+
* @param options The options parameters.
|
|
582
|
+
*/
|
|
583
|
+
retrieveBootDiagnosticsData(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
584
|
+
return this.client.sendOperationRequest({ resourceGroupName, vmScaleSetName, instanceId, options }, retrieveBootDiagnosticsDataOperationSpec);
|
|
585
|
+
}
|
|
586
|
+
/**
|
|
587
|
+
* Performs maintenance on a virtual machine in a VM scale set.
|
|
588
|
+
* @param resourceGroupName The name of the resource group.
|
|
589
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
590
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
591
|
+
* @param options The options parameters.
|
|
592
|
+
*/
|
|
593
|
+
beginPerformMaintenance(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
594
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
595
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
596
|
+
return this.client.sendOperationRequest(args, spec);
|
|
597
|
+
});
|
|
598
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
599
|
+
var _a;
|
|
600
|
+
let currentRawResponse = undefined;
|
|
601
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
602
|
+
const callback = (rawResponse, flatResponse) => {
|
|
603
|
+
currentRawResponse = rawResponse;
|
|
604
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
605
|
+
};
|
|
606
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
607
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
608
|
+
return {
|
|
609
|
+
flatResponse,
|
|
610
|
+
rawResponse: {
|
|
611
|
+
statusCode: currentRawResponse.status,
|
|
612
|
+
body: currentRawResponse.parsedBody,
|
|
613
|
+
headers: currentRawResponse.headers.toJSON()
|
|
614
|
+
}
|
|
615
|
+
};
|
|
616
|
+
});
|
|
617
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, vmScaleSetName, instanceId, options }, performMaintenanceOperationSpec);
|
|
618
|
+
return new LroEngine(lro, {
|
|
619
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
620
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
|
|
621
|
+
});
|
|
622
|
+
});
|
|
623
|
+
}
|
|
624
|
+
/**
|
|
625
|
+
* Performs maintenance on a virtual machine in a VM scale set.
|
|
626
|
+
* @param resourceGroupName The name of the resource group.
|
|
627
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
628
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
629
|
+
* @param options The options parameters.
|
|
630
|
+
*/
|
|
631
|
+
beginPerformMaintenanceAndWait(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
632
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
633
|
+
const poller = yield this.beginPerformMaintenance(resourceGroupName, vmScaleSetName, instanceId, options);
|
|
634
|
+
return poller.pollUntilDone();
|
|
635
|
+
});
|
|
636
|
+
}
|
|
637
|
+
/**
|
|
638
|
+
* The operation to simulate the eviction of spot virtual machine in a VM scale set.
|
|
639
|
+
* @param resourceGroupName The name of the resource group.
|
|
640
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
641
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
642
|
+
* @param options The options parameters.
|
|
643
|
+
*/
|
|
644
|
+
simulateEviction(resourceGroupName, vmScaleSetName, instanceId, options) {
|
|
645
|
+
return this.client.sendOperationRequest({ resourceGroupName, vmScaleSetName, instanceId, options }, simulateEvictionOperationSpec);
|
|
646
|
+
}
|
|
647
|
+
/**
|
|
648
|
+
* Run command on a virtual machine in a VM scale set.
|
|
649
|
+
* @param resourceGroupName The name of the resource group.
|
|
650
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
651
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
652
|
+
* @param parameters Parameters supplied to the Run command operation.
|
|
653
|
+
* @param options The options parameters.
|
|
654
|
+
*/
|
|
655
|
+
beginRunCommand(resourceGroupName, vmScaleSetName, instanceId, parameters, options) {
|
|
656
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
657
|
+
const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
658
|
+
return this.client.sendOperationRequest(args, spec);
|
|
659
|
+
});
|
|
660
|
+
const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
|
|
661
|
+
var _a;
|
|
662
|
+
let currentRawResponse = undefined;
|
|
663
|
+
const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
|
|
664
|
+
const callback = (rawResponse, flatResponse) => {
|
|
665
|
+
currentRawResponse = rawResponse;
|
|
666
|
+
providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
|
|
667
|
+
};
|
|
668
|
+
const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
|
|
669
|
+
const flatResponse = yield directSendOperation(updatedArgs, spec);
|
|
670
|
+
return {
|
|
671
|
+
flatResponse,
|
|
672
|
+
rawResponse: {
|
|
673
|
+
statusCode: currentRawResponse.status,
|
|
674
|
+
body: currentRawResponse.parsedBody,
|
|
675
|
+
headers: currentRawResponse.headers.toJSON()
|
|
676
|
+
}
|
|
677
|
+
};
|
|
678
|
+
});
|
|
679
|
+
const lro = new LroImpl(sendOperation, { resourceGroupName, vmScaleSetName, instanceId, parameters, options }, runCommandOperationSpec);
|
|
680
|
+
return new LroEngine(lro, {
|
|
681
|
+
resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
|
|
682
|
+
intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs,
|
|
683
|
+
lroResourceLocationConfig: "location"
|
|
684
|
+
});
|
|
685
|
+
});
|
|
686
|
+
}
|
|
687
|
+
/**
|
|
688
|
+
* Run command on a virtual machine in a VM scale set.
|
|
689
|
+
* @param resourceGroupName The name of the resource group.
|
|
690
|
+
* @param vmScaleSetName The name of the VM scale set.
|
|
691
|
+
* @param instanceId The instance ID of the virtual machine.
|
|
692
|
+
* @param parameters Parameters supplied to the Run command operation.
|
|
693
|
+
* @param options The options parameters.
|
|
694
|
+
*/
|
|
695
|
+
beginRunCommandAndWait(resourceGroupName, vmScaleSetName, instanceId, parameters, options) {
|
|
696
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
697
|
+
const poller = yield this.beginRunCommand(resourceGroupName, vmScaleSetName, instanceId, parameters, options);
|
|
698
|
+
return poller.pollUntilDone();
|
|
699
|
+
});
|
|
700
|
+
}
|
|
701
|
+
/**
|
|
702
|
+
* ListNext
|
|
703
|
+
* @param resourceGroupName The name of the resource group.
|
|
704
|
+
* @param virtualMachineScaleSetName The name of the VM scale set.
|
|
705
|
+
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
706
|
+
* @param options The options parameters.
|
|
707
|
+
*/
|
|
708
|
+
_listNext(resourceGroupName, virtualMachineScaleSetName, nextLink, options) {
|
|
709
|
+
return this.client.sendOperationRequest({ resourceGroupName, virtualMachineScaleSetName, nextLink, options }, listNextOperationSpec);
|
|
710
|
+
}
|
|
711
|
+
}
|
|
712
|
+
// Operation Specifications
|
|
713
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
714
|
+
const reimageOperationSpec = {
|
|
715
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/reimage",
|
|
716
|
+
httpMethod: "POST",
|
|
717
|
+
responses: { 200: {}, 201: {}, 202: {}, 204: {} },
|
|
718
|
+
requestBody: Parameters.vmScaleSetVMReimageInput,
|
|
719
|
+
queryParameters: [Parameters.apiVersion],
|
|
720
|
+
urlParameters: [
|
|
721
|
+
Parameters.$host,
|
|
722
|
+
Parameters.resourceGroupName,
|
|
723
|
+
Parameters.subscriptionId,
|
|
724
|
+
Parameters.vmScaleSetName,
|
|
725
|
+
Parameters.instanceId
|
|
726
|
+
],
|
|
727
|
+
headerParameters: [Parameters.contentType],
|
|
728
|
+
mediaType: "json",
|
|
729
|
+
serializer
|
|
730
|
+
};
|
|
731
|
+
const reimageAllOperationSpec = {
|
|
732
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/reimageall",
|
|
733
|
+
httpMethod: "POST",
|
|
734
|
+
responses: { 200: {}, 201: {}, 202: {}, 204: {} },
|
|
735
|
+
queryParameters: [Parameters.apiVersion],
|
|
736
|
+
urlParameters: [
|
|
737
|
+
Parameters.$host,
|
|
738
|
+
Parameters.resourceGroupName,
|
|
739
|
+
Parameters.subscriptionId,
|
|
740
|
+
Parameters.vmScaleSetName,
|
|
741
|
+
Parameters.instanceId
|
|
742
|
+
],
|
|
743
|
+
serializer
|
|
744
|
+
};
|
|
745
|
+
const deallocateOperationSpec = {
|
|
746
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/deallocate",
|
|
747
|
+
httpMethod: "POST",
|
|
748
|
+
responses: { 200: {}, 201: {}, 202: {}, 204: {} },
|
|
749
|
+
queryParameters: [Parameters.apiVersion],
|
|
750
|
+
urlParameters: [
|
|
751
|
+
Parameters.$host,
|
|
752
|
+
Parameters.resourceGroupName,
|
|
753
|
+
Parameters.subscriptionId,
|
|
754
|
+
Parameters.vmScaleSetName,
|
|
755
|
+
Parameters.instanceId
|
|
756
|
+
],
|
|
757
|
+
serializer
|
|
758
|
+
};
|
|
759
|
+
const updateOperationSpec = {
|
|
760
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}",
|
|
761
|
+
httpMethod: "PUT",
|
|
762
|
+
responses: {
|
|
763
|
+
200: {
|
|
764
|
+
bodyMapper: Mappers.VirtualMachineScaleSetVM
|
|
765
|
+
},
|
|
766
|
+
201: {
|
|
767
|
+
bodyMapper: Mappers.VirtualMachineScaleSetVM
|
|
768
|
+
},
|
|
769
|
+
202: {
|
|
770
|
+
bodyMapper: Mappers.VirtualMachineScaleSetVM
|
|
771
|
+
},
|
|
772
|
+
204: {
|
|
773
|
+
bodyMapper: Mappers.VirtualMachineScaleSetVM
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
requestBody: Parameters.parameters28,
|
|
777
|
+
queryParameters: [Parameters.apiVersion],
|
|
778
|
+
urlParameters: [
|
|
779
|
+
Parameters.$host,
|
|
780
|
+
Parameters.resourceGroupName,
|
|
781
|
+
Parameters.subscriptionId,
|
|
782
|
+
Parameters.vmScaleSetName,
|
|
783
|
+
Parameters.instanceId
|
|
784
|
+
],
|
|
785
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
786
|
+
mediaType: "json",
|
|
787
|
+
serializer
|
|
788
|
+
};
|
|
789
|
+
const deleteOperationSpec = {
|
|
790
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}",
|
|
791
|
+
httpMethod: "DELETE",
|
|
792
|
+
responses: { 200: {}, 201: {}, 202: {}, 204: {} },
|
|
793
|
+
queryParameters: [Parameters.apiVersion, Parameters.forceDeletion],
|
|
794
|
+
urlParameters: [
|
|
795
|
+
Parameters.$host,
|
|
796
|
+
Parameters.resourceGroupName,
|
|
797
|
+
Parameters.subscriptionId,
|
|
798
|
+
Parameters.vmScaleSetName,
|
|
799
|
+
Parameters.instanceId
|
|
800
|
+
],
|
|
801
|
+
serializer
|
|
802
|
+
};
|
|
803
|
+
const getOperationSpec = {
|
|
804
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}",
|
|
805
|
+
httpMethod: "GET",
|
|
806
|
+
responses: {
|
|
807
|
+
200: {
|
|
808
|
+
bodyMapper: Mappers.VirtualMachineScaleSetVM
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
queryParameters: [Parameters.apiVersion, Parameters.expand1],
|
|
812
|
+
urlParameters: [
|
|
813
|
+
Parameters.$host,
|
|
814
|
+
Parameters.resourceGroupName,
|
|
815
|
+
Parameters.subscriptionId,
|
|
816
|
+
Parameters.vmScaleSetName,
|
|
817
|
+
Parameters.instanceId
|
|
818
|
+
],
|
|
819
|
+
headerParameters: [Parameters.accept],
|
|
820
|
+
serializer
|
|
821
|
+
};
|
|
822
|
+
const getInstanceViewOperationSpec = {
|
|
823
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/instanceView",
|
|
824
|
+
httpMethod: "GET",
|
|
825
|
+
responses: {
|
|
826
|
+
200: {
|
|
827
|
+
bodyMapper: Mappers.VirtualMachineScaleSetVMInstanceView
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
queryParameters: [Parameters.apiVersion],
|
|
831
|
+
urlParameters: [
|
|
832
|
+
Parameters.$host,
|
|
833
|
+
Parameters.resourceGroupName,
|
|
834
|
+
Parameters.subscriptionId,
|
|
835
|
+
Parameters.vmScaleSetName,
|
|
836
|
+
Parameters.instanceId
|
|
837
|
+
],
|
|
838
|
+
headerParameters: [Parameters.accept],
|
|
839
|
+
serializer
|
|
840
|
+
};
|
|
841
|
+
const listOperationSpec = {
|
|
842
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines",
|
|
843
|
+
httpMethod: "GET",
|
|
844
|
+
responses: {
|
|
845
|
+
200: {
|
|
846
|
+
bodyMapper: Mappers.VirtualMachineScaleSetVMListResult
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
queryParameters: [
|
|
850
|
+
Parameters.apiVersion,
|
|
851
|
+
Parameters.expand,
|
|
852
|
+
Parameters.filter,
|
|
853
|
+
Parameters.select
|
|
854
|
+
],
|
|
855
|
+
urlParameters: [
|
|
856
|
+
Parameters.$host,
|
|
857
|
+
Parameters.resourceGroupName,
|
|
858
|
+
Parameters.subscriptionId,
|
|
859
|
+
Parameters.virtualMachineScaleSetName
|
|
860
|
+
],
|
|
861
|
+
headerParameters: [Parameters.accept],
|
|
862
|
+
serializer
|
|
863
|
+
};
|
|
864
|
+
const powerOffOperationSpec = {
|
|
865
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/poweroff",
|
|
866
|
+
httpMethod: "POST",
|
|
867
|
+
responses: { 200: {}, 201: {}, 202: {}, 204: {} },
|
|
868
|
+
queryParameters: [Parameters.apiVersion, Parameters.skipShutdown],
|
|
869
|
+
urlParameters: [
|
|
870
|
+
Parameters.$host,
|
|
871
|
+
Parameters.resourceGroupName,
|
|
872
|
+
Parameters.subscriptionId,
|
|
873
|
+
Parameters.vmScaleSetName,
|
|
874
|
+
Parameters.instanceId
|
|
875
|
+
],
|
|
876
|
+
serializer
|
|
877
|
+
};
|
|
878
|
+
const restartOperationSpec = {
|
|
879
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/restart",
|
|
880
|
+
httpMethod: "POST",
|
|
881
|
+
responses: { 200: {}, 201: {}, 202: {}, 204: {} },
|
|
882
|
+
queryParameters: [Parameters.apiVersion],
|
|
883
|
+
urlParameters: [
|
|
884
|
+
Parameters.$host,
|
|
885
|
+
Parameters.resourceGroupName,
|
|
886
|
+
Parameters.subscriptionId,
|
|
887
|
+
Parameters.vmScaleSetName,
|
|
888
|
+
Parameters.instanceId
|
|
889
|
+
],
|
|
890
|
+
serializer
|
|
891
|
+
};
|
|
892
|
+
const startOperationSpec = {
|
|
893
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/start",
|
|
894
|
+
httpMethod: "POST",
|
|
895
|
+
responses: { 200: {}, 201: {}, 202: {}, 204: {} },
|
|
896
|
+
queryParameters: [Parameters.apiVersion],
|
|
897
|
+
urlParameters: [
|
|
898
|
+
Parameters.$host,
|
|
899
|
+
Parameters.resourceGroupName,
|
|
900
|
+
Parameters.subscriptionId,
|
|
901
|
+
Parameters.vmScaleSetName,
|
|
902
|
+
Parameters.instanceId
|
|
903
|
+
],
|
|
904
|
+
serializer
|
|
905
|
+
};
|
|
906
|
+
const redeployOperationSpec = {
|
|
907
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/redeploy",
|
|
908
|
+
httpMethod: "POST",
|
|
909
|
+
responses: { 200: {}, 201: {}, 202: {}, 204: {} },
|
|
910
|
+
queryParameters: [Parameters.apiVersion],
|
|
911
|
+
urlParameters: [
|
|
912
|
+
Parameters.$host,
|
|
913
|
+
Parameters.resourceGroupName,
|
|
914
|
+
Parameters.subscriptionId,
|
|
915
|
+
Parameters.vmScaleSetName,
|
|
916
|
+
Parameters.instanceId
|
|
917
|
+
],
|
|
918
|
+
serializer
|
|
919
|
+
};
|
|
920
|
+
const retrieveBootDiagnosticsDataOperationSpec = {
|
|
921
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/retrieveBootDiagnosticsData",
|
|
922
|
+
httpMethod: "POST",
|
|
923
|
+
responses: {
|
|
924
|
+
200: {
|
|
925
|
+
bodyMapper: Mappers.RetrieveBootDiagnosticsDataResult
|
|
926
|
+
},
|
|
927
|
+
default: {
|
|
928
|
+
bodyMapper: Mappers.CloudError
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
queryParameters: [
|
|
932
|
+
Parameters.apiVersion,
|
|
933
|
+
Parameters.sasUriExpirationTimeInMinutes
|
|
934
|
+
],
|
|
935
|
+
urlParameters: [
|
|
936
|
+
Parameters.$host,
|
|
937
|
+
Parameters.resourceGroupName,
|
|
938
|
+
Parameters.subscriptionId,
|
|
939
|
+
Parameters.vmScaleSetName,
|
|
940
|
+
Parameters.instanceId
|
|
941
|
+
],
|
|
942
|
+
headerParameters: [Parameters.accept],
|
|
943
|
+
serializer
|
|
944
|
+
};
|
|
945
|
+
const performMaintenanceOperationSpec = {
|
|
946
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/performMaintenance",
|
|
947
|
+
httpMethod: "POST",
|
|
948
|
+
responses: { 200: {}, 201: {}, 202: {}, 204: {} },
|
|
949
|
+
queryParameters: [Parameters.apiVersion],
|
|
950
|
+
urlParameters: [
|
|
951
|
+
Parameters.$host,
|
|
952
|
+
Parameters.resourceGroupName,
|
|
953
|
+
Parameters.subscriptionId,
|
|
954
|
+
Parameters.vmScaleSetName,
|
|
955
|
+
Parameters.instanceId
|
|
956
|
+
],
|
|
957
|
+
serializer
|
|
958
|
+
};
|
|
959
|
+
const simulateEvictionOperationSpec = {
|
|
960
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/simulateEviction",
|
|
961
|
+
httpMethod: "POST",
|
|
962
|
+
responses: { 204: {} },
|
|
963
|
+
queryParameters: [Parameters.apiVersion],
|
|
964
|
+
urlParameters: [
|
|
965
|
+
Parameters.$host,
|
|
966
|
+
Parameters.resourceGroupName,
|
|
967
|
+
Parameters.subscriptionId,
|
|
968
|
+
Parameters.vmScaleSetName,
|
|
969
|
+
Parameters.instanceId
|
|
970
|
+
],
|
|
971
|
+
serializer
|
|
972
|
+
};
|
|
973
|
+
const runCommandOperationSpec = {
|
|
974
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/runCommand",
|
|
975
|
+
httpMethod: "POST",
|
|
976
|
+
responses: {
|
|
977
|
+
200: {
|
|
978
|
+
bodyMapper: Mappers.RunCommandResult
|
|
979
|
+
},
|
|
980
|
+
201: {
|
|
981
|
+
bodyMapper: Mappers.RunCommandResult
|
|
982
|
+
},
|
|
983
|
+
202: {
|
|
984
|
+
bodyMapper: Mappers.RunCommandResult
|
|
985
|
+
},
|
|
986
|
+
204: {
|
|
987
|
+
bodyMapper: Mappers.RunCommandResult
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
requestBody: Parameters.parameters14,
|
|
991
|
+
queryParameters: [Parameters.apiVersion],
|
|
992
|
+
urlParameters: [
|
|
993
|
+
Parameters.$host,
|
|
994
|
+
Parameters.resourceGroupName,
|
|
995
|
+
Parameters.subscriptionId,
|
|
996
|
+
Parameters.vmScaleSetName,
|
|
997
|
+
Parameters.instanceId
|
|
998
|
+
],
|
|
999
|
+
headerParameters: [Parameters.contentType, Parameters.accept1],
|
|
1000
|
+
mediaType: "json",
|
|
1001
|
+
serializer
|
|
1002
|
+
};
|
|
1003
|
+
const listNextOperationSpec = {
|
|
1004
|
+
path: "{nextLink}",
|
|
1005
|
+
httpMethod: "GET",
|
|
1006
|
+
responses: {
|
|
1007
|
+
200: {
|
|
1008
|
+
bodyMapper: Mappers.VirtualMachineScaleSetVMListResult
|
|
1009
|
+
}
|
|
1010
|
+
},
|
|
1011
|
+
queryParameters: [
|
|
1012
|
+
Parameters.apiVersion,
|
|
1013
|
+
Parameters.expand,
|
|
1014
|
+
Parameters.filter,
|
|
1015
|
+
Parameters.select
|
|
1016
|
+
],
|
|
1017
|
+
urlParameters: [
|
|
1018
|
+
Parameters.$host,
|
|
1019
|
+
Parameters.resourceGroupName,
|
|
1020
|
+
Parameters.subscriptionId,
|
|
1021
|
+
Parameters.nextLink,
|
|
1022
|
+
Parameters.virtualMachineScaleSetName
|
|
1023
|
+
],
|
|
1024
|
+
headerParameters: [Parameters.accept],
|
|
1025
|
+
serializer
|
|
1026
|
+
};
|
|
1027
|
+
//# sourceMappingURL=virtualMachineScaleSetVMs.js.map
|