FirewallPolicyDeploymentsOperationsExtensions.Deploy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deploys the firewall policy draft and child rule collection group drafts.
public static Microsoft.Azure.Management.Network.Models.FirewallPolicyDeploymentsDeployHeaders Deploy (this Microsoft.Azure.Management.Network.IFirewallPolicyDeploymentsOperations operations, string resourceGroupName, string firewallPolicyName);
static member Deploy : Microsoft.Azure.Management.Network.IFirewallPolicyDeploymentsOperations * string * string -> Microsoft.Azure.Management.Network.Models.FirewallPolicyDeploymentsDeployHeaders
<Extension()>
Public Function Deploy (operations As IFirewallPolicyDeploymentsOperations, resourceGroupName As String, firewallPolicyName As String) As FirewallPolicyDeploymentsDeployHeaders
Parameters
- operations
- IFirewallPolicyDeploymentsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group.
- firewallPolicyName
- String
The name of the Firewall Policy.