@azure-rest/arm-compute 1.0.0-alpha.20251127.1 → 1.0.0-alpha.20251201.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.
@@ -1 +1 @@
1
- {"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { HttpResponse } from \"@azure-rest/core-client\";\nimport type {\n ComputeOperationListResultOutput,\n CloudErrorOutput,\n ListUsagesResultOutput,\n VirtualMachineSizeListResultOutput,\n VirtualMachineScaleSetListResultOutput,\n VirtualMachineScaleSetOutput,\n VirtualMachineScaleSetInstanceViewOutput,\n VirtualMachineScaleSetListWithLinkResultOutput,\n VirtualMachineScaleSetListSkusResultOutput,\n VirtualMachineScaleSetListOSUpgradeHistoryOutput,\n RecoveryWalkResponseOutput,\n VirtualMachineScaleSetExtensionOutput,\n VirtualMachineScaleSetExtensionListResultOutput,\n RollingUpgradeStatusInfoOutput,\n VirtualMachineScaleSetVMExtensionOutput,\n VirtualMachineScaleSetVMExtensionsListResultOutput,\n VirtualMachineScaleSetVMOutput,\n VirtualMachineScaleSetVMInstanceViewOutput,\n VirtualMachineScaleSetVMListResultOutput,\n RetrieveBootDiagnosticsDataResultOutput,\n RunCommandResultOutput,\n VirtualMachineExtensionOutput,\n VirtualMachineExtensionsListResultOutput,\n VirtualMachineListResultOutput,\n VirtualMachineCaptureResultOutput,\n VirtualMachineOutput,\n VirtualMachineInstanceViewOutput,\n VirtualMachineAssessPatchesResultOutput,\n VirtualMachineInstallPatchesResultOutput,\n VirtualMachineImageOutput,\n VirtualMachineImageResourceOutput,\n VmImagesInEdgeZoneListResultOutput,\n VirtualMachineExtensionImageOutput,\n AvailabilitySetOutput,\n AvailabilitySetListResultOutput,\n ProximityPlacementGroupOutput,\n ProximityPlacementGroupListResultOutput,\n DedicatedHostGroupOutput,\n DedicatedHostGroupListResultOutput,\n DedicatedHostOutput,\n DedicatedHostListResultOutput,\n SshPublicKeysGroupListResultOutput,\n SshPublicKeyResourceOutput,\n SshPublicKeyGenerateKeyPairResultOutput,\n ImageOutput,\n ImageListResultOutput,\n RestorePointCollectionOutput,\n RestorePointCollectionListResultOutput,\n RestorePointOutput,\n CapacityReservationGroupOutput,\n CapacityReservationGroupListResultOutput,\n CapacityReservationOutput,\n CapacityReservationListResultOutput,\n LogAnalyticsOperationResultOutput,\n RunCommandListResultOutput,\n RunCommandDocumentOutput,\n VirtualMachineRunCommandOutput,\n VirtualMachineRunCommandsListResultOutput,\n DiskOutput,\n DiskListOutput,\n AccessUriOutput,\n DiskAccessOutput,\n DiskAccessListOutput,\n PrivateLinkResourceListResultOutput,\n PrivateEndpointConnectionOutput,\n PrivateEndpointConnectionListResultOutput,\n DiskEncryptionSetOutput,\n DiskEncryptionSetListOutput,\n ResourceUriListOutput,\n DiskRestorePointOutput,\n DiskRestorePointListOutput,\n SnapshotOutput,\n SnapshotListOutput,\n ResourceSkusResultOutput,\n GalleryOutput,\n GalleryListOutput,\n GalleryImageOutput,\n GalleryImageListOutput,\n GalleryImageVersionOutput,\n GalleryImageVersionListOutput,\n GalleryApplicationOutput,\n GalleryApplicationListOutput,\n GalleryApplicationVersionOutput,\n GalleryApplicationVersionListOutput,\n SharingUpdateOutput,\n SharedGalleryListOutput,\n SharedGalleryOutput,\n SharedGalleryImageListOutput,\n SharedGalleryImageOutput,\n SharedGalleryImageVersionListOutput,\n SharedGalleryImageVersionOutput,\n CommunityGalleryOutput,\n CommunityGalleryImageOutput,\n CommunityGalleryImageListOutput,\n CommunityGalleryImageVersionOutput,\n CommunityGalleryImageVersionListOutput,\n RoleInstanceOutput,\n RoleInstanceViewOutput,\n RoleInstanceListResultOutput,\n CloudServiceRoleOutput,\n CloudServiceRoleListResultOutput,\n CloudServiceOutput,\n CloudServiceInstanceViewOutput,\n CloudServiceListResultOutput,\n UpdateDomainOutput,\n UpdateDomainListResultOutput,\n OSVersionOutput,\n OSVersionListResultOutput,\n OSFamilyOutput,\n OSFamilyListResultOutput,\n} from \"./outputModels.js\";\n\n/** Gets a list of compute operations. */\nexport interface OperationsList200Response extends HttpResponse {\n status: \"200\";\n body: ComputeOperationListResultOutput;\n}\n\n/** Gets a list of compute operations. */\nexport interface OperationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. */\nexport interface UsageList200Response extends HttpResponse {\n status: \"200\";\n body: ListUsagesResultOutput;\n}\n\n/** Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. */\nexport interface UsageListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) */\nexport interface VirtualMachineSizesList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineSizeListResultOutput;\n}\n\n/** This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) */\nexport interface VirtualMachineSizesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the VM scale sets under the specified subscription for the specified location. */\nexport interface VirtualMachineScaleSetsListByLocation200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetListResultOutput;\n}\n\n/** Gets all the VM scale sets under the specified subscription for the specified location. */\nexport interface VirtualMachineScaleSetsListByLocationDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a VM scale set. */\nexport interface VirtualMachineScaleSetsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetOutput;\n}\n\n/** Create or update a VM scale set. */\nexport interface VirtualMachineScaleSetsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineScaleSetOutput;\n}\n\n/** Create or update a VM scale set. */\nexport interface VirtualMachineScaleSetsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a VM scale set. */\nexport interface VirtualMachineScaleSetsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetOutput;\n}\n\n/** Update a VM scale set. */\nexport interface VirtualMachineScaleSetsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a VM scale set. */\nexport interface VirtualMachineScaleSetsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a VM scale set. */\nexport interface VirtualMachineScaleSetsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a VM scale set. */\nexport interface VirtualMachineScaleSetsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a VM scale set. */\nexport interface VirtualMachineScaleSetsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Display information about a virtual machine scale set. */\nexport interface VirtualMachineScaleSetsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetOutput;\n}\n\n/** Display information about a virtual machine scale set. */\nexport interface VirtualMachineScaleSetsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates. */\nexport interface VirtualMachineScaleSetsDeallocate200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates. */\nexport interface VirtualMachineScaleSetsDeallocate202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates. */\nexport interface VirtualMachineScaleSetsDeallocateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsDeleteInstances200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsDeleteInstances202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsDeleteInstancesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the status of a VM scale set instance. */\nexport interface VirtualMachineScaleSetsGetInstanceView200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetInstanceViewOutput;\n}\n\n/** Gets the status of a VM scale set instance. */\nexport interface VirtualMachineScaleSetsGetInstanceViewDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all VM scale sets under a resource group. */\nexport interface VirtualMachineScaleSetsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetListResultOutput;\n}\n\n/** Gets a list of all VM scale sets under a resource group. */\nexport interface VirtualMachineScaleSetsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is null to fetch all the VM Scale Sets. */\nexport interface VirtualMachineScaleSetsListAll200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetListWithLinkResultOutput;\n}\n\n/** Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is null to fetch all the VM Scale Sets. */\nexport interface VirtualMachineScaleSetsListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. */\nexport interface VirtualMachineScaleSetsListSkus200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetListSkusResultOutput;\n}\n\n/** Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. */\nexport interface VirtualMachineScaleSetsListSkusDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets list of OS upgrades on a VM scale set instance. */\nexport interface VirtualMachineScaleSetsGetOSUpgradeHistory200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetListOSUpgradeHistoryOutput;\n}\n\n/** Gets list of OS upgrades on a VM scale set instance. */\nexport interface VirtualMachineScaleSetsGetOSUpgradeHistoryDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */\nexport interface VirtualMachineScaleSetsPowerOff200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */\nexport interface VirtualMachineScaleSetsPowerOff202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */\nexport interface VirtualMachineScaleSetsPowerOffDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Restarts one or more virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restarts one or more virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsRestart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restarts one or more virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsRestartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts one or more virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsStart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts one or more virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsStart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts one or more virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsStartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. */\nexport interface VirtualMachineScaleSetsRedeploy200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. */\nexport interface VirtualMachineScaleSetsRedeploy202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. */\nexport interface VirtualMachineScaleSetsRedeployDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications */\nexport interface VirtualMachineScaleSetsPerformMaintenance200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications */\nexport interface VirtualMachineScaleSetsPerformMaintenance202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications */\nexport interface VirtualMachineScaleSetsPerformMaintenanceDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. */\nexport interface VirtualMachineScaleSetsUpdateInstances200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. */\nexport interface VirtualMachineScaleSetsUpdateInstances202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. */\nexport interface VirtualMachineScaleSetsUpdateInstancesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. */\nexport interface VirtualMachineScaleSetsReimage200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. */\nexport interface VirtualMachineScaleSetsReimage202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. */\nexport interface VirtualMachineScaleSetsReimageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. */\nexport interface VirtualMachineScaleSetsReimageAll200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. */\nexport interface VirtualMachineScaleSetsReimageAll202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. */\nexport interface VirtualMachineScaleSetsReimageAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set. */\nexport interface VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalk200Response\n extends HttpResponse {\n status: \"200\";\n body: RecoveryWalkResponseOutput;\n}\n\n/** Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set. */\nexport interface VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Converts SinglePlacementGroup property to false for a existing virtual machine scale set. */\nexport interface VirtualMachineScaleSetsConvertToSinglePlacementGroup200Response\n extends HttpResponse {\n status: \"200\";\n}\n\n/** Converts SinglePlacementGroup property to false for a existing virtual machine scale set. */\nexport interface VirtualMachineScaleSetsConvertToSinglePlacementGroupDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Changes ServiceState property for a given service */\nexport interface VirtualMachineScaleSetsSetOrchestrationServiceState200Response\n extends HttpResponse {\n status: \"200\";\n}\n\n/** Changes ServiceState property for a given service */\nexport interface VirtualMachineScaleSetsSetOrchestrationServiceState202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Changes ServiceState property for a given service */\nexport interface VirtualMachineScaleSetsSetOrchestrationServiceStateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update an extension. */\nexport interface VirtualMachineScaleSetExtensionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetExtensionOutput;\n}\n\n/** The operation to create or update an extension. */\nexport interface VirtualMachineScaleSetExtensionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineScaleSetExtensionOutput;\n}\n\n/** The operation to create or update an extension. */\nexport interface VirtualMachineScaleSetExtensionsCreateOrUpdateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update an extension. */\nexport interface VirtualMachineScaleSetExtensionsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetExtensionOutput;\n}\n\n/** The operation to update an extension. */\nexport interface VirtualMachineScaleSetExtensionsUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineScaleSetExtensionOutput;\n}\n\n/** The operation to update an extension. */\nexport interface VirtualMachineScaleSetExtensionsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineScaleSetExtensionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineScaleSetExtensionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineScaleSetExtensionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineScaleSetExtensionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the extension. */\nexport interface VirtualMachineScaleSetExtensionsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetExtensionOutput;\n}\n\n/** The operation to get the extension. */\nexport interface VirtualMachineScaleSetExtensionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all extensions in a VM scale set. */\nexport interface VirtualMachineScaleSetExtensionsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetExtensionListResultOutput;\n}\n\n/** Gets a list of all extensions in a VM scale set. */\nexport interface VirtualMachineScaleSetExtensionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Cancels the current virtual machine scale set rolling upgrade. */\nexport interface VirtualMachineScaleSetRollingUpgradesCancel200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Cancels the current virtual machine scale set rolling upgrade. */\nexport interface VirtualMachineScaleSetRollingUpgradesCancel202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Cancels the current virtual machine scale set rolling upgrade. */\nexport interface VirtualMachineScaleSetRollingUpgradesCancelDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected. */\nexport interface VirtualMachineScaleSetRollingUpgradesStartOSUpgrade200Response\n extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected. */\nexport interface VirtualMachineScaleSetRollingUpgradesStartOSUpgrade202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected. */\nexport interface VirtualMachineScaleSetRollingUpgradesStartOSUpgradeDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected. */\nexport interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade200Response\n extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected. */\nexport interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade202Response\n extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected. */\nexport interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the status of the latest virtual machine scale set rolling upgrade. */\nexport interface VirtualMachineScaleSetRollingUpgradesGetLatest200Response extends HttpResponse {\n status: \"200\";\n body: RollingUpgradeStatusInfoOutput;\n}\n\n/** Gets the status of the latest virtual machine scale set rolling upgrade. */\nexport interface VirtualMachineScaleSetRollingUpgradesGetLatestDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMExtensionOutput;\n}\n\n/** The operation to create or update the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineScaleSetVMExtensionOutput;\n}\n\n/** The operation to create or update the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsCreateOrUpdateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMExtensionOutput;\n}\n\n/** The operation to update the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMExtensionOutput;\n}\n\n/** The operation to get the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get all extensions of an instance in Virtual Machine Scaleset. */\nexport interface VirtualMachineScaleSetVMExtensionsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMExtensionsListResultOutput;\n}\n\n/** The operation to get all extensions of an instance in Virtual Machine Scaleset. */\nexport interface VirtualMachineScaleSetVMExtensionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsReimage200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsReimage202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsReimageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. */\nexport interface VirtualMachineScaleSetVMsReimageAll200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. */\nexport interface VirtualMachineScaleSetVMsReimageAll202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. */\nexport interface VirtualMachineScaleSetVMsReimageAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated. */\nexport interface VirtualMachineScaleSetVMsDeallocate200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated. */\nexport interface VirtualMachineScaleSetVMsDeallocate202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated. */\nexport interface VirtualMachineScaleSetVMsDeallocateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a virtual machine of a VM scale set. */\nexport interface VirtualMachineScaleSetVMsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMOutput;\n}\n\n/** Updates a virtual machine of a VM scale set. */\nexport interface VirtualMachineScaleSetVMsUpdate202Response extends HttpResponse {\n status: \"202\";\n body: VirtualMachineScaleSetVMOutput;\n}\n\n/** Updates a virtual machine of a VM scale set. */\nexport interface VirtualMachineScaleSetVMsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMOutput;\n}\n\n/** Gets a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the status of a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsGetInstanceView200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMInstanceViewOutput;\n}\n\n/** Gets the status of a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsGetInstanceViewDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all virtual machines in a VM scale sets. */\nexport interface VirtualMachineScaleSetVMsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMListResultOutput;\n}\n\n/** Gets a list of all virtual machines in a VM scale sets. */\nexport interface VirtualMachineScaleSetVMsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */\nexport interface VirtualMachineScaleSetVMsPowerOff200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */\nexport interface VirtualMachineScaleSetVMsPowerOff202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */\nexport interface VirtualMachineScaleSetVMsPowerOffDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Restarts a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restarts a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRestart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restarts a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRestartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsStart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsStart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsStartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. */\nexport interface VirtualMachineScaleSetVMsRedeploy200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. */\nexport interface VirtualMachineScaleSetVMsRedeploy202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. */\nexport interface VirtualMachineScaleSetVMsRedeployDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRetrieveBootDiagnosticsData200Response\n extends HttpResponse {\n status: \"200\";\n body: RetrieveBootDiagnosticsDataResultOutput;\n}\n\n/** The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Performs maintenance on a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsPerformMaintenance200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Performs maintenance on a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsPerformMaintenance202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Performs maintenance on a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsPerformMaintenanceDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to simulate the eviction of spot virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsSimulateEviction204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to simulate the eviction of spot virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsSimulateEvictionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Run command on a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRunCommand200Response extends HttpResponse {\n status: \"200\";\n body: RunCommandResultOutput;\n}\n\n/** Run command on a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRunCommand202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to create or update the extension. */\nexport interface VirtualMachineExtensionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineExtensionOutput;\n}\n\n/** The operation to create or update the extension. */\nexport interface VirtualMachineExtensionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineExtensionOutput;\n}\n\n/** The operation to create or update the extension. */\nexport interface VirtualMachineExtensionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update the extension. */\nexport interface VirtualMachineExtensionsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineExtensionOutput;\n}\n\n/** The operation to update the extension. */\nexport interface VirtualMachineExtensionsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineExtensionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineExtensionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineExtensionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineExtensionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the extension. */\nexport interface VirtualMachineExtensionsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineExtensionOutput;\n}\n\n/** The operation to get the extension. */\nexport interface VirtualMachineExtensionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get all extensions of a Virtual Machine. */\nexport interface VirtualMachineExtensionsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineExtensionsListResultOutput;\n}\n\n/** The operation to get all extensions of a Virtual Machine. */\nexport interface VirtualMachineExtensionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the virtual machines under the specified subscription for the specified location. */\nexport interface VirtualMachinesListByLocation200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineListResultOutput;\n}\n\n/** Gets all the virtual machines under the specified subscription for the specified location. */\nexport interface VirtualMachinesListByLocationDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. */\nexport interface VirtualMachinesCapture200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineCaptureResultOutput;\n}\n\n/** Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. */\nexport interface VirtualMachinesCapture202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. */\nexport interface VirtualMachinesCaptureDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. */\nexport interface VirtualMachinesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineOutput;\n}\n\n/** The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. */\nexport interface VirtualMachinesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineOutput;\n}\n\n/** The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. */\nexport interface VirtualMachinesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update a virtual machine. */\nexport interface VirtualMachinesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineOutput;\n}\n\n/** The operation to update a virtual machine. */\nexport interface VirtualMachinesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete a virtual machine. */\nexport interface VirtualMachinesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete a virtual machine. */\nexport interface VirtualMachinesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete a virtual machine. */\nexport interface VirtualMachinesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete a virtual machine. */\nexport interface VirtualMachinesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about the model view or the instance view of a virtual machine. */\nexport interface VirtualMachinesGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineOutput;\n}\n\n/** Retrieves information about the model view or the instance view of a virtual machine. */\nexport interface VirtualMachinesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about the run-time state of a virtual machine. */\nexport interface VirtualMachinesInstanceView200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineInstanceViewOutput;\n}\n\n/** Retrieves information about the run-time state of a virtual machine. */\nexport interface VirtualMachinesInstanceViewDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. */\nexport interface VirtualMachinesConvertToManagedDisks200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. */\nexport interface VirtualMachinesConvertToManagedDisks202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. */\nexport interface VirtualMachinesConvertToManagedDisksDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. */\nexport interface VirtualMachinesDeallocate200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. */\nexport interface VirtualMachinesDeallocate202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. */\nexport interface VirtualMachinesDeallocateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation. <br>For Windows, please refer to [Create a managed image of a generalized VM in Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).<br>For Linux, please refer to [How to create an image of a virtual machine or VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). */\nexport interface VirtualMachinesGeneralize200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation. <br>For Windows, please refer to [Create a managed image of a generalized VM in Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).<br>For Linux, please refer to [How to create an image of a virtual machine or VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). */\nexport interface VirtualMachinesGeneralizeDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the virtual machines in the specified resource group. Use the nextLink property in the response to get the next page of virtual machines. */\nexport interface VirtualMachinesList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineListResultOutput;\n}\n\n/** Lists all of the virtual machines in the specified resource group. Use the nextLink property in the response to get the next page of virtual machines. */\nexport interface VirtualMachinesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. */\nexport interface VirtualMachinesListAll200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineListResultOutput;\n}\n\n/** Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. */\nexport interface VirtualMachinesListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all available virtual machine sizes to which the specified virtual machine can be resized. */\nexport interface VirtualMachinesListAvailableSizes200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineSizeListResultOutput;\n}\n\n/** Lists all available virtual machine sizes to which the specified virtual machine can be resized. */\nexport interface VirtualMachinesListAvailableSizesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. */\nexport interface VirtualMachinesPowerOff200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. */\nexport interface VirtualMachinesPowerOff202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. */\nexport interface VirtualMachinesPowerOffDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to reapply a virtual machine's state. */\nexport interface VirtualMachinesReapply200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to reapply a virtual machine's state. */\nexport interface VirtualMachinesReapply202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to reapply a virtual machine's state. */\nexport interface VirtualMachinesReapplyDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to restart a virtual machine. */\nexport interface VirtualMachinesRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to restart a virtual machine. */\nexport interface VirtualMachinesRestart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to restart a virtual machine. */\nexport interface VirtualMachinesRestartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to start a virtual machine. */\nexport interface VirtualMachinesStart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to start a virtual machine. */\nexport interface VirtualMachinesStart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to start a virtual machine. */\nexport interface VirtualMachinesStartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Shuts down the virtual machine, moves it to a new node, and powers it back on. */\nexport interface VirtualMachinesRedeploy200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Shuts down the virtual machine, moves it to a new node, and powers it back on. */\nexport interface VirtualMachinesRedeploy202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Shuts down the virtual machine, moves it to a new node, and powers it back on. */\nexport interface VirtualMachinesRedeployDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Reimages the virtual machine which has an ephemeral OS disk back to its initial state. */\nexport interface VirtualMachinesReimage200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Reimages the virtual machine which has an ephemeral OS disk back to its initial state. */\nexport interface VirtualMachinesReimage202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Reimages the virtual machine which has an ephemeral OS disk back to its initial state. */\nexport interface VirtualMachinesReimageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs. */\nexport interface VirtualMachinesRetrieveBootDiagnosticsData200Response extends HttpResponse {\n status: \"200\";\n body: RetrieveBootDiagnosticsDataResultOutput;\n}\n\n/** The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs. */\nexport interface VirtualMachinesRetrieveBootDiagnosticsDataDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to perform maintenance on a virtual machine. */\nexport interface VirtualMachinesPerformMaintenance200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to perform maintenance on a virtual machine. */\nexport interface VirtualMachinesPerformMaintenance202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to perform maintenance on a virtual machine. */\nexport interface VirtualMachinesPerformMaintenanceDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to simulate the eviction of spot virtual machine. */\nexport interface VirtualMachinesSimulateEviction204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to simulate the eviction of spot virtual machine. */\nexport interface VirtualMachinesSimulateEvictionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Assess patches on the VM. */\nexport interface VirtualMachinesAssessPatches200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineAssessPatchesResultOutput;\n}\n\n/** Assess patches on the VM. */\nexport interface VirtualMachinesAssessPatches202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Assess patches on the VM. */\nexport interface VirtualMachinesAssessPatchesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Installs patches on the VM. */\nexport interface VirtualMachinesInstallPatches200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineInstallPatchesResultOutput;\n}\n\n/** Installs patches on the VM. */\nexport interface VirtualMachinesInstallPatches202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Installs patches on the VM. */\nexport interface VirtualMachinesInstallPatchesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Run command on the VM. */\nexport interface VirtualMachinesRunCommand200Response extends HttpResponse {\n status: \"200\";\n body: RunCommandResultOutput;\n}\n\n/** Run command on the VM. */\nexport interface VirtualMachinesRunCommand202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets a virtual machine image. */\nexport interface VirtualMachineImagesGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineImageOutput;\n}\n\n/** Gets a virtual machine image. */\nexport interface VirtualMachineImagesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. */\nexport interface VirtualMachineImagesList200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. */\nexport interface VirtualMachineImagesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine image offers for the specified location and publisher. */\nexport interface VirtualMachineImagesListOffers200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of virtual machine image offers for the specified location and publisher. */\nexport interface VirtualMachineImagesListOffersDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine image publishers for the specified Azure location. */\nexport interface VirtualMachineImagesListPublishers200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of virtual machine image publishers for the specified Azure location. */\nexport interface VirtualMachineImagesListPublishersDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. */\nexport interface VirtualMachineImagesListSkus200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. */\nexport interface VirtualMachineImagesListSkusDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all virtual machine image versions for the specified edge zone */\nexport interface VirtualMachineImagesListByEdgeZone200Response extends HttpResponse {\n status: \"200\";\n body: VmImagesInEdgeZoneListResultOutput;\n}\n\n/** Gets a list of all virtual machine image versions for the specified edge zone */\nexport interface VirtualMachineImagesListByEdgeZoneDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a virtual machine image in an edge zone. */\nexport interface VirtualMachineImagesEdgeZoneGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineImageOutput;\n}\n\n/** Gets a virtual machine image in an edge zone. */\nexport interface VirtualMachineImagesEdgeZoneGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. */\nexport interface VirtualMachineImagesEdgeZoneList200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. */\nexport interface VirtualMachineImagesEdgeZoneListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine image offers for the specified location, edge zone and publisher. */\nexport interface VirtualMachineImagesEdgeZoneListOffers200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of virtual machine image offers for the specified location, edge zone and publisher. */\nexport interface VirtualMachineImagesEdgeZoneListOffersDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine image publishers for the specified Azure location and edge zone. */\nexport interface VirtualMachineImagesEdgeZoneListPublishers200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of virtual machine image publishers for the specified Azure location and edge zone. */\nexport interface VirtualMachineImagesEdgeZoneListPublishersDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. */\nexport interface VirtualMachineImagesEdgeZoneListSkus200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. */\nexport interface VirtualMachineImagesEdgeZoneListSkusDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a virtual machine extension image. */\nexport interface VirtualMachineExtensionImagesGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineExtensionImageOutput;\n}\n\n/** Gets a virtual machine extension image. */\nexport interface VirtualMachineExtensionImagesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine extension image types. */\nexport interface VirtualMachineExtensionImagesListTypes200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineExtensionImageOutput>;\n}\n\n/** Gets a list of virtual machine extension image types. */\nexport interface VirtualMachineExtensionImagesListTypesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine extension image versions. */\nexport interface VirtualMachineExtensionImagesListVersions200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineExtensionImageOutput>;\n}\n\n/** Gets a list of virtual machine extension image versions. */\nexport interface VirtualMachineExtensionImagesListVersionsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update an availability set. */\nexport interface AvailabilitySetsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AvailabilitySetOutput;\n}\n\n/** Create or update an availability set. */\nexport interface AvailabilitySetsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update an availability set. */\nexport interface AvailabilitySetsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AvailabilitySetOutput;\n}\n\n/** Update an availability set. */\nexport interface AvailabilitySetsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete an availability set. */\nexport interface AvailabilitySetsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete an availability set. */\nexport interface AvailabilitySetsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete an availability set. */\nexport interface AvailabilitySetsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about an availability set. */\nexport interface AvailabilitySetsGet200Response extends HttpResponse {\n status: \"200\";\n body: AvailabilitySetOutput;\n}\n\n/** Retrieves information about an availability set. */\nexport interface AvailabilitySetsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all availability sets in a subscription. */\nexport interface AvailabilitySetsListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: AvailabilitySetListResultOutput;\n}\n\n/** Lists all availability sets in a subscription. */\nexport interface AvailabilitySetsListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all availability sets in a resource group. */\nexport interface AvailabilitySetsList200Response extends HttpResponse {\n status: \"200\";\n body: AvailabilitySetListResultOutput;\n}\n\n/** Lists all availability sets in a resource group. */\nexport interface AvailabilitySetsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set. */\nexport interface AvailabilitySetsListAvailableSizes200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineSizeListResultOutput;\n}\n\n/** Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set. */\nexport interface AvailabilitySetsListAvailableSizesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a proximity placement group. */\nexport interface ProximityPlacementGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ProximityPlacementGroupOutput;\n}\n\n/** Create or update a proximity placement group. */\nexport interface ProximityPlacementGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ProximityPlacementGroupOutput;\n}\n\n/** Create or update a proximity placement group. */\nexport interface ProximityPlacementGroupsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a proximity placement group. */\nexport interface ProximityPlacementGroupsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ProximityPlacementGroupOutput;\n}\n\n/** Update a proximity placement group. */\nexport interface ProximityPlacementGroupsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a proximity placement group. */\nexport interface ProximityPlacementGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a proximity placement group. */\nexport interface ProximityPlacementGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a proximity placement group . */\nexport interface ProximityPlacementGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: ProximityPlacementGroupOutput;\n}\n\n/** Retrieves information about a proximity placement group . */\nexport interface ProximityPlacementGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all proximity placement groups in a subscription. */\nexport interface ProximityPlacementGroupsListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: ProximityPlacementGroupListResultOutput;\n}\n\n/** Lists all proximity placement groups in a subscription. */\nexport interface ProximityPlacementGroupsListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all proximity placement groups in a resource group. */\nexport interface ProximityPlacementGroupsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ProximityPlacementGroupListResultOutput;\n}\n\n/** Lists all proximity placement groups in a resource group. */\nexport interface ProximityPlacementGroupsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596) */\nexport interface DedicatedHostGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostGroupOutput;\n}\n\n/** Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596) */\nexport interface DedicatedHostGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: DedicatedHostGroupOutput;\n}\n\n/** Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596) */\nexport interface DedicatedHostGroupsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update an dedicated host group. */\nexport interface DedicatedHostGroupsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostGroupOutput;\n}\n\n/** Update an dedicated host group. */\nexport interface DedicatedHostGroupsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a dedicated host group. */\nexport interface DedicatedHostGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a dedicated host group. */\nexport interface DedicatedHostGroupsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a dedicated host group. */\nexport interface DedicatedHostGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a dedicated host group. */\nexport interface DedicatedHostGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostGroupOutput;\n}\n\n/** Retrieves information about a dedicated host group. */\nexport interface DedicatedHostGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups. */\nexport interface DedicatedHostGroupsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostGroupListResultOutput;\n}\n\n/** Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups. */\nexport interface DedicatedHostGroupsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. */\nexport interface DedicatedHostGroupsListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostGroupListResultOutput;\n}\n\n/** Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. */\nexport interface DedicatedHostGroupsListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a dedicated host . */\nexport interface DedicatedHostsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostOutput;\n}\n\n/** Create or update a dedicated host . */\nexport interface DedicatedHostsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: DedicatedHostOutput;\n}\n\n/** Create or update a dedicated host . */\nexport interface DedicatedHostsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update an dedicated host . */\nexport interface DedicatedHostsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostOutput;\n}\n\n/** Update an dedicated host . */\nexport interface DedicatedHostsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a dedicated host. */\nexport interface DedicatedHostsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a dedicated host. */\nexport interface DedicatedHostsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a dedicated host. */\nexport interface DedicatedHostsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a dedicated host. */\nexport interface DedicatedHostsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a dedicated host. */\nexport interface DedicatedHostsGet200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostOutput;\n}\n\n/** Retrieves information about a dedicated host. */\nexport interface DedicatedHostsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. */\nexport interface DedicatedHostsListByHostGroup200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostListResultOutput;\n}\n\n/** Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. */\nexport interface DedicatedHostsListByHostGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details. */\nexport interface DedicatedHostsRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details. */\nexport interface DedicatedHostsRestartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. */\nexport interface SshPublicKeysListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: SshPublicKeysGroupListResultOutput;\n}\n\n/** Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. */\nexport interface SshPublicKeysListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys. */\nexport interface SshPublicKeysListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: SshPublicKeysGroupListResultOutput;\n}\n\n/** Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys. */\nexport interface SshPublicKeysListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a new SSH public key resource. */\nexport interface SshPublicKeysCreate200Response extends HttpResponse {\n status: \"200\";\n body: SshPublicKeyResourceOutput;\n}\n\n/** Creates a new SSH public key resource. */\nexport interface SshPublicKeysCreate201Response extends HttpResponse {\n status: \"201\";\n body: SshPublicKeyResourceOutput;\n}\n\n/** Creates a new SSH public key resource. */\nexport interface SshPublicKeysCreateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a new SSH public key resource. */\nexport interface SshPublicKeysUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SshPublicKeyResourceOutput;\n}\n\n/** Updates a new SSH public key resource. */\nexport interface SshPublicKeysUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete an SSH public key. */\nexport interface SshPublicKeysDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete an SSH public key. */\nexport interface SshPublicKeysDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete an SSH public key. */\nexport interface SshPublicKeysDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about an SSH public key. */\nexport interface SshPublicKeysGet200Response extends HttpResponse {\n status: \"200\";\n body: SshPublicKeyResourceOutput;\n}\n\n/** Retrieves information about an SSH public key. */\nexport interface SshPublicKeysGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource. */\nexport interface SshPublicKeysGenerateKeyPair200Response extends HttpResponse {\n status: \"200\";\n body: SshPublicKeyGenerateKeyPairResultOutput;\n}\n\n/** Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource. */\nexport interface SshPublicKeysGenerateKeyPairDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update an image. */\nexport interface ImagesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ImageOutput;\n}\n\n/** Create or update an image. */\nexport interface ImagesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ImageOutput;\n}\n\n/** Create or update an image. */\nexport interface ImagesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update an image. */\nexport interface ImagesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ImageOutput;\n}\n\n/** Update an image. */\nexport interface ImagesUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ImageOutput;\n}\n\n/** Update an image. */\nexport interface ImagesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes an Image. */\nexport interface ImagesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes an Image. */\nexport interface ImagesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes an Image. */\nexport interface ImagesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes an Image. */\nexport interface ImagesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets an image. */\nexport interface ImagesGet200Response extends HttpResponse {\n status: \"200\";\n body: ImageOutput;\n}\n\n/** Gets an image. */\nexport interface ImagesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the list of images under a resource group. */\nexport interface ImagesListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ImageListResultOutput;\n}\n\n/** Gets the list of images under a resource group. */\nexport interface ImagesListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. */\nexport interface ImagesList200Response extends HttpResponse {\n status: \"200\";\n body: ImageListResultOutput;\n}\n\n/** Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. */\nexport interface ImagesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. */\nexport interface RestorePointCollectionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: RestorePointCollectionOutput;\n}\n\n/** The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. */\nexport interface RestorePointCollectionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: RestorePointCollectionOutput;\n}\n\n/** The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. */\nexport interface RestorePointCollectionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update the restore point collection. */\nexport interface RestorePointCollectionsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: RestorePointCollectionOutput;\n}\n\n/** The operation to update the restore point collection. */\nexport interface RestorePointCollectionsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */\nexport interface RestorePointCollectionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */\nexport interface RestorePointCollectionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */\nexport interface RestorePointCollectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */\nexport interface RestorePointCollectionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the restore point collection. */\nexport interface RestorePointCollectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: RestorePointCollectionOutput;\n}\n\n/** The operation to get the restore point collection. */\nexport interface RestorePointCollectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the list of restore point collections in a resource group. */\nexport interface RestorePointCollectionsList200Response extends HttpResponse {\n status: \"200\";\n body: RestorePointCollectionListResultOutput;\n}\n\n/** Gets the list of restore point collections in a resource group. */\nexport interface RestorePointCollectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. */\nexport interface RestorePointCollectionsListAll200Response extends HttpResponse {\n status: \"200\";\n body: RestorePointCollectionListResultOutput;\n}\n\n/** Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. */\nexport interface RestorePointCollectionsListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create the restore point. Updating properties of an existing restore point is not allowed */\nexport interface RestorePointsCreate201Response extends HttpResponse {\n status: \"201\";\n body: RestorePointOutput;\n}\n\n/** The operation to create the restore point. Updating properties of an existing restore point is not allowed */\nexport interface RestorePointsCreateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the restore point. */\nexport interface RestorePointsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the restore point. */\nexport interface RestorePointsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the restore point. */\nexport interface RestorePointsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the restore point. */\nexport interface RestorePointsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the restore point. */\nexport interface RestorePointsGet200Response extends HttpResponse {\n status: \"200\";\n body: RestorePointOutput;\n}\n\n/** The operation to get the restore point. */\nexport interface RestorePointsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationGroupOutput;\n}\n\n/** The operation to create or update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: CapacityReservationGroupOutput;\n}\n\n/** The operation to create or update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationGroupsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. */\nexport interface CapacityReservationGroupsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationGroupOutput;\n}\n\n/** The operation to update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. */\nexport interface CapacityReservationGroupsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete a capacity reservation group. This operation is allowed only if all the associated resources are disassociated from the reservation group and all capacity reservations under the reservation group have also been deleted. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete a capacity reservation group. This operation is allowed only if all the associated resources are disassociated from the reservation group and all capacity reservations under the reservation group have also been deleted. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationGroupsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete a capacity reservation group. This operation is allowed only if all the associated resources are disassociated from the reservation group and all capacity reservations under the reservation group have also been deleted. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation that retrieves information about a capacity reservation group. */\nexport interface CapacityReservationGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationGroupOutput;\n}\n\n/** The operation that retrieves information about a capacity reservation group. */\nexport interface CapacityReservationGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the capacity reservation groups in the specified resource group. Use the nextLink property in the response to get the next page of capacity reservation groups. */\nexport interface CapacityReservationGroupsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationGroupListResultOutput;\n}\n\n/** Lists all of the capacity reservation groups in the specified resource group. Use the nextLink property in the response to get the next page of capacity reservation groups. */\nexport interface CapacityReservationGroupsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups. */\nexport interface CapacityReservationGroupsListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationGroupListResultOutput;\n}\n\n/** Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups. */\nexport interface CapacityReservationGroupsListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update a capacity reservation. Please note some properties can be set only during capacity reservation creation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationOutput;\n}\n\n/** The operation to create or update a capacity reservation. Please note some properties can be set only during capacity reservation creation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: CapacityReservationOutput;\n}\n\n/** The operation to create or update a capacity reservation. Please note some properties can be set only during capacity reservation creation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update a capacity reservation. */\nexport interface CapacityReservationsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationOutput;\n}\n\n/** The operation to update a capacity reservation. */\nexport interface CapacityReservationsUpdate202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to update a capacity reservation. */\nexport interface CapacityReservationsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation that retrieves information about the capacity reservation. */\nexport interface CapacityReservationsGet200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationOutput;\n}\n\n/** The operation that retrieves information about the capacity reservation. */\nexport interface CapacityReservationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the capacity reservations in the specified capacity reservation group. Use the nextLink property in the response to get the next page of capacity reservations. */\nexport interface CapacityReservationsListByCapacityReservationGroup200Response\n extends HttpResponse {\n status: \"200\";\n body: CapacityReservationListResultOutput;\n}\n\n/** Lists all of the capacity reservations in the specified capacity reservation group. Use the nextLink property in the response to get the next page of capacity reservations. */\nexport interface CapacityReservationsListByCapacityReservationGroupDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Export logs that show Api requests made by this subscription in the given time window to show throttling activities. */\nexport interface LogAnalyticsExportRequestRateByInterval200Response extends HttpResponse {\n status: \"200\";\n body: LogAnalyticsOperationResultOutput;\n}\n\n/** Export logs that show Api requests made by this subscription in the given time window to show throttling activities. */\nexport interface LogAnalyticsExportRequestRateByInterval202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Export logs that show Api requests made by this subscription in the given time window to show throttling activities. */\nexport interface LogAnalyticsExportRequestRateByIntervalDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Export logs that show total throttled Api requests for this subscription in the given time window. */\nexport interface LogAnalyticsExportThrottledRequests200Response extends HttpResponse {\n status: \"200\";\n body: LogAnalyticsOperationResultOutput;\n}\n\n/** Export logs that show total throttled Api requests for this subscription in the given time window. */\nexport interface LogAnalyticsExportThrottledRequests202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Export logs that show total throttled Api requests for this subscription in the given time window. */\nexport interface LogAnalyticsExportThrottledRequestsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all available run commands for a subscription in a location. */\nexport interface VirtualMachineRunCommandsList200Response extends HttpResponse {\n status: \"200\";\n body: RunCommandListResultOutput;\n}\n\n/** Gets specific run command for a subscription in a location. */\nexport interface VirtualMachineRunCommandsGet200Response extends HttpResponse {\n status: \"200\";\n body: RunCommandDocumentOutput;\n}\n\n/** The operation to create or update the run command. */\nexport interface VirtualMachineRunCommandsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to create or update the run command. */\nexport interface VirtualMachineRunCommandsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to create or update the run command. */\nexport interface VirtualMachineRunCommandsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update the run command. */\nexport interface VirtualMachineRunCommandsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to update the run command. */\nexport interface VirtualMachineRunCommandsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the run command. */\nexport interface VirtualMachineRunCommandsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the run command. */\nexport interface VirtualMachineRunCommandsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the run command. */\nexport interface VirtualMachineRunCommandsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the run command. */\nexport interface VirtualMachineRunCommandsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the run command. */\nexport interface VirtualMachineRunCommandsGetByVirtualMachine200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to get the run command. */\nexport interface VirtualMachineRunCommandsGetByVirtualMachineDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get all run commands of a Virtual Machine. */\nexport interface VirtualMachineRunCommandsListByVirtualMachine200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandsListResultOutput;\n}\n\n/** The operation to get all run commands of a Virtual Machine. */\nexport interface VirtualMachineRunCommandsListByVirtualMachineDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to create or update the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to create or update the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdateDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to update the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to get the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get all run commands of an instance in Virtual Machine Scaleset. */\nexport interface VirtualMachineScaleSetVMRunCommandsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandsListResultOutput;\n}\n\n/** The operation to get all run commands of an instance in Virtual Machine Scaleset. */\nexport interface VirtualMachineScaleSetVMRunCommandsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a disk. */\nexport interface DisksCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DiskOutput;\n}\n\n/** Creates or updates a disk. */\nexport interface DisksCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DiskOutput;\n}\n\n/** Updates (patches) a disk. */\nexport interface DisksUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DiskOutput;\n}\n\n/** Updates (patches) a disk. */\nexport interface DisksUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DiskOutput;\n}\n\n/** Gets information about a disk. */\nexport interface DisksGet200Response extends HttpResponse {\n status: \"200\";\n body: DiskOutput;\n}\n\n/** Deletes a disk. */\nexport interface DisksDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a disk. */\nexport interface DisksDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a disk. */\nexport interface DisksDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Lists all the disks under a resource group. */\nexport interface DisksListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: DiskListOutput;\n}\n\n/** Lists all the disks under a subscription. */\nexport interface DisksList200Response extends HttpResponse {\n status: \"200\";\n body: DiskListOutput;\n}\n\n/** Grants access to a disk. */\nexport interface DisksGrantAccess200Response extends HttpResponse {\n status: \"200\";\n body: AccessUriOutput;\n}\n\n/** Grants access to a disk. */\nexport interface DisksGrantAccess202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Revokes access to a disk. */\nexport interface DisksRevokeAccess200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Revokes access to a disk. */\nexport interface DisksRevokeAccess202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Creates or updates a disk access resource */\nexport interface DiskAccessesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DiskAccessOutput;\n}\n\n/** Creates or updates a disk access resource */\nexport interface DiskAccessesCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DiskAccessOutput;\n}\n\n/** Creates or updates a disk access resource */\nexport interface DiskAccessesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates (patches) a disk access resource. */\nexport interface DiskAccessesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DiskAccessOutput;\n}\n\n/** Updates (patches) a disk access resource. */\nexport interface DiskAccessesUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DiskAccessOutput;\n}\n\n/** Updates (patches) a disk access resource. */\nexport interface DiskAccessesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about a disk access resource. */\nexport interface DiskAccessesGet200Response extends HttpResponse {\n status: \"200\";\n body: DiskAccessOutput;\n}\n\n/** Gets information about a disk access resource. */\nexport interface DiskAccessesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a disk access resource. */\nexport interface DiskAccessesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a disk access resource. */\nexport interface DiskAccessesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a disk access resource. */\nexport interface DiskAccessesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a disk access resource. */\nexport interface DiskAccessesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the disk access resources under a resource group. */\nexport interface DiskAccessesListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: DiskAccessListOutput;\n}\n\n/** Lists all the disk access resources under a resource group. */\nexport interface DiskAccessesListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the disk access resources under a subscription. */\nexport interface DiskAccessesList200Response extends HttpResponse {\n status: \"200\";\n body: DiskAccessListOutput;\n}\n\n/** Lists all the disk access resources under a subscription. */\nexport interface DiskAccessesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the private link resources possible under disk access resource */\nexport interface DiskAccessesGetPrivateLinkResources200Response extends HttpResponse {\n status: \"200\";\n body: PrivateLinkResourceListResultOutput;\n}\n\n/** Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. */\nexport interface DiskAccessesUpdateAPrivateEndpointConnection200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionOutput;\n}\n\n/** Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. */\nexport interface DiskAccessesUpdateAPrivateEndpointConnection202Response extends HttpResponse {\n status: \"202\";\n body: PrivateEndpointConnectionOutput;\n}\n\n/** Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. */\nexport interface DiskAccessesUpdateAPrivateEndpointConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about a private endpoint connection under a disk access resource. */\nexport interface DiskAccessesGetAPrivateEndpointConnection200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionOutput;\n}\n\n/** Gets information about a private endpoint connection under a disk access resource. */\nexport interface DiskAccessesGetAPrivateEndpointConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a private endpoint connection under a disk access resource. */\nexport interface DiskAccessesDeleteAPrivateEndpointConnection200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a private endpoint connection under a disk access resource. */\nexport interface DiskAccessesDeleteAPrivateEndpointConnection202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a private endpoint connection under a disk access resource. */\nexport interface DiskAccessesDeleteAPrivateEndpointConnection204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a private endpoint connection under a disk access resource. */\nexport interface DiskAccessesDeleteAPrivateEndpointConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List information about private endpoint connections under a disk access resource */\nexport interface DiskAccessesListPrivateEndpointConnections200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionListResultOutput;\n}\n\n/** List information about private endpoint connections under a disk access resource */\nexport interface DiskAccessesListPrivateEndpointConnectionsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a disk encryption set */\nexport interface DiskEncryptionSetsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DiskEncryptionSetOutput;\n}\n\n/** Creates or updates a disk encryption set */\nexport interface DiskEncryptionSetsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DiskEncryptionSetOutput;\n}\n\n/** Creates or updates a disk encryption set */\nexport interface DiskEncryptionSetsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates (patches) a disk encryption set. */\nexport interface DiskEncryptionSetsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DiskEncryptionSetOutput;\n}\n\n/** Updates (patches) a disk encryption set. */\nexport interface DiskEncryptionSetsUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DiskEncryptionSetOutput;\n}\n\n/** Updates (patches) a disk encryption set. */\nexport interface DiskEncryptionSetsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about a disk encryption set. */\nexport interface DiskEncryptionSetsGet200Response extends HttpResponse {\n status: \"200\";\n body: DiskEncryptionSetOutput;\n}\n\n/** Gets information about a disk encryption set. */\nexport interface DiskEncryptionSetsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a disk encryption set. */\nexport interface DiskEncryptionSetsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a disk encryption set. */\nexport interface DiskEncryptionSetsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a disk encryption set. */\nexport interface DiskEncryptionSetsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a disk encryption set. */\nexport interface DiskEncryptionSetsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the disk encryption sets under a resource group. */\nexport interface DiskEncryptionSetsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: DiskEncryptionSetListOutput;\n}\n\n/** Lists all the disk encryption sets under a resource group. */\nexport interface DiskEncryptionSetsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the disk encryption sets under a subscription. */\nexport interface DiskEncryptionSetsList200Response extends HttpResponse {\n status: \"200\";\n body: DiskEncryptionSetListOutput;\n}\n\n/** Lists all the disk encryption sets under a subscription. */\nexport interface DiskEncryptionSetsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all resources that are encrypted with this disk encryption set. */\nexport interface DiskEncryptionSetsListAssociatedResources200Response extends HttpResponse {\n status: \"200\";\n body: ResourceUriListOutput;\n}\n\n/** Lists all resources that are encrypted with this disk encryption set. */\nexport interface DiskEncryptionSetsListAssociatedResourcesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get disk restorePoint resource */\nexport interface DiskRestorePointGet200Response extends HttpResponse {\n status: \"200\";\n body: DiskRestorePointOutput;\n}\n\n/** Get disk restorePoint resource */\nexport interface DiskRestorePointGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists diskRestorePoints under a vmRestorePoint. */\nexport interface DiskRestorePointListByRestorePoint200Response extends HttpResponse {\n status: \"200\";\n body: DiskRestorePointListOutput;\n}\n\n/** Lists diskRestorePoints under a vmRestorePoint. */\nexport interface DiskRestorePointListByRestorePointDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Grants access to a diskRestorePoint. */\nexport interface DiskRestorePointGrantAccess200Response extends HttpResponse {\n status: \"200\";\n body: AccessUriOutput;\n}\n\n/** Grants access to a diskRestorePoint. */\nexport interface DiskRestorePointGrantAccess202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Grants access to a diskRestorePoint. */\nexport interface DiskRestorePointGrantAccessDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Revokes access to a diskRestorePoint. */\nexport interface DiskRestorePointRevokeAccess200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Revokes access to a diskRestorePoint. */\nexport interface DiskRestorePointRevokeAccess202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Revokes access to a diskRestorePoint. */\nexport interface DiskRestorePointRevokeAccessDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a snapshot. */\nexport interface SnapshotsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotOutput;\n}\n\n/** Creates or updates a snapshot. */\nexport interface SnapshotsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: SnapshotOutput;\n}\n\n/** Updates (patches) a snapshot. */\nexport interface SnapshotsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotOutput;\n}\n\n/** Updates (patches) a snapshot. */\nexport interface SnapshotsUpdate202Response extends HttpResponse {\n status: \"202\";\n body: SnapshotOutput;\n}\n\n/** Gets information about a snapshot. */\nexport interface SnapshotsGet200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotOutput;\n}\n\n/** Deletes a snapshot. */\nexport interface SnapshotsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a snapshot. */\nexport interface SnapshotsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a snapshot. */\nexport interface SnapshotsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Lists snapshots under a resource group. */\nexport interface SnapshotsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotListOutput;\n}\n\n/** Lists snapshots under a subscription. */\nexport interface SnapshotsList200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotListOutput;\n}\n\n/** Grants access to a snapshot. */\nexport interface SnapshotsGrantAccess200Response extends HttpResponse {\n status: \"200\";\n body: AccessUriOutput;\n}\n\n/** Grants access to a snapshot. */\nexport interface SnapshotsGrantAccess202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Revokes access to a snapshot. */\nexport interface SnapshotsRevokeAccess200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Revokes access to a snapshot. */\nexport interface SnapshotsRevokeAccess202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the list of Microsoft.Compute SKUs available for your Subscription. */\nexport interface ResourceSkusList200Response extends HttpResponse {\n status: \"200\";\n body: ResourceSkusResultOutput;\n}\n\n/** Create or update a Shared Image Gallery. */\nexport interface GalleriesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryOutput;\n}\n\n/** Create or update a Shared Image Gallery. */\nexport interface GalleriesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: GalleryOutput;\n}\n\n/** Create or update a Shared Image Gallery. */\nexport interface GalleriesCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: GalleryOutput;\n}\n\n/** Create or update a Shared Image Gallery. */\nexport interface GalleriesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a Shared Image Gallery. */\nexport interface GalleriesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryOutput;\n}\n\n/** Update a Shared Image Gallery. */\nexport interface GalleriesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a Shared Image Gallery. */\nexport interface GalleriesGet200Response extends HttpResponse {\n status: \"200\";\n body: GalleryOutput;\n}\n\n/** Retrieves information about a Shared Image Gallery. */\nexport interface GalleriesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a Shared Image Gallery. */\nexport interface GalleriesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a Shared Image Gallery. */\nexport interface GalleriesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a Shared Image Gallery. */\nexport interface GalleriesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a Shared Image Gallery. */\nexport interface GalleriesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List galleries under a resource group. */\nexport interface GalleriesListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: GalleryListOutput;\n}\n\n/** List galleries under a resource group. */\nexport interface GalleriesListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List galleries under a subscription. */\nexport interface GalleriesList200Response extends HttpResponse {\n status: \"200\";\n body: GalleryListOutput;\n}\n\n/** List galleries under a subscription. */\nexport interface GalleriesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a gallery image definition. */\nexport interface GalleryImagesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageOutput;\n}\n\n/** Create or update a gallery image definition. */\nexport interface GalleryImagesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: GalleryImageOutput;\n}\n\n/** Create or update a gallery image definition. */\nexport interface GalleryImagesCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: GalleryImageOutput;\n}\n\n/** Create or update a gallery image definition. */\nexport interface GalleryImagesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a gallery image definition. */\nexport interface GalleryImagesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageOutput;\n}\n\n/** Update a gallery image definition. */\nexport interface GalleryImagesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a gallery image definition. */\nexport interface GalleryImagesGet200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageOutput;\n}\n\n/** Retrieves information about a gallery image definition. */\nexport interface GalleryImagesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a gallery image. */\nexport interface GalleryImagesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a gallery image. */\nexport interface GalleryImagesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a gallery image. */\nexport interface GalleryImagesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a gallery image. */\nexport interface GalleryImagesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List gallery image definitions in a gallery. */\nexport interface GalleryImagesListByGallery200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageListOutput;\n}\n\n/** List gallery image definitions in a gallery. */\nexport interface GalleryImagesListByGalleryDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a gallery image version. */\nexport interface GalleryImageVersionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageVersionOutput;\n}\n\n/** Create or update a gallery image version. */\nexport interface GalleryImageVersionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: GalleryImageVersionOutput;\n}\n\n/** Create or update a gallery image version. */\nexport interface GalleryImageVersionsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: GalleryImageVersionOutput;\n}\n\n/** Create or update a gallery image version. */\nexport interface GalleryImageVersionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a gallery image version. */\nexport interface GalleryImageVersionsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageVersionOutput;\n}\n\n/** Update a gallery image version. */\nexport interface GalleryImageVersionsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a gallery image version. */\nexport interface GalleryImageVersionsGet200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageVersionOutput;\n}\n\n/** Retrieves information about a gallery image version. */\nexport interface GalleryImageVersionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a gallery image version. */\nexport interface GalleryImageVersionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a gallery image version. */\nexport interface GalleryImageVersionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a gallery image version. */\nexport interface GalleryImageVersionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a gallery image version. */\nexport interface GalleryImageVersionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List gallery image versions in a gallery image definition. */\nexport interface GalleryImageVersionsListByGalleryImage200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageVersionListOutput;\n}\n\n/** List gallery image versions in a gallery image definition. */\nexport interface GalleryImageVersionsListByGalleryImageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a gallery Application Definition. */\nexport interface GalleryApplicationsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationOutput;\n}\n\n/** Create or update a gallery Application Definition. */\nexport interface GalleryApplicationsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: GalleryApplicationOutput;\n}\n\n/** Create or update a gallery Application Definition. */\nexport interface GalleryApplicationsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: GalleryApplicationOutput;\n}\n\n/** Create or update a gallery Application Definition. */\nexport interface GalleryApplicationsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a gallery Application Definition. */\nexport interface GalleryApplicationsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationOutput;\n}\n\n/** Update a gallery Application Definition. */\nexport interface GalleryApplicationsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a gallery Application Definition. */\nexport interface GalleryApplicationsGet200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationOutput;\n}\n\n/** Retrieves information about a gallery Application Definition. */\nexport interface GalleryApplicationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a gallery Application. */\nexport interface GalleryApplicationsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a gallery Application. */\nexport interface GalleryApplicationsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a gallery Application. */\nexport interface GalleryApplicationsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a gallery Application. */\nexport interface GalleryApplicationsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List gallery Application Definitions in a gallery. */\nexport interface GalleryApplicationsListByGallery200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationListOutput;\n}\n\n/** List gallery Application Definitions in a gallery. */\nexport interface GalleryApplicationsListByGalleryDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a gallery Application Version. */\nexport interface GalleryApplicationVersionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationVersionOutput;\n}\n\n/** Create or update a gallery Application Version. */\nexport interface GalleryApplicationVersionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: GalleryApplicationVersionOutput;\n}\n\n/** Create or update a gallery Application Version. */\nexport interface GalleryApplicationVersionsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: GalleryApplicationVersionOutput;\n}\n\n/** Create or update a gallery Application Version. */\nexport interface GalleryApplicationVersionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a gallery Application Version. */\nexport interface GalleryApplicationVersionsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationVersionOutput;\n}\n\n/** Update a gallery Application Version. */\nexport interface GalleryApplicationVersionsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a gallery Application Version. */\nexport interface GalleryApplicationVersionsGet200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationVersionOutput;\n}\n\n/** Retrieves information about a gallery Application Version. */\nexport interface GalleryApplicationVersionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a gallery Application Version. */\nexport interface GalleryApplicationVersionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a gallery Application Version. */\nexport interface GalleryApplicationVersionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a gallery Application Version. */\nexport interface GalleryApplicationVersionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a gallery Application Version. */\nexport interface GalleryApplicationVersionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List gallery Application Versions in a gallery Application Definition. */\nexport interface GalleryApplicationVersionsListByGalleryApplication200Response\n extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationVersionListOutput;\n}\n\n/** List gallery Application Versions in a gallery Application Definition. */\nexport interface GalleryApplicationVersionsListByGalleryApplicationDefaultResponse\n extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update sharing profile of a gallery. */\nexport interface GallerySharingProfileUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SharingUpdateOutput;\n}\n\n/** Update sharing profile of a gallery. */\nexport interface GallerySharingProfileUpdate202Response extends HttpResponse {\n status: \"202\";\n body: SharingUpdateOutput;\n}\n\n/** Update sharing profile of a gallery. */\nexport interface GallerySharingProfileUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List shared galleries by subscription id or tenant id. */\nexport interface SharedGalleriesList200Response extends HttpResponse {\n status: \"200\";\n body: SharedGalleryListOutput;\n}\n\n/** List shared galleries by subscription id or tenant id. */\nexport interface SharedGalleriesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a shared gallery by subscription id or tenant id. */\nexport interface SharedGalleriesGet200Response extends HttpResponse {\n status: \"200\";\n body: SharedGalleryOutput;\n}\n\n/** Get a shared gallery by subscription id or tenant id. */\nexport interface SharedGalleriesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List shared gallery images by subscription id or tenant id. */\nexport interface SharedGalleryImagesList200Response extends HttpResponse {\n status: \"200\";\n body: SharedGalleryImageListOutput;\n}\n\n/** List shared gallery images by subscription id or tenant id. */\nexport interface SharedGalleryImagesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a shared gallery image by subscription id or tenant id. */\nexport interface SharedGalleryImagesGet200Response extends HttpResponse {\n status: \"200\";\n body: SharedGalleryImageOutput;\n}\n\n/** Get a shared gallery image by subscription id or tenant id. */\nexport interface SharedGalleryImagesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List shared gallery image versions by subscription id or tenant id. */\nexport interface SharedGalleryImageVersionsList200Response extends HttpResponse {\n status: \"200\";\n body: SharedGalleryImageVersionListOutput;\n}\n\n/** List shared gallery image versions by subscription id or tenant id. */\nexport interface SharedGalleryImageVersionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a shared gallery image version by subscription id or tenant id. */\nexport interface SharedGalleryImageVersionsGet200Response extends HttpResponse {\n status: \"200\";\n body: SharedGalleryImageVersionOutput;\n}\n\n/** Get a shared gallery image version by subscription id or tenant id. */\nexport interface SharedGalleryImageVersionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a community gallery by gallery public name. */\nexport interface CommunityGalleriesGet200Response extends HttpResponse {\n status: \"200\";\n body: CommunityGalleryOutput;\n}\n\n/** Get a community gallery by gallery public name. */\nexport interface CommunityGalleriesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a community gallery image. */\nexport interface CommunityGalleryImagesGet200Response extends HttpResponse {\n status: \"200\";\n body: CommunityGalleryImageOutput;\n}\n\n/** Get a community gallery image. */\nexport interface CommunityGalleryImagesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List community gallery images inside a gallery. */\nexport interface CommunityGalleryImagesList200Response extends HttpResponse {\n status: \"200\";\n body: CommunityGalleryImageListOutput;\n}\n\n/** List community gallery images inside a gallery. */\nexport interface CommunityGalleryImagesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a community gallery image version. */\nexport interface CommunityGalleryImageVersionsGet200Response extends HttpResponse {\n status: \"200\";\n body: CommunityGalleryImageVersionOutput;\n}\n\n/** Get a community gallery image version. */\nexport interface CommunityGalleryImageVersionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List community gallery image versions inside an image. */\nexport interface CommunityGalleryImageVersionsList200Response extends HttpResponse {\n status: \"200\";\n body: CommunityGalleryImageVersionListOutput;\n}\n\n/** List community gallery image versions inside an image. */\nexport interface CommunityGalleryImageVersionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a role instance from a cloud service. */\nexport interface CloudServiceRoleInstancesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a role instance from a cloud service. */\nexport interface CloudServiceRoleInstancesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a role instance from a cloud service. */\nexport interface CloudServiceRoleInstancesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a role instance from a cloud service. */\nexport interface CloudServiceRoleInstancesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a role instance from a cloud service. */\nexport interface CloudServiceRoleInstancesGet200Response extends HttpResponse {\n status: \"200\";\n body: RoleInstanceOutput;\n}\n\n/** Gets a role instance from a cloud service. */\nexport interface CloudServiceRoleInstancesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about the run-time state of a role instance in a cloud service. */\nexport interface CloudServiceRoleInstancesGetInstanceView200Response extends HttpResponse {\n status: \"200\";\n body: RoleInstanceViewOutput;\n}\n\n/** Retrieves information about the run-time state of a role instance in a cloud service. */\nexport interface CloudServiceRoleInstancesGetInstanceViewDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances. */\nexport interface CloudServiceRoleInstancesList200Response extends HttpResponse {\n status: \"200\";\n body: RoleInstanceListResultOutput;\n}\n\n/** Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances. */\nexport interface CloudServiceRoleInstancesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. */\nexport interface CloudServiceRoleInstancesRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. */\nexport interface CloudServiceRoleInstancesRestart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. */\nexport interface CloudServiceRoleInstancesRestartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\nexport interface CloudServiceRoleInstancesReimage200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\nexport interface CloudServiceRoleInstancesReimage202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\nexport interface CloudServiceRoleInstancesReimageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance. */\nexport interface CloudServiceRoleInstancesRebuild200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance. */\nexport interface CloudServiceRoleInstancesRebuild202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance. */\nexport interface CloudServiceRoleInstancesRebuildDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a remote desktop file for a role instance in a cloud service. */\nexport interface CloudServiceRoleInstancesGetRemoteDesktopFile200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\n/** Gets a remote desktop file for a role instance in a cloud service. */\nexport interface CloudServiceRoleInstancesGetRemoteDesktopFileDefaultResponse extends HttpResponse {\n status: string;\n}\n\n/** Gets a role from a cloud service. */\nexport interface CloudServiceRolesGet200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceRoleOutput;\n}\n\n/** Gets a role from a cloud service. */\nexport interface CloudServiceRolesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles. */\nexport interface CloudServiceRolesList200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceRoleListResultOutput;\n}\n\n/** Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles. */\nexport interface CloudServiceRolesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a cloud service. Please note some properties can be set only during cloud service creation. */\nexport interface CloudServicesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceOutput;\n}\n\n/** Create or update a cloud service. Please note some properties can be set only during cloud service creation. */\nexport interface CloudServicesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: CloudServiceOutput;\n}\n\n/** Create or update a cloud service. Please note some properties can be set only during cloud service creation. */\nexport interface CloudServicesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a cloud service. */\nexport interface CloudServicesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceOutput;\n}\n\n/** Update a cloud service. */\nexport interface CloudServicesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a cloud service. */\nexport interface CloudServicesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a cloud service. */\nexport interface CloudServicesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a cloud service. */\nexport interface CloudServicesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a cloud service. */\nexport interface CloudServicesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Display information about a cloud service. */\nexport interface CloudServicesGet200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceOutput;\n}\n\n/** Display information about a cloud service. */\nexport interface CloudServicesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the status of a cloud service. */\nexport interface CloudServicesGetInstanceView200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceInstanceViewOutput;\n}\n\n/** Gets the status of a cloud service. */\nexport interface CloudServicesGetInstanceViewDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */\nexport interface CloudServicesListAll200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceListResultOutput;\n}\n\n/** Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */\nexport interface CloudServicesListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */\nexport interface CloudServicesList200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceListResultOutput;\n}\n\n/** Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */\nexport interface CloudServicesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts the cloud service. */\nexport interface CloudServicesStart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts the cloud service. */\nexport interface CloudServicesStart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts the cloud service. */\nexport interface CloudServicesStartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. */\nexport interface CloudServicesPowerOff200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. */\nexport interface CloudServicesPowerOff202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. */\nexport interface CloudServicesPowerOffDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Restarts one or more role instances in a cloud service. */\nexport interface CloudServicesRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restarts one or more role instances in a cloud service. */\nexport interface CloudServicesRestart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restarts one or more role instances in a cloud service. */\nexport interface CloudServicesRestartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\nexport interface CloudServicesReimage200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\nexport interface CloudServicesReimage202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\nexport interface CloudServicesReimageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances. */\nexport interface CloudServicesRebuild200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances. */\nexport interface CloudServicesRebuild202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances. */\nexport interface CloudServicesRebuildDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes role instances in a cloud service. */\nexport interface CloudServicesDeleteInstances200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes role instances in a cloud service. */\nexport interface CloudServicesDeleteInstances202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes role instances in a cloud service. */\nexport interface CloudServicesDeleteInstancesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates the role instances in the specified update domain. */\nexport interface CloudServicesUpdateDomainWalkUpdateDomain200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Updates the role instances in the specified update domain. */\nexport interface CloudServicesUpdateDomainWalkUpdateDomain202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Updates the role instances in the specified update domain. */\nexport interface CloudServicesUpdateDomainWalkUpdateDomainDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains. */\nexport interface CloudServicesUpdateDomainGetUpdateDomain200Response extends HttpResponse {\n status: \"200\";\n body: UpdateDomainOutput;\n}\n\n/** Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains. */\nexport interface CloudServicesUpdateDomainGetUpdateDomainDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all update domains in a cloud service. */\nexport interface CloudServicesUpdateDomainListUpdateDomains200Response extends HttpResponse {\n status: \"200\";\n body: UpdateDomainListResultOutput;\n}\n\n/** Gets a list of all update domains in a cloud service. */\nexport interface CloudServicesUpdateDomainListUpdateDomainsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. */\nexport interface CloudServiceOperatingSystemsGetOSVersion200Response extends HttpResponse {\n status: \"200\";\n body: OSVersionOutput;\n}\n\n/** Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. */\nexport interface CloudServiceOperatingSystemsGetOSVersionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS versions. Do this till nextLink is null to fetch all the OS versions. */\nexport interface CloudServiceOperatingSystemsListOSVersions200Response extends HttpResponse {\n status: \"200\";\n body: OSVersionListResultOutput;\n}\n\n/** Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS versions. Do this till nextLink is null to fetch all the OS versions. */\nexport interface CloudServiceOperatingSystemsListOSVersionsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. */\nexport interface CloudServiceOperatingSystemsGetOSFamily200Response extends HttpResponse {\n status: \"200\";\n body: OSFamilyOutput;\n}\n\n/** Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. */\nexport interface CloudServiceOperatingSystemsGetOSFamilyDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS Families. Do this till nextLink is null to fetch all the OS Families. */\nexport interface CloudServiceOperatingSystemsListOSFamilies200Response extends HttpResponse {\n status: \"200\";\n body: OSFamilyListResultOutput;\n}\n\n/** Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS Families. Do this till nextLink is null to fetch all the OS Families. */\nexport interface CloudServiceOperatingSystemsListOSFamiliesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n"]}
1
+ {"version":3,"file":"responses.js","sourceRoot":"","sources":["../../src/responses.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { HttpResponse } from \"@azure-rest/core-client\";\nimport type {\n ComputeOperationListResultOutput,\n CloudErrorOutput,\n ListUsagesResultOutput,\n VirtualMachineSizeListResultOutput,\n VirtualMachineScaleSetListResultOutput,\n VirtualMachineScaleSetOutput,\n VirtualMachineScaleSetInstanceViewOutput,\n VirtualMachineScaleSetListWithLinkResultOutput,\n VirtualMachineScaleSetListSkusResultOutput,\n VirtualMachineScaleSetListOSUpgradeHistoryOutput,\n RecoveryWalkResponseOutput,\n VirtualMachineScaleSetExtensionOutput,\n VirtualMachineScaleSetExtensionListResultOutput,\n RollingUpgradeStatusInfoOutput,\n VirtualMachineScaleSetVMExtensionOutput,\n VirtualMachineScaleSetVMExtensionsListResultOutput,\n VirtualMachineScaleSetVMOutput,\n VirtualMachineScaleSetVMInstanceViewOutput,\n VirtualMachineScaleSetVMListResultOutput,\n RetrieveBootDiagnosticsDataResultOutput,\n RunCommandResultOutput,\n VirtualMachineExtensionOutput,\n VirtualMachineExtensionsListResultOutput,\n VirtualMachineListResultOutput,\n VirtualMachineCaptureResultOutput,\n VirtualMachineOutput,\n VirtualMachineInstanceViewOutput,\n VirtualMachineAssessPatchesResultOutput,\n VirtualMachineInstallPatchesResultOutput,\n VirtualMachineImageOutput,\n VirtualMachineImageResourceOutput,\n VmImagesInEdgeZoneListResultOutput,\n VirtualMachineExtensionImageOutput,\n AvailabilitySetOutput,\n AvailabilitySetListResultOutput,\n ProximityPlacementGroupOutput,\n ProximityPlacementGroupListResultOutput,\n DedicatedHostGroupOutput,\n DedicatedHostGroupListResultOutput,\n DedicatedHostOutput,\n DedicatedHostListResultOutput,\n SshPublicKeysGroupListResultOutput,\n SshPublicKeyResourceOutput,\n SshPublicKeyGenerateKeyPairResultOutput,\n ImageOutput,\n ImageListResultOutput,\n RestorePointCollectionOutput,\n RestorePointCollectionListResultOutput,\n RestorePointOutput,\n CapacityReservationGroupOutput,\n CapacityReservationGroupListResultOutput,\n CapacityReservationOutput,\n CapacityReservationListResultOutput,\n LogAnalyticsOperationResultOutput,\n RunCommandListResultOutput,\n RunCommandDocumentOutput,\n VirtualMachineRunCommandOutput,\n VirtualMachineRunCommandsListResultOutput,\n DiskOutput,\n DiskListOutput,\n AccessUriOutput,\n DiskAccessOutput,\n DiskAccessListOutput,\n PrivateLinkResourceListResultOutput,\n PrivateEndpointConnectionOutput,\n PrivateEndpointConnectionListResultOutput,\n DiskEncryptionSetOutput,\n DiskEncryptionSetListOutput,\n ResourceUriListOutput,\n DiskRestorePointOutput,\n DiskRestorePointListOutput,\n SnapshotOutput,\n SnapshotListOutput,\n ResourceSkusResultOutput,\n GalleryOutput,\n GalleryListOutput,\n GalleryImageOutput,\n GalleryImageListOutput,\n GalleryImageVersionOutput,\n GalleryImageVersionListOutput,\n GalleryApplicationOutput,\n GalleryApplicationListOutput,\n GalleryApplicationVersionOutput,\n GalleryApplicationVersionListOutput,\n SharingUpdateOutput,\n SharedGalleryListOutput,\n SharedGalleryOutput,\n SharedGalleryImageListOutput,\n SharedGalleryImageOutput,\n SharedGalleryImageVersionListOutput,\n SharedGalleryImageVersionOutput,\n CommunityGalleryOutput,\n CommunityGalleryImageOutput,\n CommunityGalleryImageListOutput,\n CommunityGalleryImageVersionOutput,\n CommunityGalleryImageVersionListOutput,\n RoleInstanceOutput,\n RoleInstanceViewOutput,\n RoleInstanceListResultOutput,\n CloudServiceRoleOutput,\n CloudServiceRoleListResultOutput,\n CloudServiceOutput,\n CloudServiceInstanceViewOutput,\n CloudServiceListResultOutput,\n UpdateDomainOutput,\n UpdateDomainListResultOutput,\n OSVersionOutput,\n OSVersionListResultOutput,\n OSFamilyOutput,\n OSFamilyListResultOutput,\n} from \"./outputModels.js\";\n\n/** Gets a list of compute operations. */\nexport interface OperationsList200Response extends HttpResponse {\n status: \"200\";\n body: ComputeOperationListResultOutput;\n}\n\n/** Gets a list of compute operations. */\nexport interface OperationsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. */\nexport interface UsageList200Response extends HttpResponse {\n status: \"200\";\n body: ListUsagesResultOutput;\n}\n\n/** Gets, for the specified location, the current compute resource usage information as well as the limits for compute resources under the subscription. */\nexport interface UsageListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) */\nexport interface VirtualMachineSizesList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineSizeListResultOutput;\n}\n\n/** This API is deprecated. Use [Resources Skus](https://docs.microsoft.com/rest/api/compute/resourceskus/list) */\nexport interface VirtualMachineSizesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the VM scale sets under the specified subscription for the specified location. */\nexport interface VirtualMachineScaleSetsListByLocation200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetListResultOutput;\n}\n\n/** Gets all the VM scale sets under the specified subscription for the specified location. */\nexport interface VirtualMachineScaleSetsListByLocationDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a VM scale set. */\nexport interface VirtualMachineScaleSetsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetOutput;\n}\n\n/** Create or update a VM scale set. */\nexport interface VirtualMachineScaleSetsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineScaleSetOutput;\n}\n\n/** Create or update a VM scale set. */\nexport interface VirtualMachineScaleSetsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a VM scale set. */\nexport interface VirtualMachineScaleSetsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetOutput;\n}\n\n/** Update a VM scale set. */\nexport interface VirtualMachineScaleSetsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a VM scale set. */\nexport interface VirtualMachineScaleSetsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a VM scale set. */\nexport interface VirtualMachineScaleSetsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a VM scale set. */\nexport interface VirtualMachineScaleSetsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a VM scale set. */\nexport interface VirtualMachineScaleSetsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Display information about a virtual machine scale set. */\nexport interface VirtualMachineScaleSetsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetOutput;\n}\n\n/** Display information about a virtual machine scale set. */\nexport interface VirtualMachineScaleSetsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates. */\nexport interface VirtualMachineScaleSetsDeallocate200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates. */\nexport interface VirtualMachineScaleSetsDeallocate202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deallocates specific virtual machines in a VM scale set. Shuts down the virtual machines and releases the compute resources. You are not billed for the compute resources that this virtual machine scale set deallocates. */\nexport interface VirtualMachineScaleSetsDeallocateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsDeleteInstances200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsDeleteInstances202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsDeleteInstancesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the status of a VM scale set instance. */\nexport interface VirtualMachineScaleSetsGetInstanceView200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetInstanceViewOutput;\n}\n\n/** Gets the status of a VM scale set instance. */\nexport interface VirtualMachineScaleSetsGetInstanceViewDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all VM scale sets under a resource group. */\nexport interface VirtualMachineScaleSetsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetListResultOutput;\n}\n\n/** Gets a list of all VM scale sets under a resource group. */\nexport interface VirtualMachineScaleSetsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is null to fetch all the VM Scale Sets. */\nexport interface VirtualMachineScaleSetsListAll200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetListWithLinkResultOutput;\n}\n\n/** Gets a list of all VM Scale Sets in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of VM Scale Sets. Do this till nextLink is null to fetch all the VM Scale Sets. */\nexport interface VirtualMachineScaleSetsListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. */\nexport interface VirtualMachineScaleSetsListSkus200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetListSkusResultOutput;\n}\n\n/** Gets a list of SKUs available for your VM scale set, including the minimum and maximum VM instances allowed for each SKU. */\nexport interface VirtualMachineScaleSetsListSkusDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets list of OS upgrades on a VM scale set instance. */\nexport interface VirtualMachineScaleSetsGetOSUpgradeHistory200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetListOSUpgradeHistoryOutput;\n}\n\n/** Gets list of OS upgrades on a VM scale set instance. */\nexport interface VirtualMachineScaleSetsGetOSUpgradeHistoryDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */\nexport interface VirtualMachineScaleSetsPowerOff200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */\nexport interface VirtualMachineScaleSetsPowerOff202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Power off (stop) one or more virtual machines in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */\nexport interface VirtualMachineScaleSetsPowerOffDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Restarts one or more virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restarts one or more virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsRestart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restarts one or more virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsRestartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts one or more virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsStart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts one or more virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsStart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts one or more virtual machines in a VM scale set. */\nexport interface VirtualMachineScaleSetsStartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. */\nexport interface VirtualMachineScaleSetsRedeploy200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. */\nexport interface VirtualMachineScaleSetsRedeploy202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Shuts down all the virtual machines in the virtual machine scale set, moves them to a new node, and powers them back on. */\nexport interface VirtualMachineScaleSetsRedeployDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications */\nexport interface VirtualMachineScaleSetsPerformMaintenance200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications */\nexport interface VirtualMachineScaleSetsPerformMaintenance202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Perform maintenance on one or more virtual machines in a VM scale set. Operation on instances which are not eligible for perform maintenance will be failed. Please refer to best practices for more details: https://docs.microsoft.com/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-maintenance-notifications */\nexport interface VirtualMachineScaleSetsPerformMaintenanceDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. */\nexport interface VirtualMachineScaleSetsUpdateInstances200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. */\nexport interface VirtualMachineScaleSetsUpdateInstances202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Upgrades one or more virtual machines to the latest SKU set in the VM scale set model. */\nexport interface VirtualMachineScaleSetsUpdateInstancesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. */\nexport interface VirtualMachineScaleSetsReimage200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. */\nexport interface VirtualMachineScaleSetsReimage202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Reimages (upgrade the operating system) one or more virtual machines in a VM scale set which don't have a ephemeral OS disk, for virtual machines who have a ephemeral OS disk the virtual machine is reset to initial state. */\nexport interface VirtualMachineScaleSetsReimageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. */\nexport interface VirtualMachineScaleSetsReimageAll200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. */\nexport interface VirtualMachineScaleSetsReimageAll202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Reimages all the disks ( including data disks ) in the virtual machines in a VM scale set. This operation is only supported for managed disks. */\nexport interface VirtualMachineScaleSetsReimageAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set. */\nexport interface VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalk200Response extends HttpResponse {\n status: \"200\";\n body: RecoveryWalkResponseOutput;\n}\n\n/** Manual platform update domain walk to update virtual machines in a service fabric virtual machine scale set. */\nexport interface VirtualMachineScaleSetsForceRecoveryServiceFabricPlatformUpdateDomainWalkDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Converts SinglePlacementGroup property to false for a existing virtual machine scale set. */\nexport interface VirtualMachineScaleSetsConvertToSinglePlacementGroup200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Converts SinglePlacementGroup property to false for a existing virtual machine scale set. */\nexport interface VirtualMachineScaleSetsConvertToSinglePlacementGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Changes ServiceState property for a given service */\nexport interface VirtualMachineScaleSetsSetOrchestrationServiceState200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Changes ServiceState property for a given service */\nexport interface VirtualMachineScaleSetsSetOrchestrationServiceState202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Changes ServiceState property for a given service */\nexport interface VirtualMachineScaleSetsSetOrchestrationServiceStateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update an extension. */\nexport interface VirtualMachineScaleSetExtensionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetExtensionOutput;\n}\n\n/** The operation to create or update an extension. */\nexport interface VirtualMachineScaleSetExtensionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineScaleSetExtensionOutput;\n}\n\n/** The operation to create or update an extension. */\nexport interface VirtualMachineScaleSetExtensionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update an extension. */\nexport interface VirtualMachineScaleSetExtensionsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetExtensionOutput;\n}\n\n/** The operation to update an extension. */\nexport interface VirtualMachineScaleSetExtensionsUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineScaleSetExtensionOutput;\n}\n\n/** The operation to update an extension. */\nexport interface VirtualMachineScaleSetExtensionsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineScaleSetExtensionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineScaleSetExtensionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineScaleSetExtensionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineScaleSetExtensionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the extension. */\nexport interface VirtualMachineScaleSetExtensionsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetExtensionOutput;\n}\n\n/** The operation to get the extension. */\nexport interface VirtualMachineScaleSetExtensionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all extensions in a VM scale set. */\nexport interface VirtualMachineScaleSetExtensionsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetExtensionListResultOutput;\n}\n\n/** Gets a list of all extensions in a VM scale set. */\nexport interface VirtualMachineScaleSetExtensionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Cancels the current virtual machine scale set rolling upgrade. */\nexport interface VirtualMachineScaleSetRollingUpgradesCancel200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Cancels the current virtual machine scale set rolling upgrade. */\nexport interface VirtualMachineScaleSetRollingUpgradesCancel202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Cancels the current virtual machine scale set rolling upgrade. */\nexport interface VirtualMachineScaleSetRollingUpgradesCancelDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected. */\nexport interface VirtualMachineScaleSetRollingUpgradesStartOSUpgrade200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected. */\nexport interface VirtualMachineScaleSetRollingUpgradesStartOSUpgrade202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts a rolling upgrade to move all virtual machine scale set instances to the latest available Platform Image OS version. Instances which are already running the latest available OS version are not affected. */\nexport interface VirtualMachineScaleSetRollingUpgradesStartOSUpgradeDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected. */\nexport interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected. */\nexport interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgrade202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts a rolling upgrade to move all extensions for all virtual machine scale set instances to the latest available extension version. Instances which are already running the latest extension versions are not affected. */\nexport interface VirtualMachineScaleSetRollingUpgradesStartExtensionUpgradeDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the status of the latest virtual machine scale set rolling upgrade. */\nexport interface VirtualMachineScaleSetRollingUpgradesGetLatest200Response extends HttpResponse {\n status: \"200\";\n body: RollingUpgradeStatusInfoOutput;\n}\n\n/** Gets the status of the latest virtual machine scale set rolling upgrade. */\nexport interface VirtualMachineScaleSetRollingUpgradesGetLatestDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMExtensionOutput;\n}\n\n/** The operation to create or update the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineScaleSetVMExtensionOutput;\n}\n\n/** The operation to create or update the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMExtensionOutput;\n}\n\n/** The operation to update the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMExtensionOutput;\n}\n\n/** The operation to get the VMSS VM extension. */\nexport interface VirtualMachineScaleSetVMExtensionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get all extensions of an instance in Virtual Machine Scaleset. */\nexport interface VirtualMachineScaleSetVMExtensionsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMExtensionsListResultOutput;\n}\n\n/** The operation to get all extensions of an instance in Virtual Machine Scaleset. */\nexport interface VirtualMachineScaleSetVMExtensionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsReimage200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsReimage202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Reimages (upgrade the operating system) a specific virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsReimageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. */\nexport interface VirtualMachineScaleSetVMsReimageAll200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. */\nexport interface VirtualMachineScaleSetVMsReimageAll202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Allows you to re-image all the disks ( including data disks ) in the a VM scale set instance. This operation is only supported for managed disks. */\nexport interface VirtualMachineScaleSetVMsReimageAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated. */\nexport interface VirtualMachineScaleSetVMsDeallocate200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated. */\nexport interface VirtualMachineScaleSetVMsDeallocate202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deallocates a specific virtual machine in a VM scale set. Shuts down the virtual machine and releases the compute resources it uses. You are not billed for the compute resources of this virtual machine once it is deallocated. */\nexport interface VirtualMachineScaleSetVMsDeallocateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a virtual machine of a VM scale set. */\nexport interface VirtualMachineScaleSetVMsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMOutput;\n}\n\n/** Updates a virtual machine of a VM scale set. */\nexport interface VirtualMachineScaleSetVMsUpdate202Response extends HttpResponse {\n status: \"202\";\n body: VirtualMachineScaleSetVMOutput;\n}\n\n/** Updates a virtual machine of a VM scale set. */\nexport interface VirtualMachineScaleSetVMsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMOutput;\n}\n\n/** Gets a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the status of a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsGetInstanceView200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMInstanceViewOutput;\n}\n\n/** Gets the status of a virtual machine from a VM scale set. */\nexport interface VirtualMachineScaleSetVMsGetInstanceViewDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all virtual machines in a VM scale sets. */\nexport interface VirtualMachineScaleSetVMsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineScaleSetVMListResultOutput;\n}\n\n/** Gets a list of all virtual machines in a VM scale sets. */\nexport interface VirtualMachineScaleSetVMsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */\nexport interface VirtualMachineScaleSetVMsPowerOff200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */\nexport interface VirtualMachineScaleSetVMsPowerOff202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Power off (stop) a virtual machine in a VM scale set. Note that resources are still attached and you are getting charged for the resources. Instead, use deallocate to release resources and avoid charges. */\nexport interface VirtualMachineScaleSetVMsPowerOffDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Restarts a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restarts a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRestart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restarts a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRestartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsStart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsStart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsStartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. */\nexport interface VirtualMachineScaleSetVMsRedeploy200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. */\nexport interface VirtualMachineScaleSetVMsRedeploy202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Shuts down the virtual machine in the virtual machine scale set, moves it to a new node, and powers it back on. */\nexport interface VirtualMachineScaleSetVMsRedeployDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRetrieveBootDiagnosticsData200Response extends HttpResponse {\n status: \"200\";\n body: RetrieveBootDiagnosticsDataResultOutput;\n}\n\n/** The operation to retrieve SAS URIs of boot diagnostic logs for a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRetrieveBootDiagnosticsDataDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Performs maintenance on a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsPerformMaintenance200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Performs maintenance on a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsPerformMaintenance202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Performs maintenance on a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsPerformMaintenanceDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to simulate the eviction of spot virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsSimulateEviction204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to simulate the eviction of spot virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsSimulateEvictionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Run command on a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRunCommand200Response extends HttpResponse {\n status: \"200\";\n body: RunCommandResultOutput;\n}\n\n/** Run command on a virtual machine in a VM scale set. */\nexport interface VirtualMachineScaleSetVMsRunCommand202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to create or update the extension. */\nexport interface VirtualMachineExtensionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineExtensionOutput;\n}\n\n/** The operation to create or update the extension. */\nexport interface VirtualMachineExtensionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineExtensionOutput;\n}\n\n/** The operation to create or update the extension. */\nexport interface VirtualMachineExtensionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update the extension. */\nexport interface VirtualMachineExtensionsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineExtensionOutput;\n}\n\n/** The operation to update the extension. */\nexport interface VirtualMachineExtensionsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineExtensionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineExtensionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineExtensionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the extension. */\nexport interface VirtualMachineExtensionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the extension. */\nexport interface VirtualMachineExtensionsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineExtensionOutput;\n}\n\n/** The operation to get the extension. */\nexport interface VirtualMachineExtensionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get all extensions of a Virtual Machine. */\nexport interface VirtualMachineExtensionsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineExtensionsListResultOutput;\n}\n\n/** The operation to get all extensions of a Virtual Machine. */\nexport interface VirtualMachineExtensionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets all the virtual machines under the specified subscription for the specified location. */\nexport interface VirtualMachinesListByLocation200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineListResultOutput;\n}\n\n/** Gets all the virtual machines under the specified subscription for the specified location. */\nexport interface VirtualMachinesListByLocationDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. */\nexport interface VirtualMachinesCapture200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineCaptureResultOutput;\n}\n\n/** Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. */\nexport interface VirtualMachinesCapture202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Captures the VM by copying virtual hard disks of the VM and outputs a template that can be used to create similar VMs. */\nexport interface VirtualMachinesCaptureDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. */\nexport interface VirtualMachinesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineOutput;\n}\n\n/** The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. */\nexport interface VirtualMachinesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineOutput;\n}\n\n/** The operation to create or update a virtual machine. Please note some properties can be set only during virtual machine creation. */\nexport interface VirtualMachinesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update a virtual machine. */\nexport interface VirtualMachinesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineOutput;\n}\n\n/** The operation to update a virtual machine. */\nexport interface VirtualMachinesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete a virtual machine. */\nexport interface VirtualMachinesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete a virtual machine. */\nexport interface VirtualMachinesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete a virtual machine. */\nexport interface VirtualMachinesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete a virtual machine. */\nexport interface VirtualMachinesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about the model view or the instance view of a virtual machine. */\nexport interface VirtualMachinesGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineOutput;\n}\n\n/** Retrieves information about the model view or the instance view of a virtual machine. */\nexport interface VirtualMachinesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about the run-time state of a virtual machine. */\nexport interface VirtualMachinesInstanceView200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineInstanceViewOutput;\n}\n\n/** Retrieves information about the run-time state of a virtual machine. */\nexport interface VirtualMachinesInstanceViewDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. */\nexport interface VirtualMachinesConvertToManagedDisks200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. */\nexport interface VirtualMachinesConvertToManagedDisks202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Converts virtual machine disks from blob-based to managed disks. Virtual machine must be stop-deallocated before invoking this operation. */\nexport interface VirtualMachinesConvertToManagedDisksDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. */\nexport interface VirtualMachinesDeallocate200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. */\nexport interface VirtualMachinesDeallocate202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Shuts down the virtual machine and releases the compute resources. You are not billed for the compute resources that this virtual machine uses. */\nexport interface VirtualMachinesDeallocateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation. <br>For Windows, please refer to [Create a managed image of a generalized VM in Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).<br>For Linux, please refer to [How to create an image of a virtual machine or VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). */\nexport interface VirtualMachinesGeneralize200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation. <br>For Windows, please refer to [Create a managed image of a generalized VM in Azure](https://docs.microsoft.com/azure/virtual-machines/windows/capture-image-resource).<br>For Linux, please refer to [How to create an image of a virtual machine or VHD](https://docs.microsoft.com/azure/virtual-machines/linux/capture-image). */\nexport interface VirtualMachinesGeneralizeDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the virtual machines in the specified resource group. Use the nextLink property in the response to get the next page of virtual machines. */\nexport interface VirtualMachinesList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineListResultOutput;\n}\n\n/** Lists all of the virtual machines in the specified resource group. Use the nextLink property in the response to get the next page of virtual machines. */\nexport interface VirtualMachinesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. */\nexport interface VirtualMachinesListAll200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineListResultOutput;\n}\n\n/** Lists all of the virtual machines in the specified subscription. Use the nextLink property in the response to get the next page of virtual machines. */\nexport interface VirtualMachinesListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all available virtual machine sizes to which the specified virtual machine can be resized. */\nexport interface VirtualMachinesListAvailableSizes200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineSizeListResultOutput;\n}\n\n/** Lists all available virtual machine sizes to which the specified virtual machine can be resized. */\nexport interface VirtualMachinesListAvailableSizesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. */\nexport interface VirtualMachinesPowerOff200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. */\nexport interface VirtualMachinesPowerOff202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to power off (stop) a virtual machine. The virtual machine can be restarted with the same provisioned resources. You are still charged for this virtual machine. */\nexport interface VirtualMachinesPowerOffDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to reapply a virtual machine's state. */\nexport interface VirtualMachinesReapply200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to reapply a virtual machine's state. */\nexport interface VirtualMachinesReapply202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to reapply a virtual machine's state. */\nexport interface VirtualMachinesReapplyDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to restart a virtual machine. */\nexport interface VirtualMachinesRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to restart a virtual machine. */\nexport interface VirtualMachinesRestart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to restart a virtual machine. */\nexport interface VirtualMachinesRestartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to start a virtual machine. */\nexport interface VirtualMachinesStart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to start a virtual machine. */\nexport interface VirtualMachinesStart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to start a virtual machine. */\nexport interface VirtualMachinesStartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Shuts down the virtual machine, moves it to a new node, and powers it back on. */\nexport interface VirtualMachinesRedeploy200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Shuts down the virtual machine, moves it to a new node, and powers it back on. */\nexport interface VirtualMachinesRedeploy202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Shuts down the virtual machine, moves it to a new node, and powers it back on. */\nexport interface VirtualMachinesRedeployDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Reimages the virtual machine which has an ephemeral OS disk back to its initial state. */\nexport interface VirtualMachinesReimage200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Reimages the virtual machine which has an ephemeral OS disk back to its initial state. */\nexport interface VirtualMachinesReimage202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Reimages the virtual machine which has an ephemeral OS disk back to its initial state. */\nexport interface VirtualMachinesReimageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs. */\nexport interface VirtualMachinesRetrieveBootDiagnosticsData200Response extends HttpResponse {\n status: \"200\";\n body: RetrieveBootDiagnosticsDataResultOutput;\n}\n\n/** The operation to retrieve SAS URIs for a virtual machine's boot diagnostic logs. */\nexport interface VirtualMachinesRetrieveBootDiagnosticsDataDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to perform maintenance on a virtual machine. */\nexport interface VirtualMachinesPerformMaintenance200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to perform maintenance on a virtual machine. */\nexport interface VirtualMachinesPerformMaintenance202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to perform maintenance on a virtual machine. */\nexport interface VirtualMachinesPerformMaintenanceDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to simulate the eviction of spot virtual machine. */\nexport interface VirtualMachinesSimulateEviction204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to simulate the eviction of spot virtual machine. */\nexport interface VirtualMachinesSimulateEvictionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Assess patches on the VM. */\nexport interface VirtualMachinesAssessPatches200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineAssessPatchesResultOutput;\n}\n\n/** Assess patches on the VM. */\nexport interface VirtualMachinesAssessPatches202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Assess patches on the VM. */\nexport interface VirtualMachinesAssessPatchesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Installs patches on the VM. */\nexport interface VirtualMachinesInstallPatches200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineInstallPatchesResultOutput;\n}\n\n/** Installs patches on the VM. */\nexport interface VirtualMachinesInstallPatches202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Installs patches on the VM. */\nexport interface VirtualMachinesInstallPatchesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Run command on the VM. */\nexport interface VirtualMachinesRunCommand200Response extends HttpResponse {\n status: \"200\";\n body: RunCommandResultOutput;\n}\n\n/** Run command on the VM. */\nexport interface VirtualMachinesRunCommand202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets a virtual machine image. */\nexport interface VirtualMachineImagesGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineImageOutput;\n}\n\n/** Gets a virtual machine image. */\nexport interface VirtualMachineImagesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. */\nexport interface VirtualMachineImagesList200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of all virtual machine image versions for the specified location, publisher, offer, and SKU. */\nexport interface VirtualMachineImagesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine image offers for the specified location and publisher. */\nexport interface VirtualMachineImagesListOffers200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of virtual machine image offers for the specified location and publisher. */\nexport interface VirtualMachineImagesListOffersDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine image publishers for the specified Azure location. */\nexport interface VirtualMachineImagesListPublishers200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of virtual machine image publishers for the specified Azure location. */\nexport interface VirtualMachineImagesListPublishersDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. */\nexport interface VirtualMachineImagesListSkus200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of virtual machine image SKUs for the specified location, publisher, and offer. */\nexport interface VirtualMachineImagesListSkusDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all virtual machine image versions for the specified edge zone */\nexport interface VirtualMachineImagesListByEdgeZone200Response extends HttpResponse {\n status: \"200\";\n body: VmImagesInEdgeZoneListResultOutput;\n}\n\n/** Gets a list of all virtual machine image versions for the specified edge zone */\nexport interface VirtualMachineImagesListByEdgeZoneDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a virtual machine image in an edge zone. */\nexport interface VirtualMachineImagesEdgeZoneGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineImageOutput;\n}\n\n/** Gets a virtual machine image in an edge zone. */\nexport interface VirtualMachineImagesEdgeZoneGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. */\nexport interface VirtualMachineImagesEdgeZoneList200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of all virtual machine image versions for the specified location, edge zone, publisher, offer, and SKU. */\nexport interface VirtualMachineImagesEdgeZoneListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine image offers for the specified location, edge zone and publisher. */\nexport interface VirtualMachineImagesEdgeZoneListOffers200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of virtual machine image offers for the specified location, edge zone and publisher. */\nexport interface VirtualMachineImagesEdgeZoneListOffersDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine image publishers for the specified Azure location and edge zone. */\nexport interface VirtualMachineImagesEdgeZoneListPublishers200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of virtual machine image publishers for the specified Azure location and edge zone. */\nexport interface VirtualMachineImagesEdgeZoneListPublishersDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. */\nexport interface VirtualMachineImagesEdgeZoneListSkus200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineImageResourceOutput>;\n}\n\n/** Gets a list of virtual machine image SKUs for the specified location, edge zone, publisher, and offer. */\nexport interface VirtualMachineImagesEdgeZoneListSkusDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a virtual machine extension image. */\nexport interface VirtualMachineExtensionImagesGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineExtensionImageOutput;\n}\n\n/** Gets a virtual machine extension image. */\nexport interface VirtualMachineExtensionImagesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine extension image types. */\nexport interface VirtualMachineExtensionImagesListTypes200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineExtensionImageOutput>;\n}\n\n/** Gets a list of virtual machine extension image types. */\nexport interface VirtualMachineExtensionImagesListTypesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of virtual machine extension image versions. */\nexport interface VirtualMachineExtensionImagesListVersions200Response extends HttpResponse {\n status: \"200\";\n body: Array<VirtualMachineExtensionImageOutput>;\n}\n\n/** Gets a list of virtual machine extension image versions. */\nexport interface VirtualMachineExtensionImagesListVersionsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update an availability set. */\nexport interface AvailabilitySetsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AvailabilitySetOutput;\n}\n\n/** Create or update an availability set. */\nexport interface AvailabilitySetsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update an availability set. */\nexport interface AvailabilitySetsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: AvailabilitySetOutput;\n}\n\n/** Update an availability set. */\nexport interface AvailabilitySetsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete an availability set. */\nexport interface AvailabilitySetsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete an availability set. */\nexport interface AvailabilitySetsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete an availability set. */\nexport interface AvailabilitySetsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about an availability set. */\nexport interface AvailabilitySetsGet200Response extends HttpResponse {\n status: \"200\";\n body: AvailabilitySetOutput;\n}\n\n/** Retrieves information about an availability set. */\nexport interface AvailabilitySetsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all availability sets in a subscription. */\nexport interface AvailabilitySetsListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: AvailabilitySetListResultOutput;\n}\n\n/** Lists all availability sets in a subscription. */\nexport interface AvailabilitySetsListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all availability sets in a resource group. */\nexport interface AvailabilitySetsList200Response extends HttpResponse {\n status: \"200\";\n body: AvailabilitySetListResultOutput;\n}\n\n/** Lists all availability sets in a resource group. */\nexport interface AvailabilitySetsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set. */\nexport interface AvailabilitySetsListAvailableSizes200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineSizeListResultOutput;\n}\n\n/** Lists all available virtual machine sizes that can be used to create a new virtual machine in an existing availability set. */\nexport interface AvailabilitySetsListAvailableSizesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a proximity placement group. */\nexport interface ProximityPlacementGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ProximityPlacementGroupOutput;\n}\n\n/** Create or update a proximity placement group. */\nexport interface ProximityPlacementGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ProximityPlacementGroupOutput;\n}\n\n/** Create or update a proximity placement group. */\nexport interface ProximityPlacementGroupsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a proximity placement group. */\nexport interface ProximityPlacementGroupsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ProximityPlacementGroupOutput;\n}\n\n/** Update a proximity placement group. */\nexport interface ProximityPlacementGroupsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a proximity placement group. */\nexport interface ProximityPlacementGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a proximity placement group. */\nexport interface ProximityPlacementGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a proximity placement group . */\nexport interface ProximityPlacementGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: ProximityPlacementGroupOutput;\n}\n\n/** Retrieves information about a proximity placement group . */\nexport interface ProximityPlacementGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all proximity placement groups in a subscription. */\nexport interface ProximityPlacementGroupsListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: ProximityPlacementGroupListResultOutput;\n}\n\n/** Lists all proximity placement groups in a subscription. */\nexport interface ProximityPlacementGroupsListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all proximity placement groups in a resource group. */\nexport interface ProximityPlacementGroupsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ProximityPlacementGroupListResultOutput;\n}\n\n/** Lists all proximity placement groups in a resource group. */\nexport interface ProximityPlacementGroupsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596) */\nexport interface DedicatedHostGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostGroupOutput;\n}\n\n/** Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596) */\nexport interface DedicatedHostGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: DedicatedHostGroupOutput;\n}\n\n/** Create or update a dedicated host group. For details of Dedicated Host and Dedicated Host Groups please see [Dedicated Host Documentation] (https://go.microsoft.com/fwlink/?linkid=2082596) */\nexport interface DedicatedHostGroupsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update an dedicated host group. */\nexport interface DedicatedHostGroupsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostGroupOutput;\n}\n\n/** Update an dedicated host group. */\nexport interface DedicatedHostGroupsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a dedicated host group. */\nexport interface DedicatedHostGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a dedicated host group. */\nexport interface DedicatedHostGroupsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a dedicated host group. */\nexport interface DedicatedHostGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a dedicated host group. */\nexport interface DedicatedHostGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostGroupOutput;\n}\n\n/** Retrieves information about a dedicated host group. */\nexport interface DedicatedHostGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups. */\nexport interface DedicatedHostGroupsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostGroupListResultOutput;\n}\n\n/** Lists all of the dedicated host groups in the specified resource group. Use the nextLink property in the response to get the next page of dedicated host groups. */\nexport interface DedicatedHostGroupsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. */\nexport interface DedicatedHostGroupsListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostGroupListResultOutput;\n}\n\n/** Lists all of the dedicated host groups in the subscription. Use the nextLink property in the response to get the next page of dedicated host groups. */\nexport interface DedicatedHostGroupsListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a dedicated host . */\nexport interface DedicatedHostsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostOutput;\n}\n\n/** Create or update a dedicated host . */\nexport interface DedicatedHostsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: DedicatedHostOutput;\n}\n\n/** Create or update a dedicated host . */\nexport interface DedicatedHostsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update an dedicated host . */\nexport interface DedicatedHostsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostOutput;\n}\n\n/** Update an dedicated host . */\nexport interface DedicatedHostsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a dedicated host. */\nexport interface DedicatedHostsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a dedicated host. */\nexport interface DedicatedHostsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a dedicated host. */\nexport interface DedicatedHostsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a dedicated host. */\nexport interface DedicatedHostsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a dedicated host. */\nexport interface DedicatedHostsGet200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostOutput;\n}\n\n/** Retrieves information about a dedicated host. */\nexport interface DedicatedHostsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. */\nexport interface DedicatedHostsListByHostGroup200Response extends HttpResponse {\n status: \"200\";\n body: DedicatedHostListResultOutput;\n}\n\n/** Lists all of the dedicated hosts in the specified dedicated host group. Use the nextLink property in the response to get the next page of dedicated hosts. */\nexport interface DedicatedHostsListByHostGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details. */\nexport interface DedicatedHostsRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restart the dedicated host. The operation will complete successfully once the dedicated host has restarted and is running. To determine the health of VMs deployed on the dedicated host after the restart check the Resource Health Center in the Azure Portal. Please refer to https://docs.microsoft.com/azure/service-health/resource-health-overview for more details. */\nexport interface DedicatedHostsRestartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. */\nexport interface SshPublicKeysListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: SshPublicKeysGroupListResultOutput;\n}\n\n/** Lists all of the SSH public keys in the subscription. Use the nextLink property in the response to get the next page of SSH public keys. */\nexport interface SshPublicKeysListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys. */\nexport interface SshPublicKeysListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: SshPublicKeysGroupListResultOutput;\n}\n\n/** Lists all of the SSH public keys in the specified resource group. Use the nextLink property in the response to get the next page of SSH public keys. */\nexport interface SshPublicKeysListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates a new SSH public key resource. */\nexport interface SshPublicKeysCreate200Response extends HttpResponse {\n status: \"200\";\n body: SshPublicKeyResourceOutput;\n}\n\n/** Creates a new SSH public key resource. */\nexport interface SshPublicKeysCreate201Response extends HttpResponse {\n status: \"201\";\n body: SshPublicKeyResourceOutput;\n}\n\n/** Creates a new SSH public key resource. */\nexport interface SshPublicKeysCreateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates a new SSH public key resource. */\nexport interface SshPublicKeysUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SshPublicKeyResourceOutput;\n}\n\n/** Updates a new SSH public key resource. */\nexport interface SshPublicKeysUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete an SSH public key. */\nexport interface SshPublicKeysDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete an SSH public key. */\nexport interface SshPublicKeysDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete an SSH public key. */\nexport interface SshPublicKeysDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about an SSH public key. */\nexport interface SshPublicKeysGet200Response extends HttpResponse {\n status: \"200\";\n body: SshPublicKeyResourceOutput;\n}\n\n/** Retrieves information about an SSH public key. */\nexport interface SshPublicKeysGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource. */\nexport interface SshPublicKeysGenerateKeyPair200Response extends HttpResponse {\n status: \"200\";\n body: SshPublicKeyGenerateKeyPairResultOutput;\n}\n\n/** Generates and returns a public/private key pair and populates the SSH public key resource with the public key. The length of the key will be 3072 bits. This operation can only be performed once per SSH public key resource. */\nexport interface SshPublicKeysGenerateKeyPairDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update an image. */\nexport interface ImagesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ImageOutput;\n}\n\n/** Create or update an image. */\nexport interface ImagesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ImageOutput;\n}\n\n/** Create or update an image. */\nexport interface ImagesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update an image. */\nexport interface ImagesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: ImageOutput;\n}\n\n/** Update an image. */\nexport interface ImagesUpdate201Response extends HttpResponse {\n status: \"201\";\n body: ImageOutput;\n}\n\n/** Update an image. */\nexport interface ImagesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes an Image. */\nexport interface ImagesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes an Image. */\nexport interface ImagesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes an Image. */\nexport interface ImagesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes an Image. */\nexport interface ImagesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets an image. */\nexport interface ImagesGet200Response extends HttpResponse {\n status: \"200\";\n body: ImageOutput;\n}\n\n/** Gets an image. */\nexport interface ImagesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the list of images under a resource group. */\nexport interface ImagesListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: ImageListResultOutput;\n}\n\n/** Gets the list of images under a resource group. */\nexport interface ImagesListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. */\nexport interface ImagesList200Response extends HttpResponse {\n status: \"200\";\n body: ImageListResultOutput;\n}\n\n/** Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images. */\nexport interface ImagesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. */\nexport interface RestorePointCollectionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: RestorePointCollectionOutput;\n}\n\n/** The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. */\nexport interface RestorePointCollectionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: RestorePointCollectionOutput;\n}\n\n/** The operation to create or update the restore point collection. Please refer to https://aka.ms/RestorePoints for more details. When updating a restore point collection, only tags may be modified. */\nexport interface RestorePointCollectionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update the restore point collection. */\nexport interface RestorePointCollectionsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: RestorePointCollectionOutput;\n}\n\n/** The operation to update the restore point collection. */\nexport interface RestorePointCollectionsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */\nexport interface RestorePointCollectionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */\nexport interface RestorePointCollectionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */\nexport interface RestorePointCollectionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the restore point collection. This operation will also delete all the contained restore points. */\nexport interface RestorePointCollectionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the restore point collection. */\nexport interface RestorePointCollectionsGet200Response extends HttpResponse {\n status: \"200\";\n body: RestorePointCollectionOutput;\n}\n\n/** The operation to get the restore point collection. */\nexport interface RestorePointCollectionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the list of restore point collections in a resource group. */\nexport interface RestorePointCollectionsList200Response extends HttpResponse {\n status: \"200\";\n body: RestorePointCollectionListResultOutput;\n}\n\n/** Gets the list of restore point collections in a resource group. */\nexport interface RestorePointCollectionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. */\nexport interface RestorePointCollectionsListAll200Response extends HttpResponse {\n status: \"200\";\n body: RestorePointCollectionListResultOutput;\n}\n\n/** Gets the list of restore point collections in the subscription. Use nextLink property in the response to get the next page of restore point collections. Do this till nextLink is not null to fetch all the restore point collections. */\nexport interface RestorePointCollectionsListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create the restore point. Updating properties of an existing restore point is not allowed */\nexport interface RestorePointsCreate201Response extends HttpResponse {\n status: \"201\";\n body: RestorePointOutput;\n}\n\n/** The operation to create the restore point. Updating properties of an existing restore point is not allowed */\nexport interface RestorePointsCreateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the restore point. */\nexport interface RestorePointsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the restore point. */\nexport interface RestorePointsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the restore point. */\nexport interface RestorePointsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the restore point. */\nexport interface RestorePointsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the restore point. */\nexport interface RestorePointsGet200Response extends HttpResponse {\n status: \"200\";\n body: RestorePointOutput;\n}\n\n/** The operation to get the restore point. */\nexport interface RestorePointsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationGroupsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationGroupOutput;\n}\n\n/** The operation to create or update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationGroupsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: CapacityReservationGroupOutput;\n}\n\n/** The operation to create or update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationGroupsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. */\nexport interface CapacityReservationGroupsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationGroupOutput;\n}\n\n/** The operation to update a capacity reservation group. When updating a capacity reservation group, only tags may be modified. */\nexport interface CapacityReservationGroupsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete a capacity reservation group. This operation is allowed only if all the associated resources are disassociated from the reservation group and all capacity reservations under the reservation group have also been deleted. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationGroupsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete a capacity reservation group. This operation is allowed only if all the associated resources are disassociated from the reservation group and all capacity reservations under the reservation group have also been deleted. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationGroupsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete a capacity reservation group. This operation is allowed only if all the associated resources are disassociated from the reservation group and all capacity reservations under the reservation group have also been deleted. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationGroupsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation that retrieves information about a capacity reservation group. */\nexport interface CapacityReservationGroupsGet200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationGroupOutput;\n}\n\n/** The operation that retrieves information about a capacity reservation group. */\nexport interface CapacityReservationGroupsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the capacity reservation groups in the specified resource group. Use the nextLink property in the response to get the next page of capacity reservation groups. */\nexport interface CapacityReservationGroupsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationGroupListResultOutput;\n}\n\n/** Lists all of the capacity reservation groups in the specified resource group. Use the nextLink property in the response to get the next page of capacity reservation groups. */\nexport interface CapacityReservationGroupsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups. */\nexport interface CapacityReservationGroupsListBySubscription200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationGroupListResultOutput;\n}\n\n/** Lists all of the capacity reservation groups in the subscription. Use the nextLink property in the response to get the next page of capacity reservation groups. */\nexport interface CapacityReservationGroupsListBySubscriptionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update a capacity reservation. Please note some properties can be set only during capacity reservation creation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationOutput;\n}\n\n/** The operation to create or update a capacity reservation. Please note some properties can be set only during capacity reservation creation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: CapacityReservationOutput;\n}\n\n/** The operation to create or update a capacity reservation. Please note some properties can be set only during capacity reservation creation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update a capacity reservation. */\nexport interface CapacityReservationsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationOutput;\n}\n\n/** The operation to update a capacity reservation. */\nexport interface CapacityReservationsUpdate202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to update a capacity reservation. */\nexport interface CapacityReservationsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete a capacity reservation. This operation is allowed only when all the associated resources are disassociated from the capacity reservation. Please refer to https://aka.ms/CapacityReservation for more details. */\nexport interface CapacityReservationsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation that retrieves information about the capacity reservation. */\nexport interface CapacityReservationsGet200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationOutput;\n}\n\n/** The operation that retrieves information about the capacity reservation. */\nexport interface CapacityReservationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all of the capacity reservations in the specified capacity reservation group. Use the nextLink property in the response to get the next page of capacity reservations. */\nexport interface CapacityReservationsListByCapacityReservationGroup200Response extends HttpResponse {\n status: \"200\";\n body: CapacityReservationListResultOutput;\n}\n\n/** Lists all of the capacity reservations in the specified capacity reservation group. Use the nextLink property in the response to get the next page of capacity reservations. */\nexport interface CapacityReservationsListByCapacityReservationGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Export logs that show Api requests made by this subscription in the given time window to show throttling activities. */\nexport interface LogAnalyticsExportRequestRateByInterval200Response extends HttpResponse {\n status: \"200\";\n body: LogAnalyticsOperationResultOutput;\n}\n\n/** Export logs that show Api requests made by this subscription in the given time window to show throttling activities. */\nexport interface LogAnalyticsExportRequestRateByInterval202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Export logs that show Api requests made by this subscription in the given time window to show throttling activities. */\nexport interface LogAnalyticsExportRequestRateByIntervalDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Export logs that show total throttled Api requests for this subscription in the given time window. */\nexport interface LogAnalyticsExportThrottledRequests200Response extends HttpResponse {\n status: \"200\";\n body: LogAnalyticsOperationResultOutput;\n}\n\n/** Export logs that show total throttled Api requests for this subscription in the given time window. */\nexport interface LogAnalyticsExportThrottledRequests202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Export logs that show total throttled Api requests for this subscription in the given time window. */\nexport interface LogAnalyticsExportThrottledRequestsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all available run commands for a subscription in a location. */\nexport interface VirtualMachineRunCommandsList200Response extends HttpResponse {\n status: \"200\";\n body: RunCommandListResultOutput;\n}\n\n/** Gets specific run command for a subscription in a location. */\nexport interface VirtualMachineRunCommandsGet200Response extends HttpResponse {\n status: \"200\";\n body: RunCommandDocumentOutput;\n}\n\n/** The operation to create or update the run command. */\nexport interface VirtualMachineRunCommandsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to create or update the run command. */\nexport interface VirtualMachineRunCommandsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to create or update the run command. */\nexport interface VirtualMachineRunCommandsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update the run command. */\nexport interface VirtualMachineRunCommandsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to update the run command. */\nexport interface VirtualMachineRunCommandsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the run command. */\nexport interface VirtualMachineRunCommandsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the run command. */\nexport interface VirtualMachineRunCommandsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the run command. */\nexport interface VirtualMachineRunCommandsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the run command. */\nexport interface VirtualMachineRunCommandsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the run command. */\nexport interface VirtualMachineRunCommandsGetByVirtualMachine200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to get the run command. */\nexport interface VirtualMachineRunCommandsGetByVirtualMachineDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get all run commands of a Virtual Machine. */\nexport interface VirtualMachineRunCommandsListByVirtualMachine200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandsListResultOutput;\n}\n\n/** The operation to get all run commands of a Virtual Machine. */\nexport interface VirtualMachineRunCommandsListByVirtualMachineDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to create or update the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to create or update the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to create or update the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to update the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to update the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to delete the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The operation to delete the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The operation to delete the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** The operation to delete the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsGet200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandOutput;\n}\n\n/** The operation to get the VMSS VM run command. */\nexport interface VirtualMachineScaleSetVMRunCommandsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The operation to get all run commands of an instance in Virtual Machine Scaleset. */\nexport interface VirtualMachineScaleSetVMRunCommandsList200Response extends HttpResponse {\n status: \"200\";\n body: VirtualMachineRunCommandsListResultOutput;\n}\n\n/** The operation to get all run commands of an instance in Virtual Machine Scaleset. */\nexport interface VirtualMachineScaleSetVMRunCommandsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a disk. */\nexport interface DisksCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DiskOutput;\n}\n\n/** Creates or updates a disk. */\nexport interface DisksCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DiskOutput;\n}\n\n/** Updates (patches) a disk. */\nexport interface DisksUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DiskOutput;\n}\n\n/** Updates (patches) a disk. */\nexport interface DisksUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DiskOutput;\n}\n\n/** Gets information about a disk. */\nexport interface DisksGet200Response extends HttpResponse {\n status: \"200\";\n body: DiskOutput;\n}\n\n/** Deletes a disk. */\nexport interface DisksDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a disk. */\nexport interface DisksDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a disk. */\nexport interface DisksDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Lists all the disks under a resource group. */\nexport interface DisksListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: DiskListOutput;\n}\n\n/** Lists all the disks under a subscription. */\nexport interface DisksList200Response extends HttpResponse {\n status: \"200\";\n body: DiskListOutput;\n}\n\n/** Grants access to a disk. */\nexport interface DisksGrantAccess200Response extends HttpResponse {\n status: \"200\";\n body: AccessUriOutput;\n}\n\n/** Grants access to a disk. */\nexport interface DisksGrantAccess202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Revokes access to a disk. */\nexport interface DisksRevokeAccess200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Revokes access to a disk. */\nexport interface DisksRevokeAccess202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Creates or updates a disk access resource */\nexport interface DiskAccessesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DiskAccessOutput;\n}\n\n/** Creates or updates a disk access resource */\nexport interface DiskAccessesCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DiskAccessOutput;\n}\n\n/** Creates or updates a disk access resource */\nexport interface DiskAccessesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates (patches) a disk access resource. */\nexport interface DiskAccessesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DiskAccessOutput;\n}\n\n/** Updates (patches) a disk access resource. */\nexport interface DiskAccessesUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DiskAccessOutput;\n}\n\n/** Updates (patches) a disk access resource. */\nexport interface DiskAccessesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about a disk access resource. */\nexport interface DiskAccessesGet200Response extends HttpResponse {\n status: \"200\";\n body: DiskAccessOutput;\n}\n\n/** Gets information about a disk access resource. */\nexport interface DiskAccessesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a disk access resource. */\nexport interface DiskAccessesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a disk access resource. */\nexport interface DiskAccessesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a disk access resource. */\nexport interface DiskAccessesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a disk access resource. */\nexport interface DiskAccessesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the disk access resources under a resource group. */\nexport interface DiskAccessesListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: DiskAccessListOutput;\n}\n\n/** Lists all the disk access resources under a resource group. */\nexport interface DiskAccessesListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the disk access resources under a subscription. */\nexport interface DiskAccessesList200Response extends HttpResponse {\n status: \"200\";\n body: DiskAccessListOutput;\n}\n\n/** Lists all the disk access resources under a subscription. */\nexport interface DiskAccessesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the private link resources possible under disk access resource */\nexport interface DiskAccessesGetPrivateLinkResources200Response extends HttpResponse {\n status: \"200\";\n body: PrivateLinkResourceListResultOutput;\n}\n\n/** Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. */\nexport interface DiskAccessesUpdateAPrivateEndpointConnection200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionOutput;\n}\n\n/** Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. */\nexport interface DiskAccessesUpdateAPrivateEndpointConnection202Response extends HttpResponse {\n status: \"202\";\n body: PrivateEndpointConnectionOutput;\n}\n\n/** Approve or reject a private endpoint connection under disk access resource, this can't be used to create a new private endpoint connection. */\nexport interface DiskAccessesUpdateAPrivateEndpointConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about a private endpoint connection under a disk access resource. */\nexport interface DiskAccessesGetAPrivateEndpointConnection200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionOutput;\n}\n\n/** Gets information about a private endpoint connection under a disk access resource. */\nexport interface DiskAccessesGetAPrivateEndpointConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a private endpoint connection under a disk access resource. */\nexport interface DiskAccessesDeleteAPrivateEndpointConnection200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a private endpoint connection under a disk access resource. */\nexport interface DiskAccessesDeleteAPrivateEndpointConnection202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a private endpoint connection under a disk access resource. */\nexport interface DiskAccessesDeleteAPrivateEndpointConnection204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a private endpoint connection under a disk access resource. */\nexport interface DiskAccessesDeleteAPrivateEndpointConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List information about private endpoint connections under a disk access resource */\nexport interface DiskAccessesListPrivateEndpointConnections200Response extends HttpResponse {\n status: \"200\";\n body: PrivateEndpointConnectionListResultOutput;\n}\n\n/** List information about private endpoint connections under a disk access resource */\nexport interface DiskAccessesListPrivateEndpointConnectionsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a disk encryption set */\nexport interface DiskEncryptionSetsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DiskEncryptionSetOutput;\n}\n\n/** Creates or updates a disk encryption set */\nexport interface DiskEncryptionSetsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DiskEncryptionSetOutput;\n}\n\n/** Creates or updates a disk encryption set */\nexport interface DiskEncryptionSetsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates (patches) a disk encryption set. */\nexport interface DiskEncryptionSetsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: DiskEncryptionSetOutput;\n}\n\n/** Updates (patches) a disk encryption set. */\nexport interface DiskEncryptionSetsUpdate202Response extends HttpResponse {\n status: \"202\";\n body: DiskEncryptionSetOutput;\n}\n\n/** Updates (patches) a disk encryption set. */\nexport interface DiskEncryptionSetsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets information about a disk encryption set. */\nexport interface DiskEncryptionSetsGet200Response extends HttpResponse {\n status: \"200\";\n body: DiskEncryptionSetOutput;\n}\n\n/** Gets information about a disk encryption set. */\nexport interface DiskEncryptionSetsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a disk encryption set. */\nexport interface DiskEncryptionSetsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a disk encryption set. */\nexport interface DiskEncryptionSetsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a disk encryption set. */\nexport interface DiskEncryptionSetsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a disk encryption set. */\nexport interface DiskEncryptionSetsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the disk encryption sets under a resource group. */\nexport interface DiskEncryptionSetsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: DiskEncryptionSetListOutput;\n}\n\n/** Lists all the disk encryption sets under a resource group. */\nexport interface DiskEncryptionSetsListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all the disk encryption sets under a subscription. */\nexport interface DiskEncryptionSetsList200Response extends HttpResponse {\n status: \"200\";\n body: DiskEncryptionSetListOutput;\n}\n\n/** Lists all the disk encryption sets under a subscription. */\nexport interface DiskEncryptionSetsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists all resources that are encrypted with this disk encryption set. */\nexport interface DiskEncryptionSetsListAssociatedResources200Response extends HttpResponse {\n status: \"200\";\n body: ResourceUriListOutput;\n}\n\n/** Lists all resources that are encrypted with this disk encryption set. */\nexport interface DiskEncryptionSetsListAssociatedResourcesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get disk restorePoint resource */\nexport interface DiskRestorePointGet200Response extends HttpResponse {\n status: \"200\";\n body: DiskRestorePointOutput;\n}\n\n/** Get disk restorePoint resource */\nexport interface DiskRestorePointGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Lists diskRestorePoints under a vmRestorePoint. */\nexport interface DiskRestorePointListByRestorePoint200Response extends HttpResponse {\n status: \"200\";\n body: DiskRestorePointListOutput;\n}\n\n/** Lists diskRestorePoints under a vmRestorePoint. */\nexport interface DiskRestorePointListByRestorePointDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Grants access to a diskRestorePoint. */\nexport interface DiskRestorePointGrantAccess200Response extends HttpResponse {\n status: \"200\";\n body: AccessUriOutput;\n}\n\n/** Grants access to a diskRestorePoint. */\nexport interface DiskRestorePointGrantAccess202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Grants access to a diskRestorePoint. */\nexport interface DiskRestorePointGrantAccessDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Revokes access to a diskRestorePoint. */\nexport interface DiskRestorePointRevokeAccess200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Revokes access to a diskRestorePoint. */\nexport interface DiskRestorePointRevokeAccess202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Revokes access to a diskRestorePoint. */\nexport interface DiskRestorePointRevokeAccessDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Creates or updates a snapshot. */\nexport interface SnapshotsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotOutput;\n}\n\n/** Creates or updates a snapshot. */\nexport interface SnapshotsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: SnapshotOutput;\n}\n\n/** Updates (patches) a snapshot. */\nexport interface SnapshotsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotOutput;\n}\n\n/** Updates (patches) a snapshot. */\nexport interface SnapshotsUpdate202Response extends HttpResponse {\n status: \"202\";\n body: SnapshotOutput;\n}\n\n/** Gets information about a snapshot. */\nexport interface SnapshotsGet200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotOutput;\n}\n\n/** Deletes a snapshot. */\nexport interface SnapshotsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a snapshot. */\nexport interface SnapshotsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a snapshot. */\nexport interface SnapshotsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Lists snapshots under a resource group. */\nexport interface SnapshotsListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotListOutput;\n}\n\n/** Lists snapshots under a subscription. */\nexport interface SnapshotsList200Response extends HttpResponse {\n status: \"200\";\n body: SnapshotListOutput;\n}\n\n/** Grants access to a snapshot. */\nexport interface SnapshotsGrantAccess200Response extends HttpResponse {\n status: \"200\";\n body: AccessUriOutput;\n}\n\n/** Grants access to a snapshot. */\nexport interface SnapshotsGrantAccess202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Revokes access to a snapshot. */\nexport interface SnapshotsRevokeAccess200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Revokes access to a snapshot. */\nexport interface SnapshotsRevokeAccess202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Gets the list of Microsoft.Compute SKUs available for your Subscription. */\nexport interface ResourceSkusList200Response extends HttpResponse {\n status: \"200\";\n body: ResourceSkusResultOutput;\n}\n\n/** Create or update a Shared Image Gallery. */\nexport interface GalleriesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryOutput;\n}\n\n/** Create or update a Shared Image Gallery. */\nexport interface GalleriesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: GalleryOutput;\n}\n\n/** Create or update a Shared Image Gallery. */\nexport interface GalleriesCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: GalleryOutput;\n}\n\n/** Create or update a Shared Image Gallery. */\nexport interface GalleriesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a Shared Image Gallery. */\nexport interface GalleriesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryOutput;\n}\n\n/** Update a Shared Image Gallery. */\nexport interface GalleriesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a Shared Image Gallery. */\nexport interface GalleriesGet200Response extends HttpResponse {\n status: \"200\";\n body: GalleryOutput;\n}\n\n/** Retrieves information about a Shared Image Gallery. */\nexport interface GalleriesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a Shared Image Gallery. */\nexport interface GalleriesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a Shared Image Gallery. */\nexport interface GalleriesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a Shared Image Gallery. */\nexport interface GalleriesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a Shared Image Gallery. */\nexport interface GalleriesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List galleries under a resource group. */\nexport interface GalleriesListByResourceGroup200Response extends HttpResponse {\n status: \"200\";\n body: GalleryListOutput;\n}\n\n/** List galleries under a resource group. */\nexport interface GalleriesListByResourceGroupDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List galleries under a subscription. */\nexport interface GalleriesList200Response extends HttpResponse {\n status: \"200\";\n body: GalleryListOutput;\n}\n\n/** List galleries under a subscription. */\nexport interface GalleriesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a gallery image definition. */\nexport interface GalleryImagesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageOutput;\n}\n\n/** Create or update a gallery image definition. */\nexport interface GalleryImagesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: GalleryImageOutput;\n}\n\n/** Create or update a gallery image definition. */\nexport interface GalleryImagesCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: GalleryImageOutput;\n}\n\n/** Create or update a gallery image definition. */\nexport interface GalleryImagesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a gallery image definition. */\nexport interface GalleryImagesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageOutput;\n}\n\n/** Update a gallery image definition. */\nexport interface GalleryImagesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a gallery image definition. */\nexport interface GalleryImagesGet200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageOutput;\n}\n\n/** Retrieves information about a gallery image definition. */\nexport interface GalleryImagesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a gallery image. */\nexport interface GalleryImagesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a gallery image. */\nexport interface GalleryImagesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a gallery image. */\nexport interface GalleryImagesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a gallery image. */\nexport interface GalleryImagesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List gallery image definitions in a gallery. */\nexport interface GalleryImagesListByGallery200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageListOutput;\n}\n\n/** List gallery image definitions in a gallery. */\nexport interface GalleryImagesListByGalleryDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a gallery image version. */\nexport interface GalleryImageVersionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageVersionOutput;\n}\n\n/** Create or update a gallery image version. */\nexport interface GalleryImageVersionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: GalleryImageVersionOutput;\n}\n\n/** Create or update a gallery image version. */\nexport interface GalleryImageVersionsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: GalleryImageVersionOutput;\n}\n\n/** Create or update a gallery image version. */\nexport interface GalleryImageVersionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a gallery image version. */\nexport interface GalleryImageVersionsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageVersionOutput;\n}\n\n/** Update a gallery image version. */\nexport interface GalleryImageVersionsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a gallery image version. */\nexport interface GalleryImageVersionsGet200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageVersionOutput;\n}\n\n/** Retrieves information about a gallery image version. */\nexport interface GalleryImageVersionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a gallery image version. */\nexport interface GalleryImageVersionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a gallery image version. */\nexport interface GalleryImageVersionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a gallery image version. */\nexport interface GalleryImageVersionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a gallery image version. */\nexport interface GalleryImageVersionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List gallery image versions in a gallery image definition. */\nexport interface GalleryImageVersionsListByGalleryImage200Response extends HttpResponse {\n status: \"200\";\n body: GalleryImageVersionListOutput;\n}\n\n/** List gallery image versions in a gallery image definition. */\nexport interface GalleryImageVersionsListByGalleryImageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a gallery Application Definition. */\nexport interface GalleryApplicationsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationOutput;\n}\n\n/** Create or update a gallery Application Definition. */\nexport interface GalleryApplicationsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: GalleryApplicationOutput;\n}\n\n/** Create or update a gallery Application Definition. */\nexport interface GalleryApplicationsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: GalleryApplicationOutput;\n}\n\n/** Create or update a gallery Application Definition. */\nexport interface GalleryApplicationsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a gallery Application Definition. */\nexport interface GalleryApplicationsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationOutput;\n}\n\n/** Update a gallery Application Definition. */\nexport interface GalleryApplicationsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a gallery Application Definition. */\nexport interface GalleryApplicationsGet200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationOutput;\n}\n\n/** Retrieves information about a gallery Application Definition. */\nexport interface GalleryApplicationsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a gallery Application. */\nexport interface GalleryApplicationsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a gallery Application. */\nexport interface GalleryApplicationsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a gallery Application. */\nexport interface GalleryApplicationsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a gallery Application. */\nexport interface GalleryApplicationsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List gallery Application Definitions in a gallery. */\nexport interface GalleryApplicationsListByGallery200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationListOutput;\n}\n\n/** List gallery Application Definitions in a gallery. */\nexport interface GalleryApplicationsListByGalleryDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a gallery Application Version. */\nexport interface GalleryApplicationVersionsCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationVersionOutput;\n}\n\n/** Create or update a gallery Application Version. */\nexport interface GalleryApplicationVersionsCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: GalleryApplicationVersionOutput;\n}\n\n/** Create or update a gallery Application Version. */\nexport interface GalleryApplicationVersionsCreateOrUpdate202Response extends HttpResponse {\n status: \"202\";\n body: GalleryApplicationVersionOutput;\n}\n\n/** Create or update a gallery Application Version. */\nexport interface GalleryApplicationVersionsCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a gallery Application Version. */\nexport interface GalleryApplicationVersionsUpdate200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationVersionOutput;\n}\n\n/** Update a gallery Application Version. */\nexport interface GalleryApplicationVersionsUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about a gallery Application Version. */\nexport interface GalleryApplicationVersionsGet200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationVersionOutput;\n}\n\n/** Retrieves information about a gallery Application Version. */\nexport interface GalleryApplicationVersionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Delete a gallery Application Version. */\nexport interface GalleryApplicationVersionsDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Delete a gallery Application Version. */\nexport interface GalleryApplicationVersionsDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Delete a gallery Application Version. */\nexport interface GalleryApplicationVersionsDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Delete a gallery Application Version. */\nexport interface GalleryApplicationVersionsDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List gallery Application Versions in a gallery Application Definition. */\nexport interface GalleryApplicationVersionsListByGalleryApplication200Response extends HttpResponse {\n status: \"200\";\n body: GalleryApplicationVersionListOutput;\n}\n\n/** List gallery Application Versions in a gallery Application Definition. */\nexport interface GalleryApplicationVersionsListByGalleryApplicationDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update sharing profile of a gallery. */\nexport interface GallerySharingProfileUpdate200Response extends HttpResponse {\n status: \"200\";\n body: SharingUpdateOutput;\n}\n\n/** Update sharing profile of a gallery. */\nexport interface GallerySharingProfileUpdate202Response extends HttpResponse {\n status: \"202\";\n body: SharingUpdateOutput;\n}\n\n/** Update sharing profile of a gallery. */\nexport interface GallerySharingProfileUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List shared galleries by subscription id or tenant id. */\nexport interface SharedGalleriesList200Response extends HttpResponse {\n status: \"200\";\n body: SharedGalleryListOutput;\n}\n\n/** List shared galleries by subscription id or tenant id. */\nexport interface SharedGalleriesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a shared gallery by subscription id or tenant id. */\nexport interface SharedGalleriesGet200Response extends HttpResponse {\n status: \"200\";\n body: SharedGalleryOutput;\n}\n\n/** Get a shared gallery by subscription id or tenant id. */\nexport interface SharedGalleriesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List shared gallery images by subscription id or tenant id. */\nexport interface SharedGalleryImagesList200Response extends HttpResponse {\n status: \"200\";\n body: SharedGalleryImageListOutput;\n}\n\n/** List shared gallery images by subscription id or tenant id. */\nexport interface SharedGalleryImagesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a shared gallery image by subscription id or tenant id. */\nexport interface SharedGalleryImagesGet200Response extends HttpResponse {\n status: \"200\";\n body: SharedGalleryImageOutput;\n}\n\n/** Get a shared gallery image by subscription id or tenant id. */\nexport interface SharedGalleryImagesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List shared gallery image versions by subscription id or tenant id. */\nexport interface SharedGalleryImageVersionsList200Response extends HttpResponse {\n status: \"200\";\n body: SharedGalleryImageVersionListOutput;\n}\n\n/** List shared gallery image versions by subscription id or tenant id. */\nexport interface SharedGalleryImageVersionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a shared gallery image version by subscription id or tenant id. */\nexport interface SharedGalleryImageVersionsGet200Response extends HttpResponse {\n status: \"200\";\n body: SharedGalleryImageVersionOutput;\n}\n\n/** Get a shared gallery image version by subscription id or tenant id. */\nexport interface SharedGalleryImageVersionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a community gallery by gallery public name. */\nexport interface CommunityGalleriesGet200Response extends HttpResponse {\n status: \"200\";\n body: CommunityGalleryOutput;\n}\n\n/** Get a community gallery by gallery public name. */\nexport interface CommunityGalleriesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a community gallery image. */\nexport interface CommunityGalleryImagesGet200Response extends HttpResponse {\n status: \"200\";\n body: CommunityGalleryImageOutput;\n}\n\n/** Get a community gallery image. */\nexport interface CommunityGalleryImagesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List community gallery images inside a gallery. */\nexport interface CommunityGalleryImagesList200Response extends HttpResponse {\n status: \"200\";\n body: CommunityGalleryImageListOutput;\n}\n\n/** List community gallery images inside a gallery. */\nexport interface CommunityGalleryImagesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Get a community gallery image version. */\nexport interface CommunityGalleryImageVersionsGet200Response extends HttpResponse {\n status: \"200\";\n body: CommunityGalleryImageVersionOutput;\n}\n\n/** Get a community gallery image version. */\nexport interface CommunityGalleryImageVersionsGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** List community gallery image versions inside an image. */\nexport interface CommunityGalleryImageVersionsList200Response extends HttpResponse {\n status: \"200\";\n body: CommunityGalleryImageVersionListOutput;\n}\n\n/** List community gallery image versions inside an image. */\nexport interface CommunityGalleryImageVersionsListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a role instance from a cloud service. */\nexport interface CloudServiceRoleInstancesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a role instance from a cloud service. */\nexport interface CloudServiceRoleInstancesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a role instance from a cloud service. */\nexport interface CloudServiceRoleInstancesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a role instance from a cloud service. */\nexport interface CloudServiceRoleInstancesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a role instance from a cloud service. */\nexport interface CloudServiceRoleInstancesGet200Response extends HttpResponse {\n status: \"200\";\n body: RoleInstanceOutput;\n}\n\n/** Gets a role instance from a cloud service. */\nexport interface CloudServiceRoleInstancesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Retrieves information about the run-time state of a role instance in a cloud service. */\nexport interface CloudServiceRoleInstancesGetInstanceView200Response extends HttpResponse {\n status: \"200\";\n body: RoleInstanceViewOutput;\n}\n\n/** Retrieves information about the run-time state of a role instance in a cloud service. */\nexport interface CloudServiceRoleInstancesGetInstanceViewDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances. */\nexport interface CloudServiceRoleInstancesList200Response extends HttpResponse {\n status: \"200\";\n body: RoleInstanceListResultOutput;\n}\n\n/** Gets the list of all role instances in a cloud service. Use nextLink property in the response to get the next page of role instances. Do this till nextLink is null to fetch all the role instances. */\nexport interface CloudServiceRoleInstancesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. */\nexport interface CloudServiceRoleInstancesRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. */\nexport interface CloudServiceRoleInstancesRestart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The Reboot Role Instance asynchronous operation requests a reboot of a role instance in the cloud service. */\nexport interface CloudServiceRoleInstancesRestartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\nexport interface CloudServiceRoleInstancesReimage200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\nexport interface CloudServiceRoleInstancesReimage202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The Reimage Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\nexport interface CloudServiceRoleInstancesReimageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance. */\nexport interface CloudServiceRoleInstancesRebuild200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance. */\nexport interface CloudServiceRoleInstancesRebuild202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** The Rebuild Role Instance asynchronous operation reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instance. */\nexport interface CloudServiceRoleInstancesRebuildDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a remote desktop file for a role instance in a cloud service. */\nexport interface CloudServiceRoleInstancesGetRemoteDesktopFile200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\n/** Gets a remote desktop file for a role instance in a cloud service. */\nexport interface CloudServiceRoleInstancesGetRemoteDesktopFileDefaultResponse extends HttpResponse {\n status: string;\n}\n\n/** Gets a role from a cloud service. */\nexport interface CloudServiceRolesGet200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceRoleOutput;\n}\n\n/** Gets a role from a cloud service. */\nexport interface CloudServiceRolesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles. */\nexport interface CloudServiceRolesList200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceRoleListResultOutput;\n}\n\n/** Gets a list of all roles in a cloud service. Use nextLink property in the response to get the next page of roles. Do this till nextLink is null to fetch all the roles. */\nexport interface CloudServiceRolesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Create or update a cloud service. Please note some properties can be set only during cloud service creation. */\nexport interface CloudServicesCreateOrUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceOutput;\n}\n\n/** Create or update a cloud service. Please note some properties can be set only during cloud service creation. */\nexport interface CloudServicesCreateOrUpdate201Response extends HttpResponse {\n status: \"201\";\n body: CloudServiceOutput;\n}\n\n/** Create or update a cloud service. Please note some properties can be set only during cloud service creation. */\nexport interface CloudServicesCreateOrUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Update a cloud service. */\nexport interface CloudServicesUpdate200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceOutput;\n}\n\n/** Update a cloud service. */\nexport interface CloudServicesUpdateDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes a cloud service. */\nexport interface CloudServicesDelete200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes a cloud service. */\nexport interface CloudServicesDelete202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes a cloud service. */\nexport interface CloudServicesDelete204Response extends HttpResponse {\n status: \"204\";\n}\n\n/** Deletes a cloud service. */\nexport interface CloudServicesDeleteDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Display information about a cloud service. */\nexport interface CloudServicesGet200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceOutput;\n}\n\n/** Display information about a cloud service. */\nexport interface CloudServicesGetDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the status of a cloud service. */\nexport interface CloudServicesGetInstanceView200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceInstanceViewOutput;\n}\n\n/** Gets the status of a cloud service. */\nexport interface CloudServicesGetInstanceViewDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */\nexport interface CloudServicesListAll200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceListResultOutput;\n}\n\n/** Gets a list of all cloud services in the subscription, regardless of the associated resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */\nexport interface CloudServicesListAllDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */\nexport interface CloudServicesList200Response extends HttpResponse {\n status: \"200\";\n body: CloudServiceListResultOutput;\n}\n\n/** Gets a list of all cloud services under a resource group. Use nextLink property in the response to get the next page of Cloud Services. Do this till nextLink is null to fetch all the Cloud Services. */\nexport interface CloudServicesListDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Starts the cloud service. */\nexport interface CloudServicesStart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Starts the cloud service. */\nexport interface CloudServicesStart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Starts the cloud service. */\nexport interface CloudServicesStartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. */\nexport interface CloudServicesPowerOff200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. */\nexport interface CloudServicesPowerOff202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Power off the cloud service. Note that resources are still attached and you are getting charged for the resources. */\nexport interface CloudServicesPowerOffDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Restarts one or more role instances in a cloud service. */\nexport interface CloudServicesRestart200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Restarts one or more role instances in a cloud service. */\nexport interface CloudServicesRestart202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Restarts one or more role instances in a cloud service. */\nexport interface CloudServicesRestartDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\nexport interface CloudServicesReimage200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\nexport interface CloudServicesReimage202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Reimage asynchronous operation reinstalls the operating system on instances of web roles or worker roles. */\nexport interface CloudServicesReimageDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances. */\nexport interface CloudServicesRebuild200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances. */\nexport interface CloudServicesRebuild202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Rebuild Role Instances reinstalls the operating system on instances of web roles or worker roles and initializes the storage resources that are used by them. If you do not want to initialize storage resources, you can use Reimage Role Instances. */\nexport interface CloudServicesRebuildDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Deletes role instances in a cloud service. */\nexport interface CloudServicesDeleteInstances200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Deletes role instances in a cloud service. */\nexport interface CloudServicesDeleteInstances202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Deletes role instances in a cloud service. */\nexport interface CloudServicesDeleteInstancesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Updates the role instances in the specified update domain. */\nexport interface CloudServicesUpdateDomainWalkUpdateDomain200Response extends HttpResponse {\n status: \"200\";\n}\n\n/** Updates the role instances in the specified update domain. */\nexport interface CloudServicesUpdateDomainWalkUpdateDomain202Response extends HttpResponse {\n status: \"202\";\n}\n\n/** Updates the role instances in the specified update domain. */\nexport interface CloudServicesUpdateDomainWalkUpdateDomainDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains. */\nexport interface CloudServicesUpdateDomainGetUpdateDomain200Response extends HttpResponse {\n status: \"200\";\n body: UpdateDomainOutput;\n}\n\n/** Gets the specified update domain of a cloud service. Use nextLink property in the response to get the next page of update domains. Do this till nextLink is null to fetch all the update domains. */\nexport interface CloudServicesUpdateDomainGetUpdateDomainDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all update domains in a cloud service. */\nexport interface CloudServicesUpdateDomainListUpdateDomains200Response extends HttpResponse {\n status: \"200\";\n body: UpdateDomainListResultOutput;\n}\n\n/** Gets a list of all update domains in a cloud service. */\nexport interface CloudServicesUpdateDomainListUpdateDomainsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. */\nexport interface CloudServiceOperatingSystemsGetOSVersion200Response extends HttpResponse {\n status: \"200\";\n body: OSVersionOutput;\n}\n\n/** Gets properties of a guest operating system version that can be specified in the XML service configuration (.cscfg) for a cloud service. */\nexport interface CloudServiceOperatingSystemsGetOSVersionDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS versions. Do this till nextLink is null to fetch all the OS versions. */\nexport interface CloudServiceOperatingSystemsListOSVersions200Response extends HttpResponse {\n status: \"200\";\n body: OSVersionListResultOutput;\n}\n\n/** Gets a list of all guest operating system versions available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS versions. Do this till nextLink is null to fetch all the OS versions. */\nexport interface CloudServiceOperatingSystemsListOSVersionsDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. */\nexport interface CloudServiceOperatingSystemsGetOSFamily200Response extends HttpResponse {\n status: \"200\";\n body: OSFamilyOutput;\n}\n\n/** Gets properties of a guest operating system family that can be specified in the XML service configuration (.cscfg) for a cloud service. */\nexport interface CloudServiceOperatingSystemsGetOSFamilyDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n\n/** Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS Families. Do this till nextLink is null to fetch all the OS Families. */\nexport interface CloudServiceOperatingSystemsListOSFamilies200Response extends HttpResponse {\n status: \"200\";\n body: OSFamilyListResultOutput;\n}\n\n/** Gets a list of all guest operating system families available to be specified in the XML service configuration (.cscfg) for a cloud service. Use nextLink property in the response to get the next page of OS Families. Do this till nextLink is null to fetch all the OS Families. */\nexport interface CloudServiceOperatingSystemsListOSFamiliesDefaultResponse extends HttpResponse {\n status: string;\n body: CloudErrorOutput;\n}\n"]}