import type { ContainerServiceContext as Client } from "../index.js"; import type { MaintenanceConfiguration, _MaintenanceConfigurationListResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { MaintenanceConfigurationsListByManagedClusterOptionalParams, MaintenanceConfigurationsDeleteOptionalParams, MaintenanceConfigurationsCreateOrUpdateOptionalParams, MaintenanceConfigurationsGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listByManagedClusterSend(context: Client, resourceGroupName: string, resourceName: string, options?: MaintenanceConfigurationsListByManagedClusterOptionalParams): StreamableMethod; export declare function _listByManagedClusterDeserialize(result: PathUncheckedResponse): Promise<_MaintenanceConfigurationListResult>; /** Gets a list of maintenance configurations in the specified managed cluster. */ export declare function listByManagedCluster(context: Client, resourceGroupName: string, resourceName: string, options?: MaintenanceConfigurationsListByManagedClusterOptionalParams): PagedAsyncIterableIterator; export declare function _$deleteSend(context: Client, resourceGroupName: string, resourceName: string, configName: string, options?: MaintenanceConfigurationsDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Deletes a maintenance configuration. */ /** * @fixme delete is a reserved word that cannot be used as an operation name. * Please add @clientName("clientName") or @clientName("", "javascript") * to the operation to override the generated name. */ export declare function $delete(context: Client, resourceGroupName: string, resourceName: string, configName: string, options?: MaintenanceConfigurationsDeleteOptionalParams): Promise; export declare function _createOrUpdateSend(context: Client, resourceGroupName: string, resourceName: string, configName: string, parameters: MaintenanceConfiguration, options?: MaintenanceConfigurationsCreateOrUpdateOptionalParams): StreamableMethod; export declare function _createOrUpdateDeserialize(result: PathUncheckedResponse): Promise; /** Creates or updates a maintenance configuration in the specified managed cluster. */ export declare function createOrUpdate(context: Client, resourceGroupName: string, resourceName: string, configName: string, parameters: MaintenanceConfiguration, options?: MaintenanceConfigurationsCreateOrUpdateOptionalParams): Promise; export declare function _getSend(context: Client, resourceGroupName: string, resourceName: string, configName: string, options?: MaintenanceConfigurationsGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Gets the specified maintenance configuration of a managed cluster. */ export declare function get(context: Client, resourceGroupName: string, resourceName: string, configName: string, options?: MaintenanceConfigurationsGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map