FirewallPolicyRuleCollectionGroups interface
Interface representing a FirewallPolicyRuleCollectionGroups.
Methods
Method Details
beginCreateOrUpdate(string, string, string, FirewallPolicyRuleCollectionGroup, FirewallPolicyRuleCollectionGroupsCreateOrUpdateOptionalParams)
Creates or updates the specified FirewallPolicyRuleCollectionGroup.
function beginCreateOrUpdate(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, parameters: FirewallPolicyRuleCollectionGroup, options?: FirewallPolicyRuleCollectionGroupsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FirewallPolicyRuleCollectionGroup>, FirewallPolicyRuleCollectionGroup>>
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
- FirewallPolicyRuleCollectionGroup
Parameters supplied to the create or update FirewallPolicyRuleCollectionGroup operation.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<FirewallPolicyRuleCollectionGroup>, FirewallPolicyRuleCollectionGroup>>
beginCreateOrUpdateAndWait(string, string, string, FirewallPolicyRuleCollectionGroup, FirewallPolicyRuleCollectionGroupsCreateOrUpdateOptionalParams)
Creates or updates the specified FirewallPolicyRuleCollectionGroup.
function beginCreateOrUpdateAndWait(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, parameters: FirewallPolicyRuleCollectionGroup, options?: FirewallPolicyRuleCollectionGroupsCreateOrUpdateOptionalParams): Promise<FirewallPolicyRuleCollectionGroup>
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
- FirewallPolicyRuleCollectionGroup
Parameters supplied to the create or update FirewallPolicyRuleCollectionGroup operation.
The options parameters.
Returns
Promise<FirewallPolicyRuleCollectionGroup>
beginDelete(string, string, string, FirewallPolicyRuleCollectionGroupsDeleteOptionalParams)
Deletes the specified FirewallPolicyRuleCollectionGroup.
function beginDelete(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, options?: FirewallPolicyRuleCollectionGroupsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, 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<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, FirewallPolicyRuleCollectionGroupsDeleteOptionalParams)
Deletes the specified FirewallPolicyRuleCollectionGroup.
function beginDeleteAndWait(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, options?: FirewallPolicyRuleCollectionGroupsDeleteOptionalParams): 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, FirewallPolicyRuleCollectionGroupsGetOptionalParams)
Gets the specified FirewallPolicyRuleCollectionGroup.
function get(resourceGroupName: string, firewallPolicyName: string, ruleCollectionGroupName: string, options?: FirewallPolicyRuleCollectionGroupsGetOptionalParams): Promise<FirewallPolicyRuleCollectionGroup>
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<FirewallPolicyRuleCollectionGroup>
list(string, string, FirewallPolicyRuleCollectionGroupsListOptionalParams)
Lists all FirewallPolicyRuleCollectionGroups in a FirewallPolicy resource.
function list(resourceGroupName: string, firewallPolicyName: string, options?: FirewallPolicyRuleCollectionGroupsListOptionalParams): PagedAsyncIterableIterator<FirewallPolicyRuleCollectionGroup, FirewallPolicyRuleCollectionGroup[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group.
- firewallPolicyName
-
string
The name of the Firewall Policy.
The options parameters.