CreateFirewallRuleWithAccountParameters Class

The parameters used to create a new firewall rule while creating a new Data Lake Analytics account.

All required parameters must be populated in order to send to Azure.

Inheritance
CreateFirewallRuleWithAccountParameters

Constructor

CreateFirewallRuleWithAccountParameters(**kwargs)

Parameters

name
str
Required

Required. The unique name of the firewall rule to create.

start_ip_address
str
Required

Required. The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.

end_ip_address
str
Required

Required. The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.