Class UpdateFirewallRuleWithAccountParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.UpdateFirewallRuleWithAccountParameters
The parameters used to update a firewall rule while updating a Data Lake
Analytics account.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the end IP address for the firewall rule.name()
Get the unique name of the firewall rule to update.Get the start IP address for the firewall rule.withEndIpAddress
(String endIpAddress) Set the end IP address for the firewall rule.Set the unique name of the firewall rule to update.withStartIpAddress
(String startIpAddress) Set the start IP address for the firewall rule.
-
Constructor Details
-
UpdateFirewallRuleWithAccountParameters
public UpdateFirewallRuleWithAccountParameters()
-
-
Method Details
-
name
Get the unique name of the firewall rule to update.- Returns:
- the name value
-
withName
Set the unique name of the firewall rule to update.- Parameters:
name
- the name value to set- Returns:
- the UpdateFirewallRuleWithAccountParameters object itself.
-
startIpAddress
Get the start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.- Returns:
- the startIpAddress value
-
withStartIpAddress
Set the start IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.- Parameters:
startIpAddress
- the startIpAddress value to set- Returns:
- the UpdateFirewallRuleWithAccountParameters object itself.
-
endIpAddress
Get the end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.- Returns:
- the endIpAddress value
-
withEndIpAddress
Set the end IP address for the firewall rule. This can be either ipv4 or ipv6. Start and End should be in the same protocol.- Parameters:
endIpAddress
- the endIpAddress value to set- Returns:
- the UpdateFirewallRuleWithAccountParameters object itself.
-