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.models._models_py3.SubResource
FirewallPolicyRuleCollectionGroup

Constructor

FirewallPolicyRuleCollectionGroup(*, id: str | None = None, name: str | None = None, priority: int | None = None, rule_collections: List[_models.FirewallPolicyRuleCollection] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
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

Group of Firewall Policy rule collections.

Variables

Name Description
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.

etag
str

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

type
str

Rule Group type.

size
str

A read-only string that represents the size of the FirewallPolicyRuleCollectionGroupProperties in MB. (ex 1.2MB).

priority
int

Priority of the Firewall Policy Rule Collection Group resource.

rule_collections

Group of Firewall Policy rule collections.

provisioning_state

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