Skip to main content

firewall_policy_deployments

Creates, updates, deletes, gets or lists a firewall_policy_deployments resource.

Overview

Namefirewall_policy_deployments
TypeResource
Idazure.network.firewall_policy_deployments

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
deployexecresourceGroupName, firewallPolicyName, subscriptionIdDeploys the firewall policy draft and child rule collection group drafts.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
firewallPolicyNamestringThe name of the Firewall Policy.
resourceGroupNamestringThe name of the resource group.
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

Lifecycle Methods

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

EXEC azure.network.firewall_policy_deployments.deploy 
@resourceGroupName='{{ resourceGroupName }}' --required,
@firewallPolicyName='{{ firewallPolicyName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;