IpFirewallRuleProperties Class

IP firewall rule properties.

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

Inheritance
IpFirewallRuleProperties

Constructor

IpFirewallRuleProperties(*, end_ip_address: Optional[str] = None, start_ip_address: Optional[str] = None, **kwargs)

Parameters

end_ip_address
str
Required

The end IP address of the firewall rule. Must be IPv4 format. Must be greater than or equal to startIpAddress.

start_ip_address
str
Required

The start IP address of the firewall rule. Must be IPv4 format.

Variables

provisioning_state
str or ProvisioningState

Resource provisioning state. Possible values include: "Provisioning", "Succeeded", "Deleting", "Failed", "DeleteError".