FirewallPolicyDeployments interface
Interface representing a FirewallPolicyDeployments.
Methods
begin |
Deploys the firewall policy draft and child rule collection group drafts. |
begin |
Deploys the firewall policy draft and child rule collection group drafts. |
Method Details
beginDeploy(string, string, FirewallPolicyDeploymentsDeployOptionalParams)
Deploys the firewall policy draft and child rule collection group drafts.
function beginDeploy(resourceGroupName: string, firewallPolicyName: string, options?: FirewallPolicyDeploymentsDeployOptionalParams): Promise<SimplePollerLike<OperationState<FirewallPolicyDeploymentsDeployHeaders>, FirewallPolicyDeploymentsDeployHeaders>>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- firewallPolicyName
-
string
The name of the Firewall Policy.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<FirewallPolicyDeploymentsDeployHeaders>, FirewallPolicyDeploymentsDeployHeaders>>
beginDeployAndWait(string, string, FirewallPolicyDeploymentsDeployOptionalParams)
Deploys the firewall policy draft and child rule collection group drafts.
function beginDeployAndWait(resourceGroupName: string, firewallPolicyName: string, options?: FirewallPolicyDeploymentsDeployOptionalParams): Promise<FirewallPolicyDeploymentsDeployHeaders>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- firewallPolicyName
-
string
The name of the Firewall Policy.
The options parameters.