import type { StorageManagementContext as Client } from "../index.js"; import type { AdvancedPlatformMetricsRule, AdvancedPlatformMetricsRuleType, _AdvancedPlatformMetricsRuleListResult } from "../../models/models.js"; import type { PagedAsyncIterableIterator } from "../../static-helpers/pagingHelpers.js"; import type { AdvancedPlatformMetricsListOptionalParams, AdvancedPlatformMetricsDeleteOptionalParams, AdvancedPlatformMetricsCreateOrUpdateOptionalParams, AdvancedPlatformMetricsGetOptionalParams } from "./options.js"; import type { StreamableMethod, PathUncheckedResponse } from "@azure-rest/core-client"; export declare function _listSend(context: Client, resourceGroupName: string, accountName: string, options?: AdvancedPlatformMetricsListOptionalParams): StreamableMethod; export declare function _listDeserialize(result: PathUncheckedResponse): Promise<_AdvancedPlatformMetricsRuleListResult>; /** List the advanced platform metrics rules associated with the storage account. */ export declare function list(context: Client, resourceGroupName: string, accountName: string, options?: AdvancedPlatformMetricsListOptionalParams): PagedAsyncIterableIterator; export declare function _$deleteSend(context: Client, resourceGroupName: string, accountName: string, advancedPlatformMetricsRuleType: AdvancedPlatformMetricsRuleType, options?: AdvancedPlatformMetricsDeleteOptionalParams): StreamableMethod; export declare function _$deleteDeserialize(result: PathUncheckedResponse): Promise; /** Delete the advanced platform metrics rule for the storage account by rule type. */ export declare function $delete(context: Client, resourceGroupName: string, accountName: string, advancedPlatformMetricsRuleType: AdvancedPlatformMetricsRuleType, options?: AdvancedPlatformMetricsDeleteOptionalParams): Promise; export declare function _createOrUpdateSend(context: Client, resourceGroupName: string, accountName: string, advancedPlatformMetricsRuleType: AdvancedPlatformMetricsRuleType, resource: AdvancedPlatformMetricsRule, options?: AdvancedPlatformMetricsCreateOrUpdateOptionalParams): StreamableMethod; export declare function _createOrUpdateDeserialize(result: PathUncheckedResponse): Promise; /** Create or update the advanced platform metrics rule for the storage account. */ export declare function createOrUpdate(context: Client, resourceGroupName: string, accountName: string, advancedPlatformMetricsRuleType: AdvancedPlatformMetricsRuleType, resource: AdvancedPlatformMetricsRule, options?: AdvancedPlatformMetricsCreateOrUpdateOptionalParams): Promise; export declare function _getSend(context: Client, resourceGroupName: string, accountName: string, advancedPlatformMetricsRuleType: AdvancedPlatformMetricsRuleType, options?: AdvancedPlatformMetricsGetOptionalParams): StreamableMethod; export declare function _getDeserialize(result: PathUncheckedResponse): Promise; /** Get the advanced platform metrics rule for the storage account by rule type. */ export declare function get(context: Client, resourceGroupName: string, accountName: string, advancedPlatformMetricsRuleType: AdvancedPlatformMetricsRuleType, options?: AdvancedPlatformMetricsGetOptionalParams): Promise; //# sourceMappingURL=operations.d.ts.map