FirewallPolicyRuleCollectionGroupDrafts interface
Interface representing a FirewallPolicyRuleCollectionGroupDrafts.
Methods
create |
Create or Update Rule Collection Group Draft. |
delete(string, string, string, Firewall |
Delete Rule Collection Group Draft. |
get(string, string, string, Firewall |
Get Rule Collection Group Draft. |
Method Details
createOrUpdate(string, string, string, FirewallPolicyRuleCollectionGroupDraft, FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdateOptionalParams)
Create or Update Rule Collection Group Draft.
function createOrUpdate(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, parameters: FirewallPolicyRuleCollectionGroupDraft, options?: FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdateOptionalParams): Promise<FirewallPolicyRuleCollectionGroupDraft>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- firewallPolicyName
-
string
The name of the Firewall Policy.
- ruleCollectionGroupName
-
string
The name of the FirewallPolicyRuleCollectionGroup.
- parameters
- FirewallPolicyRuleCollectionGroupDraft
Parameters supplied to the create or update FirewallPolicyRuleCollectionGroup operation.
The options parameters.
Returns
delete(string, string, string, FirewallPolicyRuleCollectionGroupDraftsDeleteOptionalParams)
Delete Rule Collection Group Draft.
function delete(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, options?: FirewallPolicyRuleCollectionGroupDraftsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- firewallPolicyName
-
string
The name of the Firewall Policy.
- ruleCollectionGroupName
-
string
The name of the FirewallPolicyRuleCollectionGroup.
The options parameters.
Returns
Promise<void>
get(string, string, string, FirewallPolicyRuleCollectionGroupDraftsGetOptionalParams)
Get Rule Collection Group Draft.
function get(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, options?: FirewallPolicyRuleCollectionGroupDraftsGetOptionalParams): Promise<FirewallPolicyRuleCollectionGroupDraft>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- firewallPolicyName
-
string
The name of the Firewall Policy.
- ruleCollectionGroupName
-
string
The name of the FirewallPolicyRuleCollectionGroup.
The options parameters.