import type { StorageManagementContext as Client } from "../index.js"; import type { StorageTaskAssignment, StorageTaskAssignmentUpdateParameters, _StorageTaskAssignmentsList } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { StorageTaskAssignmentsStopAssignmentOptionalParams, StorageTaskAssignmentsListOptionalParams, StorageTaskAssignmentsDeleteOptionalParams, StorageTaskAssignmentsUpdateOptionalParams, StorageTaskAssignmentsCreateOptionalParams, StorageTaskAssignmentsGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; import type { PollerLike, OperationState } from "@azure/core-lro"; export declare function _stopAssignmentSend(context: Client, resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, options?: StorageTaskAssignmentsStopAssignmentOptionalParams): StreamableMethod; export declare function _stopAssignmentDeserialize(result: PathUncheckedResponse): Promise; /** Stops any active running storage action for the storage task assignment */ export declare function stopAssignment(context: Client, resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, options?: StorageTaskAssignmentsStopAssignmentOptionalParams): PollerLike, void>; export declare function _listSend(context: Client, resourceGroupName: string, accountName: string, options?: StorageTaskAssignmentsListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_StorageTaskAssignmentsList>; /** List all the storage task assignments in an account */ export declare function list(context: Client, resourceGroupName: string, accountName: string, options?: StorageTaskAssignmentsListOptionalParams): PagedAsyncIterableIterator; export declare function _$deleteSend(context: Client, resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, options?: StorageTaskAssignmentsDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Delete the storage task assignment sub-resource */ export declare function $delete(context: Client, resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, options?: StorageTaskAssignmentsDeleteOptionalParams): PollerLike, void>; export declare function _updateSend(context: Client, resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, parameters: StorageTaskAssignmentUpdateParameters, options?: StorageTaskAssignmentsUpdateOptionalParams): StreamableMethod; export declare function _updateDeserialize(result: PathUncheckedResponse): Promise; /** Update storage task assignment properties */ export declare function update(context: Client, resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, parameters: StorageTaskAssignmentUpdateParameters, options?: StorageTaskAssignmentsUpdateOptionalParams): PollerLike, StorageTaskAssignment>; export declare function _createSend(context: Client, resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, parameters: StorageTaskAssignment, options?: StorageTaskAssignmentsCreateOptionalParams): StreamableMethod; export declare function _createDeserialize(result: PathUncheckedResponse): Promise; /** Asynchronously creates a new storage task assignment sub-resource with the specified parameters. If a storage task assignment is already created and a subsequent create request is issued with different properties, the storage task assignment properties will be updated. If a storage task assignment is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed. */ export declare function create(context: Client, resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, parameters: StorageTaskAssignment, options?: StorageTaskAssignmentsCreateOptionalParams): PollerLike, StorageTaskAssignment>; export declare function _getSend(context: Client, resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, options?: StorageTaskAssignmentsGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get the storage task assignment properties */ export declare function get(context: Client, resourceGroupName: string, accountName: string, storageTaskAssignmentName: string, options?: StorageTaskAssignmentsGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map