import type { StorageManagementContext as Client } from "../index.js"; import type { BlobInventoryPolicy, BlobInventoryPolicyName, _ListBlobInventoryPolicy } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { BlobInventoryPoliciesListOptionalParams, BlobInventoryPoliciesDeleteOptionalParams, BlobInventoryPoliciesCreateOrUpdateOptionalParams, BlobInventoryPoliciesGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, resourceGroupName: string, accountName: string, options?: BlobInventoryPoliciesListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_ListBlobInventoryPolicy>; /** Gets the blob inventory policy associated with the specified storage account. */ export declare function list(context: Client, resourceGroupName: string, accountName: string, options?: BlobInventoryPoliciesListOptionalParams): PagedAsyncIterableIterator; export declare function _$deleteSend(context: Client, resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, options?: BlobInventoryPoliciesDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Deletes the blob inventory policy associated with the specified storage account. */ export declare function $delete(context: Client, resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, options?: BlobInventoryPoliciesDeleteOptionalParams): Promise; export declare function _createOrUpdateSend(context: Client, resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, properties: BlobInventoryPolicy, options?: BlobInventoryPoliciesCreateOrUpdateOptionalParams): StreamableMethod; export declare function _createOrUpdateDeserialize(result: PathUncheckedResponse): Promise; /** Sets the blob inventory policy to the specified storage account. */ export declare function createOrUpdate(context: Client, resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, properties: BlobInventoryPolicy, options?: BlobInventoryPoliciesCreateOrUpdateOptionalParams): Promise; export declare function _getSend(context: Client, resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, options?: BlobInventoryPoliciesGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Gets the blob inventory policy associated with the specified storage account. */ export declare function get(context: Client, resourceGroupName: string, accountName: string, blobInventoryPolicyName: BlobInventoryPolicyName, options?: BlobInventoryPoliciesGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map