import type { ContainerServiceContext as Client } from "../index.js"; import type { TagsObject, Snapshot, _SnapshotListResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { SnapshotsListOptionalParams, SnapshotsListByResourceGroupOptionalParams, SnapshotsDeleteOptionalParams, SnapshotsUpdateTagsOptionalParams, SnapshotsCreateOrUpdateOptionalParams, SnapshotsGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, options?: SnapshotsListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_SnapshotListResult>; /** Gets a list of snapshots in the specified subscription. */ export declare function list(context: Client, options?: SnapshotsListOptionalParams): PagedAsyncIterableIterator; export declare function _listByResourceGroupSend(context: Client, resourceGroupName: string, options?: SnapshotsListByResourceGroupOptionalParams): StreamableMethod; export declare function _listByResourceGroupDeserialize(result: PathUncheckedResponse): Promise<_SnapshotListResult>; /** Lists snapshots in the specified subscription and resource group. */ export declare function listByResourceGroup(context: Client, resourceGroupName: string, options?: SnapshotsListByResourceGroupOptionalParams): PagedAsyncIterableIterator; export declare function _$deleteSend(context: Client, resourceGroupName: string, resourceName: string, options?: SnapshotsDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Deletes a snapshot. */ /** * @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, options?: SnapshotsDeleteOptionalParams): Promise; export declare function _updateTagsSend(context: Client, resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: SnapshotsUpdateTagsOptionalParams): StreamableMethod; export declare function _updateTagsDeserialize(result: PathUncheckedResponse): Promise; /** Updates tags on a snapshot. */ export declare function updateTags(context: Client, resourceGroupName: string, resourceName: string, parameters: TagsObject, options?: SnapshotsUpdateTagsOptionalParams): Promise; export declare function _createOrUpdateSend(context: Client, resourceGroupName: string, resourceName: string, parameters: Snapshot, options?: SnapshotsCreateOrUpdateOptionalParams): StreamableMethod; export declare function _createOrUpdateDeserialize(result: PathUncheckedResponse): Promise; /** Creates or updates a snapshot. */ export declare function createOrUpdate(context: Client, resourceGroupName: string, resourceName: string, parameters: Snapshot, options?: SnapshotsCreateOrUpdateOptionalParams): Promise; export declare function _getSend(context: Client, resourceGroupName: string, resourceName: string, options?: SnapshotsGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Gets a snapshot. */ export declare function get(context: Client, resourceGroupName: string, resourceName: string, options?: SnapshotsGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map