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.SubResourceFirewallPolicyRuleCollectionGroup
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
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
priority
|
Priority of the Firewall Policy Rule Collection Group resource. |
rule_collections
|
Group of Firewall Policy rule collections. |
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
The name of the resource that is unique within a resource group. This name can be used to access the resource. |
etag
|
A unique read-only string that changes whenever the resource is updated. |
type
|
Rule Group type. |
size
|
A read-only string that represents the size of the FirewallPolicyRuleCollectionGroupProperties in MB. (ex 1.2MB). |
priority
|
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". |
Azure SDK for Python