Compartilhar via


FirewallPolicyRuleCollectionGroupDraft 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
FirewallPolicyRuleCollectionGroupDraft

Constructor

FirewallPolicyRuleCollectionGroupDraft(*, 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.

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.