import type { AzureVMwareSolutionAPIContext as Client } from "../index.js"; import type { _VirtualMachinesList, VirtualMachine, VirtualMachineRestrictMovement } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { VirtualMachinesRestrictMovementOptionalParams, VirtualMachinesGetOptionalParams, VirtualMachinesListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; import type { PollerLike, OperationState } from "@azure/core-lro"; export declare function _restrictMovementSend(context: Client, resourceGroupName: string, privateCloudName: string, clusterName: string, virtualMachineId: string, restrictMovementParameter: VirtualMachineRestrictMovement, options?: VirtualMachinesRestrictMovementOptionalParams): StreamableMethod; export declare function _restrictMovementDeserialize(result: PathUncheckedResponse): Promise; /** Enable or disable DRS-driven VM movement restriction */ export declare function restrictMovement(context: Client, resourceGroupName: string, privateCloudName: string, clusterName: string, virtualMachineId: string, restrictMovementParameter: VirtualMachineRestrictMovement, options?: VirtualMachinesRestrictMovementOptionalParams): PollerLike, void>; export declare function _getSend(context: Client, resourceGroupName: string, privateCloudName: string, clusterName: string, virtualMachineId: string, options?: VirtualMachinesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get a VirtualMachine */ export declare function get(context: Client, resourceGroupName: string, privateCloudName: string, clusterName: string, virtualMachineId: string, options?: VirtualMachinesGetOptionalParams): Promise; export declare function _listSend(context: Client, resourceGroupName: string, privateCloudName: string, clusterName: string, options?: VirtualMachinesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_VirtualMachinesList>; /** List VirtualMachine resources by Cluster */ export declare function list(context: Client, resourceGroupName: string, privateCloudName: string, clusterName: string, options?: VirtualMachinesListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map