FirewallPolicyDeployments interface

Interface representing a FirewallPolicyDeployments.

Methods

beginDeploy(string, string, FirewallPolicyDeploymentsDeployOptionalParams)

Deploys the firewall policy draft and child rule collection group drafts.

beginDeployAndWait(string, string, FirewallPolicyDeploymentsDeployOptionalParams)

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.

options
FirewallPolicyDeploymentsDeployOptionalParams

The options parameters.

Returns

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.

options
FirewallPolicyDeploymentsDeployOptionalParams

The options parameters.

Returns