@azure-rest/arm-compute 1.0.0-alpha.20250102.1 → 1.0.0-alpha.20250106.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist/browser/clientDefinitions.d.ts +1339 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/computeManagementClient.d.ts +13 -0
- package/dist/browser/computeManagementClient.d.ts.map +1 -0
- package/dist/browser/computeManagementClient.js +31 -0
- package/dist/browser/computeManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +259 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +116 -110
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models.d.ts +3089 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +4161 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/paginateHelper.d.ts +68 -0
- package/dist/browser/paginateHelper.d.ts.map +1 -0
- package/dist/browser/paginateHelper.js +167 -0
- package/dist/browser/paginateHelper.js.map +1 -0
- package/dist/browser/parameters.d.ts +3027 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/pollingHelper.d.ts +76 -0
- package/dist/browser/pollingHelper.d.ts.map +1 -0
- package/dist/browser/pollingHelper.js +104 -0
- package/dist/browser/pollingHelper.js.map +1 -0
- package/dist/browser/responses.d.ts +3235 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/commonjs/clientDefinitions.d.ts +1339 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/computeManagementClient.d.ts +13 -0
- package/dist/commonjs/computeManagementClient.d.ts.map +1 -0
- package/dist/commonjs/computeManagementClient.js +34 -0
- package/dist/commonjs/computeManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +17 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +259 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/{index.js → commonjs/isUnexpected.js} +120 -266
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +3089 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +4161 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/paginateHelper.d.ts +68 -0
- package/dist/commonjs/paginateHelper.d.ts.map +1 -0
- package/dist/commonjs/paginateHelper.js +170 -0
- package/dist/commonjs/paginateHelper.js.map +1 -0
- package/dist/commonjs/parameters.d.ts +3027 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/pollingHelper.d.ts +76 -0
- package/dist/commonjs/pollingHelper.d.ts.map +1 -0
- package/dist/commonjs/pollingHelper.js +107 -0
- package/dist/commonjs/pollingHelper.js.map +1 -0
- package/dist/commonjs/responses.d.ts +3235 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +1339 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/computeManagementClient.d.ts +13 -0
- package/dist/esm/computeManagementClient.d.ts.map +1 -0
- package/dist/esm/computeManagementClient.js +31 -0
- package/dist/esm/computeManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +259 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +415 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +3089 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +4161 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/paginateHelper.d.ts +68 -0
- package/dist/esm/paginateHelper.d.ts.map +1 -0
- package/dist/esm/paginateHelper.js +167 -0
- package/dist/esm/paginateHelper.js.map +1 -0
- package/dist/esm/parameters.d.ts +3027 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/pollingHelper.d.ts +76 -0
- package/dist/esm/pollingHelper.d.ts.map +1 -0
- package/dist/esm/pollingHelper.js +104 -0
- package/dist/esm/pollingHelper.js.map +1 -0
- package/dist/esm/responses.d.ts +3235 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +1339 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/computeManagementClient.d.ts +13 -0
- package/dist/react-native/computeManagementClient.d.ts.map +1 -0
- package/dist/react-native/computeManagementClient.js +31 -0
- package/dist/react-native/computeManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +259 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +415 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +3089 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +4161 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/paginateHelper.d.ts +68 -0
- package/dist/react-native/paginateHelper.d.ts.map +1 -0
- package/dist/react-native/paginateHelper.js +167 -0
- package/dist/react-native/paginateHelper.js.map +1 -0
- package/dist/react-native/parameters.d.ts +3027 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/pollingHelper.d.ts +76 -0
- package/dist/react-native/pollingHelper.d.ts.map +1 -0
- package/dist/react-native/pollingHelper.js +104 -0
- package/dist/react-native/pollingHelper.js.map +1 -0
- package/dist/react-native/responses.d.ts +3235 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/package.json +63 -36
- package/review/arm-compute.api.md +431 -969
- package/dist/index.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/computeManagementClient.js +0 -24
- package/dist-esm/src/computeManagementClient.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/paginateHelper.js +0 -70
- package/dist-esm/src/paginateHelper.js.map +0 -1
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/pollingHelper.js +0 -49
- package/dist-esm/src/pollingHelper.js.map +0 -1
- package/dist-esm/src/responses.js.map +0 -1
- package/types/arm-compute.d.ts +0 -18649
- /package/{dist-esm/src → dist/browser}/clientDefinitions.js +0 -0
- /package/{dist-esm/src → dist/browser}/models.js +0 -0
- /package/{dist-esm/src → dist/browser}/outputModels.js +0 -0
- /package/{dist-esm/src → dist/browser}/parameters.js +0 -0
- /package/{dist-esm/src → dist/browser}/responses.js +0 -0
|
@@ -0,0 +1,1339 @@
|
|
|
1
|
+
import type { OperationsListParameters, UsageListParameters, VirtualMachineSizesListParameters, VirtualMachineScaleSetsListByLocationParameters, VirtualMachineScaleSetsCreateOrUpdateParameters, VirtualMachineScaleSetsUpdateParameters, VirtualMachineScaleSetsDeleteParameters, VirtualMachineScaleSetsGetParameters, VirtualMachineScaleSetsDeallocateParameters, VirtualMachineScaleSetsDeleteInstancesParameters, VirtualMachineScaleSetsGetInstanceViewParameters, VirtualMachineScaleSetsListParameters, VirtualMachineScaleSetsListAllParameters, VirtualMachineScaleSetsListSkusParameters, VirtualMachineScaleSetsGetOSUpgradeHistoryParameters, VirtualMachineScaleSetsPowerOffParameters, VirtualMachineScaleSetsRestartParameters, VirtualMachineScaleSetsStartParameters, VirtualMachineScaleSetsRedeployParameters, VirtualMachineScaleSetsPerformMaintenanceParameters, VirtualMachineScaleSetsUpdateInstancesParameters, VirtualMachineScaleSetsReimageParameters, VirtualMachineScaleSetsReimageAllParameters, VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkParameters, VirtualMachineScaleSetsConvertToSinglePlacementGroupParameters, VirtualMachineScaleSetsSetOrchestrationServiceStateParameters, VirtualMachineScaleSetExtensionsCreateOrUpdateParameters, VirtualMachineScaleSetExtensionsUpdateParameters, VirtualMachineScaleSetExtensionsDeleteParameters, VirtualMachineScaleSetExtensionsGetParameters, VirtualMachineScaleSetExtensionsListParameters, VirtualMachineScaleSetRollingUpgradesCancelParameters, VirtualMachineScaleSetRollingUpgradesStartOSUpgradeParameters, VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeParameters, VirtualMachineScaleSetRollingUpgradesGetLatestParameters, VirtualMachineScaleSetVMExtensionsCreateOrUpdateParameters, VirtualMachineScaleSetVMExtensionsUpdateParameters, VirtualMachineScaleSetVMExtensionsDeleteParameters, VirtualMachineScaleSetVMExtensionsGetParameters, VirtualMachineScaleSetVMExtensionsListParameters, VirtualMachineScaleSetVMsReimageParameters, VirtualMachineScaleSetVMsReimageAllParameters, VirtualMachineScaleSetVMsDeallocateParameters, VirtualMachineScaleSetVMsUpdateParameters, VirtualMachineScaleSetVMsDeleteParameters, VirtualMachineScaleSetVMsGetParameters, VirtualMachineScaleSetVMsGetInstanceViewParameters, VirtualMachineScaleSetVMsListParameters, VirtualMachineScaleSetVMsPowerOffParameters, VirtualMachineScaleSetVMsRestartParameters, VirtualMachineScaleSetVMsStartParameters, VirtualMachineScaleSetVMsRedeployParameters, VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataParameters, VirtualMachineScaleSetVMsPerformMaintenanceParameters, VirtualMachineScaleSetVMsSimulateEvictionParameters, VirtualMachineScaleSetVMsRunCommandParameters, VirtualMachineExtensionsCreateOrUpdateParameters, VirtualMachineExtensionsUpdateParameters, VirtualMachineExtensionsDeleteParameters, VirtualMachineExtensionsGetParameters, VirtualMachineExtensionsListParameters, VirtualMachinesListByLocationParameters, VirtualMachinesCaptureParameters, VirtualMachinesCreateOrUpdateParameters, VirtualMachinesUpdateParameters, VirtualMachinesDeleteParameters, VirtualMachinesGetParameters, VirtualMachinesInstanceViewParameters, VirtualMachinesConvertToManagedDisksParameters, VirtualMachinesDeallocateParameters, VirtualMachinesGeneralizeParameters, VirtualMachinesListParameters, VirtualMachinesListAllParameters, VirtualMachinesListAvailableSizesParameters, VirtualMachinesPowerOffParameters, VirtualMachinesReapplyParameters, VirtualMachinesRestartParameters, VirtualMachinesStartParameters, VirtualMachinesRedeployParameters, VirtualMachinesReimageParameters, VirtualMachinesRetrieveBootDiagnosticsDataParameters, VirtualMachinesPerformMaintenanceParameters, VirtualMachinesSimulateEvictionParameters, VirtualMachinesAssessPatchesParameters, VirtualMachinesInstallPatchesParameters, VirtualMachinesRunCommandParameters, VirtualMachineImagesGetParameters, VirtualMachineImagesListParameters, VirtualMachineImagesListOffersParameters, VirtualMachineImagesListPublishersParameters, VirtualMachineImagesListSkusParameters, VirtualMachineImagesListByEdgeZoneParameters, VirtualMachineImagesEdgeZoneGetParameters, VirtualMachineImagesEdgeZoneListParameters, VirtualMachineImagesEdgeZoneListOffersParameters, VirtualMachineImagesEdgeZoneListPublishersParameters, VirtualMachineImagesEdgeZoneListSkusParameters, VirtualMachineExtensionImagesGetParameters, VirtualMachineExtensionImagesListTypesParameters, VirtualMachineExtensionImagesListVersionsParameters, AvailabilitySetsCreateOrUpdateParameters, AvailabilitySetsUpdateParameters, AvailabilitySetsDeleteParameters, AvailabilitySetsGetParameters, AvailabilitySetsListBySubscriptionParameters, AvailabilitySetsListParameters, AvailabilitySetsListAvailableSizesParameters, ProximityPlacementGroupsCreateOrUpdateParameters, ProximityPlacementGroupsUpdateParameters, ProximityPlacementGroupsDeleteParameters, ProximityPlacementGroupsGetParameters, ProximityPlacementGroupsListBySubscriptionParameters, ProximityPlacementGroupsListByResourceGroupParameters, DedicatedHostGroupsCreateOrUpdateParameters, DedicatedHostGroupsUpdateParameters, DedicatedHostGroupsDeleteParameters, DedicatedHostGroupsGetParameters, DedicatedHostGroupsListByResourceGroupParameters, DedicatedHostGroupsListBySubscriptionParameters, DedicatedHostsCreateOrUpdateParameters, DedicatedHostsUpdateParameters, DedicatedHostsDeleteParameters, DedicatedHostsGetParameters, DedicatedHostsListByHostGroupParameters, DedicatedHostsRestartParameters, SshPublicKeysListBySubscriptionParameters, SshPublicKeysListByResourceGroupParameters, SshPublicKeysCreateParameters, SshPublicKeysUpdateParameters, SshPublicKeysDeleteParameters, SshPublicKeysGetParameters, SshPublicKeysGenerateKeyPairParameters, ImagesCreateOrUpdateParameters, ImagesUpdateParameters, ImagesDeleteParameters, ImagesGetParameters, ImagesListByResourceGroupParameters, ImagesListParameters, RestorePointCollectionsCreateOrUpdateParameters, RestorePointCollectionsUpdateParameters, RestorePointCollectionsDeleteParameters, RestorePointCollectionsGetParameters, RestorePointCollectionsListParameters, RestorePointCollectionsListAllParameters, RestorePointsCreateParameters, RestorePointsDeleteParameters, RestorePointsGetParameters, CapacityReservationGroupsCreateOrUpdateParameters, CapacityReservationGroupsUpdateParameters, CapacityReservationGroupsDeleteParameters, CapacityReservationGroupsGetParameters, CapacityReservationGroupsListByResourceGroupParameters, CapacityReservationGroupsListBySubscriptionParameters, CapacityReservationsCreateOrUpdateParameters, CapacityReservationsUpdateParameters, CapacityReservationsDeleteParameters, CapacityReservationsGetParameters, CapacityReservationsListByCapacityReservationGroupParameters, LogAnalyticsExportRequestRateByIntervalParameters, LogAnalyticsExportThrottledRequestsParameters, VirtualMachineRunCommandsListParameters, VirtualMachineRunCommandsGetParameters, VirtualMachineRunCommandsCreateOrUpdateParameters, VirtualMachineRunCommandsUpdateParameters, VirtualMachineRunCommandsDeleteParameters, VirtualMachineRunCommandsGetByVirtualMachineParameters, VirtualMachineRunCommandsListByVirtualMachineParameters, VirtualMachineScaleSetVMRunCommandsCreateOrUpdateParameters, VirtualMachineScaleSetVMRunCommandsUpdateParameters, VirtualMachineScaleSetVMRunCommandsDeleteParameters, VirtualMachineScaleSetVMRunCommandsGetParameters, VirtualMachineScaleSetVMRunCommandsListParameters, DisksCreateOrUpdateParameters, DisksUpdateParameters, DisksGetParameters, DisksDeleteParameters, DisksListByResourceGroupParameters, DisksListParameters, DisksGrantAccessParameters, DisksRevokeAccessParameters, DiskAccessesCreateOrUpdateParameters, DiskAccessesUpdateParameters, DiskAccessesGetParameters, DiskAccessesDeleteParameters, DiskAccessesListByResourceGroupParameters, DiskAccessesListParameters, DiskAccessesGetPrivateLinkResourcesParameters, DiskAccessesUpdateAPrivateEndpointConnectionParameters, DiskAccessesGetAPrivateEndpointConnectionParameters, DiskAccessesDeleteAPrivateEndpointConnectionParameters, DiskAccessesListPrivateEndpointConnectionsParameters, DiskEncryptionSetsCreateOrUpdateParameters, DiskEncryptionSetsUpdateParameters, DiskEncryptionSetsGetParameters, DiskEncryptionSetsDeleteParameters, DiskEncryptionSetsListByResourceGroupParameters, DiskEncryptionSetsListParameters, DiskEncryptionSetsListAssociatedResourcesParameters, DiskRestorePointGetParameters, DiskRestorePointListByRestorePointParameters, DiskRestorePointGrantAccessParameters, DiskRestorePointRevokeAccessParameters, SnapshotsCreateOrUpdateParameters, SnapshotsUpdateParameters, SnapshotsGetParameters, SnapshotsDeleteParameters, SnapshotsListByResourceGroupParameters, SnapshotsListParameters, SnapshotsGrantAccessParameters, SnapshotsRevokeAccessParameters, ResourceSkusListParameters, GalleriesCreateOrUpdateParameters, GalleriesUpdateParameters, GalleriesGetParameters, GalleriesDeleteParameters, GalleriesListByResourceGroupParameters, GalleriesListParameters, GalleryImagesCreateOrUpdateParameters, GalleryImagesUpdateParameters, GalleryImagesGetParameters, GalleryImagesDeleteParameters, GalleryImagesListByGalleryParameters, GalleryImageVersionsCreateOrUpdateParameters, GalleryImageVersionsUpdateParameters, GalleryImageVersionsGetParameters, GalleryImageVersionsDeleteParameters, GalleryImageVersionsListByGalleryImageParameters, GalleryApplicationsCreateOrUpdateParameters, GalleryApplicationsUpdateParameters, GalleryApplicationsGetParameters, GalleryApplicationsDeleteParameters, GalleryApplicationsListByGalleryParameters, GalleryApplicationVersionsCreateOrUpdateParameters, GalleryApplicationVersionsUpdateParameters, GalleryApplicationVersionsGetParameters, GalleryApplicationVersionsDeleteParameters, GalleryApplicationVersionsListByGalleryApplicationParameters, GallerySharingProfileUpdateParameters, SharedGalleriesListParameters, SharedGalleriesGetParameters, SharedGalleryImagesListParameters, SharedGalleryImagesGetParameters, SharedGalleryImageVersionsListParameters, SharedGalleryImageVersionsGetParameters, CommunityGalleriesGetParameters, CommunityGalleryImagesGetParameters, CommunityGalleryImagesListParameters, CommunityGalleryImageVersionsGetParameters, CommunityGalleryImageVersionsListParameters, CloudServiceRoleInstancesDeleteParameters, CloudServiceRoleInstancesGetParameters, CloudServiceRoleInstancesGetInstanceViewParameters, CloudServiceRoleInstancesListParameters, CloudServiceRoleInstancesRestartParameters, CloudServiceRoleInstancesReimageParameters, CloudServiceRoleInstancesRebuildParameters, CloudServiceRoleInstancesGetRemoteDesktopFileParameters, CloudServiceRolesGetParameters, CloudServiceRolesListParameters, CloudServicesCreateOrUpdateParameters, CloudServicesUpdateParameters, CloudServicesDeleteParameters, CloudServicesGetParameters, CloudServicesGetInstanceViewParameters, CloudServicesListAllParameters, CloudServicesListParameters, CloudServicesStartParameters, CloudServicesPowerOffParameters, CloudServicesRestartParameters, CloudServicesReimageParameters, CloudServicesRebuildParameters, CloudServicesDeleteInstancesParameters, CloudServicesUpdateDomainWalkUpdateDomainParameters, CloudServicesUpdateDomainGetUpdateDomainParameters, CloudServicesUpdateDomainListUpdateDomainsParameters, CloudServiceOperatingSystemsGetOSVersionParameters, CloudServiceOperatingSystemsListOSVersionsParameters, CloudServiceOperatingSystemsGetOSFamilyParameters, CloudServiceOperatingSystemsListOSFamiliesParameters } from "./parameters.js";
|
|
2
|
+
import type { OperationsList200Response, OperationsListDefaultResponse, UsageList200Response, UsageListDefaultResponse, VirtualMachineSizesList200Response, VirtualMachineSizesListDefaultResponse, VirtualMachineScaleSetsListByLocation200Response, VirtualMachineScaleSetsListByLocationDefaultResponse, VirtualMachineScaleSetsCreateOrUpdate200Response, VirtualMachineScaleSetsCreateOrUpdate201Response, VirtualMachineScaleSetsCreateOrUpdateDefaultResponse, VirtualMachineScaleSetsUpdate200Response, VirtualMachineScaleSetsUpdateDefaultResponse, VirtualMachineScaleSetsDelete200Response, VirtualMachineScaleSetsDelete202Response, VirtualMachineScaleSetsDelete204Response, VirtualMachineScaleSetsDeleteDefaultResponse, VirtualMachineScaleSetsGet200Response, VirtualMachineScaleSetsGetDefaultResponse, VirtualMachineScaleSetsDeallocate200Response, VirtualMachineScaleSetsDeallocate202Response, VirtualMachineScaleSetsDeallocateDefaultResponse, VirtualMachineScaleSetsDeleteInstances200Response, VirtualMachineScaleSetsDeleteInstances202Response, VirtualMachineScaleSetsDeleteInstancesDefaultResponse, VirtualMachineScaleSetsGetInstanceView200Response, VirtualMachineScaleSetsGetInstanceViewDefaultResponse, VirtualMachineScaleSetsList200Response, VirtualMachineScaleSetsListDefaultResponse, VirtualMachineScaleSetsListAll200Response, VirtualMachineScaleSetsListAllDefaultResponse, VirtualMachineScaleSetsListSkus200Response, VirtualMachineScaleSetsListSkusDefaultResponse, VirtualMachineScaleSetsGetOSUpgradeHistory200Response, VirtualMachineScaleSetsGetOSUpgradeHistoryDefaultResponse, VirtualMachineScaleSetsPowerOff200Response, VirtualMachineScaleSetsPowerOff202Response, VirtualMachineScaleSetsPowerOffDefaultResponse, VirtualMachineScaleSetsRestart200Response, VirtualMachineScaleSetsRestart202Response, VirtualMachineScaleSetsRestartDefaultResponse, VirtualMachineScaleSetsStart200Response, VirtualMachineScaleSetsStart202Response, VirtualMachineScaleSetsStartDefaultResponse, VirtualMachineScaleSetsRedeploy200Response, VirtualMachineScaleSetsRedeploy202Response, VirtualMachineScaleSetsRedeployDefaultResponse, VirtualMachineScaleSetsPerformMaintenance200Response, VirtualMachineScaleSetsPerformMaintenance202Response, VirtualMachineScaleSetsPerformMaintenanceDefaultResponse, VirtualMachineScaleSetsUpdateInstances200Response, VirtualMachineScaleSetsUpdateInstances202Response, VirtualMachineScaleSetsUpdateInstancesDefaultResponse, VirtualMachineScaleSetsReimage200Response, VirtualMachineScaleSetsReimage202Response, VirtualMachineScaleSetsReimageDefaultResponse, VirtualMachineScaleSetsReimageAll200Response, VirtualMachineScaleSetsReimageAll202Response, VirtualMachineScaleSetsReimageAllDefaultResponse, VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalk200Response, VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkDefaultResponse, VirtualMachineScaleSetsConvertToSinglePlacementGroup200Response, VirtualMachineScaleSetsConvertToSinglePlacementGroupDefaultResponse, VirtualMachineScaleSetsSetOrchestrationServiceState200Response, VirtualMachineScaleSetsSetOrchestrationServiceState202Response, VirtualMachineScaleSetsSetOrchestrationServiceStateDefaultResponse, VirtualMachineScaleSetExtensionsCreateOrUpdate200Response, VirtualMachineScaleSetExtensionsCreateOrUpdate201Response, VirtualMachineScaleSetExtensionsCreateOrUpdateDefaultResponse, VirtualMachineScaleSetExtensionsUpdate200Response, VirtualMachineScaleSetExtensionsUpdate201Response, VirtualMachineScaleSetExtensionsUpdateDefaultResponse, VirtualMachineScaleSetExtensionsDelete200Response, VirtualMachineScaleSetExtensionsDelete202Response, VirtualMachineScaleSetExtensionsDelete204Response, VirtualMachineScaleSetExtensionsDeleteDefaultResponse, VirtualMachineScaleSetExtensionsGet200Response, VirtualMachineScaleSetExtensionsGetDefaultResponse, VirtualMachineScaleSetExtensionsList200Response, VirtualMachineScaleSetExtensionsListDefaultResponse, VirtualMachineScaleSetRollingUpgradesCancel200Response, VirtualMachineScaleSetRollingUpgradesCancel202Response, VirtualMachineScaleSetRollingUpgradesCancelDefaultResponse, VirtualMachineScaleSetRollingUpgradesStartOSUpgrade200Response, VirtualMachineScaleSetRollingUpgradesStartOSUpgrade202Response, VirtualMachineScaleSetRollingUpgradesStartOSUpgradeDefaultResponse, VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade200Response, VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade202Response, VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeDefaultResponse, VirtualMachineScaleSetRollingUpgradesGetLatest200Response, VirtualMachineScaleSetRollingUpgradesGetLatestDefaultResponse, VirtualMachineScaleSetVMExtensionsCreateOrUpdate200Response, VirtualMachineScaleSetVMExtensionsCreateOrUpdate201Response, VirtualMachineScaleSetVMExtensionsCreateOrUpdateDefaultResponse, VirtualMachineScaleSetVMExtensionsUpdate200Response, VirtualMachineScaleSetVMExtensionsUpdateDefaultResponse, VirtualMachineScaleSetVMExtensionsDelete200Response, VirtualMachineScaleSetVMExtensionsDelete202Response, VirtualMachineScaleSetVMExtensionsDelete204Response, VirtualMachineScaleSetVMExtensionsDeleteDefaultResponse, VirtualMachineScaleSetVMExtensionsGet200Response, VirtualMachineScaleSetVMExtensionsGetDefaultResponse, VirtualMachineScaleSetVMExtensionsList200Response, VirtualMachineScaleSetVMExtensionsListDefaultResponse, VirtualMachineScaleSetVMsReimage200Response, VirtualMachineScaleSetVMsReimage202Response, VirtualMachineScaleSetVMsReimageDefaultResponse, VirtualMachineScaleSetVMsReimageAll200Response, VirtualMachineScaleSetVMsReimageAll202Response, VirtualMachineScaleSetVMsReimageAllDefaultResponse, VirtualMachineScaleSetVMsDeallocate200Response, VirtualMachineScaleSetVMsDeallocate202Response, VirtualMachineScaleSetVMsDeallocateDefaultResponse, VirtualMachineScaleSetVMsUpdate200Response, VirtualMachineScaleSetVMsUpdate202Response, VirtualMachineScaleSetVMsUpdateDefaultResponse, VirtualMachineScaleSetVMsDelete200Response, VirtualMachineScaleSetVMsDelete202Response, VirtualMachineScaleSetVMsDelete204Response, VirtualMachineScaleSetVMsDeleteDefaultResponse, VirtualMachineScaleSetVMsGet200Response, VirtualMachineScaleSetVMsGetDefaultResponse, VirtualMachineScaleSetVMsGetInstanceView200Response, VirtualMachineScaleSetVMsGetInstanceViewDefaultResponse, VirtualMachineScaleSetVMsList200Response, VirtualMachineScaleSetVMsListDefaultResponse, VirtualMachineScaleSetVMsPowerOff200Response, VirtualMachineScaleSetVMsPowerOff202Response, VirtualMachineScaleSetVMsPowerOffDefaultResponse, VirtualMachineScaleSetVMsRestart200Response, VirtualMachineScaleSetVMsRestart202Response, VirtualMachineScaleSetVMsRestartDefaultResponse, VirtualMachineScaleSetVMsStart200Response, VirtualMachineScaleSetVMsStart202Response, VirtualMachineScaleSetVMsStartDefaultResponse, VirtualMachineScaleSetVMsRedeploy200Response, VirtualMachineScaleSetVMsRedeploy202Response, VirtualMachineScaleSetVMsRedeployDefaultResponse, VirtualMachineScaleSetVMsRetrieveBootDiagnosticsData200Response, VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataDefaultResponse, VirtualMachineScaleSetVMsPerformMaintenance200Response, VirtualMachineScaleSetVMsPerformMaintenance202Response, VirtualMachineScaleSetVMsPerformMaintenanceDefaultResponse, VirtualMachineScaleSetVMsSimulateEviction204Response, VirtualMachineScaleSetVMsSimulateEvictionDefaultResponse, VirtualMachineScaleSetVMsRunCommand200Response, VirtualMachineScaleSetVMsRunCommand202Response, VirtualMachineExtensionsCreateOrUpdate200Response, VirtualMachineExtensionsCreateOrUpdate201Response, VirtualMachineExtensionsCreateOrUpdateDefaultResponse, VirtualMachineExtensionsUpdate200Response, VirtualMachineExtensionsUpdateDefaultResponse, VirtualMachineExtensionsDelete200Response, VirtualMachineExtensionsDelete202Response, VirtualMachineExtensionsDelete204Response, VirtualMachineExtensionsDeleteDefaultResponse, VirtualMachineExtensionsGet200Response, VirtualMachineExtensionsGetDefaultResponse, VirtualMachineExtensionsList200Response, VirtualMachineExtensionsListDefaultResponse, VirtualMachinesListByLocation200Response, VirtualMachinesListByLocationDefaultResponse, VirtualMachinesCapture200Response, VirtualMachinesCapture202Response, VirtualMachinesCaptureDefaultResponse, VirtualMachinesCreateOrUpdate200Response, VirtualMachinesCreateOrUpdate201Response, VirtualMachinesCreateOrUpdateDefaultResponse, VirtualMachinesUpdate200Response, VirtualMachinesUpdateDefaultResponse, VirtualMachinesDelete200Response, VirtualMachinesDelete202Response, VirtualMachinesDelete204Response, VirtualMachinesDeleteDefaultResponse, VirtualMachinesGet200Response, VirtualMachinesGetDefaultResponse, VirtualMachinesInstanceView200Response, VirtualMachinesInstanceViewDefaultResponse, VirtualMachinesConvertToManagedDisks200Response, VirtualMachinesConvertToManagedDisks202Response, VirtualMachinesConvertToManagedDisksDefaultResponse, VirtualMachinesDeallocate200Response, VirtualMachinesDeallocate202Response, VirtualMachinesDeallocateDefaultResponse, VirtualMachinesGeneralize200Response, VirtualMachinesGeneralizeDefaultResponse, VirtualMachinesList200Response, VirtualMachinesListDefaultResponse, VirtualMachinesListAll200Response, VirtualMachinesListAllDefaultResponse, VirtualMachinesListAvailableSizes200Response, VirtualMachinesListAvailableSizesDefaultResponse, VirtualMachinesPowerOff200Response, VirtualMachinesPowerOff202Response, VirtualMachinesPowerOffDefaultResponse, VirtualMachinesReapply200Response, VirtualMachinesReapply202Response, VirtualMachinesReapplyDefaultResponse, VirtualMachinesRestart200Response, VirtualMachinesRestart202Response, VirtualMachinesRestartDefaultResponse, VirtualMachinesStart200Response, VirtualMachinesStart202Response, VirtualMachinesStartDefaultResponse, VirtualMachinesRedeploy200Response, VirtualMachinesRedeploy202Response, VirtualMachinesRedeployDefaultResponse, VirtualMachinesReimage200Response, VirtualMachinesReimage202Response, VirtualMachinesReimageDefaultResponse, VirtualMachinesRetrieveBootDiagnosticsData200Response, VirtualMachinesRetrieveBootDiagnosticsDataDefaultResponse, VirtualMachinesPerformMaintenance200Response, VirtualMachinesPerformMaintenance202Response, VirtualMachinesPerformMaintenanceDefaultResponse, VirtualMachinesSimulateEviction204Response, VirtualMachinesSimulateEvictionDefaultResponse, VirtualMachinesAssessPatches200Response, VirtualMachinesAssessPatches202Response, VirtualMachinesAssessPatchesDefaultResponse, VirtualMachinesInstallPatches200Response, VirtualMachinesInstallPatches202Response, VirtualMachinesInstallPatchesDefaultResponse, VirtualMachinesRunCommand200Response, VirtualMachinesRunCommand202Response, VirtualMachineImagesGet200Response, VirtualMachineImagesGetDefaultResponse, VirtualMachineImagesList200Response, VirtualMachineImagesListDefaultResponse, VirtualMachineImagesListOffers200Response, VirtualMachineImagesListOffersDefaultResponse, VirtualMachineImagesListPublishers200Response, VirtualMachineImagesListPublishersDefaultResponse, VirtualMachineImagesListSkus200Response, VirtualMachineImagesListSkusDefaultResponse, VirtualMachineImagesListByEdgeZone200Response, VirtualMachineImagesListByEdgeZoneDefaultResponse, VirtualMachineImagesEdgeZoneGet200Response, VirtualMachineImagesEdgeZoneGetDefaultResponse, VirtualMachineImagesEdgeZoneList200Response, VirtualMachineImagesEdgeZoneListDefaultResponse, VirtualMachineImagesEdgeZoneListOffers200Response, VirtualMachineImagesEdgeZoneListOffersDefaultResponse, VirtualMachineImagesEdgeZoneListPublishers200Response, VirtualMachineImagesEdgeZoneListPublishersDefaultResponse, VirtualMachineImagesEdgeZoneListSkus200Response, VirtualMachineImagesEdgeZoneListSkusDefaultResponse, VirtualMachineExtensionImagesGet200Response, VirtualMachineExtensionImagesGetDefaultResponse, VirtualMachineExtensionImagesListTypes200Response, VirtualMachineExtensionImagesListTypesDefaultResponse, VirtualMachineExtensionImagesListVersions200Response, VirtualMachineExtensionImagesListVersionsDefaultResponse, AvailabilitySetsCreateOrUpdate200Response, AvailabilitySetsCreateOrUpdateDefaultResponse, AvailabilitySetsUpdate200Response, AvailabilitySetsUpdateDefaultResponse, AvailabilitySetsDelete200Response, AvailabilitySetsDelete204Response, AvailabilitySetsDeleteDefaultResponse, AvailabilitySetsGet200Response, AvailabilitySetsGetDefaultResponse, AvailabilitySetsListBySubscription200Response, AvailabilitySetsListBySubscriptionDefaultResponse, AvailabilitySetsList200Response, AvailabilitySetsListDefaultResponse, AvailabilitySetsListAvailableSizes200Response, AvailabilitySetsListAvailableSizesDefaultResponse, ProximityPlacementGroupsCreateOrUpdate200Response, ProximityPlacementGroupsCreateOrUpdate201Response, ProximityPlacementGroupsCreateOrUpdateDefaultResponse, ProximityPlacementGroupsUpdate200Response, ProximityPlacementGroupsUpdateDefaultResponse, ProximityPlacementGroupsDelete200Response, ProximityPlacementGroupsDeleteDefaultResponse, ProximityPlacementGroupsGet200Response, ProximityPlacementGroupsGetDefaultResponse, ProximityPlacementGroupsListBySubscription200Response, ProximityPlacementGroupsListBySubscriptionDefaultResponse, ProximityPlacementGroupsListByResourceGroup200Response, ProximityPlacementGroupsListByResourceGroupDefaultResponse, DedicatedHostGroupsCreateOrUpdate200Response, DedicatedHostGroupsCreateOrUpdate201Response, DedicatedHostGroupsCreateOrUpdateDefaultResponse, DedicatedHostGroupsUpdate200Response, DedicatedHostGroupsUpdateDefaultResponse, DedicatedHostGroupsDelete200Response, DedicatedHostGroupsDelete204Response, DedicatedHostGroupsDeleteDefaultResponse, DedicatedHostGroupsGet200Response, DedicatedHostGroupsGetDefaultResponse, DedicatedHostGroupsListByResourceGroup200Response, DedicatedHostGroupsListByResourceGroupDefaultResponse, DedicatedHostGroupsListBySubscription200Response, DedicatedHostGroupsListBySubscriptionDefaultResponse, DedicatedHostsCreateOrUpdate200Response, DedicatedHostsCreateOrUpdate201Response, DedicatedHostsCreateOrUpdateDefaultResponse, DedicatedHostsUpdate200Response, DedicatedHostsUpdateDefaultResponse, DedicatedHostsDelete200Response, DedicatedHostsDelete202Response, DedicatedHostsDelete204Response, DedicatedHostsDeleteDefaultResponse, DedicatedHostsGet200Response, DedicatedHostsGetDefaultResponse, DedicatedHostsListByHostGroup200Response, DedicatedHostsListByHostGroupDefaultResponse, DedicatedHostsRestart200Response, DedicatedHostsRestartDefaultResponse, SshPublicKeysListBySubscription200Response, SshPublicKeysListBySubscriptionDefaultResponse, SshPublicKeysListByResourceGroup200Response, SshPublicKeysListByResourceGroupDefaultResponse, SshPublicKeysCreate200Response, SshPublicKeysCreate201Response, SshPublicKeysCreateDefaultResponse, SshPublicKeysUpdate200Response, SshPublicKeysUpdateDefaultResponse, SshPublicKeysDelete200Response, SshPublicKeysDelete204Response, SshPublicKeysDeleteDefaultResponse, SshPublicKeysGet200Response, SshPublicKeysGetDefaultResponse, SshPublicKeysGenerateKeyPair200Response, SshPublicKeysGenerateKeyPairDefaultResponse, ImagesCreateOrUpdate200Response, ImagesCreateOrUpdate201Response, ImagesCreateOrUpdateDefaultResponse, ImagesUpdate200Response, ImagesUpdate201Response, ImagesUpdateDefaultResponse, ImagesDelete200Response, ImagesDelete202Response, ImagesDelete204Response, ImagesDeleteDefaultResponse, ImagesGet200Response, ImagesGetDefaultResponse, ImagesListByResourceGroup200Response, ImagesListByResourceGroupDefaultResponse, ImagesList200Response, ImagesListDefaultResponse, RestorePointCollectionsCreateOrUpdate200Response, RestorePointCollectionsCreateOrUpdate201Response, RestorePointCollectionsCreateOrUpdateDefaultResponse, RestorePointCollectionsUpdate200Response, RestorePointCollectionsUpdateDefaultResponse, RestorePointCollectionsDelete200Response, RestorePointCollectionsDelete202Response, RestorePointCollectionsDelete204Response, RestorePointCollectionsDeleteDefaultResponse, RestorePointCollectionsGet200Response, RestorePointCollectionsGetDefaultResponse, RestorePointCollectionsList200Response, RestorePointCollectionsListDefaultResponse, RestorePointCollectionsListAll200Response, RestorePointCollectionsListAllDefaultResponse, RestorePointsCreate201Response, RestorePointsCreateDefaultResponse, RestorePointsDelete200Response, RestorePointsDelete202Response, RestorePointsDelete204Response, RestorePointsDeleteDefaultResponse, RestorePointsGet200Response, RestorePointsGetDefaultResponse, CapacityReservationGroupsCreateOrUpdate200Response, CapacityReservationGroupsCreateOrUpdate201Response, CapacityReservationGroupsCreateOrUpdateDefaultResponse, CapacityReservationGroupsUpdate200Response, CapacityReservationGroupsUpdateDefaultResponse, CapacityReservationGroupsDelete200Response, CapacityReservationGroupsDelete204Response, CapacityReservationGroupsDeleteDefaultResponse, CapacityReservationGroupsGet200Response, CapacityReservationGroupsGetDefaultResponse, CapacityReservationGroupsListByResourceGroup200Response, CapacityReservationGroupsListByResourceGroupDefaultResponse, CapacityReservationGroupsListBySubscription200Response, CapacityReservationGroupsListBySubscriptionDefaultResponse, CapacityReservationsCreateOrUpdate200Response, CapacityReservationsCreateOrUpdate201Response, CapacityReservationsCreateOrUpdateDefaultResponse, CapacityReservationsUpdate200Response, CapacityReservationsUpdate202Response, CapacityReservationsUpdateDefaultResponse, CapacityReservationsDelete200Response, CapacityReservationsDelete202Response, CapacityReservationsDelete204Response, CapacityReservationsDeleteDefaultResponse, CapacityReservationsGet200Response, CapacityReservationsGetDefaultResponse, CapacityReservationsListByCapacityReservationGroup200Response, CapacityReservationsListByCapacityReservationGroupDefaultResponse, LogAnalyticsExportRequestRateByInterval200Response, LogAnalyticsExportRequestRateByInterval202Response, LogAnalyticsExportRequestRateByIntervalDefaultResponse, LogAnalyticsExportThrottledRequests200Response, LogAnalyticsExportThrottledRequests202Response, LogAnalyticsExportThrottledRequestsDefaultResponse, VirtualMachineRunCommandsList200Response, VirtualMachineRunCommandsGet200Response, VirtualMachineRunCommandsCreateOrUpdate200Response, VirtualMachineRunCommandsCreateOrUpdate201Response, VirtualMachineRunCommandsCreateOrUpdateDefaultResponse, VirtualMachineRunCommandsUpdate200Response, VirtualMachineRunCommandsUpdateDefaultResponse, VirtualMachineRunCommandsDelete200Response, VirtualMachineRunCommandsDelete202Response, VirtualMachineRunCommandsDelete204Response, VirtualMachineRunCommandsDeleteDefaultResponse, VirtualMachineRunCommandsGetByVirtualMachine200Response, VirtualMachineRunCommandsGetByVirtualMachineDefaultResponse, VirtualMachineRunCommandsListByVirtualMachine200Response, VirtualMachineRunCommandsListByVirtualMachineDefaultResponse, VirtualMachineScaleSetVMRunCommandsCreateOrUpdate200Response, VirtualMachineScaleSetVMRunCommandsCreateOrUpdate201Response, VirtualMachineScaleSetVMRunCommandsCreateOrUpdateDefaultResponse, VirtualMachineScaleSetVMRunCommandsUpdate200Response, VirtualMachineScaleSetVMRunCommandsUpdateDefaultResponse, VirtualMachineScaleSetVMRunCommandsDelete200Response, VirtualMachineScaleSetVMRunCommandsDelete202Response, VirtualMachineScaleSetVMRunCommandsDelete204Response, VirtualMachineScaleSetVMRunCommandsDeleteDefaultResponse, VirtualMachineScaleSetVMRunCommandsGet200Response, VirtualMachineScaleSetVMRunCommandsGetDefaultResponse, VirtualMachineScaleSetVMRunCommandsList200Response, VirtualMachineScaleSetVMRunCommandsListDefaultResponse, DisksCreateOrUpdate200Response, DisksCreateOrUpdate202Response, DisksUpdate200Response, DisksUpdate202Response, DisksGet200Response, DisksDelete200Response, DisksDelete202Response, DisksDelete204Response, DisksListByResourceGroup200Response, DisksList200Response, DisksGrantAccess200Response, DisksGrantAccess202Response, DisksRevokeAccess200Response, DisksRevokeAccess202Response, DiskAccessesCreateOrUpdate200Response, DiskAccessesCreateOrUpdate202Response, DiskAccessesCreateOrUpdateDefaultResponse, DiskAccessesUpdate200Response, DiskAccessesUpdate202Response, DiskAccessesUpdateDefaultResponse, DiskAccessesGet200Response, DiskAccessesGetDefaultResponse, DiskAccessesDelete200Response, DiskAccessesDelete202Response, DiskAccessesDelete204Response, DiskAccessesDeleteDefaultResponse, DiskAccessesListByResourceGroup200Response, DiskAccessesListByResourceGroupDefaultResponse, DiskAccessesList200Response, DiskAccessesListDefaultResponse, DiskAccessesGetPrivateLinkResources200Response, DiskAccessesUpdateAPrivateEndpointConnection200Response, DiskAccessesUpdateAPrivateEndpointConnection202Response, DiskAccessesUpdateAPrivateEndpointConnectionDefaultResponse, DiskAccessesGetAPrivateEndpointConnection200Response, DiskAccessesGetAPrivateEndpointConnectionDefaultResponse, DiskAccessesDeleteAPrivateEndpointConnection200Response, DiskAccessesDeleteAPrivateEndpointConnection202Response, DiskAccessesDeleteAPrivateEndpointConnection204Response, DiskAccessesDeleteAPrivateEndpointConnectionDefaultResponse, DiskAccessesListPrivateEndpointConnections200Response, DiskAccessesListPrivateEndpointConnectionsDefaultResponse, DiskEncryptionSetsCreateOrUpdate200Response, DiskEncryptionSetsCreateOrUpdate202Response, DiskEncryptionSetsCreateOrUpdateDefaultResponse, DiskEncryptionSetsUpdate200Response, DiskEncryptionSetsUpdate202Response, DiskEncryptionSetsUpdateDefaultResponse, DiskEncryptionSetsGet200Response, DiskEncryptionSetsGetDefaultResponse, DiskEncryptionSetsDelete200Response, DiskEncryptionSetsDelete202Response, DiskEncryptionSetsDelete204Response, DiskEncryptionSetsDeleteDefaultResponse, DiskEncryptionSetsListByResourceGroup200Response, DiskEncryptionSetsListByResourceGroupDefaultResponse, DiskEncryptionSetsList200Response, DiskEncryptionSetsListDefaultResponse, DiskEncryptionSetsListAssociatedResources200Response, DiskEncryptionSetsListAssociatedResourcesDefaultResponse, DiskRestorePointGet200Response, DiskRestorePointGetDefaultResponse, DiskRestorePointListByRestorePoint200Response, DiskRestorePointListByRestorePointDefaultResponse, DiskRestorePointGrantAccess200Response, DiskRestorePointGrantAccess202Response, DiskRestorePointGrantAccessDefaultResponse, DiskRestorePointRevokeAccess200Response, DiskRestorePointRevokeAccess202Response, DiskRestorePointRevokeAccessDefaultResponse, SnapshotsCreateOrUpdate200Response, SnapshotsCreateOrUpdate202Response, SnapshotsUpdate200Response, SnapshotsUpdate202Response, SnapshotsGet200Response, SnapshotsDelete200Response, SnapshotsDelete202Response, SnapshotsDelete204Response, SnapshotsListByResourceGroup200Response, SnapshotsList200Response, SnapshotsGrantAccess200Response, SnapshotsGrantAccess202Response, SnapshotsRevokeAccess200Response, SnapshotsRevokeAccess202Response, ResourceSkusList200Response, GalleriesCreateOrUpdate200Response, GalleriesCreateOrUpdate201Response, GalleriesCreateOrUpdate202Response, GalleriesCreateOrUpdateDefaultResponse, GalleriesUpdate200Response, GalleriesUpdateDefaultResponse, GalleriesGet200Response, GalleriesGetDefaultResponse, GalleriesDelete200Response, GalleriesDelete202Response, GalleriesDelete204Response, GalleriesDeleteDefaultResponse, GalleriesListByResourceGroup200Response, GalleriesListByResourceGroupDefaultResponse, GalleriesList200Response, GalleriesListDefaultResponse, GalleryImagesCreateOrUpdate200Response, GalleryImagesCreateOrUpdate201Response, GalleryImagesCreateOrUpdate202Response, GalleryImagesCreateOrUpdateDefaultResponse, GalleryImagesUpdate200Response, GalleryImagesUpdateDefaultResponse, GalleryImagesGet200Response, GalleryImagesGetDefaultResponse, GalleryImagesDelete200Response, GalleryImagesDelete202Response, GalleryImagesDelete204Response, GalleryImagesDeleteDefaultResponse, GalleryImagesListByGallery200Response, GalleryImagesListByGalleryDefaultResponse, GalleryImageVersionsCreateOrUpdate200Response, GalleryImageVersionsCreateOrUpdate201Response, GalleryImageVersionsCreateOrUpdate202Response, GalleryImageVersionsCreateOrUpdateDefaultResponse, GalleryImageVersionsUpdate200Response, GalleryImageVersionsUpdateDefaultResponse, GalleryImageVersionsGet200Response, GalleryImageVersionsGetDefaultResponse, GalleryImageVersionsDelete200Response, GalleryImageVersionsDelete202Response, GalleryImageVersionsDelete204Response, GalleryImageVersionsDeleteDefaultResponse, GalleryImageVersionsListByGalleryImage200Response, GalleryImageVersionsListByGalleryImageDefaultResponse, GalleryApplicationsCreateOrUpdate200Response, GalleryApplicationsCreateOrUpdate201Response, GalleryApplicationsCreateOrUpdate202Response, GalleryApplicationsCreateOrUpdateDefaultResponse, GalleryApplicationsUpdate200Response, GalleryApplicationsUpdateDefaultResponse, GalleryApplicationsGet200Response, GalleryApplicationsGetDefaultResponse, GalleryApplicationsDelete200Response, GalleryApplicationsDelete202Response, GalleryApplicationsDelete204Response, GalleryApplicationsDeleteDefaultResponse, GalleryApplicationsListByGallery200Response, GalleryApplicationsListByGalleryDefaultResponse, GalleryApplicationVersionsCreateOrUpdate200Response, GalleryApplicationVersionsCreateOrUpdate201Response, GalleryApplicationVersionsCreateOrUpdate202Response, GalleryApplicationVersionsCreateOrUpdateDefaultResponse, GalleryApplicationVersionsUpdate200Response, GalleryApplicationVersionsUpdateDefaultResponse, GalleryApplicationVersionsGet200Response, GalleryApplicationVersionsGetDefaultResponse, GalleryApplicationVersionsDelete200Response, GalleryApplicationVersionsDelete202Response, GalleryApplicationVersionsDelete204Response, GalleryApplicationVersionsDeleteDefaultResponse, GalleryApplicationVersionsListByGalleryApplication200Response, GalleryApplicationVersionsListByGalleryApplicationDefaultResponse, GallerySharingProfileUpdate200Response, GallerySharingProfileUpdate202Response, GallerySharingProfileUpdateDefaultResponse, SharedGalleriesList200Response, SharedGalleriesListDefaultResponse, SharedGalleriesGet200Response, SharedGalleriesGetDefaultResponse, SharedGalleryImagesList200Response, SharedGalleryImagesListDefaultResponse, SharedGalleryImagesGet200Response, SharedGalleryImagesGetDefaultResponse, SharedGalleryImageVersionsList200Response, SharedGalleryImageVersionsListDefaultResponse, SharedGalleryImageVersionsGet200Response, SharedGalleryImageVersionsGetDefaultResponse, CommunityGalleriesGet200Response, CommunityGalleriesGetDefaultResponse, CommunityGalleryImagesGet200Response, CommunityGalleryImagesGetDefaultResponse, CommunityGalleryImagesList200Response, CommunityGalleryImagesListDefaultResponse, CommunityGalleryImageVersionsGet200Response, CommunityGalleryImageVersionsGetDefaultResponse, CommunityGalleryImageVersionsList200Response, CommunityGalleryImageVersionsListDefaultResponse, CloudServiceRoleInstancesDelete200Response, CloudServiceRoleInstancesDelete202Response, CloudServiceRoleInstancesDelete204Response, CloudServiceRoleInstancesDeleteDefaultResponse, CloudServiceRoleInstancesGet200Response, CloudServiceRoleInstancesGetDefaultResponse, CloudServiceRoleInstancesGetInstanceView200Response, CloudServiceRoleInstancesGetInstanceViewDefaultResponse, CloudServiceRoleInstancesList200Response, CloudServiceRoleInstancesListDefaultResponse, CloudServiceRoleInstancesRestart200Response, CloudServiceRoleInstancesRestart202Response, CloudServiceRoleInstancesRestartDefaultResponse, CloudServiceRoleInstancesReimage200Response, CloudServiceRoleInstancesReimage202Response, CloudServiceRoleInstancesReimageDefaultResponse, CloudServiceRoleInstancesRebuild200Response, CloudServiceRoleInstancesRebuild202Response, CloudServiceRoleInstancesRebuildDefaultResponse, CloudServiceRoleInstancesGetRemoteDesktopFile200Response, CloudServiceRoleInstancesGetRemoteDesktopFileDefaultResponse, CloudServiceRolesGet200Response, CloudServiceRolesGetDefaultResponse, CloudServiceRolesList200Response, CloudServiceRolesListDefaultResponse, CloudServicesCreateOrUpdate200Response, CloudServicesCreateOrUpdate201Response, CloudServicesCreateOrUpdateDefaultResponse, CloudServicesUpdate200Response, CloudServicesUpdateDefaultResponse, CloudServicesDelete200Response, CloudServicesDelete202Response, CloudServicesDelete204Response, CloudServicesDeleteDefaultResponse, CloudServicesGet200Response, CloudServicesGetDefaultResponse, CloudServicesGetInstanceView200Response, CloudServicesGetInstanceViewDefaultResponse, CloudServicesListAll200Response, CloudServicesListAllDefaultResponse, CloudServicesList200Response, CloudServicesListDefaultResponse, CloudServicesStart200Response, CloudServicesStart202Response, CloudServicesStartDefaultResponse, CloudServicesPowerOff200Response, CloudServicesPowerOff202Response, CloudServicesPowerOffDefaultResponse, CloudServicesRestart200Response, CloudServicesRestart202Response, CloudServicesRestartDefaultResponse, CloudServicesReimage200Response, CloudServicesReimage202Response, CloudServicesReimageDefaultResponse, CloudServicesRebuild200Response, CloudServicesRebuild202Response, CloudServicesRebuildDefaultResponse, CloudServicesDeleteInstances200Response, CloudServicesDeleteInstances202Response, CloudServicesDeleteInstancesDefaultResponse, CloudServicesUpdateDomainWalkUpdateDomain200Response, CloudServicesUpdateDomainWalkUpdateDomain202Response, CloudServicesUpdateDomainWalkUpdateDomainDefaultResponse, CloudServicesUpdateDomainGetUpdateDomain200Response, CloudServicesUpdateDomainGetUpdateDomainDefaultResponse, CloudServicesUpdateDomainListUpdateDomains200Response, CloudServicesUpdateDomainListUpdateDomainsDefaultResponse, CloudServiceOperatingSystemsGetOSVersion200Response, CloudServiceOperatingSystemsGetOSVersionDefaultResponse, CloudServiceOperatingSystemsListOSVersions200Response, CloudServiceOperatingSystemsListOSVersionsDefaultResponse, CloudServiceOperatingSystemsGetOSFamily200Response, CloudServiceOperatingSystemsGetOSFamilyDefaultResponse, CloudServiceOperatingSystemsListOSFamilies200Response, CloudServiceOperatingSystemsListOSFamiliesDefaultResponse } from "./responses.js";
|
|
3
|
+
import type { Client, StreamableMethod } from "@azure-rest/core-client";
|
|
4
|
+
export interface OperationsList {
|
|
5
|
+
/** Gets a list of compute operations. */
|
|
6
|
+
get(options: OperationsListParameters): StreamableMethod<OperationsList200Response | OperationsListDefaultResponse>;
|
|
7
|
+
}
|
|
8
|
+
export interface UsageList {
|
|
9
|
+
/** Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. */
|
|
10
|
+
get(options: UsageListParameters): StreamableMethod<UsageList200Response | UsageListDefaultResponse>;
|
|
11
|
+
}
|
|
12
|
+
export interface VirtualMachineSizesList {
|
|
13
|
+
/** This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) */
|
|
14
|
+
get(options: VirtualMachineSizesListParameters): StreamableMethod<VirtualMachineSizesList200Response | VirtualMachineSizesListDefaultResponse>;
|
|
15
|
+
}
|
|
16
|
+
export interface VirtualMachineScaleSetsListByLocation {
|
|
17
|
+
/** Gets all the VM scale sets under the specified subscription for the specified location. */
|
|
18
|
+
get(options: VirtualMachineScaleSetsListByLocationParameters): StreamableMethod<VirtualMachineScaleSetsListByLocation200Response | VirtualMachineScaleSetsListByLocationDefaultResponse>;
|
|
19
|
+
}
|
|
20
|
+
export interface VirtualMachineScaleSetsCreateOrUpdate {
|
|
21
|
+
/** Create or update a VM scale set. */
|
|
22
|
+
put(options: VirtualMachineScaleSetsCreateOrUpdateParameters): StreamableMethod<VirtualMachineScaleSetsCreateOrUpdate200Response | VirtualMachineScaleSetsCreateOrUpdate201Response | VirtualMachineScaleSetsCreateOrUpdateDefaultResponse>;
|
|
23
|
+
/** Update a VM scale set. */
|
|
24
|
+
patch(options: VirtualMachineScaleSetsUpdateParameters): StreamableMethod<VirtualMachineScaleSetsUpdate200Response | VirtualMachineScaleSetsUpdateDefaultResponse>;
|
|
25
|
+
/** Deletes a VM scale set. */
|
|
26
|
+
delete(options: VirtualMachineScaleSetsDeleteParameters): StreamableMethod<VirtualMachineScaleSetsDelete200Response | VirtualMachineScaleSetsDelete202Response | VirtualMachineScaleSetsDelete204Response | VirtualMachineScaleSetsDeleteDefaultResponse>;
|
|
27
|
+
/** Display information about a virtual machine scale set. */
|
|
28
|
+
get(options: VirtualMachineScaleSetsGetParameters): StreamableMethod<VirtualMachineScaleSetsGet200Response | VirtualMachineScaleSetsGetDefaultResponse>;
|
|
29
|
+
}
|
|
30
|
+
export interface VirtualMachineScaleSetsDeallocate {
|
|
31
|
+
/** Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates. */
|
|
32
|
+
post(options: VirtualMachineScaleSetsDeallocateParameters): StreamableMethod<VirtualMachineScaleSetsDeallocate200Response | VirtualMachineScaleSetsDeallocate202Response | VirtualMachineScaleSetsDeallocateDefaultResponse>;
|
|
33
|
+
}
|
|
34
|
+
export interface VirtualMachineScaleSetsDeleteInstances {
|
|
35
|
+
/** Deletes virtual machines in a VM scale set. */
|
|
36
|
+
post(options: VirtualMachineScaleSetsDeleteInstancesParameters): StreamableMethod<VirtualMachineScaleSetsDeleteInstances200Response | VirtualMachineScaleSetsDeleteInstances202Response | VirtualMachineScaleSetsDeleteInstancesDefaultResponse>;
|
|
37
|
+
}
|
|
38
|
+
export interface VirtualMachineScaleSetsGetInstanceView {
|
|
39
|
+
/** Gets the status of a VM scale set instance. */
|
|
40
|
+
get(options: VirtualMachineScaleSetsGetInstanceViewParameters): StreamableMethod<VirtualMachineScaleSetsGetInstanceView200Response | VirtualMachineScaleSetsGetInstanceViewDefaultResponse>;
|
|
41
|
+
}
|
|
42
|
+
export interface VirtualMachineScaleSetsList {
|
|
43
|
+
/** Gets a list of all VM scale sets under a resource group. */
|
|
44
|
+
get(options: VirtualMachineScaleSetsListParameters): StreamableMethod<VirtualMachineScaleSetsList200Response | VirtualMachineScaleSetsListDefaultResponse>;
|
|
45
|
+
}
|
|
46
|
+
export interface VirtualMachineScaleSetsListAll {
|
|
47
|
+
/** Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is null to fetch all the VM Scale Sets. */
|
|
48
|
+
get(options: VirtualMachineScaleSetsListAllParameters): StreamableMethod<VirtualMachineScaleSetsListAll200Response | VirtualMachineScaleSetsListAllDefaultResponse>;
|
|
49
|
+
}
|
|
50
|
+
export interface VirtualMachineScaleSetsListSkus {
|
|
51
|
+
/** Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. */
|
|
52
|
+
get(options: VirtualMachineScaleSetsListSkusParameters): StreamableMethod<VirtualMachineScaleSetsListSkus200Response | VirtualMachineScaleSetsListSkusDefaultResponse>;
|
|
53
|
+
}
|
|
54
|
+
export interface VirtualMachineScaleSetsGetOSUpgradeHistory {
|
|
55
|
+
/** Gets list of OS upgrades on a VM scale set instance. */
|
|
56
|
+
get(options: VirtualMachineScaleSetsGetOSUpgradeHistoryParameters): StreamableMethod<VirtualMachineScaleSetsGetOSUpgradeHistory200Response | VirtualMachineScaleSetsGetOSUpgradeHistoryDefaultResponse>;
|
|
57
|
+
}
|
|
58
|
+
export interface VirtualMachineScaleSetsPowerOff {
|
|
59
|
+
/** Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */
|
|
60
|
+
post(options: VirtualMachineScaleSetsPowerOffParameters): StreamableMethod<VirtualMachineScaleSetsPowerOff200Response | VirtualMachineScaleSetsPowerOff202Response | VirtualMachineScaleSetsPowerOffDefaultResponse>;
|
|
61
|
+
}
|
|
62
|
+
export interface VirtualMachineScaleSetsRestart {
|
|
63
|
+
/** Restarts one or more virtual machines in a VM scale set. */
|
|
64
|
+
post(options: VirtualMachineScaleSetsRestartParameters): StreamableMethod<VirtualMachineScaleSetsRestart200Response | VirtualMachineScaleSetsRestart202Response | VirtualMachineScaleSetsRestartDefaultResponse>;
|
|
65
|
+
}
|
|
66
|
+
export interface VirtualMachineScaleSetsStart {
|
|
67
|
+
/** Starts one or more virtual machines in a VM scale set. */
|
|
68
|
+
post(options: VirtualMachineScaleSetsStartParameters): StreamableMethod<VirtualMachineScaleSetsStart200Response | VirtualMachineScaleSetsStart202Response | VirtualMachineScaleSetsStartDefaultResponse>;
|
|
69
|
+
}
|
|
70
|
+
export interface VirtualMachineScaleSetsRedeploy {
|
|
71
|
+
/** Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. */
|
|
72
|
+
post(options: VirtualMachineScaleSetsRedeployParameters): StreamableMethod<VirtualMachineScaleSetsRedeploy200Response | VirtualMachineScaleSetsRedeploy202Response | VirtualMachineScaleSetsRedeployDefaultResponse>;
|
|
73
|
+
}
|
|
74
|
+
export interface VirtualMachineScaleSetsPerformMaintenance {
|
|
75
|
+
/** Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications */
|
|
76
|
+
post(options: VirtualMachineScaleSetsPerformMaintenanceParameters): StreamableMethod<VirtualMachineScaleSetsPerformMaintenance200Response | VirtualMachineScaleSetsPerformMaintenance202Response | VirtualMachineScaleSetsPerformMaintenanceDefaultResponse>;
|
|
77
|
+
}
|
|
78
|
+
export interface VirtualMachineScaleSetsUpdateInstances {
|
|
79
|
+
/** Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. */
|
|
80
|
+
post(options: VirtualMachineScaleSetsUpdateInstancesParameters): StreamableMethod<VirtualMachineScaleSetsUpdateInstances200Response | VirtualMachineScaleSetsUpdateInstances202Response | VirtualMachineScaleSetsUpdateInstancesDefaultResponse>;
|
|
81
|
+
}
|
|
82
|
+
export interface VirtualMachineScaleSetsReimage {
|
|
83
|
+
/** Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. */
|
|
84
|
+
post(options: VirtualMachineScaleSetsReimageParameters): StreamableMethod<VirtualMachineScaleSetsReimage200Response | VirtualMachineScaleSetsReimage202Response | VirtualMachineScaleSetsReimageDefaultResponse>;
|
|
85
|
+
}
|
|
86
|
+
export interface VirtualMachineScaleSetsReimageAll {
|
|
87
|
+
/** Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. */
|
|
88
|
+
post(options: VirtualMachineScaleSetsReimageAllParameters): StreamableMethod<VirtualMachineScaleSetsReimageAll200Response | VirtualMachineScaleSetsReimageAll202Response | VirtualMachineScaleSetsReimageAllDefaultResponse>;
|
|
89
|
+
}
|
|
90
|
+
export interface VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalk {
|
|
91
|
+
/** Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set. */
|
|
92
|
+
post(options: VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkParameters): StreamableMethod<VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalk200Response | VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkDefaultResponse>;
|
|
93
|
+
}
|
|
94
|
+
export interface VirtualMachineScaleSetsConvertToSinglePlacementGroup {
|
|
95
|
+
/** Converts SinglePlacementGroup property to false for a existing virtual machine scale set. */
|
|
96
|
+
post(options: VirtualMachineScaleSetsConvertToSinglePlacementGroupParameters): StreamableMethod<VirtualMachineScaleSetsConvertToSinglePlacementGroup200Response | VirtualMachineScaleSetsConvertToSinglePlacementGroupDefaultResponse>;
|
|
97
|
+
}
|
|
98
|
+
export interface VirtualMachineScaleSetsSetOrchestrationServiceState {
|
|
99
|
+
/** Changes ServiceState property for a given service */
|
|
100
|
+
post(options: VirtualMachineScaleSetsSetOrchestrationServiceStateParameters): StreamableMethod<VirtualMachineScaleSetsSetOrchestrationServiceState200Response | VirtualMachineScaleSetsSetOrchestrationServiceState202Response | VirtualMachineScaleSetsSetOrchestrationServiceStateDefaultResponse>;
|
|
101
|
+
}
|
|
102
|
+
export interface VirtualMachineScaleSetExtensionsCreateOrUpdate {
|
|
103
|
+
/** The operation to create or update an extension. */
|
|
104
|
+
put(options: VirtualMachineScaleSetExtensionsCreateOrUpdateParameters): StreamableMethod<VirtualMachineScaleSetExtensionsCreateOrUpdate200Response | VirtualMachineScaleSetExtensionsCreateOrUpdate201Response | VirtualMachineScaleSetExtensionsCreateOrUpdateDefaultResponse>;
|
|
105
|
+
/** The operation to update an extension. */
|
|
106
|
+
patch(options: VirtualMachineScaleSetExtensionsUpdateParameters): StreamableMethod<VirtualMachineScaleSetExtensionsUpdate200Response | VirtualMachineScaleSetExtensionsUpdate201Response | VirtualMachineScaleSetExtensionsUpdateDefaultResponse>;
|
|
107
|
+
/** The operation to delete the extension. */
|
|
108
|
+
delete(options: VirtualMachineScaleSetExtensionsDeleteParameters): StreamableMethod<VirtualMachineScaleSetExtensionsDelete200Response | VirtualMachineScaleSetExtensionsDelete202Response | VirtualMachineScaleSetExtensionsDelete204Response | VirtualMachineScaleSetExtensionsDeleteDefaultResponse>;
|
|
109
|
+
/** The operation to get the extension. */
|
|
110
|
+
get(options: VirtualMachineScaleSetExtensionsGetParameters): StreamableMethod<VirtualMachineScaleSetExtensionsGet200Response | VirtualMachineScaleSetExtensionsGetDefaultResponse>;
|
|
111
|
+
}
|
|
112
|
+
export interface VirtualMachineScaleSetExtensionsList {
|
|
113
|
+
/** Gets a list of all extensions in a VM scale set. */
|
|
114
|
+
get(options: VirtualMachineScaleSetExtensionsListParameters): StreamableMethod<VirtualMachineScaleSetExtensionsList200Response | VirtualMachineScaleSetExtensionsListDefaultResponse>;
|
|
115
|
+
}
|
|
116
|
+
export interface VirtualMachineScaleSetRollingUpgradesCancel {
|
|
117
|
+
/** Cancels the current virtual machine scale set rolling upgrade. */
|
|
118
|
+
post(options: VirtualMachineScaleSetRollingUpgradesCancelParameters): StreamableMethod<VirtualMachineScaleSetRollingUpgradesCancel200Response | VirtualMachineScaleSetRollingUpgradesCancel202Response | VirtualMachineScaleSetRollingUpgradesCancelDefaultResponse>;
|
|
119
|
+
}
|
|
120
|
+
export interface VirtualMachineScaleSetRollingUpgradesStartOSUpgrade {
|
|
121
|
+
/** Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected. */
|
|
122
|
+
post(options: VirtualMachineScaleSetRollingUpgradesStartOSUpgradeParameters): StreamableMethod<VirtualMachineScaleSetRollingUpgradesStartOSUpgrade200Response | VirtualMachineScaleSetRollingUpgradesStartOSUpgrade202Response | VirtualMachineScaleSetRollingUpgradesStartOSUpgradeDefaultResponse>;
|
|
123
|
+
}
|
|
124
|
+
export interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade {
|
|
125
|
+
/** Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected. */
|
|
126
|
+
post(options: VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeParameters): StreamableMethod<VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade200Response | VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade202Response | VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeDefaultResponse>;
|
|
127
|
+
}
|
|
128
|
+
export interface VirtualMachineScaleSetRollingUpgradesGetLatest {
|
|
129
|
+
/** Gets the status of the latest virtual machine scale set rolling upgrade. */
|
|
130
|
+
get(options: VirtualMachineScaleSetRollingUpgradesGetLatestParameters): StreamableMethod<VirtualMachineScaleSetRollingUpgradesGetLatest200Response | VirtualMachineScaleSetRollingUpgradesGetLatestDefaultResponse>;
|
|
131
|
+
}
|
|
132
|
+
export interface VirtualMachineScaleSetVMExtensionsCreateOrUpdate {
|
|
133
|
+
/** The operation to create or update the VMSS VM extension. */
|
|
134
|
+
put(options: VirtualMachineScaleSetVMExtensionsCreateOrUpdateParameters): StreamableMethod<VirtualMachineScaleSetVMExtensionsCreateOrUpdate200Response | VirtualMachineScaleSetVMExtensionsCreateOrUpdate201Response | VirtualMachineScaleSetVMExtensionsCreateOrUpdateDefaultResponse>;
|
|
135
|
+
/** The operation to update the VMSS VM extension. */
|
|
136
|
+
patch(options: VirtualMachineScaleSetVMExtensionsUpdateParameters): StreamableMethod<VirtualMachineScaleSetVMExtensionsUpdate200Response | VirtualMachineScaleSetVMExtensionsUpdateDefaultResponse>;
|
|
137
|
+
/** The operation to delete the VMSS VM extension. */
|
|
138
|
+
delete(options: VirtualMachineScaleSetVMExtensionsDeleteParameters): StreamableMethod<VirtualMachineScaleSetVMExtensionsDelete200Response | VirtualMachineScaleSetVMExtensionsDelete202Response | VirtualMachineScaleSetVMExtensionsDelete204Response | VirtualMachineScaleSetVMExtensionsDeleteDefaultResponse>;
|
|
139
|
+
/** The operation to get the VMSS VM extension. */
|
|
140
|
+
get(options: VirtualMachineScaleSetVMExtensionsGetParameters): StreamableMethod<VirtualMachineScaleSetVMExtensionsGet200Response | VirtualMachineScaleSetVMExtensionsGetDefaultResponse>;
|
|
141
|
+
}
|
|
142
|
+
export interface VirtualMachineScaleSetVMExtensionsList {
|
|
143
|
+
/** The operation to get all extensions of an instance in Virtual Machine Scaleset. */
|
|
144
|
+
get(options: VirtualMachineScaleSetVMExtensionsListParameters): StreamableMethod<VirtualMachineScaleSetVMExtensionsList200Response | VirtualMachineScaleSetVMExtensionsListDefaultResponse>;
|
|
145
|
+
}
|
|
146
|
+
export interface VirtualMachineScaleSetVMsReimage {
|
|
147
|
+
/** Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. */
|
|
148
|
+
post(options: VirtualMachineScaleSetVMsReimageParameters): StreamableMethod<VirtualMachineScaleSetVMsReimage200Response | VirtualMachineScaleSetVMsReimage202Response | VirtualMachineScaleSetVMsReimageDefaultResponse>;
|
|
149
|
+
}
|
|
150
|
+
export interface VirtualMachineScaleSetVMsReimageAll {
|
|
151
|
+
/** Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. */
|
|
152
|
+
post(options: VirtualMachineScaleSetVMsReimageAllParameters): StreamableMethod<VirtualMachineScaleSetVMsReimageAll200Response | VirtualMachineScaleSetVMsReimageAll202Response | VirtualMachineScaleSetVMsReimageAllDefaultResponse>;
|
|
153
|
+
}
|
|
154
|
+
export interface VirtualMachineScaleSetVMsDeallocate {
|
|
155
|
+
/** Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated. */
|
|
156
|
+
post(options: VirtualMachineScaleSetVMsDeallocateParameters): StreamableMethod<VirtualMachineScaleSetVMsDeallocate200Response | VirtualMachineScaleSetVMsDeallocate202Response | VirtualMachineScaleSetVMsDeallocateDefaultResponse>;
|
|
157
|
+
}
|
|
158
|
+
export interface VirtualMachineScaleSetVMsUpdate {
|
|
159
|
+
/** Updates a virtual machine of a VM scale set. */
|
|
160
|
+
put(options: VirtualMachineScaleSetVMsUpdateParameters): StreamableMethod<VirtualMachineScaleSetVMsUpdate200Response | VirtualMachineScaleSetVMsUpdate202Response | VirtualMachineScaleSetVMsUpdateDefaultResponse>;
|
|
161
|
+
/** Deletes a virtual machine from a VM scale set. */
|
|
162
|
+
delete(options: VirtualMachineScaleSetVMsDeleteParameters): StreamableMethod<VirtualMachineScaleSetVMsDelete200Response | VirtualMachineScaleSetVMsDelete202Response | VirtualMachineScaleSetVMsDelete204Response | VirtualMachineScaleSetVMsDeleteDefaultResponse>;
|
|
163
|
+
/** Gets a virtual machine from a VM scale set. */
|
|
164
|
+
get(options: VirtualMachineScaleSetVMsGetParameters): StreamableMethod<VirtualMachineScaleSetVMsGet200Response | VirtualMachineScaleSetVMsGetDefaultResponse>;
|
|
165
|
+
}
|
|
166
|
+
export interface VirtualMachineScaleSetVMsGetInstanceView {
|
|
167
|
+
/** Gets the status of a virtual machine from a VM scale set. */
|
|
168
|
+
get(options: VirtualMachineScaleSetVMsGetInstanceViewParameters): StreamableMethod<VirtualMachineScaleSetVMsGetInstanceView200Response | VirtualMachineScaleSetVMsGetInstanceViewDefaultResponse>;
|
|
169
|
+
}
|
|
170
|
+
export interface VirtualMachineScaleSetVMsList {
|
|
171
|
+
/** Gets a list of all virtual machines in a VM scale sets. */
|
|
172
|
+
get(options: VirtualMachineScaleSetVMsListParameters): StreamableMethod<VirtualMachineScaleSetVMsList200Response | VirtualMachineScaleSetVMsListDefaultResponse>;
|
|
173
|
+
}
|
|
174
|
+
export interface VirtualMachineScaleSetVMsPowerOff {
|
|
175
|
+
/** Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */
|
|
176
|
+
post(options: VirtualMachineScaleSetVMsPowerOffParameters): StreamableMethod<VirtualMachineScaleSetVMsPowerOff200Response | VirtualMachineScaleSetVMsPowerOff202Response | VirtualMachineScaleSetVMsPowerOffDefaultResponse>;
|
|
177
|
+
}
|
|
178
|
+
export interface VirtualMachineScaleSetVMsRestart {
|
|
179
|
+
/** Restarts a virtual machine in a VM scale set. */
|
|
180
|
+
post(options: VirtualMachineScaleSetVMsRestartParameters): StreamableMethod<VirtualMachineScaleSetVMsRestart200Response | VirtualMachineScaleSetVMsRestart202Response | VirtualMachineScaleSetVMsRestartDefaultResponse>;
|
|
181
|
+
}
|
|
182
|
+
export interface VirtualMachineScaleSetVMsStart {
|
|
183
|
+
/** Starts a virtual machine in a VM scale set. */
|
|
184
|
+
post(options: VirtualMachineScaleSetVMsStartParameters): StreamableMethod<VirtualMachineScaleSetVMsStart200Response | VirtualMachineScaleSetVMsStart202Response | VirtualMachineScaleSetVMsStartDefaultResponse>;
|
|
185
|
+
}
|
|
186
|
+
export interface VirtualMachineScaleSetVMsRedeploy {
|
|
187
|
+
/** Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. */
|
|
188
|
+
post(options: VirtualMachineScaleSetVMsRedeployParameters): StreamableMethod<VirtualMachineScaleSetVMsRedeploy200Response | VirtualMachineScaleSetVMsRedeploy202Response | VirtualMachineScaleSetVMsRedeployDefaultResponse>;
|
|
189
|
+
}
|
|
190
|
+
export interface VirtualMachineScaleSetVMsRetrieveBootDiagnosticsData {
|
|
191
|
+
/** The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set. */
|
|
192
|
+
post(options: VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataParameters): StreamableMethod<VirtualMachineScaleSetVMsRetrieveBootDiagnosticsData200Response | VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataDefaultResponse>;
|
|
193
|
+
}
|
|
194
|
+
export interface VirtualMachineScaleSetVMsPerformMaintenance {
|
|
195
|
+
/** Performs maintenance on a virtual machine in a VM scale set. */
|
|
196
|
+
post(options: VirtualMachineScaleSetVMsPerformMaintenanceParameters): StreamableMethod<VirtualMachineScaleSetVMsPerformMaintenance200Response | VirtualMachineScaleSetVMsPerformMaintenance202Response | VirtualMachineScaleSetVMsPerformMaintenanceDefaultResponse>;
|
|
197
|
+
}
|
|
198
|
+
export interface VirtualMachineScaleSetVMsSimulateEviction {
|
|
199
|
+
/** The operation to simulate the eviction of spot virtual machine in a VM scale set. */
|
|
200
|
+
post(options: VirtualMachineScaleSetVMsSimulateEvictionParameters): StreamableMethod<VirtualMachineScaleSetVMsSimulateEviction204Response | VirtualMachineScaleSetVMsSimulateEvictionDefaultResponse>;
|
|
201
|
+
}
|
|
202
|
+
export interface VirtualMachineScaleSetVMsRunCommand {
|
|
203
|
+
/** Run command on a virtual machine in a VM scale set. */
|
|
204
|
+
post(options: VirtualMachineScaleSetVMsRunCommandParameters): StreamableMethod<VirtualMachineScaleSetVMsRunCommand200Response | VirtualMachineScaleSetVMsRunCommand202Response>;
|
|
205
|
+
}
|
|
206
|
+
export interface VirtualMachineExtensionsCreateOrUpdate {
|
|
207
|
+
/** The operation to create or update the extension. */
|
|
208
|
+
put(options: VirtualMachineExtensionsCreateOrUpdateParameters): StreamableMethod<VirtualMachineExtensionsCreateOrUpdate200Response | VirtualMachineExtensionsCreateOrUpdate201Response | VirtualMachineExtensionsCreateOrUpdateDefaultResponse>;
|
|
209
|
+
/** The operation to update the extension. */
|
|
210
|
+
patch(options: VirtualMachineExtensionsUpdateParameters): StreamableMethod<VirtualMachineExtensionsUpdate200Response | VirtualMachineExtensionsUpdateDefaultResponse>;
|
|
211
|
+
/** The operation to delete the extension. */
|
|
212
|
+
delete(options: VirtualMachineExtensionsDeleteParameters): StreamableMethod<VirtualMachineExtensionsDelete200Response | VirtualMachineExtensionsDelete202Response | VirtualMachineExtensionsDelete204Response | VirtualMachineExtensionsDeleteDefaultResponse>;
|
|
213
|
+
/** The operation to get the extension. */
|
|
214
|
+
get(options: VirtualMachineExtensionsGetParameters): StreamableMethod<VirtualMachineExtensionsGet200Response | VirtualMachineExtensionsGetDefaultResponse>;
|
|
215
|
+
}
|
|
216
|
+
export interface VirtualMachineExtensionsList {
|
|
217
|
+
/** The operation to get all extensions of a Virtual Machine. */
|
|
218
|
+
get(options: VirtualMachineExtensionsListParameters): StreamableMethod<VirtualMachineExtensionsList200Response | VirtualMachineExtensionsListDefaultResponse>;
|
|
219
|
+
}
|
|
220
|
+
export interface VirtualMachinesListByLocation {
|
|
221
|
+
/** Gets all the virtual machines under the specified subscription for the specified location. */
|
|
222
|
+
get(options: VirtualMachinesListByLocationParameters): StreamableMethod<VirtualMachinesListByLocation200Response | VirtualMachinesListByLocationDefaultResponse>;
|
|
223
|
+
}
|
|
224
|
+
export interface VirtualMachinesCapture {
|
|
225
|
+
/** Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. */
|
|
226
|
+
post(options: VirtualMachinesCaptureParameters): StreamableMethod<VirtualMachinesCapture200Response | VirtualMachinesCapture202Response | VirtualMachinesCaptureDefaultResponse>;
|
|
227
|
+
}
|
|
228
|
+
export interface VirtualMachinesCreateOrUpdate {
|
|
229
|
+
/** The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. */
|
|
230
|
+
put(options: VirtualMachinesCreateOrUpdateParameters): StreamableMethod<VirtualMachinesCreateOrUpdate200Response | VirtualMachinesCreateOrUpdate201Response | VirtualMachinesCreateOrUpdateDefaultResponse>;
|
|
231
|
+
/** The operation to update a virtual machine. */
|
|
232
|
+
patch(options: VirtualMachinesUpdateParameters): StreamableMethod<VirtualMachinesUpdate200Response | VirtualMachinesUpdateDefaultResponse>;
|
|
233
|
+
/** The operation to delete a virtual machine. */
|
|
234
|
+
delete(options: VirtualMachinesDeleteParameters): StreamableMethod<VirtualMachinesDelete200Response | VirtualMachinesDelete202Response | VirtualMachinesDelete204Response | VirtualMachinesDeleteDefaultResponse>;
|
|
235
|
+
/** Retrieves information about the model view or the instance view of a virtual machine. */
|
|
236
|
+
get(options: VirtualMachinesGetParameters): StreamableMethod<VirtualMachinesGet200Response | VirtualMachinesGetDefaultResponse>;
|
|
237
|
+
}
|
|
238
|
+
export interface VirtualMachinesInstanceView {
|
|
239
|
+
/** Retrieves information about the run-time state of a virtual machine. */
|
|
240
|
+
get(options: VirtualMachinesInstanceViewParameters): StreamableMethod<VirtualMachinesInstanceView200Response | VirtualMachinesInstanceViewDefaultResponse>;
|
|
241
|
+
}
|
|
242
|
+
export interface VirtualMachinesConvertToManagedDisks {
|
|
243
|
+
/** Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. */
|
|
244
|
+
post(options: VirtualMachinesConvertToManagedDisksParameters): StreamableMethod<VirtualMachinesConvertToManagedDisks200Response | VirtualMachinesConvertToManagedDisks202Response | VirtualMachinesConvertToManagedDisksDefaultResponse>;
|
|
245
|
+
}
|
|
246
|
+
export interface VirtualMachinesDeallocate {
|
|
247
|
+
/** Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. */
|
|
248
|
+
post(options: VirtualMachinesDeallocateParameters): StreamableMethod<VirtualMachinesDeallocate200Response | VirtualMachinesDeallocate202Response | VirtualMachinesDeallocateDefaultResponse>;
|
|
249
|
+
}
|
|
250
|
+
export interface VirtualMachinesGeneralize {
|
|
251
|
+
/** Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation. <br>For Windows, please refer to [Create a managed image of a generalized VM in Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).<br>For Linux, please refer to [How to create an image of a virtual machine or VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). */
|
|
252
|
+
post(options: VirtualMachinesGeneralizeParameters): StreamableMethod<VirtualMachinesGeneralize200Response | VirtualMachinesGeneralizeDefaultResponse>;
|
|
253
|
+
}
|
|
254
|
+
export interface VirtualMachinesList {
|
|
255
|
+
/** Lists all of the virtual machines in the specified resource group. Use the nextLink property in the response to get the next page of virtual machines. */
|
|
256
|
+
get(options: VirtualMachinesListParameters): StreamableMethod<VirtualMachinesList200Response | VirtualMachinesListDefaultResponse>;
|
|
257
|
+
}
|
|
258
|
+
export interface VirtualMachinesListAll {
|
|
259
|
+
/** Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. */
|
|
260
|
+
get(options: VirtualMachinesListAllParameters): StreamableMethod<VirtualMachinesListAll200Response | VirtualMachinesListAllDefaultResponse>;
|
|
261
|
+
}
|
|
262
|
+
export interface VirtualMachinesListAvailableSizes {
|
|
263
|
+
/** Lists all available virtual machine sizes to which the specified virtual machine can be resized. */
|
|
264
|
+
get(options: VirtualMachinesListAvailableSizesParameters): StreamableMethod<VirtualMachinesListAvailableSizes200Response | VirtualMachinesListAvailableSizesDefaultResponse>;
|
|
265
|
+
}
|
|
266
|
+
export interface VirtualMachinesPowerOff {
|
|
267
|
+
/** The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. */
|
|
268
|
+
post(options: VirtualMachinesPowerOffParameters): StreamableMethod<VirtualMachinesPowerOff200Response | VirtualMachinesPowerOff202Response | VirtualMachinesPowerOffDefaultResponse>;
|
|
269
|
+
}
|
|
270
|
+
export interface VirtualMachinesReapply {
|
|
271
|
+
/** The operation to reapply a virtual machine's state. */
|
|
272
|
+
post(options: VirtualMachinesReapplyParameters): StreamableMethod<VirtualMachinesReapply200Response | VirtualMachinesReapply202Response | VirtualMachinesReapplyDefaultResponse>;
|
|
273
|
+
}
|
|
274
|
+
export interface VirtualMachinesRestart {
|
|
275
|
+
/** The operation to restart a virtual machine. */
|
|
276
|
+
post(options: VirtualMachinesRestartParameters): StreamableMethod<VirtualMachinesRestart200Response | VirtualMachinesRestart202Response | VirtualMachinesRestartDefaultResponse>;
|
|
277
|
+
}
|
|
278
|
+
export interface VirtualMachinesStart {
|
|
279
|
+
/** The operation to start a virtual machine. */
|
|
280
|
+
post(options: VirtualMachinesStartParameters): StreamableMethod<VirtualMachinesStart200Response | VirtualMachinesStart202Response | VirtualMachinesStartDefaultResponse>;
|
|
281
|
+
}
|
|
282
|
+
export interface VirtualMachinesRedeploy {
|
|
283
|
+
/** Shuts down the virtual machine, moves it to a new node, and powers it back on. */
|
|
284
|
+
post(options: VirtualMachinesRedeployParameters): StreamableMethod<VirtualMachinesRedeploy200Response | VirtualMachinesRedeploy202Response | VirtualMachinesRedeployDefaultResponse>;
|
|
285
|
+
}
|
|
286
|
+
export interface VirtualMachinesReimage {
|
|
287
|
+
/** Reimages the virtual machine which has an ephemeral OS disk back to its initial state. */
|
|
288
|
+
post(options: VirtualMachinesReimageParameters): StreamableMethod<VirtualMachinesReimage200Response | VirtualMachinesReimage202Response | VirtualMachinesReimageDefaultResponse>;
|
|
289
|
+
}
|
|
290
|
+
export interface VirtualMachinesRetrieveBootDiagnosticsData {
|
|
291
|
+
/** The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs. */
|
|
292
|
+
post(options: VirtualMachinesRetrieveBootDiagnosticsDataParameters): StreamableMethod<VirtualMachinesRetrieveBootDiagnosticsData200Response | VirtualMachinesRetrieveBootDiagnosticsDataDefaultResponse>;
|
|
293
|
+
}
|
|
294
|
+
export interface VirtualMachinesPerformMaintenance {
|
|
295
|
+
/** The operation to perform maintenance on a virtual machine. */
|
|
296
|
+
post(options: VirtualMachinesPerformMaintenanceParameters): StreamableMethod<VirtualMachinesPerformMaintenance200Response | VirtualMachinesPerformMaintenance202Response | VirtualMachinesPerformMaintenanceDefaultResponse>;
|
|
297
|
+
}
|
|
298
|
+
export interface VirtualMachinesSimulateEviction {
|
|
299
|
+
/** The operation to simulate the eviction of spot virtual machine. */
|
|
300
|
+
post(options: VirtualMachinesSimulateEvictionParameters): StreamableMethod<VirtualMachinesSimulateEviction204Response | VirtualMachinesSimulateEvictionDefaultResponse>;
|
|
301
|
+
}
|
|
302
|
+
export interface VirtualMachinesAssessPatches {
|
|
303
|
+
/** Assess patches on the VM. */
|
|
304
|
+
post(options: VirtualMachinesAssessPatchesParameters): StreamableMethod<VirtualMachinesAssessPatches200Response | VirtualMachinesAssessPatches202Response | VirtualMachinesAssessPatchesDefaultResponse>;
|
|
305
|
+
}
|
|
306
|
+
export interface VirtualMachinesInstallPatches {
|
|
307
|
+
/** Installs patches on the VM. */
|
|
308
|
+
post(options: VirtualMachinesInstallPatchesParameters): StreamableMethod<VirtualMachinesInstallPatches200Response | VirtualMachinesInstallPatches202Response | VirtualMachinesInstallPatchesDefaultResponse>;
|
|
309
|
+
}
|
|
310
|
+
export interface VirtualMachinesRunCommand {
|
|
311
|
+
/** Run command on the VM. */
|
|
312
|
+
post(options: VirtualMachinesRunCommandParameters): StreamableMethod<VirtualMachinesRunCommand200Response | VirtualMachinesRunCommand202Response>;
|
|
313
|
+
}
|
|
314
|
+
export interface VirtualMachineImagesGet {
|
|
315
|
+
/** Gets a virtual machine image. */
|
|
316
|
+
get(options: VirtualMachineImagesGetParameters): StreamableMethod<VirtualMachineImagesGet200Response | VirtualMachineImagesGetDefaultResponse>;
|
|
317
|
+
}
|
|
318
|
+
export interface VirtualMachineImagesList {
|
|
319
|
+
/** Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. */
|
|
320
|
+
get(options: VirtualMachineImagesListParameters): StreamableMethod<VirtualMachineImagesList200Response | VirtualMachineImagesListDefaultResponse>;
|
|
321
|
+
}
|
|
322
|
+
export interface VirtualMachineImagesListOffers {
|
|
323
|
+
/** Gets a list of virtual machine image offers for the specified location and publisher. */
|
|
324
|
+
get(options: VirtualMachineImagesListOffersParameters): StreamableMethod<VirtualMachineImagesListOffers200Response | VirtualMachineImagesListOffersDefaultResponse>;
|
|
325
|
+
}
|
|
326
|
+
export interface VirtualMachineImagesListPublishers {
|
|
327
|
+
/** Gets a list of virtual machine image publishers for the specified Azure location. */
|
|
328
|
+
get(options: VirtualMachineImagesListPublishersParameters): StreamableMethod<VirtualMachineImagesListPublishers200Response | VirtualMachineImagesListPublishersDefaultResponse>;
|
|
329
|
+
}
|
|
330
|
+
export interface VirtualMachineImagesListSkus {
|
|
331
|
+
/** Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. */
|
|
332
|
+
get(options: VirtualMachineImagesListSkusParameters): StreamableMethod<VirtualMachineImagesListSkus200Response | VirtualMachineImagesListSkusDefaultResponse>;
|
|
333
|
+
}
|
|
334
|
+
export interface VirtualMachineImagesListByEdgeZone {
|
|
335
|
+
/** Gets a list of all virtual machine image versions for the specified edge zone */
|
|
336
|
+
get(options: VirtualMachineImagesListByEdgeZoneParameters): StreamableMethod<VirtualMachineImagesListByEdgeZone200Response | VirtualMachineImagesListByEdgeZoneDefaultResponse>;
|
|
337
|
+
}
|
|
338
|
+
export interface VirtualMachineImagesEdgeZoneGet {
|
|
339
|
+
/** Gets a virtual machine image in an edge zone. */
|
|
340
|
+
get(options: VirtualMachineImagesEdgeZoneGetParameters): StreamableMethod<VirtualMachineImagesEdgeZoneGet200Response | VirtualMachineImagesEdgeZoneGetDefaultResponse>;
|
|
341
|
+
}
|
|
342
|
+
export interface VirtualMachineImagesEdgeZoneList {
|
|
343
|
+
/** Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. */
|
|
344
|
+
get(options: VirtualMachineImagesEdgeZoneListParameters): StreamableMethod<VirtualMachineImagesEdgeZoneList200Response | VirtualMachineImagesEdgeZoneListDefaultResponse>;
|
|
345
|
+
}
|
|
346
|
+
export interface VirtualMachineImagesEdgeZoneListOffers {
|
|
347
|
+
/** Gets a list of virtual machine image offers for the specified location, edge zone and publisher. */
|
|
348
|
+
get(options: VirtualMachineImagesEdgeZoneListOffersParameters): StreamableMethod<VirtualMachineImagesEdgeZoneListOffers200Response | VirtualMachineImagesEdgeZoneListOffersDefaultResponse>;
|
|
349
|
+
}
|
|
350
|
+
export interface VirtualMachineImagesEdgeZoneListPublishers {
|
|
351
|
+
/** Gets a list of virtual machine image publishers for the specified Azure location and edge zone. */
|
|
352
|
+
get(options: VirtualMachineImagesEdgeZoneListPublishersParameters): StreamableMethod<VirtualMachineImagesEdgeZoneListPublishers200Response | VirtualMachineImagesEdgeZoneListPublishersDefaultResponse>;
|
|
353
|
+
}
|
|
354
|
+
export interface VirtualMachineImagesEdgeZoneListSkus {
|
|
355
|
+
/** Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. */
|
|
356
|
+
get(options: VirtualMachineImagesEdgeZoneListSkusParameters): StreamableMethod<VirtualMachineImagesEdgeZoneListSkus200Response | VirtualMachineImagesEdgeZoneListSkusDefaultResponse>;
|
|
357
|
+
}
|
|
358
|
+
export interface VirtualMachineExtensionImagesGet {
|
|
359
|
+
/** Gets a virtual machine extension image. */
|
|
360
|
+
get(options: VirtualMachineExtensionImagesGetParameters): StreamableMethod<VirtualMachineExtensionImagesGet200Response | VirtualMachineExtensionImagesGetDefaultResponse>;
|
|
361
|
+
}
|
|
362
|
+
export interface VirtualMachineExtensionImagesListTypes {
|
|
363
|
+
/** Gets a list of virtual machine extension image types. */
|
|
364
|
+
get(options: VirtualMachineExtensionImagesListTypesParameters): StreamableMethod<VirtualMachineExtensionImagesListTypes200Response | VirtualMachineExtensionImagesListTypesDefaultResponse>;
|
|
365
|
+
}
|
|
366
|
+
export interface VirtualMachineExtensionImagesListVersions {
|
|
367
|
+
/** Gets a list of virtual machine extension image versions. */
|
|
368
|
+
get(options: VirtualMachineExtensionImagesListVersionsParameters): StreamableMethod<VirtualMachineExtensionImagesListVersions200Response | VirtualMachineExtensionImagesListVersionsDefaultResponse>;
|
|
369
|
+
}
|
|
370
|
+
export interface AvailabilitySetsCreateOrUpdate {
|
|
371
|
+
/** Create or update an availability set. */
|
|
372
|
+
put(options: AvailabilitySetsCreateOrUpdateParameters): StreamableMethod<AvailabilitySetsCreateOrUpdate200Response | AvailabilitySetsCreateOrUpdateDefaultResponse>;
|
|
373
|
+
/** Update an availability set. */
|
|
374
|
+
patch(options: AvailabilitySetsUpdateParameters): StreamableMethod<AvailabilitySetsUpdate200Response | AvailabilitySetsUpdateDefaultResponse>;
|
|
375
|
+
/** Delete an availability set. */
|
|
376
|
+
delete(options: AvailabilitySetsDeleteParameters): StreamableMethod<AvailabilitySetsDelete200Response | AvailabilitySetsDelete204Response | AvailabilitySetsDeleteDefaultResponse>;
|
|
377
|
+
/** Retrieves information about an availability set. */
|
|
378
|
+
get(options: AvailabilitySetsGetParameters): StreamableMethod<AvailabilitySetsGet200Response | AvailabilitySetsGetDefaultResponse>;
|
|
379
|
+
}
|
|
380
|
+
export interface AvailabilitySetsListBySubscription {
|
|
381
|
+
/** Lists all availability sets in a subscription. */
|
|
382
|
+
get(options: AvailabilitySetsListBySubscriptionParameters): StreamableMethod<AvailabilitySetsListBySubscription200Response | AvailabilitySetsListBySubscriptionDefaultResponse>;
|
|
383
|
+
}
|
|
384
|
+
export interface AvailabilitySetsList {
|
|
385
|
+
/** Lists all availability sets in a resource group. */
|
|
386
|
+
get(options: AvailabilitySetsListParameters): StreamableMethod<AvailabilitySetsList200Response | AvailabilitySetsListDefaultResponse>;
|
|
387
|
+
}
|
|
388
|
+
export interface AvailabilitySetsListAvailableSizes {
|
|
389
|
+
/** Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set. */
|
|
390
|
+
get(options: AvailabilitySetsListAvailableSizesParameters): StreamableMethod<AvailabilitySetsListAvailableSizes200Response | AvailabilitySetsListAvailableSizesDefaultResponse>;
|
|
391
|
+
}
|
|
392
|
+
export interface ProximityPlacementGroupsCreateOrUpdate {
|
|
393
|
+
/** Create or update a proximity placement group. */
|
|
394
|
+
put(options: ProximityPlacementGroupsCreateOrUpdateParameters): StreamableMethod<ProximityPlacementGroupsCreateOrUpdate200Response | ProximityPlacementGroupsCreateOrUpdate201Response | ProximityPlacementGroupsCreateOrUpdateDefaultResponse>;
|
|
395
|
+
/** Update a proximity placement group. */
|
|
396
|
+
patch(options: ProximityPlacementGroupsUpdateParameters): StreamableMethod<ProximityPlacementGroupsUpdate200Response | ProximityPlacementGroupsUpdateDefaultResponse>;
|
|
397
|
+
/** Delete a proximity placement group. */
|
|
398
|
+
delete(options: ProximityPlacementGroupsDeleteParameters): StreamableMethod<ProximityPlacementGroupsDelete200Response | ProximityPlacementGroupsDeleteDefaultResponse>;
|
|
399
|
+
/** Retrieves information about a proximity placement group . */
|
|
400
|
+
get(options: ProximityPlacementGroupsGetParameters): StreamableMethod<ProximityPlacementGroupsGet200Response | ProximityPlacementGroupsGetDefaultResponse>;
|
|
401
|
+
}
|
|
402
|
+
export interface ProximityPlacementGroupsListBySubscription {
|
|
403
|
+
/** Lists all proximity placement groups in a subscription. */
|
|
404
|
+
get(options: ProximityPlacementGroupsListBySubscriptionParameters): StreamableMethod<ProximityPlacementGroupsListBySubscription200Response | ProximityPlacementGroupsListBySubscriptionDefaultResponse>;
|
|
405
|
+
}
|
|
406
|
+
export interface ProximityPlacementGroupsListByResourceGroup {
|
|
407
|
+
/** Lists all proximity placement groups in a resource group. */
|
|
408
|
+
get(options: ProximityPlacementGroupsListByResourceGroupParameters): StreamableMethod<ProximityPlacementGroupsListByResourceGroup200Response | ProximityPlacementGroupsListByResourceGroupDefaultResponse>;
|
|
409
|
+
}
|
|
410
|
+
export interface DedicatedHostGroupsCreateOrUpdate {
|
|
411
|
+
/** Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596) */
|
|
412
|
+
put(options: DedicatedHostGroupsCreateOrUpdateParameters): StreamableMethod<DedicatedHostGroupsCreateOrUpdate200Response | DedicatedHostGroupsCreateOrUpdate201Response | DedicatedHostGroupsCreateOrUpdateDefaultResponse>;
|
|
413
|
+
/** Update an dedicated host group. */
|
|
414
|
+
patch(options: DedicatedHostGroupsUpdateParameters): StreamableMethod<DedicatedHostGroupsUpdate200Response | DedicatedHostGroupsUpdateDefaultResponse>;
|
|
415
|
+
/** Delete a dedicated host group. */
|
|
416
|
+
delete(options: DedicatedHostGroupsDeleteParameters): StreamableMethod<DedicatedHostGroupsDelete200Response | DedicatedHostGroupsDelete204Response | DedicatedHostGroupsDeleteDefaultResponse>;
|
|
417
|
+
/** Retrieves information about a dedicated host group. */
|
|
418
|
+
get(options: DedicatedHostGroupsGetParameters): StreamableMethod<DedicatedHostGroupsGet200Response | DedicatedHostGroupsGetDefaultResponse>;
|
|
419
|
+
}
|
|
420
|
+
export interface DedicatedHostGroupsListByResourceGroup {
|
|
421
|
+
/** Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups. */
|
|
422
|
+
get(options: DedicatedHostGroupsListByResourceGroupParameters): StreamableMethod<DedicatedHostGroupsListByResourceGroup200Response | DedicatedHostGroupsListByResourceGroupDefaultResponse>;
|
|
423
|
+
}
|
|
424
|
+
export interface DedicatedHostGroupsListBySubscription {
|
|
425
|
+
/** Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. */
|
|
426
|
+
get(options: DedicatedHostGroupsListBySubscriptionParameters): StreamableMethod<DedicatedHostGroupsListBySubscription200Response | DedicatedHostGroupsListBySubscriptionDefaultResponse>;
|
|
427
|
+
}
|
|
428
|
+
export interface DedicatedHostsCreateOrUpdate {
|
|
429
|
+
/** Create or update a dedicated host . */
|
|
430
|
+
put(options: DedicatedHostsCreateOrUpdateParameters): StreamableMethod<DedicatedHostsCreateOrUpdate200Response | DedicatedHostsCreateOrUpdate201Response | DedicatedHostsCreateOrUpdateDefaultResponse>;
|
|
431
|
+
/** Update an dedicated host . */
|
|
432
|
+
patch(options: DedicatedHostsUpdateParameters): StreamableMethod<DedicatedHostsUpdate200Response | DedicatedHostsUpdateDefaultResponse>;
|
|
433
|
+
/** Delete a dedicated host. */
|
|
434
|
+
delete(options: DedicatedHostsDeleteParameters): StreamableMethod<DedicatedHostsDelete200Response | DedicatedHostsDelete202Response | DedicatedHostsDelete204Response | DedicatedHostsDeleteDefaultResponse>;
|
|
435
|
+
/** Retrieves information about a dedicated host. */
|
|
436
|
+
get(options: DedicatedHostsGetParameters): StreamableMethod<DedicatedHostsGet200Response | DedicatedHostsGetDefaultResponse>;
|
|
437
|
+
}
|
|
438
|
+
export interface DedicatedHostsListByHostGroup {
|
|
439
|
+
/** Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. */
|
|
440
|
+
get(options: DedicatedHostsListByHostGroupParameters): StreamableMethod<DedicatedHostsListByHostGroup200Response | DedicatedHostsListByHostGroupDefaultResponse>;
|
|
441
|
+
}
|
|
442
|
+
export interface DedicatedHostsRestart {
|
|
443
|
+
/** Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details. */
|
|
444
|
+
post(options: DedicatedHostsRestartParameters): StreamableMethod<DedicatedHostsRestart200Response | DedicatedHostsRestartDefaultResponse>;
|
|
445
|
+
}
|
|
446
|
+
export interface SshPublicKeysListBySubscription {
|
|
447
|
+
/** Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. */
|
|
448
|
+
get(options: SshPublicKeysListBySubscriptionParameters): StreamableMethod<SshPublicKeysListBySubscription200Response | SshPublicKeysListBySubscriptionDefaultResponse>;
|
|
449
|
+
}
|
|
450
|
+
export interface SshPublicKeysListByResourceGroup {
|
|
451
|
+
/** Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys. */
|
|
452
|
+
get(options: SshPublicKeysListByResourceGroupParameters): StreamableMethod<SshPublicKeysListByResourceGroup200Response | SshPublicKeysListByResourceGroupDefaultResponse>;
|
|
453
|
+
}
|
|
454
|
+
export interface SshPublicKeysCreate {
|
|
455
|
+
/** Creates a new SSH public key resource. */
|
|
456
|
+
put(options: SshPublicKeysCreateParameters): StreamableMethod<SshPublicKeysCreate200Response | SshPublicKeysCreate201Response | SshPublicKeysCreateDefaultResponse>;
|
|
457
|
+
/** Updates a new SSH public key resource. */
|
|
458
|
+
patch(options: SshPublicKeysUpdateParameters): StreamableMethod<SshPublicKeysUpdate200Response | SshPublicKeysUpdateDefaultResponse>;
|
|
459
|
+
/** Delete an SSH public key. */
|
|
460
|
+
delete(options: SshPublicKeysDeleteParameters): StreamableMethod<SshPublicKeysDelete200Response | SshPublicKeysDelete204Response | SshPublicKeysDeleteDefaultResponse>;
|
|
461
|
+
/** Retrieves information about an SSH public key. */
|
|
462
|
+
get(options: SshPublicKeysGetParameters): StreamableMethod<SshPublicKeysGet200Response | SshPublicKeysGetDefaultResponse>;
|
|
463
|
+
}
|
|
464
|
+
export interface SshPublicKeysGenerateKeyPair {
|
|
465
|
+
/** Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource. */
|
|
466
|
+
post(options: SshPublicKeysGenerateKeyPairParameters): StreamableMethod<SshPublicKeysGenerateKeyPair200Response | SshPublicKeysGenerateKeyPairDefaultResponse>;
|
|
467
|
+
}
|
|
468
|
+
export interface ImagesCreateOrUpdate {
|
|
469
|
+
/** Create or update an image. */
|
|
470
|
+
put(options: ImagesCreateOrUpdateParameters): StreamableMethod<ImagesCreateOrUpdate200Response | ImagesCreateOrUpdate201Response | ImagesCreateOrUpdateDefaultResponse>;
|
|
471
|
+
/** Update an image. */
|
|
472
|
+
patch(options: ImagesUpdateParameters): StreamableMethod<ImagesUpdate200Response | ImagesUpdate201Response | ImagesUpdateDefaultResponse>;
|
|
473
|
+
/** Deletes an Image. */
|
|
474
|
+
delete(options: ImagesDeleteParameters): StreamableMethod<ImagesDelete200Response | ImagesDelete202Response | ImagesDelete204Response | ImagesDeleteDefaultResponse>;
|
|
475
|
+
/** Gets an image. */
|
|
476
|
+
get(options: ImagesGetParameters): StreamableMethod<ImagesGet200Response | ImagesGetDefaultResponse>;
|
|
477
|
+
}
|
|
478
|
+
export interface ImagesListByResourceGroup {
|
|
479
|
+
/** Gets the list of images under a resource group. */
|
|
480
|
+
get(options: ImagesListByResourceGroupParameters): StreamableMethod<ImagesListByResourceGroup200Response | ImagesListByResourceGroupDefaultResponse>;
|
|
481
|
+
}
|
|
482
|
+
export interface ImagesList {
|
|
483
|
+
/** Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. */
|
|
484
|
+
get(options: ImagesListParameters): StreamableMethod<ImagesList200Response | ImagesListDefaultResponse>;
|
|
485
|
+
}
|
|
486
|
+
export interface RestorePointCollectionsCreateOrUpdate {
|
|
487
|
+
/** The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. */
|
|
488
|
+
put(options: RestorePointCollectionsCreateOrUpdateParameters): StreamableMethod<RestorePointCollectionsCreateOrUpdate200Response | RestorePointCollectionsCreateOrUpdate201Response | RestorePointCollectionsCreateOrUpdateDefaultResponse>;
|
|
489
|
+
/** The operation to update the restore point collection. */
|
|
490
|
+
patch(options: RestorePointCollectionsUpdateParameters): StreamableMethod<RestorePointCollectionsUpdate200Response | RestorePointCollectionsUpdateDefaultResponse>;
|
|
491
|
+
/** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */
|
|
492
|
+
delete(options: RestorePointCollectionsDeleteParameters): StreamableMethod<RestorePointCollectionsDelete200Response | RestorePointCollectionsDelete202Response | RestorePointCollectionsDelete204Response | RestorePointCollectionsDeleteDefaultResponse>;
|
|
493
|
+
/** The operation to get the restore point collection. */
|
|
494
|
+
get(options: RestorePointCollectionsGetParameters): StreamableMethod<RestorePointCollectionsGet200Response | RestorePointCollectionsGetDefaultResponse>;
|
|
495
|
+
}
|
|
496
|
+
export interface RestorePointCollectionsList {
|
|
497
|
+
/** Gets the list of restore point collections in a resource group. */
|
|
498
|
+
get(options: RestorePointCollectionsListParameters): StreamableMethod<RestorePointCollectionsList200Response | RestorePointCollectionsListDefaultResponse>;
|
|
499
|
+
}
|
|
500
|
+
export interface RestorePointCollectionsListAll {
|
|
501
|
+
/** Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. */
|
|
502
|
+
get(options: RestorePointCollectionsListAllParameters): StreamableMethod<RestorePointCollectionsListAll200Response | RestorePointCollectionsListAllDefaultResponse>;
|
|
503
|
+
}
|
|
504
|
+
export interface RestorePointsCreate {
|
|
505
|
+
/** The operation to create the restore point. Updating properties of an existing restore point is not allowed */
|
|
506
|
+
put(options: RestorePointsCreateParameters): StreamableMethod<RestorePointsCreate201Response | RestorePointsCreateDefaultResponse>;
|
|
507
|
+
/** The operation to delete the restore point. */
|
|
508
|
+
delete(options: RestorePointsDeleteParameters): StreamableMethod<RestorePointsDelete200Response | RestorePointsDelete202Response | RestorePointsDelete204Response | RestorePointsDeleteDefaultResponse>;
|
|
509
|
+
/** The operation to get the restore point. */
|
|
510
|
+
get(options: RestorePointsGetParameters): StreamableMethod<RestorePointsGet200Response | RestorePointsGetDefaultResponse>;
|
|
511
|
+
}
|
|
512
|
+
export interface CapacityReservationGroupsCreateOrUpdate {
|
|
513
|
+
/** The operation to create or update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. Please refer to https://aka.ms/CapacityReservation for more details. */
|
|
514
|
+
put(options: CapacityReservationGroupsCreateOrUpdateParameters): StreamableMethod<CapacityReservationGroupsCreateOrUpdate200Response | CapacityReservationGroupsCreateOrUpdate201Response | CapacityReservationGroupsCreateOrUpdateDefaultResponse>;
|
|
515
|
+
/** The operation to update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. */
|
|
516
|
+
patch(options: CapacityReservationGroupsUpdateParameters): StreamableMethod<CapacityReservationGroupsUpdate200Response | CapacityReservationGroupsUpdateDefaultResponse>;
|
|
517
|
+
/** The operation to delete a capacity reservation group. This operation is allowed only if all the associated resources are disassociated from the reservation group and all capacity reservations under the reservation group have also been deleted. Please refer to https://aka.ms/CapacityReservation for more details. */
|
|
518
|
+
delete(options: CapacityReservationGroupsDeleteParameters): StreamableMethod<CapacityReservationGroupsDelete200Response | CapacityReservationGroupsDelete204Response | CapacityReservationGroupsDeleteDefaultResponse>;
|
|
519
|
+
/** The operation that retrieves information about a capacity reservation group. */
|
|
520
|
+
get(options: CapacityReservationGroupsGetParameters): StreamableMethod<CapacityReservationGroupsGet200Response | CapacityReservationGroupsGetDefaultResponse>;
|
|
521
|
+
}
|
|
522
|
+
export interface CapacityReservationGroupsListByResourceGroup {
|
|
523
|
+
/** Lists all of the capacity reservation groups in the specified resource group. Use the nextLink property in the response to get the next page of capacity reservation groups. */
|
|
524
|
+
get(options: CapacityReservationGroupsListByResourceGroupParameters): StreamableMethod<CapacityReservationGroupsListByResourceGroup200Response | CapacityReservationGroupsListByResourceGroupDefaultResponse>;
|
|
525
|
+
}
|
|
526
|
+
export interface CapacityReservationGroupsListBySubscription {
|
|
527
|
+
/** Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups. */
|
|
528
|
+
get(options: CapacityReservationGroupsListBySubscriptionParameters): StreamableMethod<CapacityReservationGroupsListBySubscription200Response | CapacityReservationGroupsListBySubscriptionDefaultResponse>;
|
|
529
|
+
}
|
|
530
|
+
export interface CapacityReservationsCreateOrUpdate {
|
|
531
|
+
/** The operation to create or update a capacity reservation. Please note some properties can be set only during capacity reservation creation. Please refer to https://aka.ms/CapacityReservation for more details. */
|
|
532
|
+
put(options: CapacityReservationsCreateOrUpdateParameters): StreamableMethod<CapacityReservationsCreateOrUpdate200Response | CapacityReservationsCreateOrUpdate201Response | CapacityReservationsCreateOrUpdateDefaultResponse>;
|
|
533
|
+
/** The operation to update a capacity reservation. */
|
|
534
|
+
patch(options: CapacityReservationsUpdateParameters): StreamableMethod<CapacityReservationsUpdate200Response | CapacityReservationsUpdate202Response | CapacityReservationsUpdateDefaultResponse>;
|
|
535
|
+
/** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */
|
|
536
|
+
delete(options: CapacityReservationsDeleteParameters): StreamableMethod<CapacityReservationsDelete200Response | CapacityReservationsDelete202Response | CapacityReservationsDelete204Response | CapacityReservationsDeleteDefaultResponse>;
|
|
537
|
+
/** The operation that retrieves information about the capacity reservation. */
|
|
538
|
+
get(options: CapacityReservationsGetParameters): StreamableMethod<CapacityReservationsGet200Response | CapacityReservationsGetDefaultResponse>;
|
|
539
|
+
}
|
|
540
|
+
export interface CapacityReservationsListByCapacityReservationGroup {
|
|
541
|
+
/** Lists all of the capacity reservations in the specified capacity reservation group. Use the nextLink property in the response to get the next page of capacity reservations. */
|
|
542
|
+
get(options: CapacityReservationsListByCapacityReservationGroupParameters): StreamableMethod<CapacityReservationsListByCapacityReservationGroup200Response | CapacityReservationsListByCapacityReservationGroupDefaultResponse>;
|
|
543
|
+
}
|
|
544
|
+
export interface LogAnalyticsExportRequestRateByInterval {
|
|
545
|
+
/** Export logs that show Api requests made by this subscription in the given time window to show throttling activities. */
|
|
546
|
+
post(options: LogAnalyticsExportRequestRateByIntervalParameters): StreamableMethod<LogAnalyticsExportRequestRateByInterval200Response | LogAnalyticsExportRequestRateByInterval202Response | LogAnalyticsExportRequestRateByIntervalDefaultResponse>;
|
|
547
|
+
}
|
|
548
|
+
export interface LogAnalyticsExportThrottledRequests {
|
|
549
|
+
/** Export logs that show total throttled Api requests for this subscription in the given time window. */
|
|
550
|
+
post(options: LogAnalyticsExportThrottledRequestsParameters): StreamableMethod<LogAnalyticsExportThrottledRequests200Response | LogAnalyticsExportThrottledRequests202Response | LogAnalyticsExportThrottledRequestsDefaultResponse>;
|
|
551
|
+
}
|
|
552
|
+
export interface VirtualMachineRunCommandsList {
|
|
553
|
+
/** Lists all available run commands for a subscription in a location. */
|
|
554
|
+
get(options: VirtualMachineRunCommandsListParameters): StreamableMethod<VirtualMachineRunCommandsList200Response>;
|
|
555
|
+
}
|
|
556
|
+
export interface VirtualMachineRunCommandsGet {
|
|
557
|
+
/** Gets specific run command for a subscription in a location. */
|
|
558
|
+
get(options: VirtualMachineRunCommandsGetParameters): StreamableMethod<VirtualMachineRunCommandsGet200Response>;
|
|
559
|
+
}
|
|
560
|
+
export interface VirtualMachineRunCommandsCreateOrUpdate {
|
|
561
|
+
/** The operation to create or update the run command. */
|
|
562
|
+
put(options: VirtualMachineRunCommandsCreateOrUpdateParameters): StreamableMethod<VirtualMachineRunCommandsCreateOrUpdate200Response | VirtualMachineRunCommandsCreateOrUpdate201Response | VirtualMachineRunCommandsCreateOrUpdateDefaultResponse>;
|
|
563
|
+
/** The operation to update the run command. */
|
|
564
|
+
patch(options: VirtualMachineRunCommandsUpdateParameters): StreamableMethod<VirtualMachineRunCommandsUpdate200Response | VirtualMachineRunCommandsUpdateDefaultResponse>;
|
|
565
|
+
/** The operation to delete the run command. */
|
|
566
|
+
delete(options: VirtualMachineRunCommandsDeleteParameters): StreamableMethod<VirtualMachineRunCommandsDelete200Response | VirtualMachineRunCommandsDelete202Response | VirtualMachineRunCommandsDelete204Response | VirtualMachineRunCommandsDeleteDefaultResponse>;
|
|
567
|
+
/** The operation to get the run command. */
|
|
568
|
+
get(options: VirtualMachineRunCommandsGetByVirtualMachineParameters): StreamableMethod<VirtualMachineRunCommandsGetByVirtualMachine200Response | VirtualMachineRunCommandsGetByVirtualMachineDefaultResponse>;
|
|
569
|
+
}
|
|
570
|
+
export interface VirtualMachineRunCommandsListByVirtualMachine {
|
|
571
|
+
/** The operation to get all run commands of a Virtual Machine. */
|
|
572
|
+
get(options: VirtualMachineRunCommandsListByVirtualMachineParameters): StreamableMethod<VirtualMachineRunCommandsListByVirtualMachine200Response | VirtualMachineRunCommandsListByVirtualMachineDefaultResponse>;
|
|
573
|
+
}
|
|
574
|
+
export interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdate {
|
|
575
|
+
/** The operation to create or update the VMSS VM run command. */
|
|
576
|
+
put(options: VirtualMachineScaleSetVMRunCommandsCreateOrUpdateParameters): StreamableMethod<VirtualMachineScaleSetVMRunCommandsCreateOrUpdate200Response | VirtualMachineScaleSetVMRunCommandsCreateOrUpdate201Response | VirtualMachineScaleSetVMRunCommandsCreateOrUpdateDefaultResponse>;
|
|
577
|
+
/** The operation to update the VMSS VM run command. */
|
|
578
|
+
patch(options: VirtualMachineScaleSetVMRunCommandsUpdateParameters): StreamableMethod<VirtualMachineScaleSetVMRunCommandsUpdate200Response | VirtualMachineScaleSetVMRunCommandsUpdateDefaultResponse>;
|
|
579
|
+
/** The operation to delete the VMSS VM run command. */
|
|
580
|
+
delete(options: VirtualMachineScaleSetVMRunCommandsDeleteParameters): StreamableMethod<VirtualMachineScaleSetVMRunCommandsDelete200Response | VirtualMachineScaleSetVMRunCommandsDelete202Response | VirtualMachineScaleSetVMRunCommandsDelete204Response | VirtualMachineScaleSetVMRunCommandsDeleteDefaultResponse>;
|
|
581
|
+
/** The operation to get the VMSS VM run command. */
|
|
582
|
+
get(options: VirtualMachineScaleSetVMRunCommandsGetParameters): StreamableMethod<VirtualMachineScaleSetVMRunCommandsGet200Response | VirtualMachineScaleSetVMRunCommandsGetDefaultResponse>;
|
|
583
|
+
}
|
|
584
|
+
export interface VirtualMachineScaleSetVMRunCommandsList {
|
|
585
|
+
/** The operation to get all run commands of an instance in Virtual Machine Scaleset. */
|
|
586
|
+
get(options: VirtualMachineScaleSetVMRunCommandsListParameters): StreamableMethod<VirtualMachineScaleSetVMRunCommandsList200Response | VirtualMachineScaleSetVMRunCommandsListDefaultResponse>;
|
|
587
|
+
}
|
|
588
|
+
export interface DisksCreateOrUpdate {
|
|
589
|
+
/** Creates or updates a disk. */
|
|
590
|
+
put(options: DisksCreateOrUpdateParameters): StreamableMethod<DisksCreateOrUpdate200Response | DisksCreateOrUpdate202Response>;
|
|
591
|
+
/** Updates (patches) a disk. */
|
|
592
|
+
patch(options: DisksUpdateParameters): StreamableMethod<DisksUpdate200Response | DisksUpdate202Response>;
|
|
593
|
+
/** Gets information about a disk. */
|
|
594
|
+
get(options: DisksGetParameters): StreamableMethod<DisksGet200Response>;
|
|
595
|
+
/** Deletes a disk. */
|
|
596
|
+
delete(options: DisksDeleteParameters): StreamableMethod<DisksDelete200Response | DisksDelete202Response | DisksDelete204Response>;
|
|
597
|
+
}
|
|
598
|
+
export interface DisksListByResourceGroup {
|
|
599
|
+
/** Lists all the disks under a resource group. */
|
|
600
|
+
get(options: DisksListByResourceGroupParameters): StreamableMethod<DisksListByResourceGroup200Response>;
|
|
601
|
+
}
|
|
602
|
+
export interface DisksList {
|
|
603
|
+
/** Lists all the disks under a subscription. */
|
|
604
|
+
get(options: DisksListParameters): StreamableMethod<DisksList200Response>;
|
|
605
|
+
}
|
|
606
|
+
export interface DisksGrantAccess {
|
|
607
|
+
/** Grants access to a disk. */
|
|
608
|
+
post(options: DisksGrantAccessParameters): StreamableMethod<DisksGrantAccess200Response | DisksGrantAccess202Response>;
|
|
609
|
+
}
|
|
610
|
+
export interface DisksRevokeAccess {
|
|
611
|
+
/** Revokes access to a disk. */
|
|
612
|
+
post(options: DisksRevokeAccessParameters): StreamableMethod<DisksRevokeAccess200Response | DisksRevokeAccess202Response>;
|
|
613
|
+
}
|
|
614
|
+
export interface DiskAccessesCreateOrUpdate {
|
|
615
|
+
/** Creates or updates a disk access resource */
|
|
616
|
+
put(options: DiskAccessesCreateOrUpdateParameters): StreamableMethod<DiskAccessesCreateOrUpdate200Response | DiskAccessesCreateOrUpdate202Response | DiskAccessesCreateOrUpdateDefaultResponse>;
|
|
617
|
+
/** Updates (patches) a disk access resource. */
|
|
618
|
+
patch(options: DiskAccessesUpdateParameters): StreamableMethod<DiskAccessesUpdate200Response | DiskAccessesUpdate202Response | DiskAccessesUpdateDefaultResponse>;
|
|
619
|
+
/** Gets information about a disk access resource. */
|
|
620
|
+
get(options: DiskAccessesGetParameters): StreamableMethod<DiskAccessesGet200Response | DiskAccessesGetDefaultResponse>;
|
|
621
|
+
/** Deletes a disk access resource. */
|
|
622
|
+
delete(options: DiskAccessesDeleteParameters): StreamableMethod<DiskAccessesDelete200Response | DiskAccessesDelete202Response | DiskAccessesDelete204Response | DiskAccessesDeleteDefaultResponse>;
|
|
623
|
+
}
|
|
624
|
+
export interface DiskAccessesListByResourceGroup {
|
|
625
|
+
/** Lists all the disk access resources under a resource group. */
|
|
626
|
+
get(options: DiskAccessesListByResourceGroupParameters): StreamableMethod<DiskAccessesListByResourceGroup200Response | DiskAccessesListByResourceGroupDefaultResponse>;
|
|
627
|
+
}
|
|
628
|
+
export interface DiskAccessesList {
|
|
629
|
+
/** Lists all the disk access resources under a subscription. */
|
|
630
|
+
get(options: DiskAccessesListParameters): StreamableMethod<DiskAccessesList200Response | DiskAccessesListDefaultResponse>;
|
|
631
|
+
}
|
|
632
|
+
export interface DiskAccessesGetPrivateLinkResources {
|
|
633
|
+
/** Gets the private link resources possible under disk access resource */
|
|
634
|
+
get(options: DiskAccessesGetPrivateLinkResourcesParameters): StreamableMethod<DiskAccessesGetPrivateLinkResources200Response>;
|
|
635
|
+
}
|
|
636
|
+
export interface DiskAccessesUpdateAPrivateEndpointConnection {
|
|
637
|
+
/** Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. */
|
|
638
|
+
put(options: DiskAccessesUpdateAPrivateEndpointConnectionParameters): StreamableMethod<DiskAccessesUpdateAPrivateEndpointConnection200Response | DiskAccessesUpdateAPrivateEndpointConnection202Response | DiskAccessesUpdateAPrivateEndpointConnectionDefaultResponse>;
|
|
639
|
+
/** Gets information about a private endpoint connection under a disk access resource. */
|
|
640
|
+
get(options: DiskAccessesGetAPrivateEndpointConnectionParameters): StreamableMethod<DiskAccessesGetAPrivateEndpointConnection200Response | DiskAccessesGetAPrivateEndpointConnectionDefaultResponse>;
|
|
641
|
+
/** Deletes a private endpoint connection under a disk access resource. */
|
|
642
|
+
delete(options: DiskAccessesDeleteAPrivateEndpointConnectionParameters): StreamableMethod<DiskAccessesDeleteAPrivateEndpointConnection200Response | DiskAccessesDeleteAPrivateEndpointConnection202Response | DiskAccessesDeleteAPrivateEndpointConnection204Response | DiskAccessesDeleteAPrivateEndpointConnectionDefaultResponse>;
|
|
643
|
+
}
|
|
644
|
+
export interface DiskAccessesListPrivateEndpointConnections {
|
|
645
|
+
/** List information about private endpoint connections under a disk access resource */
|
|
646
|
+
get(options: DiskAccessesListPrivateEndpointConnectionsParameters): StreamableMethod<DiskAccessesListPrivateEndpointConnections200Response | DiskAccessesListPrivateEndpointConnectionsDefaultResponse>;
|
|
647
|
+
}
|
|
648
|
+
export interface DiskEncryptionSetsCreateOrUpdate {
|
|
649
|
+
/** Creates or updates a disk encryption set */
|
|
650
|
+
put(options: DiskEncryptionSetsCreateOrUpdateParameters): StreamableMethod<DiskEncryptionSetsCreateOrUpdate200Response | DiskEncryptionSetsCreateOrUpdate202Response | DiskEncryptionSetsCreateOrUpdateDefaultResponse>;
|
|
651
|
+
/** Updates (patches) a disk encryption set. */
|
|
652
|
+
patch(options: DiskEncryptionSetsUpdateParameters): StreamableMethod<DiskEncryptionSetsUpdate200Response | DiskEncryptionSetsUpdate202Response | DiskEncryptionSetsUpdateDefaultResponse>;
|
|
653
|
+
/** Gets information about a disk encryption set. */
|
|
654
|
+
get(options: DiskEncryptionSetsGetParameters): StreamableMethod<DiskEncryptionSetsGet200Response | DiskEncryptionSetsGetDefaultResponse>;
|
|
655
|
+
/** Deletes a disk encryption set. */
|
|
656
|
+
delete(options: DiskEncryptionSetsDeleteParameters): StreamableMethod<DiskEncryptionSetsDelete200Response | DiskEncryptionSetsDelete202Response | DiskEncryptionSetsDelete204Response | DiskEncryptionSetsDeleteDefaultResponse>;
|
|
657
|
+
}
|
|
658
|
+
export interface DiskEncryptionSetsListByResourceGroup {
|
|
659
|
+
/** Lists all the disk encryption sets under a resource group. */
|
|
660
|
+
get(options: DiskEncryptionSetsListByResourceGroupParameters): StreamableMethod<DiskEncryptionSetsListByResourceGroup200Response | DiskEncryptionSetsListByResourceGroupDefaultResponse>;
|
|
661
|
+
}
|
|
662
|
+
export interface DiskEncryptionSetsList {
|
|
663
|
+
/** Lists all the disk encryption sets under a subscription. */
|
|
664
|
+
get(options: DiskEncryptionSetsListParameters): StreamableMethod<DiskEncryptionSetsList200Response | DiskEncryptionSetsListDefaultResponse>;
|
|
665
|
+
}
|
|
666
|
+
export interface DiskEncryptionSetsListAssociatedResources {
|
|
667
|
+
/** Lists all resources that are encrypted with this disk encryption set. */
|
|
668
|
+
get(options: DiskEncryptionSetsListAssociatedResourcesParameters): StreamableMethod<DiskEncryptionSetsListAssociatedResources200Response | DiskEncryptionSetsListAssociatedResourcesDefaultResponse>;
|
|
669
|
+
}
|
|
670
|
+
export interface DiskRestorePointGet {
|
|
671
|
+
/** Get disk restorePoint resource */
|
|
672
|
+
get(options: DiskRestorePointGetParameters): StreamableMethod<DiskRestorePointGet200Response | DiskRestorePointGetDefaultResponse>;
|
|
673
|
+
}
|
|
674
|
+
export interface DiskRestorePointListByRestorePoint {
|
|
675
|
+
/** Lists diskRestorePoints under a vmRestorePoint. */
|
|
676
|
+
get(options: DiskRestorePointListByRestorePointParameters): StreamableMethod<DiskRestorePointListByRestorePoint200Response | DiskRestorePointListByRestorePointDefaultResponse>;
|
|
677
|
+
}
|
|
678
|
+
export interface DiskRestorePointGrantAccess {
|
|
679
|
+
/** Grants access to a diskRestorePoint. */
|
|
680
|
+
post(options: DiskRestorePointGrantAccessParameters): StreamableMethod<DiskRestorePointGrantAccess200Response | DiskRestorePointGrantAccess202Response | DiskRestorePointGrantAccessDefaultResponse>;
|
|
681
|
+
}
|
|
682
|
+
export interface DiskRestorePointRevokeAccess {
|
|
683
|
+
/** Revokes access to a diskRestorePoint. */
|
|
684
|
+
post(options: DiskRestorePointRevokeAccessParameters): StreamableMethod<DiskRestorePointRevokeAccess200Response | DiskRestorePointRevokeAccess202Response | DiskRestorePointRevokeAccessDefaultResponse>;
|
|
685
|
+
}
|
|
686
|
+
export interface SnapshotsCreateOrUpdate {
|
|
687
|
+
/** Creates or updates a snapshot. */
|
|
688
|
+
put(options: SnapshotsCreateOrUpdateParameters): StreamableMethod<SnapshotsCreateOrUpdate200Response | SnapshotsCreateOrUpdate202Response>;
|
|
689
|
+
/** Updates (patches) a snapshot. */
|
|
690
|
+
patch(options: SnapshotsUpdateParameters): StreamableMethod<SnapshotsUpdate200Response | SnapshotsUpdate202Response>;
|
|
691
|
+
/** Gets information about a snapshot. */
|
|
692
|
+
get(options: SnapshotsGetParameters): StreamableMethod<SnapshotsGet200Response>;
|
|
693
|
+
/** Deletes a snapshot. */
|
|
694
|
+
delete(options: SnapshotsDeleteParameters): StreamableMethod<SnapshotsDelete200Response | SnapshotsDelete202Response | SnapshotsDelete204Response>;
|
|
695
|
+
}
|
|
696
|
+
export interface SnapshotsListByResourceGroup {
|
|
697
|
+
/** Lists snapshots under a resource group. */
|
|
698
|
+
get(options: SnapshotsListByResourceGroupParameters): StreamableMethod<SnapshotsListByResourceGroup200Response>;
|
|
699
|
+
}
|
|
700
|
+
export interface SnapshotsList {
|
|
701
|
+
/** Lists snapshots under a subscription. */
|
|
702
|
+
get(options: SnapshotsListParameters): StreamableMethod<SnapshotsList200Response>;
|
|
703
|
+
}
|
|
704
|
+
export interface SnapshotsGrantAccess {
|
|
705
|
+
/** Grants access to a snapshot. */
|
|
706
|
+
post(options: SnapshotsGrantAccessParameters): StreamableMethod<SnapshotsGrantAccess200Response | SnapshotsGrantAccess202Response>;
|
|
707
|
+
}
|
|
708
|
+
export interface SnapshotsRevokeAccess {
|
|
709
|
+
/** Revokes access to a snapshot. */
|
|
710
|
+
post(options: SnapshotsRevokeAccessParameters): StreamableMethod<SnapshotsRevokeAccess200Response | SnapshotsRevokeAccess202Response>;
|
|
711
|
+
}
|
|
712
|
+
export interface ResourceSkusList {
|
|
713
|
+
/** Gets the list of Microsoft.Compute SKUs available for your Subscription. */
|
|
714
|
+
get(options: ResourceSkusListParameters): StreamableMethod<ResourceSkusList200Response>;
|
|
715
|
+
}
|
|
716
|
+
export interface GalleriesCreateOrUpdate {
|
|
717
|
+
/** Create or update a Shared Image Gallery. */
|
|
718
|
+
put(options: GalleriesCreateOrUpdateParameters): StreamableMethod<GalleriesCreateOrUpdate200Response | GalleriesCreateOrUpdate201Response | GalleriesCreateOrUpdate202Response | GalleriesCreateOrUpdateDefaultResponse>;
|
|
719
|
+
/** Update a Shared Image Gallery. */
|
|
720
|
+
patch(options: GalleriesUpdateParameters): StreamableMethod<GalleriesUpdate200Response | GalleriesUpdateDefaultResponse>;
|
|
721
|
+
/** Retrieves information about a Shared Image Gallery. */
|
|
722
|
+
get(options: GalleriesGetParameters): StreamableMethod<GalleriesGet200Response | GalleriesGetDefaultResponse>;
|
|
723
|
+
/** Delete a Shared Image Gallery. */
|
|
724
|
+
delete(options: GalleriesDeleteParameters): StreamableMethod<GalleriesDelete200Response | GalleriesDelete202Response | GalleriesDelete204Response | GalleriesDeleteDefaultResponse>;
|
|
725
|
+
}
|
|
726
|
+
export interface GalleriesListByResourceGroup {
|
|
727
|
+
/** List galleries under a resource group. */
|
|
728
|
+
get(options: GalleriesListByResourceGroupParameters): StreamableMethod<GalleriesListByResourceGroup200Response | GalleriesListByResourceGroupDefaultResponse>;
|
|
729
|
+
}
|
|
730
|
+
export interface GalleriesList {
|
|
731
|
+
/** List galleries under a subscription. */
|
|
732
|
+
get(options: GalleriesListParameters): StreamableMethod<GalleriesList200Response | GalleriesListDefaultResponse>;
|
|
733
|
+
}
|
|
734
|
+
export interface GalleryImagesCreateOrUpdate {
|
|
735
|
+
/** Create or update a gallery image definition. */
|
|
736
|
+
put(options: GalleryImagesCreateOrUpdateParameters): StreamableMethod<GalleryImagesCreateOrUpdate200Response | GalleryImagesCreateOrUpdate201Response | GalleryImagesCreateOrUpdate202Response | GalleryImagesCreateOrUpdateDefaultResponse>;
|
|
737
|
+
/** Update a gallery image definition. */
|
|
738
|
+
patch(options: GalleryImagesUpdateParameters): StreamableMethod<GalleryImagesUpdate200Response | GalleryImagesUpdateDefaultResponse>;
|
|
739
|
+
/** Retrieves information about a gallery image definition. */
|
|
740
|
+
get(options: GalleryImagesGetParameters): StreamableMethod<GalleryImagesGet200Response | GalleryImagesGetDefaultResponse>;
|
|
741
|
+
/** Delete a gallery image. */
|
|
742
|
+
delete(options: GalleryImagesDeleteParameters): StreamableMethod<GalleryImagesDelete200Response | GalleryImagesDelete202Response | GalleryImagesDelete204Response | GalleryImagesDeleteDefaultResponse>;
|
|
743
|
+
}
|
|
744
|
+
export interface GalleryImagesListByGallery {
|
|
745
|
+
/** List gallery image definitions in a gallery. */
|
|
746
|
+
get(options: GalleryImagesListByGalleryParameters): StreamableMethod<GalleryImagesListByGallery200Response | GalleryImagesListByGalleryDefaultResponse>;
|
|
747
|
+
}
|
|
748
|
+
export interface GalleryImageVersionsCreateOrUpdate {
|
|
749
|
+
/** Create or update a gallery image version. */
|
|
750
|
+
put(options: GalleryImageVersionsCreateOrUpdateParameters): StreamableMethod<GalleryImageVersionsCreateOrUpdate200Response | GalleryImageVersionsCreateOrUpdate201Response | GalleryImageVersionsCreateOrUpdate202Response | GalleryImageVersionsCreateOrUpdateDefaultResponse>;
|
|
751
|
+
/** Update a gallery image version. */
|
|
752
|
+
patch(options: GalleryImageVersionsUpdateParameters): StreamableMethod<GalleryImageVersionsUpdate200Response | GalleryImageVersionsUpdateDefaultResponse>;
|
|
753
|
+
/** Retrieves information about a gallery image version. */
|
|
754
|
+
get(options: GalleryImageVersionsGetParameters): StreamableMethod<GalleryImageVersionsGet200Response | GalleryImageVersionsGetDefaultResponse>;
|
|
755
|
+
/** Delete a gallery image version. */
|
|
756
|
+
delete(options: GalleryImageVersionsDeleteParameters): StreamableMethod<GalleryImageVersionsDelete200Response | GalleryImageVersionsDelete202Response | GalleryImageVersionsDelete204Response | GalleryImageVersionsDeleteDefaultResponse>;
|
|
757
|
+
}
|
|
758
|
+
export interface GalleryImageVersionsListByGalleryImage {
|
|
759
|
+
/** List gallery image versions in a gallery image definition. */
|
|
760
|
+
get(options: GalleryImageVersionsListByGalleryImageParameters): StreamableMethod<GalleryImageVersionsListByGalleryImage200Response | GalleryImageVersionsListByGalleryImageDefaultResponse>;
|
|
761
|
+
}
|
|
762
|
+
export interface GalleryApplicationsCreateOrUpdate {
|
|
763
|
+
/** Create or update a gallery Application Definition. */
|
|
764
|
+
put(options: GalleryApplicationsCreateOrUpdateParameters): StreamableMethod<GalleryApplicationsCreateOrUpdate200Response | GalleryApplicationsCreateOrUpdate201Response | GalleryApplicationsCreateOrUpdate202Response | GalleryApplicationsCreateOrUpdateDefaultResponse>;
|
|
765
|
+
/** Update a gallery Application Definition. */
|
|
766
|
+
patch(options: GalleryApplicationsUpdateParameters): StreamableMethod<GalleryApplicationsUpdate200Response | GalleryApplicationsUpdateDefaultResponse>;
|
|
767
|
+
/** Retrieves information about a gallery Application Definition. */
|
|
768
|
+
get(options: GalleryApplicationsGetParameters): StreamableMethod<GalleryApplicationsGet200Response | GalleryApplicationsGetDefaultResponse>;
|
|
769
|
+
/** Delete a gallery Application. */
|
|
770
|
+
delete(options: GalleryApplicationsDeleteParameters): StreamableMethod<GalleryApplicationsDelete200Response | GalleryApplicationsDelete202Response | GalleryApplicationsDelete204Response | GalleryApplicationsDeleteDefaultResponse>;
|
|
771
|
+
}
|
|
772
|
+
export interface GalleryApplicationsListByGallery {
|
|
773
|
+
/** List gallery Application Definitions in a gallery. */
|
|
774
|
+
get(options: GalleryApplicationsListByGalleryParameters): StreamableMethod<GalleryApplicationsListByGallery200Response | GalleryApplicationsListByGalleryDefaultResponse>;
|
|
775
|
+
}
|
|
776
|
+
export interface GalleryApplicationVersionsCreateOrUpdate {
|
|
777
|
+
/** Create or update a gallery Application Version. */
|
|
778
|
+
put(options: GalleryApplicationVersionsCreateOrUpdateParameters): StreamableMethod<GalleryApplicationVersionsCreateOrUpdate200Response | GalleryApplicationVersionsCreateOrUpdate201Response | GalleryApplicationVersionsCreateOrUpdate202Response | GalleryApplicationVersionsCreateOrUpdateDefaultResponse>;
|
|
779
|
+
/** Update a gallery Application Version. */
|
|
780
|
+
patch(options: GalleryApplicationVersionsUpdateParameters): StreamableMethod<GalleryApplicationVersionsUpdate200Response | GalleryApplicationVersionsUpdateDefaultResponse>;
|
|
781
|
+
/** Retrieves information about a gallery Application Version. */
|
|
782
|
+
get(options: GalleryApplicationVersionsGetParameters): StreamableMethod<GalleryApplicationVersionsGet200Response | GalleryApplicationVersionsGetDefaultResponse>;
|
|
783
|
+
/** Delete a gallery Application Version. */
|
|
784
|
+
delete(options: GalleryApplicationVersionsDeleteParameters): StreamableMethod<GalleryApplicationVersionsDelete200Response | GalleryApplicationVersionsDelete202Response | GalleryApplicationVersionsDelete204Response | GalleryApplicationVersionsDeleteDefaultResponse>;
|
|
785
|
+
}
|
|
786
|
+
export interface GalleryApplicationVersionsListByGalleryApplication {
|
|
787
|
+
/** List gallery Application Versions in a gallery Application Definition. */
|
|
788
|
+
get(options: GalleryApplicationVersionsListByGalleryApplicationParameters): StreamableMethod<GalleryApplicationVersionsListByGalleryApplication200Response | GalleryApplicationVersionsListByGalleryApplicationDefaultResponse>;
|
|
789
|
+
}
|
|
790
|
+
export interface GallerySharingProfileUpdate {
|
|
791
|
+
/** Update sharing profile of a gallery. */
|
|
792
|
+
post(options: GallerySharingProfileUpdateParameters): StreamableMethod<GallerySharingProfileUpdate200Response | GallerySharingProfileUpdate202Response | GallerySharingProfileUpdateDefaultResponse>;
|
|
793
|
+
}
|
|
794
|
+
export interface SharedGalleriesList {
|
|
795
|
+
/** List shared galleries by subscription id or tenant id. */
|
|
796
|
+
get(options: SharedGalleriesListParameters): StreamableMethod<SharedGalleriesList200Response | SharedGalleriesListDefaultResponse>;
|
|
797
|
+
}
|
|
798
|
+
export interface SharedGalleriesGet {
|
|
799
|
+
/** Get a shared gallery by subscription id or tenant id. */
|
|
800
|
+
get(options: SharedGalleriesGetParameters): StreamableMethod<SharedGalleriesGet200Response | SharedGalleriesGetDefaultResponse>;
|
|
801
|
+
}
|
|
802
|
+
export interface SharedGalleryImagesList {
|
|
803
|
+
/** List shared gallery images by subscription id or tenant id. */
|
|
804
|
+
get(options: SharedGalleryImagesListParameters): StreamableMethod<SharedGalleryImagesList200Response | SharedGalleryImagesListDefaultResponse>;
|
|
805
|
+
}
|
|
806
|
+
export interface SharedGalleryImagesGet {
|
|
807
|
+
/** Get a shared gallery image by subscription id or tenant id. */
|
|
808
|
+
get(options: SharedGalleryImagesGetParameters): StreamableMethod<SharedGalleryImagesGet200Response | SharedGalleryImagesGetDefaultResponse>;
|
|
809
|
+
}
|
|
810
|
+
export interface SharedGalleryImageVersionsList {
|
|
811
|
+
/** List shared gallery image versions by subscription id or tenant id. */
|
|
812
|
+
get(options: SharedGalleryImageVersionsListParameters): StreamableMethod<SharedGalleryImageVersionsList200Response | SharedGalleryImageVersionsListDefaultResponse>;
|
|
813
|
+
}
|
|
814
|
+
export interface SharedGalleryImageVersionsGet {
|
|
815
|
+
/** Get a shared gallery image version by subscription id or tenant id. */
|
|
816
|
+
get(options: SharedGalleryImageVersionsGetParameters): StreamableMethod<SharedGalleryImageVersionsGet200Response | SharedGalleryImageVersionsGetDefaultResponse>;
|
|
817
|
+
}
|
|
818
|
+
export interface CommunityGalleriesGet {
|
|
819
|
+
/** Get a community gallery by gallery public name. */
|
|
820
|
+
get(options: CommunityGalleriesGetParameters): StreamableMethod<CommunityGalleriesGet200Response | CommunityGalleriesGetDefaultResponse>;
|
|
821
|
+
}
|
|
822
|
+
export interface CommunityGalleryImagesGet {
|
|
823
|
+
/** Get a community gallery image. */
|
|
824
|
+
get(options: CommunityGalleryImagesGetParameters): StreamableMethod<CommunityGalleryImagesGet200Response | CommunityGalleryImagesGetDefaultResponse>;
|
|
825
|
+
}
|
|
826
|
+
export interface CommunityGalleryImagesList {
|
|
827
|
+
/** List community gallery images inside a gallery. */
|
|
828
|
+
get(options: CommunityGalleryImagesListParameters): StreamableMethod<CommunityGalleryImagesList200Response | CommunityGalleryImagesListDefaultResponse>;
|
|
829
|
+
}
|
|
830
|
+
export interface CommunityGalleryImageVersionsGet {
|
|
831
|
+
/** Get a community gallery image version. */
|
|
832
|
+
get(options: CommunityGalleryImageVersionsGetParameters): StreamableMethod<CommunityGalleryImageVersionsGet200Response | CommunityGalleryImageVersionsGetDefaultResponse>;
|
|
833
|
+
}
|
|
834
|
+
export interface CommunityGalleryImageVersionsList {
|
|
835
|
+
/** List community gallery image versions inside an image. */
|
|
836
|
+
get(options: CommunityGalleryImageVersionsListParameters): StreamableMethod<CommunityGalleryImageVersionsList200Response | CommunityGalleryImageVersionsListDefaultResponse>;
|
|
837
|
+
}
|
|
838
|
+
export interface CloudServiceRoleInstancesDelete {
|
|
839
|
+
/** Deletes a role instance from a cloud service. */
|
|
840
|
+
delete(options: CloudServiceRoleInstancesDeleteParameters): StreamableMethod<CloudServiceRoleInstancesDelete200Response | CloudServiceRoleInstancesDelete202Response | CloudServiceRoleInstancesDelete204Response | CloudServiceRoleInstancesDeleteDefaultResponse>;
|
|
841
|
+
/** Gets a role instance from a cloud service. */
|
|
842
|
+
get(options: CloudServiceRoleInstancesGetParameters): StreamableMethod<CloudServiceRoleInstancesGet200Response | CloudServiceRoleInstancesGetDefaultResponse>;
|
|
843
|
+
}
|
|
844
|
+
export interface CloudServiceRoleInstancesGetInstanceView {
|
|
845
|
+
/** Retrieves information about the run-time state of a role instance in a cloud service. */
|
|
846
|
+
get(options: CloudServiceRoleInstancesGetInstanceViewParameters): StreamableMethod<CloudServiceRoleInstancesGetInstanceView200Response | CloudServiceRoleInstancesGetInstanceViewDefaultResponse>;
|
|
847
|
+
}
|
|
848
|
+
export interface CloudServiceRoleInstancesList {
|
|
849
|
+
/** Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances. */
|
|
850
|
+
get(options: CloudServiceRoleInstancesListParameters): StreamableMethod<CloudServiceRoleInstancesList200Response | CloudServiceRoleInstancesListDefaultResponse>;
|
|
851
|
+
}
|
|
852
|
+
export interface CloudServiceRoleInstancesRestart {
|
|
853
|
+
/** The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. */
|
|
854
|
+
post(options: CloudServiceRoleInstancesRestartParameters): StreamableMethod<CloudServiceRoleInstancesRestart200Response | CloudServiceRoleInstancesRestart202Response | CloudServiceRoleInstancesRestartDefaultResponse>;
|
|
855
|
+
}
|
|
856
|
+
export interface CloudServiceRoleInstancesReimage {
|
|
857
|
+
/** The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */
|
|
858
|
+
post(options: CloudServiceRoleInstancesReimageParameters): StreamableMethod<CloudServiceRoleInstancesReimage200Response | CloudServiceRoleInstancesReimage202Response | CloudServiceRoleInstancesReimageDefaultResponse>;
|
|
859
|
+
}
|
|
860
|
+
export interface CloudServiceRoleInstancesRebuild {
|
|
861
|
+
/** The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance. */
|
|
862
|
+
post(options: CloudServiceRoleInstancesRebuildParameters): StreamableMethod<CloudServiceRoleInstancesRebuild200Response | CloudServiceRoleInstancesRebuild202Response | CloudServiceRoleInstancesRebuildDefaultResponse>;
|
|
863
|
+
}
|
|
864
|
+
export interface CloudServiceRoleInstancesGetRemoteDesktopFile {
|
|
865
|
+
/** Gets a remote desktop file for a role instance in a cloud service. */
|
|
866
|
+
get(options: CloudServiceRoleInstancesGetRemoteDesktopFileParameters): StreamableMethod<CloudServiceRoleInstancesGetRemoteDesktopFile200Response | CloudServiceRoleInstancesGetRemoteDesktopFileDefaultResponse>;
|
|
867
|
+
}
|
|
868
|
+
export interface CloudServiceRolesGet {
|
|
869
|
+
/** Gets a role from a cloud service. */
|
|
870
|
+
get(options: CloudServiceRolesGetParameters): StreamableMethod<CloudServiceRolesGet200Response | CloudServiceRolesGetDefaultResponse>;
|
|
871
|
+
}
|
|
872
|
+
export interface CloudServiceRolesList {
|
|
873
|
+
/** Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles. */
|
|
874
|
+
get(options: CloudServiceRolesListParameters): StreamableMethod<CloudServiceRolesList200Response | CloudServiceRolesListDefaultResponse>;
|
|
875
|
+
}
|
|
876
|
+
export interface CloudServicesCreateOrUpdate {
|
|
877
|
+
/** Create or update a cloud service. Please note some properties can be set only during cloud service creation. */
|
|
878
|
+
put(options: CloudServicesCreateOrUpdateParameters): StreamableMethod<CloudServicesCreateOrUpdate200Response | CloudServicesCreateOrUpdate201Response | CloudServicesCreateOrUpdateDefaultResponse>;
|
|
879
|
+
/** Update a cloud service. */
|
|
880
|
+
patch(options: CloudServicesUpdateParameters): StreamableMethod<CloudServicesUpdate200Response | CloudServicesUpdateDefaultResponse>;
|
|
881
|
+
/** Deletes a cloud service. */
|
|
882
|
+
delete(options: CloudServicesDeleteParameters): StreamableMethod<CloudServicesDelete200Response | CloudServicesDelete202Response | CloudServicesDelete204Response | CloudServicesDeleteDefaultResponse>;
|
|
883
|
+
/** Display information about a cloud service. */
|
|
884
|
+
get(options: CloudServicesGetParameters): StreamableMethod<CloudServicesGet200Response | CloudServicesGetDefaultResponse>;
|
|
885
|
+
}
|
|
886
|
+
export interface CloudServicesGetInstanceView {
|
|
887
|
+
/** Gets the status of a cloud service. */
|
|
888
|
+
get(options: CloudServicesGetInstanceViewParameters): StreamableMethod<CloudServicesGetInstanceView200Response | CloudServicesGetInstanceViewDefaultResponse>;
|
|
889
|
+
}
|
|
890
|
+
export interface CloudServicesListAll {
|
|
891
|
+
/** Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */
|
|
892
|
+
get(options: CloudServicesListAllParameters): StreamableMethod<CloudServicesListAll200Response | CloudServicesListAllDefaultResponse>;
|
|
893
|
+
}
|
|
894
|
+
export interface CloudServicesList {
|
|
895
|
+
/** Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */
|
|
896
|
+
get(options: CloudServicesListParameters): StreamableMethod<CloudServicesList200Response | CloudServicesListDefaultResponse>;
|
|
897
|
+
}
|
|
898
|
+
export interface CloudServicesStart {
|
|
899
|
+
/** Starts the cloud service. */
|
|
900
|
+
post(options: CloudServicesStartParameters): StreamableMethod<CloudServicesStart200Response | CloudServicesStart202Response | CloudServicesStartDefaultResponse>;
|
|
901
|
+
}
|
|
902
|
+
export interface CloudServicesPowerOff {
|
|
903
|
+
/** Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. */
|
|
904
|
+
post(options: CloudServicesPowerOffParameters): StreamableMethod<CloudServicesPowerOff200Response | CloudServicesPowerOff202Response | CloudServicesPowerOffDefaultResponse>;
|
|
905
|
+
}
|
|
906
|
+
export interface CloudServicesRestart {
|
|
907
|
+
/** Restarts one or more role instances in a cloud service. */
|
|
908
|
+
post(options: CloudServicesRestartParameters): StreamableMethod<CloudServicesRestart200Response | CloudServicesRestart202Response | CloudServicesRestartDefaultResponse>;
|
|
909
|
+
}
|
|
910
|
+
export interface CloudServicesReimage {
|
|
911
|
+
/** Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */
|
|
912
|
+
post(options: CloudServicesReimageParameters): StreamableMethod<CloudServicesReimage200Response | CloudServicesReimage202Response | CloudServicesReimageDefaultResponse>;
|
|
913
|
+
}
|
|
914
|
+
export interface CloudServicesRebuild {
|
|
915
|
+
/** Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances. */
|
|
916
|
+
post(options: CloudServicesRebuildParameters): StreamableMethod<CloudServicesRebuild200Response | CloudServicesRebuild202Response | CloudServicesRebuildDefaultResponse>;
|
|
917
|
+
}
|
|
918
|
+
export interface CloudServicesDeleteInstances {
|
|
919
|
+
/** Deletes role instances in a cloud service. */
|
|
920
|
+
post(options: CloudServicesDeleteInstancesParameters): StreamableMethod<CloudServicesDeleteInstances200Response | CloudServicesDeleteInstances202Response | CloudServicesDeleteInstancesDefaultResponse>;
|
|
921
|
+
}
|
|
922
|
+
export interface CloudServicesUpdateDomainWalkUpdateDomain {
|
|
923
|
+
/** Updates the role instances in the specified update domain. */
|
|
924
|
+
put(options: CloudServicesUpdateDomainWalkUpdateDomainParameters): StreamableMethod<CloudServicesUpdateDomainWalkUpdateDomain200Response | CloudServicesUpdateDomainWalkUpdateDomain202Response | CloudServicesUpdateDomainWalkUpdateDomainDefaultResponse>;
|
|
925
|
+
/** Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains. */
|
|
926
|
+
get(options: CloudServicesUpdateDomainGetUpdateDomainParameters): StreamableMethod<CloudServicesUpdateDomainGetUpdateDomain200Response | CloudServicesUpdateDomainGetUpdateDomainDefaultResponse>;
|
|
927
|
+
}
|
|
928
|
+
export interface CloudServicesUpdateDomainListUpdateDomains {
|
|
929
|
+
/** Gets a list of all update domains in a cloud service. */
|
|
930
|
+
get(options: CloudServicesUpdateDomainListUpdateDomainsParameters): StreamableMethod<CloudServicesUpdateDomainListUpdateDomains200Response | CloudServicesUpdateDomainListUpdateDomainsDefaultResponse>;
|
|
931
|
+
}
|
|
932
|
+
export interface CloudServiceOperatingSystemsGetOSVersion {
|
|
933
|
+
/** Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. */
|
|
934
|
+
get(options: CloudServiceOperatingSystemsGetOSVersionParameters): StreamableMethod<CloudServiceOperatingSystemsGetOSVersion200Response | CloudServiceOperatingSystemsGetOSVersionDefaultResponse>;
|
|
935
|
+
}
|
|
936
|
+
export interface CloudServiceOperatingSystemsListOSVersions {
|
|
937
|
+
/** Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS versions. Do this till nextLink is null to fetch all the OS versions. */
|
|
938
|
+
get(options: CloudServiceOperatingSystemsListOSVersionsParameters): StreamableMethod<CloudServiceOperatingSystemsListOSVersions200Response | CloudServiceOperatingSystemsListOSVersionsDefaultResponse>;
|
|
939
|
+
}
|
|
940
|
+
export interface CloudServiceOperatingSystemsGetOSFamily {
|
|
941
|
+
/** Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. */
|
|
942
|
+
get(options: CloudServiceOperatingSystemsGetOSFamilyParameters): StreamableMethod<CloudServiceOperatingSystemsGetOSFamily200Response | CloudServiceOperatingSystemsGetOSFamilyDefaultResponse>;
|
|
943
|
+
}
|
|
944
|
+
export interface CloudServiceOperatingSystemsListOSFamilies {
|
|
945
|
+
/** Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS Families. Do this till nextLink is null to fetch all the OS Families. */
|
|
946
|
+
get(options: CloudServiceOperatingSystemsListOSFamiliesParameters): StreamableMethod<CloudServiceOperatingSystemsListOSFamilies200Response | CloudServiceOperatingSystemsListOSFamiliesDefaultResponse>;
|
|
947
|
+
}
|
|
948
|
+
export interface Routes {
|
|
949
|
+
/** Resource for '/providers/Microsoft.Compute/operations' has methods for the following verbs: get */
|
|
950
|
+
(path: "/providers/Microsoft.Compute/operations"): OperationsList;
|
|
951
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/usages' has methods for the following verbs: get */
|
|
952
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/usages", subscriptionId: string, location: string): UsageList;
|
|
953
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/vmSizes' has methods for the following verbs: get */
|
|
954
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/vmSizes", subscriptionId: string, location: string): VirtualMachineSizesList;
|
|
955
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/virtualMachineScaleSets' has methods for the following verbs: get */
|
|
956
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachineScaleSets", subscriptionId: string, location: string): VirtualMachineScaleSetsListByLocation;
|
|
957
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}' has methods for the following verbs: put, patch, delete, get */
|
|
958
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsCreateOrUpdate;
|
|
959
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/deallocate' has methods for the following verbs: post */
|
|
960
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/deallocate", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsDeallocate;
|
|
961
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/delete' has methods for the following verbs: post */
|
|
962
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/delete", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsDeleteInstances;
|
|
963
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/instanceView' has methods for the following verbs: get */
|
|
964
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/instanceView", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsGetInstanceView;
|
|
965
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets' has methods for the following verbs: get */
|
|
966
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets", subscriptionId: string, resourceGroupName: string): VirtualMachineScaleSetsList;
|
|
967
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/virtualMachineScaleSets' has methods for the following verbs: get */
|
|
968
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachineScaleSets", subscriptionId: string): VirtualMachineScaleSetsListAll;
|
|
969
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/skus' has methods for the following verbs: get */
|
|
970
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/skus", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsListSkus;
|
|
971
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/osUpgradeHistory' has methods for the following verbs: get */
|
|
972
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/osUpgradeHistory", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsGetOSUpgradeHistory;
|
|
973
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/poweroff' has methods for the following verbs: post */
|
|
974
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/poweroff", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsPowerOff;
|
|
975
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/restart' has methods for the following verbs: post */
|
|
976
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/restart", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsRestart;
|
|
977
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/start' has methods for the following verbs: post */
|
|
978
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/start", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsStart;
|
|
979
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/redeploy' has methods for the following verbs: post */
|
|
980
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/redeploy", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsRedeploy;
|
|
981
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/performMaintenance' has methods for the following verbs: post */
|
|
982
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/performMaintenance", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsPerformMaintenance;
|
|
983
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/manualupgrade' has methods for the following verbs: post */
|
|
984
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/manualupgrade", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsUpdateInstances;
|
|
985
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/reimage' has methods for the following verbs: post */
|
|
986
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/reimage", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsReimage;
|
|
987
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/reimageall' has methods for the following verbs: post */
|
|
988
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/reimageall", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsReimageAll;
|
|
989
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/forceRecoveryServiceFabricPlatformUpdateDomainWalk' has methods for the following verbs: post */
|
|
990
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/forceRecoveryServiceFabricPlatformUpdateDomainWalk", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalk;
|
|
991
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/convertToSinglePlacementGroup' has methods for the following verbs: post */
|
|
992
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/convertToSinglePlacementGroup", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsConvertToSinglePlacementGroup;
|
|
993
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/setOrchestrationServiceState' has methods for the following verbs: post */
|
|
994
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/setOrchestrationServiceState", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetsSetOrchestrationServiceState;
|
|
995
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/extensions/\{vmssExtensionName\}' has methods for the following verbs: put, patch, delete, get */
|
|
996
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions/{vmssExtensionName}", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, vmssExtensionName: string): VirtualMachineScaleSetExtensionsCreateOrUpdate;
|
|
997
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/extensions' has methods for the following verbs: get */
|
|
998
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensions", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetExtensionsList;
|
|
999
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/rollingUpgrades/cancel' has methods for the following verbs: post */
|
|
1000
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/rollingUpgrades/cancel", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetRollingUpgradesCancel;
|
|
1001
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/osRollingUpgrade' has methods for the following verbs: post */
|
|
1002
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/osRollingUpgrade", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetRollingUpgradesStartOSUpgrade;
|
|
1003
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/extensionRollingUpgrade' has methods for the following verbs: post */
|
|
1004
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/extensionRollingUpgrade", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade;
|
|
1005
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/rollingUpgrades/latest' has methods for the following verbs: get */
|
|
1006
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/rollingUpgrades/latest", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string): VirtualMachineScaleSetRollingUpgradesGetLatest;
|
|
1007
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualMachines/\{instanceId\}/extensions/\{vmExtensionName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1008
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions/{vmExtensionName}", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string, vmExtensionName: string): VirtualMachineScaleSetVMExtensionsCreateOrUpdate;
|
|
1009
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualMachines/\{instanceId\}/extensions' has methods for the following verbs: get */
|
|
1010
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/extensions", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMExtensionsList;
|
|
1011
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualMachines/\{instanceId\}/reimage' has methods for the following verbs: post */
|
|
1012
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/reimage", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsReimage;
|
|
1013
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualMachines/\{instanceId\}/reimageall' has methods for the following verbs: post */
|
|
1014
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/reimageall", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsReimageAll;
|
|
1015
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualMachines/\{instanceId\}/deallocate' has methods for the following verbs: post */
|
|
1016
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/deallocate", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsDeallocate;
|
|
1017
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualMachines/\{instanceId\}' has methods for the following verbs: put, delete, get */
|
|
1018
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsUpdate;
|
|
1019
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualMachines/\{instanceId\}/instanceView' has methods for the following verbs: get */
|
|
1020
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/instanceView", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsGetInstanceView;
|
|
1021
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{virtualMachineScaleSetName\}/virtualMachines' has methods for the following verbs: get */
|
|
1022
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{virtualMachineScaleSetName}/virtualMachines", subscriptionId: string, resourceGroupName: string, virtualMachineScaleSetName: string): VirtualMachineScaleSetVMsList;
|
|
1023
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualmachines/\{instanceId\}/poweroff' has methods for the following verbs: post */
|
|
1024
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/poweroff", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsPowerOff;
|
|
1025
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualmachines/\{instanceId\}/restart' has methods for the following verbs: post */
|
|
1026
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/restart", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsRestart;
|
|
1027
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualmachines/\{instanceId\}/start' has methods for the following verbs: post */
|
|
1028
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/start", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsStart;
|
|
1029
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualmachines/\{instanceId\}/redeploy' has methods for the following verbs: post */
|
|
1030
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/redeploy", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsRedeploy;
|
|
1031
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualmachines/\{instanceId\}/retrieveBootDiagnosticsData' has methods for the following verbs: post */
|
|
1032
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/retrieveBootDiagnosticsData", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsRetrieveBootDiagnosticsData;
|
|
1033
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualmachines/\{instanceId\}/performMaintenance' has methods for the following verbs: post */
|
|
1034
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/performMaintenance", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsPerformMaintenance;
|
|
1035
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualMachines/\{instanceId\}/simulateEviction' has methods for the following verbs: post */
|
|
1036
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/simulateEviction", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsSimulateEviction;
|
|
1037
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualmachines/\{instanceId\}/runCommand' has methods for the following verbs: post */
|
|
1038
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualmachines/{instanceId}/runCommand", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMsRunCommand;
|
|
1039
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/extensions/\{vmExtensionName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1040
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName}", subscriptionId: string, resourceGroupName: string, vmName: string, vmExtensionName: string): VirtualMachineExtensionsCreateOrUpdate;
|
|
1041
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/extensions' has methods for the following verbs: get */
|
|
1042
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachineExtensionsList;
|
|
1043
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/virtualMachines' has methods for the following verbs: get */
|
|
1044
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/virtualMachines", subscriptionId: string, location: string): VirtualMachinesListByLocation;
|
|
1045
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/capture' has methods for the following verbs: post */
|
|
1046
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/capture", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesCapture;
|
|
1047
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1048
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesCreateOrUpdate;
|
|
1049
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/instanceView' has methods for the following verbs: get */
|
|
1050
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/instanceView", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesInstanceView;
|
|
1051
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/convertToManagedDisks' has methods for the following verbs: post */
|
|
1052
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/convertToManagedDisks", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesConvertToManagedDisks;
|
|
1053
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/deallocate' has methods for the following verbs: post */
|
|
1054
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/deallocate", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesDeallocate;
|
|
1055
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/generalize' has methods for the following verbs: post */
|
|
1056
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/generalize", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesGeneralize;
|
|
1057
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines' has methods for the following verbs: get */
|
|
1058
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines", subscriptionId: string, resourceGroupName: string): VirtualMachinesList;
|
|
1059
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/virtualMachines' has methods for the following verbs: get */
|
|
1060
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/virtualMachines", subscriptionId: string): VirtualMachinesListAll;
|
|
1061
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/vmSizes' has methods for the following verbs: get */
|
|
1062
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/vmSizes", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesListAvailableSizes;
|
|
1063
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/powerOff' has methods for the following verbs: post */
|
|
1064
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/powerOff", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesPowerOff;
|
|
1065
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/reapply' has methods for the following verbs: post */
|
|
1066
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/reapply", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesReapply;
|
|
1067
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/restart' has methods for the following verbs: post */
|
|
1068
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/restart", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesRestart;
|
|
1069
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/start' has methods for the following verbs: post */
|
|
1070
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/start", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesStart;
|
|
1071
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/redeploy' has methods for the following verbs: post */
|
|
1072
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/redeploy", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesRedeploy;
|
|
1073
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/reimage' has methods for the following verbs: post */
|
|
1074
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/reimage", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesReimage;
|
|
1075
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/retrieveBootDiagnosticsData' has methods for the following verbs: post */
|
|
1076
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/retrieveBootDiagnosticsData", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesRetrieveBootDiagnosticsData;
|
|
1077
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/performMaintenance' has methods for the following verbs: post */
|
|
1078
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/performMaintenance", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesPerformMaintenance;
|
|
1079
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/simulateEviction' has methods for the following verbs: post */
|
|
1080
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/simulateEviction", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesSimulateEviction;
|
|
1081
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/assessPatches' has methods for the following verbs: post */
|
|
1082
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/assessPatches", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesAssessPatches;
|
|
1083
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/installPatches' has methods for the following verbs: post */
|
|
1084
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/installPatches", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesInstallPatches;
|
|
1085
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/runCommand' has methods for the following verbs: post */
|
|
1086
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommand", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachinesRunCommand;
|
|
1087
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/publishers/\{publisherName\}/artifacttypes/vmimage/offers/\{offer\}/skus/\{skus\}/versions/\{version\}' has methods for the following verbs: get */
|
|
1088
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}", subscriptionId: string, location: string, publisherName: string, offer: string, skus: string, version: string): VirtualMachineImagesGet;
|
|
1089
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/publishers/\{publisherName\}/artifacttypes/vmimage/offers/\{offer\}/skus/\{skus\}/versions' has methods for the following verbs: get */
|
|
1090
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions", subscriptionId: string, location: string, publisherName: string, offer: string, skus: string): VirtualMachineImagesList;
|
|
1091
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/publishers/\{publisherName\}/artifacttypes/vmimage/offers' has methods for the following verbs: get */
|
|
1092
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers", subscriptionId: string, location: string, publisherName: string): VirtualMachineImagesListOffers;
|
|
1093
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/publishers' has methods for the following verbs: get */
|
|
1094
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers", subscriptionId: string, location: string): VirtualMachineImagesListPublishers;
|
|
1095
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/publishers/\{publisherName\}/artifacttypes/vmimage/offers/\{offer\}/skus' has methods for the following verbs: get */
|
|
1096
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus", subscriptionId: string, location: string, publisherName: string, offer: string): VirtualMachineImagesListSkus;
|
|
1097
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/edgeZones/\{edgeZone\}/vmimages' has methods for the following verbs: get */
|
|
1098
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/vmimages", subscriptionId: string, location: string, edgeZone: string): VirtualMachineImagesListByEdgeZone;
|
|
1099
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/edgeZones/\{edgeZone\}/publishers/\{publisherName\}/artifacttypes/vmimage/offers/\{offer\}/skus/\{skus\}/versions/\{version\}' has methods for the following verbs: get */
|
|
1100
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions/{version}", subscriptionId: string, location: string, edgeZone: string, publisherName: string, offer: string, skus: string, version: string): VirtualMachineImagesEdgeZoneGet;
|
|
1101
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/edgeZones/\{edgeZone\}/publishers/\{publisherName\}/artifacttypes/vmimage/offers/\{offer\}/skus/\{skus\}/versions' has methods for the following verbs: get */
|
|
1102
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus/{skus}/versions", subscriptionId: string, location: string, edgeZone: string, publisherName: string, offer: string, skus: string): VirtualMachineImagesEdgeZoneList;
|
|
1103
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/edgeZones/\{edgeZone\}/publishers/\{publisherName\}/artifacttypes/vmimage/offers' has methods for the following verbs: get */
|
|
1104
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers", subscriptionId: string, location: string, edgeZone: string, publisherName: string): VirtualMachineImagesEdgeZoneListOffers;
|
|
1105
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/edgeZones/\{edgeZone\}/publishers' has methods for the following verbs: get */
|
|
1106
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers", subscriptionId: string, location: string, edgeZone: string): VirtualMachineImagesEdgeZoneListPublishers;
|
|
1107
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/edgeZones/\{edgeZone\}/publishers/\{publisherName\}/artifacttypes/vmimage/offers/\{offer\}/skus' has methods for the following verbs: get */
|
|
1108
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/edgeZones/{edgeZone}/publishers/{publisherName}/artifacttypes/vmimage/offers/{offer}/skus", subscriptionId: string, location: string, edgeZone: string, publisherName: string, offer: string): VirtualMachineImagesEdgeZoneListSkus;
|
|
1109
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/publishers/\{publisherName\}/artifacttypes/vmextension/types/\{type\}/versions/\{version\}' has methods for the following verbs: get */
|
|
1110
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions/{version}", subscriptionId: string, location: string, publisherName: string, type: string, version: string): VirtualMachineExtensionImagesGet;
|
|
1111
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/publishers/\{publisherName\}/artifacttypes/vmextension/types' has methods for the following verbs: get */
|
|
1112
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types", subscriptionId: string, location: string, publisherName: string): VirtualMachineExtensionImagesListTypes;
|
|
1113
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/publishers/\{publisherName\}/artifacttypes/vmextension/types/\{type\}/versions' has methods for the following verbs: get */
|
|
1114
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/publishers/{publisherName}/artifacttypes/vmextension/types/{type}/versions", subscriptionId: string, location: string, publisherName: string, type: string): VirtualMachineExtensionImagesListVersions;
|
|
1115
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/availabilitySets/\{availabilitySetName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1116
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}", subscriptionId: string, resourceGroupName: string, availabilitySetName: string): AvailabilitySetsCreateOrUpdate;
|
|
1117
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/availabilitySets' has methods for the following verbs: get */
|
|
1118
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/availabilitySets", subscriptionId: string): AvailabilitySetsListBySubscription;
|
|
1119
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/availabilitySets' has methods for the following verbs: get */
|
|
1120
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets", subscriptionId: string, resourceGroupName: string): AvailabilitySetsList;
|
|
1121
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/availabilitySets/\{availabilitySetName\}/vmSizes' has methods for the following verbs: get */
|
|
1122
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/availabilitySets/{availabilitySetName}/vmSizes", subscriptionId: string, resourceGroupName: string, availabilitySetName: string): AvailabilitySetsListAvailableSizes;
|
|
1123
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/proximityPlacementGroups/\{proximityPlacementGroupName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1124
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups/{proximityPlacementGroupName}", subscriptionId: string, resourceGroupName: string, proximityPlacementGroupName: string): ProximityPlacementGroupsCreateOrUpdate;
|
|
1125
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/proximityPlacementGroups' has methods for the following verbs: get */
|
|
1126
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/proximityPlacementGroups", subscriptionId: string): ProximityPlacementGroupsListBySubscription;
|
|
1127
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/proximityPlacementGroups' has methods for the following verbs: get */
|
|
1128
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/proximityPlacementGroups", subscriptionId: string, resourceGroupName: string): ProximityPlacementGroupsListByResourceGroup;
|
|
1129
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/hostGroups/\{hostGroupName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1130
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}", subscriptionId: string, resourceGroupName: string, hostGroupName: string): DedicatedHostGroupsCreateOrUpdate;
|
|
1131
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/hostGroups' has methods for the following verbs: get */
|
|
1132
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups", subscriptionId: string, resourceGroupName: string): DedicatedHostGroupsListByResourceGroup;
|
|
1133
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/hostGroups' has methods for the following verbs: get */
|
|
1134
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/hostGroups", subscriptionId: string): DedicatedHostGroupsListBySubscription;
|
|
1135
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/hostGroups/\{hostGroupName\}/hosts/\{hostName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1136
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName}", subscriptionId: string, resourceGroupName: string, hostGroupName: string, hostName: string): DedicatedHostsCreateOrUpdate;
|
|
1137
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/hostGroups/\{hostGroupName\}/hosts' has methods for the following verbs: get */
|
|
1138
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts", subscriptionId: string, resourceGroupName: string, hostGroupName: string): DedicatedHostsListByHostGroup;
|
|
1139
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/hostGroups/\{hostGroupName\}/hosts/\{hostName\}/restart' has methods for the following verbs: post */
|
|
1140
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName}/restart", subscriptionId: string, resourceGroupName: string, hostGroupName: string, hostName: string): DedicatedHostsRestart;
|
|
1141
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/sshPublicKeys' has methods for the following verbs: get */
|
|
1142
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/sshPublicKeys", subscriptionId: string): SshPublicKeysListBySubscription;
|
|
1143
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/sshPublicKeys' has methods for the following verbs: get */
|
|
1144
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys", subscriptionId: string, resourceGroupName: string): SshPublicKeysListByResourceGroup;
|
|
1145
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/sshPublicKeys/\{sshPublicKeyName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1146
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName}", subscriptionId: string, resourceGroupName: string, sshPublicKeyName: string): SshPublicKeysCreate;
|
|
1147
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/sshPublicKeys/\{sshPublicKeyName\}/generateKeyPair' has methods for the following verbs: post */
|
|
1148
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/sshPublicKeys/{sshPublicKeyName}/generateKeyPair", subscriptionId: string, resourceGroupName: string, sshPublicKeyName: string): SshPublicKeysGenerateKeyPair;
|
|
1149
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/images/\{imageName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1150
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images/{imageName}", subscriptionId: string, resourceGroupName: string, imageName: string): ImagesCreateOrUpdate;
|
|
1151
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/images' has methods for the following verbs: get */
|
|
1152
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/images", subscriptionId: string, resourceGroupName: string): ImagesListByResourceGroup;
|
|
1153
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/images' has methods for the following verbs: get */
|
|
1154
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/images", subscriptionId: string): ImagesList;
|
|
1155
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/restorePointCollections/\{restorePointCollectionName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1156
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}", subscriptionId: string, resourceGroupName: string, restorePointCollectionName: string): RestorePointCollectionsCreateOrUpdate;
|
|
1157
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/restorePointCollections' has methods for the following verbs: get */
|
|
1158
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections", subscriptionId: string, resourceGroupName: string): RestorePointCollectionsList;
|
|
1159
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/restorePointCollections' has methods for the following verbs: get */
|
|
1160
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/restorePointCollections", subscriptionId: string): RestorePointCollectionsListAll;
|
|
1161
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/restorePointCollections/\{restorePointCollectionName\}/restorePoints/\{restorePointName\}' has methods for the following verbs: put, delete, get */
|
|
1162
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{restorePointName}", subscriptionId: string, resourceGroupName: string, restorePointCollectionName: string, restorePointName: string): RestorePointsCreate;
|
|
1163
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/capacityReservationGroups/\{capacityReservationGroupName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1164
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}", subscriptionId: string, resourceGroupName: string, capacityReservationGroupName: string): CapacityReservationGroupsCreateOrUpdate;
|
|
1165
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/capacityReservationGroups' has methods for the following verbs: get */
|
|
1166
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups", subscriptionId: string, resourceGroupName: string): CapacityReservationGroupsListByResourceGroup;
|
|
1167
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/capacityReservationGroups' has methods for the following verbs: get */
|
|
1168
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/capacityReservationGroups", subscriptionId: string): CapacityReservationGroupsListBySubscription;
|
|
1169
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/capacityReservationGroups/\{capacityReservationGroupName\}/capacityReservations/\{capacityReservationName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1170
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}/capacityReservations/{capacityReservationName}", subscriptionId: string, resourceGroupName: string, capacityReservationGroupName: string, capacityReservationName: string): CapacityReservationsCreateOrUpdate;
|
|
1171
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/capacityReservationGroups/\{capacityReservationGroupName\}/capacityReservations' has methods for the following verbs: get */
|
|
1172
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/capacityReservationGroups/{capacityReservationGroupName}/capacityReservations", subscriptionId: string, resourceGroupName: string, capacityReservationGroupName: string): CapacityReservationsListByCapacityReservationGroup;
|
|
1173
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/logAnalytics/apiAccess/getRequestRateByInterval' has methods for the following verbs: post */
|
|
1174
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getRequestRateByInterval", subscriptionId: string, location: string): LogAnalyticsExportRequestRateByInterval;
|
|
1175
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/logAnalytics/apiAccess/getThrottledRequests' has methods for the following verbs: post */
|
|
1176
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/logAnalytics/apiAccess/getThrottledRequests", subscriptionId: string, location: string): LogAnalyticsExportThrottledRequests;
|
|
1177
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/runCommands' has methods for the following verbs: get */
|
|
1178
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands", subscriptionId: string, location: string): VirtualMachineRunCommandsList;
|
|
1179
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/runCommands/\{commandId\}' has methods for the following verbs: get */
|
|
1180
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/runCommands/{commandId}", subscriptionId: string, location: string, commandId: string): VirtualMachineRunCommandsGet;
|
|
1181
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/runCommands/\{runCommandName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1182
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands/{runCommandName}", subscriptionId: string, resourceGroupName: string, vmName: string, runCommandName: string): VirtualMachineRunCommandsCreateOrUpdate;
|
|
1183
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachines/\{vmName\}/runCommands' has methods for the following verbs: get */
|
|
1184
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands", subscriptionId: string, resourceGroupName: string, vmName: string): VirtualMachineRunCommandsListByVirtualMachine;
|
|
1185
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualMachines/\{instanceId\}/runCommands/\{runCommandName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1186
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands/{runCommandName}", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string, runCommandName: string): VirtualMachineScaleSetVMRunCommandsCreateOrUpdate;
|
|
1187
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/virtualMachineScaleSets/\{vmScaleSetName\}/virtualMachines/\{instanceId\}/runCommands' has methods for the following verbs: get */
|
|
1188
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachineScaleSets/{vmScaleSetName}/virtualMachines/{instanceId}/runCommands", subscriptionId: string, resourceGroupName: string, vmScaleSetName: string, instanceId: string): VirtualMachineScaleSetVMRunCommandsList;
|
|
1189
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/disks/\{diskName\}' has methods for the following verbs: put, patch, get, delete */
|
|
1190
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}", subscriptionId: string, resourceGroupName: string, diskName: string): DisksCreateOrUpdate;
|
|
1191
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/disks' has methods for the following verbs: get */
|
|
1192
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks", subscriptionId: string, resourceGroupName: string): DisksListByResourceGroup;
|
|
1193
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/disks' has methods for the following verbs: get */
|
|
1194
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/disks", subscriptionId: string): DisksList;
|
|
1195
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/disks/\{diskName\}/beginGetAccess' has methods for the following verbs: post */
|
|
1196
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}/beginGetAccess", subscriptionId: string, resourceGroupName: string, diskName: string): DisksGrantAccess;
|
|
1197
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/disks/\{diskName\}/endGetAccess' has methods for the following verbs: post */
|
|
1198
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/disks/{diskName}/endGetAccess", subscriptionId: string, resourceGroupName: string, diskName: string): DisksRevokeAccess;
|
|
1199
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/diskAccesses/\{diskAccessName\}' has methods for the following verbs: put, patch, get, delete */
|
|
1200
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}", subscriptionId: string, resourceGroupName: string, diskAccessName: string): DiskAccessesCreateOrUpdate;
|
|
1201
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/diskAccesses' has methods for the following verbs: get */
|
|
1202
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses", subscriptionId: string, resourceGroupName: string): DiskAccessesListByResourceGroup;
|
|
1203
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/diskAccesses' has methods for the following verbs: get */
|
|
1204
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskAccesses", subscriptionId: string): DiskAccessesList;
|
|
1205
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/diskAccesses/\{diskAccessName\}/privateLinkResources' has methods for the following verbs: get */
|
|
1206
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateLinkResources", subscriptionId: string, resourceGroupName: string, diskAccessName: string): DiskAccessesGetPrivateLinkResources;
|
|
1207
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/diskAccesses/\{diskAccessName\}/privateEndpointConnections/\{privateEndpointConnectionName\}' has methods for the following verbs: put, get, delete */
|
|
1208
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections/{privateEndpointConnectionName}", subscriptionId: string, resourceGroupName: string, diskAccessName: string, privateEndpointConnectionName: string): DiskAccessesUpdateAPrivateEndpointConnection;
|
|
1209
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/diskAccesses/\{diskAccessName\}/privateEndpointConnections' has methods for the following verbs: get */
|
|
1210
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskAccesses/{diskAccessName}/privateEndpointConnections", subscriptionId: string, resourceGroupName: string, diskAccessName: string): DiskAccessesListPrivateEndpointConnections;
|
|
1211
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/diskEncryptionSets/\{diskEncryptionSetName\}' has methods for the following verbs: put, patch, get, delete */
|
|
1212
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}", subscriptionId: string, resourceGroupName: string, diskEncryptionSetName: string): DiskEncryptionSetsCreateOrUpdate;
|
|
1213
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/diskEncryptionSets' has methods for the following verbs: get */
|
|
1214
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets", subscriptionId: string, resourceGroupName: string): DiskEncryptionSetsListByResourceGroup;
|
|
1215
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/diskEncryptionSets' has methods for the following verbs: get */
|
|
1216
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/diskEncryptionSets", subscriptionId: string): DiskEncryptionSetsList;
|
|
1217
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/diskEncryptionSets/\{diskEncryptionSetName\}/associatedResources' has methods for the following verbs: get */
|
|
1218
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/diskEncryptionSets/{diskEncryptionSetName}/associatedResources", subscriptionId: string, resourceGroupName: string, diskEncryptionSetName: string): DiskEncryptionSetsListAssociatedResources;
|
|
1219
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/restorePointCollections/\{restorePointCollectionName\}/restorePoints/\{vmRestorePointName\}/diskRestorePoints/\{diskRestorePointName\}' has methods for the following verbs: get */
|
|
1220
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{vmRestorePointName}/diskRestorePoints/{diskRestorePointName}", subscriptionId: string, resourceGroupName: string, restorePointCollectionName: string, vmRestorePointName: string, diskRestorePointName: string): DiskRestorePointGet;
|
|
1221
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/restorePointCollections/\{restorePointCollectionName\}/restorePoints/\{vmRestorePointName\}/diskRestorePoints' has methods for the following verbs: get */
|
|
1222
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{vmRestorePointName}/diskRestorePoints", subscriptionId: string, resourceGroupName: string, restorePointCollectionName: string, vmRestorePointName: string): DiskRestorePointListByRestorePoint;
|
|
1223
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/restorePointCollections/\{restorePointCollectionName\}/restorePoints/\{vmRestorePointName\}/diskRestorePoints/\{diskRestorePointName\}/beginGetAccess' has methods for the following verbs: post */
|
|
1224
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{vmRestorePointName}/diskRestorePoints/{diskRestorePointName}/beginGetAccess", subscriptionId: string, resourceGroupName: string, restorePointCollectionName: string, vmRestorePointName: string, diskRestorePointName: string): DiskRestorePointGrantAccess;
|
|
1225
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/restorePointCollections/\{restorePointCollectionName\}/restorePoints/\{vmRestorePointName\}/diskRestorePoints/\{diskRestorePointName\}/endGetAccess' has methods for the following verbs: post */
|
|
1226
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/restorePointCollections/{restorePointCollectionName}/restorePoints/{vmRestorePointName}/diskRestorePoints/{diskRestorePointName}/endGetAccess", subscriptionId: string, resourceGroupName: string, restorePointCollectionName: string, vmRestorePointName: string, diskRestorePointName: string): DiskRestorePointRevokeAccess;
|
|
1227
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/snapshots/\{snapshotName\}' has methods for the following verbs: put, patch, get, delete */
|
|
1228
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}", subscriptionId: string, resourceGroupName: string, snapshotName: string): SnapshotsCreateOrUpdate;
|
|
1229
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/snapshots' has methods for the following verbs: get */
|
|
1230
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots", subscriptionId: string, resourceGroupName: string): SnapshotsListByResourceGroup;
|
|
1231
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/snapshots' has methods for the following verbs: get */
|
|
1232
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/snapshots", subscriptionId: string): SnapshotsList;
|
|
1233
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/snapshots/\{snapshotName\}/beginGetAccess' has methods for the following verbs: post */
|
|
1234
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}/beginGetAccess", subscriptionId: string, resourceGroupName: string, snapshotName: string): SnapshotsGrantAccess;
|
|
1235
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/snapshots/\{snapshotName\}/endGetAccess' has methods for the following verbs: post */
|
|
1236
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/snapshots/{snapshotName}/endGetAccess", subscriptionId: string, resourceGroupName: string, snapshotName: string): SnapshotsRevokeAccess;
|
|
1237
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/skus' has methods for the following verbs: get */
|
|
1238
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/skus", subscriptionId: string): ResourceSkusList;
|
|
1239
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/galleries/\{galleryName\}' has methods for the following verbs: put, patch, get, delete */
|
|
1240
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}", subscriptionId: string, resourceGroupName: string, galleryName: string): GalleriesCreateOrUpdate;
|
|
1241
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/galleries' has methods for the following verbs: get */
|
|
1242
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries", subscriptionId: string, resourceGroupName: string): GalleriesListByResourceGroup;
|
|
1243
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/galleries' has methods for the following verbs: get */
|
|
1244
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/galleries", subscriptionId: string): GalleriesList;
|
|
1245
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/galleries/\{galleryName\}/images/\{galleryImageName\}' has methods for the following verbs: put, patch, get, delete */
|
|
1246
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}", subscriptionId: string, resourceGroupName: string, galleryName: string, galleryImageName: string): GalleryImagesCreateOrUpdate;
|
|
1247
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/galleries/\{galleryName\}/images' has methods for the following verbs: get */
|
|
1248
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images", subscriptionId: string, resourceGroupName: string, galleryName: string): GalleryImagesListByGallery;
|
|
1249
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/galleries/\{galleryName\}/images/\{galleryImageName\}/versions/\{galleryImageVersionName\}' has methods for the following verbs: put, patch, get, delete */
|
|
1250
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}", subscriptionId: string, resourceGroupName: string, galleryName: string, galleryImageName: string, galleryImageVersionName: string): GalleryImageVersionsCreateOrUpdate;
|
|
1251
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/galleries/\{galleryName\}/images/\{galleryImageName\}/versions' has methods for the following verbs: get */
|
|
1252
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/images/{galleryImageName}/versions", subscriptionId: string, resourceGroupName: string, galleryName: string, galleryImageName: string): GalleryImageVersionsListByGalleryImage;
|
|
1253
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/galleries/\{galleryName\}/applications/\{galleryApplicationName\}' has methods for the following verbs: put, patch, get, delete */
|
|
1254
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}", subscriptionId: string, resourceGroupName: string, galleryName: string, galleryApplicationName: string): GalleryApplicationsCreateOrUpdate;
|
|
1255
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/galleries/\{galleryName\}/applications' has methods for the following verbs: get */
|
|
1256
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications", subscriptionId: string, resourceGroupName: string, galleryName: string): GalleryApplicationsListByGallery;
|
|
1257
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/galleries/\{galleryName\}/applications/\{galleryApplicationName\}/versions/\{galleryApplicationVersionName\}' has methods for the following verbs: put, patch, get, delete */
|
|
1258
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions/{galleryApplicationVersionName}", subscriptionId: string, resourceGroupName: string, galleryName: string, galleryApplicationName: string, galleryApplicationVersionName: string): GalleryApplicationVersionsCreateOrUpdate;
|
|
1259
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/galleries/\{galleryName\}/applications/\{galleryApplicationName\}/versions' has methods for the following verbs: get */
|
|
1260
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/applications/{galleryApplicationName}/versions", subscriptionId: string, resourceGroupName: string, galleryName: string, galleryApplicationName: string): GalleryApplicationVersionsListByGalleryApplication;
|
|
1261
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/galleries/\{galleryName\}/share' has methods for the following verbs: post */
|
|
1262
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/galleries/{galleryName}/share", subscriptionId: string, resourceGroupName: string, galleryName: string): GallerySharingProfileUpdate;
|
|
1263
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/sharedGalleries' has methods for the following verbs: get */
|
|
1264
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries", subscriptionId: string, location: string): SharedGalleriesList;
|
|
1265
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/sharedGalleries/\{galleryUniqueName\}' has methods for the following verbs: get */
|
|
1266
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}", subscriptionId: string, location: string, galleryUniqueName: string): SharedGalleriesGet;
|
|
1267
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/sharedGalleries/\{galleryUniqueName\}/images' has methods for the following verbs: get */
|
|
1268
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images", subscriptionId: string, location: string, galleryUniqueName: string): SharedGalleryImagesList;
|
|
1269
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/sharedGalleries/\{galleryUniqueName\}/images/\{galleryImageName\}' has methods for the following verbs: get */
|
|
1270
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}", subscriptionId: string, location: string, galleryUniqueName: string, galleryImageName: string): SharedGalleryImagesGet;
|
|
1271
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/sharedGalleries/\{galleryUniqueName\}/images/\{galleryImageName\}/versions' has methods for the following verbs: get */
|
|
1272
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions", subscriptionId: string, location: string, galleryUniqueName: string, galleryImageName: string): SharedGalleryImageVersionsList;
|
|
1273
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/sharedGalleries/\{galleryUniqueName\}/images/\{galleryImageName\}/versions/\{galleryImageVersionName\}' has methods for the following verbs: get */
|
|
1274
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions/{galleryImageVersionName}", subscriptionId: string, location: string, galleryUniqueName: string, galleryImageName: string, galleryImageVersionName: string): SharedGalleryImageVersionsGet;
|
|
1275
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/communityGalleries/\{publicGalleryName\}' has methods for the following verbs: get */
|
|
1276
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}", subscriptionId: string, location: string, publicGalleryName: string): CommunityGalleriesGet;
|
|
1277
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/communityGalleries/\{publicGalleryName\}/images/\{galleryImageName\}' has methods for the following verbs: get */
|
|
1278
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}/images/{galleryImageName}", subscriptionId: string, location: string, publicGalleryName: string, galleryImageName: string): CommunityGalleryImagesGet;
|
|
1279
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/communityGalleries/\{publicGalleryName\}/images' has methods for the following verbs: get */
|
|
1280
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}/images", subscriptionId: string, location: string, publicGalleryName: string): CommunityGalleryImagesList;
|
|
1281
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/communityGalleries/\{publicGalleryName\}/images/\{galleryImageName\}/versions/\{galleryImageVersionName\}' has methods for the following verbs: get */
|
|
1282
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}/images/{galleryImageName}/versions/{galleryImageVersionName}", subscriptionId: string, location: string, publicGalleryName: string, galleryImageName: string, galleryImageVersionName: string): CommunityGalleryImageVersionsGet;
|
|
1283
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/communityGalleries/\{publicGalleryName\}/images/\{galleryImageName\}/versions' has methods for the following verbs: get */
|
|
1284
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/communityGalleries/{publicGalleryName}/images/{galleryImageName}/versions", subscriptionId: string, location: string, publicGalleryName: string, galleryImageName: string): CommunityGalleryImageVersionsList;
|
|
1285
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/roleInstances/\{roleInstanceName\}' has methods for the following verbs: delete, get */
|
|
1286
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}", subscriptionId: string, resourceGroupName: string, cloudServiceName: string, roleInstanceName: string): CloudServiceRoleInstancesDelete;
|
|
1287
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/roleInstances/\{roleInstanceName\}/instanceView' has methods for the following verbs: get */
|
|
1288
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/instanceView", subscriptionId: string, resourceGroupName: string, cloudServiceName: string, roleInstanceName: string): CloudServiceRoleInstancesGetInstanceView;
|
|
1289
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/roleInstances' has methods for the following verbs: get */
|
|
1290
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances", subscriptionId: string, resourceGroupName: string, cloudServiceName: string): CloudServiceRoleInstancesList;
|
|
1291
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/roleInstances/\{roleInstanceName\}/restart' has methods for the following verbs: post */
|
|
1292
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/restart", subscriptionId: string, resourceGroupName: string, cloudServiceName: string, roleInstanceName: string): CloudServiceRoleInstancesRestart;
|
|
1293
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/roleInstances/\{roleInstanceName\}/reimage' has methods for the following verbs: post */
|
|
1294
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/reimage", subscriptionId: string, resourceGroupName: string, cloudServiceName: string, roleInstanceName: string): CloudServiceRoleInstancesReimage;
|
|
1295
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/roleInstances/\{roleInstanceName\}/rebuild' has methods for the following verbs: post */
|
|
1296
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/rebuild", subscriptionId: string, resourceGroupName: string, cloudServiceName: string, roleInstanceName: string): CloudServiceRoleInstancesRebuild;
|
|
1297
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/roleInstances/\{roleInstanceName\}/remoteDesktopFile' has methods for the following verbs: get */
|
|
1298
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roleInstances/{roleInstanceName}/remoteDesktopFile", subscriptionId: string, resourceGroupName: string, cloudServiceName: string, roleInstanceName: string): CloudServiceRoleInstancesGetRemoteDesktopFile;
|
|
1299
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/roles/\{roleName\}' has methods for the following verbs: get */
|
|
1300
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roles/{roleName}", subscriptionId: string, resourceGroupName: string, cloudServiceName: string, roleName: string): CloudServiceRolesGet;
|
|
1301
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/roles' has methods for the following verbs: get */
|
|
1302
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/roles", subscriptionId: string, resourceGroupName: string, cloudServiceName: string): CloudServiceRolesList;
|
|
1303
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}' has methods for the following verbs: put, patch, delete, get */
|
|
1304
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}", subscriptionId: string, resourceGroupName: string, cloudServiceName: string): CloudServicesCreateOrUpdate;
|
|
1305
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/instanceView' has methods for the following verbs: get */
|
|
1306
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/instanceView", subscriptionId: string, resourceGroupName: string, cloudServiceName: string): CloudServicesGetInstanceView;
|
|
1307
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/cloudServices' has methods for the following verbs: get */
|
|
1308
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/cloudServices", subscriptionId: string): CloudServicesListAll;
|
|
1309
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices' has methods for the following verbs: get */
|
|
1310
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices", subscriptionId: string, resourceGroupName: string): CloudServicesList;
|
|
1311
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/start' has methods for the following verbs: post */
|
|
1312
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/start", subscriptionId: string, resourceGroupName: string, cloudServiceName: string): CloudServicesStart;
|
|
1313
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/poweroff' has methods for the following verbs: post */
|
|
1314
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/poweroff", subscriptionId: string, resourceGroupName: string, cloudServiceName: string): CloudServicesPowerOff;
|
|
1315
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/restart' has methods for the following verbs: post */
|
|
1316
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/restart", subscriptionId: string, resourceGroupName: string, cloudServiceName: string): CloudServicesRestart;
|
|
1317
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/reimage' has methods for the following verbs: post */
|
|
1318
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/reimage", subscriptionId: string, resourceGroupName: string, cloudServiceName: string): CloudServicesReimage;
|
|
1319
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/rebuild' has methods for the following verbs: post */
|
|
1320
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/rebuild", subscriptionId: string, resourceGroupName: string, cloudServiceName: string): CloudServicesRebuild;
|
|
1321
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/delete' has methods for the following verbs: post */
|
|
1322
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/delete", subscriptionId: string, resourceGroupName: string, cloudServiceName: string): CloudServicesDeleteInstances;
|
|
1323
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/updateDomains/\{updateDomain\}' has methods for the following verbs: put, get */
|
|
1324
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/updateDomains/{updateDomain}", subscriptionId: string, resourceGroupName: string, cloudServiceName: string, updateDomain: number): CloudServicesUpdateDomainWalkUpdateDomain;
|
|
1325
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/resourceGroups/\{resourceGroupName\}/providers/Microsoft.Compute/cloudServices/\{cloudServiceName\}/updateDomains' has methods for the following verbs: get */
|
|
1326
|
+
(path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/cloudServices/{cloudServiceName}/updateDomains", subscriptionId: string, resourceGroupName: string, cloudServiceName: string): CloudServicesUpdateDomainListUpdateDomains;
|
|
1327
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/cloudServiceOsVersions/\{osVersionName\}' has methods for the following verbs: get */
|
|
1328
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions/{osVersionName}", subscriptionId: string, location: string, osVersionName: string): CloudServiceOperatingSystemsGetOSVersion;
|
|
1329
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/cloudServiceOsVersions' has methods for the following verbs: get */
|
|
1330
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsVersions", subscriptionId: string, location: string): CloudServiceOperatingSystemsListOSVersions;
|
|
1331
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/cloudServiceOsFamilies/\{osFamilyName\}' has methods for the following verbs: get */
|
|
1332
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies/{osFamilyName}", subscriptionId: string, location: string, osFamilyName: string): CloudServiceOperatingSystemsGetOSFamily;
|
|
1333
|
+
/** Resource for '/subscriptions/\{subscriptionId\}/providers/Microsoft.Compute/locations/\{location\}/cloudServiceOsFamilies' has methods for the following verbs: get */
|
|
1334
|
+
(path: "/subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/cloudServiceOsFamilies", subscriptionId: string, location: string): CloudServiceOperatingSystemsListOSFamilies;
|
|
1335
|
+
}
|
|
1336
|
+
export type ComputeManagementClient = Client & {
|
|
1337
|
+
path: Routes;
|
|
1338
|
+
};
|
|
1339
|
+
//# sourceMappingURL=clientDefinitions.d.ts.map
|