UpdateFirewallRuleWithAccountParameters interface
The parameters used to update a firewall rule while updating a Data Lake Analytics account.
Properties
end |
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. |
name | The unique name of the firewall rule to update. |
start |
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol. |
Property Details
endIpAddress
The end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
endIpAddress?: string
Property Value
string
name
The unique name of the firewall rule to update.
name: string
Property Value
string
startIpAddress
The start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.
startIpAddress?: string
Property Value
string
Azure SDK for JavaScript