import type { SubscriptionOperationGetOptionalParams, SubscriptionOperationGetResponse } from "../models/index.js"; /** Interface representing a SubscriptionOperation. */ export interface SubscriptionOperation { /** * Get the status of the pending Microsoft.Subscription API operations. * @param operationId The operation ID, which can be found from the Location field in the generate * recommendation response header. * @param options The options parameters. */ get(operationId: string, options?: SubscriptionOperationGetOptionalParams): Promise; } //# sourceMappingURL=subscriptionOperation.d.ts.map