import type { SimplePollerLike, OperationState } from "@azure/core-lro"; import type { FirewallPolicyDeploymentsDeployOptionalParams, FirewallPolicyDeploymentsDeployResponse } from "../models/index.js"; /** Interface representing a FirewallPolicyDeployments. */ export interface FirewallPolicyDeployments { /** * Deploys the firewall policy draft and child rule collection group drafts. * @param resourceGroupName The name of the resource group. * @param firewallPolicyName The name of the Firewall Policy. * @param options The options parameters. */ beginDeploy(resourceGroupName: string, firewallPolicyName: string, options?: FirewallPolicyDeploymentsDeployOptionalParams): Promise, FirewallPolicyDeploymentsDeployResponse>>; /** * Deploys the firewall policy draft and child rule collection group drafts. * @param resourceGroupName The name of the resource group. * @param firewallPolicyName The name of the Firewall Policy. * @param options The options parameters. */ beginDeployAndWait(resourceGroupName: string, firewallPolicyName: string, options?: FirewallPolicyDeploymentsDeployOptionalParams): Promise; } //# sourceMappingURL=firewallPolicyDeployments.d.ts.map