AzureFirewallNetworkRuleCollection Class

Network rule collection resource.

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

Inheritance
azure.mgmt.network.v2020_04_01.models._models_py3.SubResource
AzureFirewallNetworkRuleCollection

Constructor

AzureFirewallNetworkRuleCollection(*, id: typing.Union[str, NoneType] = None, name: typing.Union[str, NoneType] = None, priority: typing.Union[int, NoneType] = None, action: typing.Union[_ForwardRef('AzureFirewallRCAction'), NoneType] = None, rules: typing.Union[typing.List[_ForwardRef('AzureFirewallNetworkRule')], NoneType] = None, **kwargs)

Parameters

id
str

Resource ID.

name
str

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

priority
int

Priority of the network rule collection resource.

action
AzureFirewallRCAction

The action type of a rule collection.

rules
list[AzureFirewallNetworkRule]

Collection of rules used by a network rule collection.

Variables

etag
str

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

provisioning_state
str or ProvisioningState

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