FirewallPolicyRuleCollectionGroupsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

NetworkManagementClient's

<xref:firewall_policy_rule_collection_groups> attribute.

Inheritance
builtins.object
FirewallPolicyRuleCollectionGroupsOperations

Constructor

FirewallPolicyRuleCollectionGroupsOperations(*args, **kwargs)

Methods

begin_create_or_update

Creates or updates the specified FirewallPolicyRuleCollectionGroup.

begin_delete

Deletes the specified FirewallPolicyRuleCollectionGroup.

get

Gets the specified FirewallPolicyRuleCollectionGroup.

list

Lists all FirewallPolicyRuleCollectionGroups in a FirewallPolicy resource.

begin_create_or_update

Creates or updates the specified FirewallPolicyRuleCollectionGroup.

begin_create_or_update(resource_group_name: str, firewall_policy_name: str, rule_collection_group_name: str, parameters: _models.FirewallPolicyRuleCollectionGroup, *, content_type: str = 'application/json', **kwargs: Any) -> LROPoller[_models.FirewallPolicyRuleCollectionGroup]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. Required.

firewall_policy_name
Required
str

The name of the Firewall Policy. Required.

rule_collection_group_name
Required
str

The name of the FirewallPolicyRuleCollectionGroup. Required.

parameters
Required

Parameters supplied to the create or update FirewallPolicyRuleCollectionGroup operation. Is either a FirewallPolicyRuleCollectionGroup type or a IO[bytes] type. Required.

Returns

Type Description

An instance of LROPoller that returns either FirewallPolicyRuleCollectionGroup or the result of cls(response)

Exceptions

Type Description

begin_delete

Deletes the specified FirewallPolicyRuleCollectionGroup.

begin_delete(resource_group_name: str, firewall_policy_name: str, rule_collection_group_name: str, **kwargs: Any) -> LROPoller[None]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. Required.

firewall_policy_name
Required
str

The name of the Firewall Policy. Required.

rule_collection_group_name
Required
str

The name of the FirewallPolicyRuleCollectionGroup. Required.

Returns

Type Description

An instance of LROPoller that returns either None or the result of cls(response)

Exceptions

Type Description

get

Gets the specified FirewallPolicyRuleCollectionGroup.

get(resource_group_name: str, firewall_policy_name: str, rule_collection_group_name: str, **kwargs: Any) -> FirewallPolicyRuleCollectionGroup

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. Required.

firewall_policy_name
Required
str

The name of the Firewall Policy. Required.

rule_collection_group_name
Required
str

The name of the FirewallPolicyRuleCollectionGroup. Required.

Returns

Type Description

FirewallPolicyRuleCollectionGroup or the result of cls(response)

Exceptions

Type Description

list

Lists all FirewallPolicyRuleCollectionGroups in a FirewallPolicy resource.

list(resource_group_name: str, firewall_policy_name: str, **kwargs: Any) -> Iterable[FirewallPolicyRuleCollectionGroup]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group. Required.

firewall_policy_name
Required
str

The name of the Firewall Policy. Required.

Returns

Type Description

An iterator like instance of either FirewallPolicyRuleCollectionGroup or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.network.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\network\\models\\__init__.py'>