InboundIpRule Class

InboundIpRule.

Inheritance
InboundIpRule

Constructor

InboundIpRule(*, ip_mask: Optional[str] = None, action: Optional[Union[str, azure.mgmt.eventgrid.models._event_grid_management_client_enums.IpActionType]] = None, **kwargs)

Variables

ip_mask
str

IP Address in CIDR notation e.g., 10.0.0.0/8.

action
str or IpActionType

Action to perform based on the match or no match of the IpMask. Possible values include: "Allow".