FirewallPolicyRuleGroup Class

Rule Group resource.

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

Inheritance
azure.mgmt.network.v2019_06_01.models._models_py3.SubResource
FirewallPolicyRuleGroup

Constructor

FirewallPolicyRuleGroup(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, priority: typing.Union[int, NoneType] = None, rules: typing.Union[typing.List[_ForwardRef('FirewallPolicyRule')], NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

Gets 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 Group resource.

rules
list[FirewallPolicyRule]

Group of Firewall Policy rules.

Variables

etag
str

Gets 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 resource. Possible values include: "Succeeded", "Updating", "Deleting", "Failed".