FirewallPolicyRuleCollectionGroup Class

Rule Collection Group resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.v2020_05_01.models._models_py3.SubResource
FirewallPolicyRuleCollectionGroup

Constructor

FirewallPolicyRuleCollectionGroup(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, priority: typing.Union[int, NoneType] = None, rule_collections: typing.Union[typing.List[_ForwardRef('FirewallPolicyRuleCollection')], NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

The name of the resource that is unique within a resource group. This name can be used to access the resource.

priority
int

Priority of the Firewall Policy Rule Collection Group resource.

rule_collections
list[FirewallPolicyRuleCollection]

Group of Firewall Policy rule collections.

Variables

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Rule Group type.

provisioning_state
str or ProvisioningState

The provisioning state of the firewall policy rule collection group resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".