FirewallPolicyRuleCollectionGroupDrafts interface

Interface representing a FirewallPolicyRuleCollectionGroupDrafts.

Methods

createOrUpdate(string, string, string, FirewallPolicyRuleCollectionGroupDraft, FirewallPolicyRuleCollectionGroupDraftsCreateOrUpdateOptionalParams)

Create or Update Rule Collection Group Draft.

delete(string, string, string, FirewallPolicyRuleCollectionGroupDraftsDeleteOptionalParams)

Delete Rule Collection Group Draft.

get(string, string, string, FirewallPolicyRuleCollectionGroupDraftsGetOptionalParams)

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.

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.

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.

Returns