import type { AzureVMwareSolutionAPIContext as Client } from "../index.js"; import type { _MaintenanceListResult, Maintenance, MaintenanceReschedule, MaintenanceSchedule } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { MaintenancesInitiateChecksOptionalParams, MaintenancesScheduleOptionalParams, MaintenancesRescheduleOptionalParams, MaintenancesGetOptionalParams, MaintenancesListOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _initiateChecksSend(context: Client, resourceGroupName: string, privateCloudName: string, maintenanceName: string, options?: MaintenancesInitiateChecksOptionalParams): StreamableMethod; export declare function _initiateChecksDeserialize(result: PathUncheckedResponse): Promise; /** Initiate maintenance readiness checks */ export declare function initiateChecks(context: Client, resourceGroupName: string, privateCloudName: string, maintenanceName: string, options?: MaintenancesInitiateChecksOptionalParams): Promise; export declare function _scheduleSend(context: Client, resourceGroupName: string, privateCloudName: string, maintenanceName: string, body: MaintenanceSchedule, options?: MaintenancesScheduleOptionalParams): StreamableMethod; export declare function _scheduleDeserialize(result: PathUncheckedResponse): Promise; /** Schedule a maintenance */ export declare function schedule(context: Client, resourceGroupName: string, privateCloudName: string, maintenanceName: string, body: MaintenanceSchedule, options?: MaintenancesScheduleOptionalParams): Promise; export declare function _rescheduleSend(context: Client, resourceGroupName: string, privateCloudName: string, maintenanceName: string, body: MaintenanceReschedule, options?: MaintenancesRescheduleOptionalParams): StreamableMethod; export declare function _rescheduleDeserialize(result: PathUncheckedResponse): Promise; /** Reschedule a maintenance */ export declare function reschedule(context: Client, resourceGroupName: string, privateCloudName: string, maintenanceName: string, body: MaintenanceReschedule, options?: MaintenancesRescheduleOptionalParams): Promise; export declare function _getSend(context: Client, resourceGroupName: string, privateCloudName: string, maintenanceName: string, options?: MaintenancesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get a Maintenance */ export declare function get(context: Client, resourceGroupName: string, privateCloudName: string, maintenanceName: string, options?: MaintenancesGetOptionalParams): Promise; export declare function _listSend(context: Client, resourceGroupName: string, privateCloudName: string, options?: MaintenancesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_MaintenanceListResult>; /** List Maintenance resources by subscription ID */ export declare function list(context: Client, resourceGroupName: string, privateCloudName: string, options?: MaintenancesListOptionalParams): PagedAsyncIterableIterator; //# sourceMappingURL=operations.d.ts.map