Class UpdateFirewallRuleParameters
java.lang.Object
com.microsoft.azure.management.datalake.store.models.UpdateFirewallRuleParameters
The parameters used to update a firewall rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the endIpAddress value.Get the startIpAddress value.withEndIpAddress
(String endIpAddress) Set the endIpAddress value.withStartIpAddress
(String startIpAddress) Set the startIpAddress value.
-
Constructor Details
-
UpdateFirewallRuleParameters
public UpdateFirewallRuleParameters()
-
-
Method Details
-
startIpAddress
Get the startIpAddress value.- Returns:
- the startIpAddress value
-
withStartIpAddress
Set the startIpAddress value.- Parameters:
startIpAddress
- the startIpAddress value to set- Returns:
- the UpdateFirewallRuleParameters object itself.
-
endIpAddress
Get the endIpAddress value.- Returns:
- the endIpAddress value
-
withEndIpAddress
Set the endIpAddress value.- Parameters:
endIpAddress
- the endIpAddress value to set- Returns:
- the UpdateFirewallRuleParameters object itself.
-