firewall_policy_deployments
Creates, updates, deletes, gets or lists a firewall_policy_deployments
resource.
Overview
Name | firewall_policy_deployments |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
deploy | exec | resourceGroupName , firewallPolicyName , subscriptionId | Deploys 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.
Name | Datatype | Description |
---|---|---|
firewallPolicyName | string | The name of the Firewall Policy. |
resourceGroupName | string | The name of the resource group. |
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
Lifecycle Methods
- deploy
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
;