UpdateFirewallRuleParameters Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. store. models. UpdateFirewallRuleParameters
- com.
public class UpdateFirewallRuleParameters
Data Lake Analytics firewall rule update parameters.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
endIpAddress()
Get the endIpAddress value. |
String |
startIpAddress()
Get the startIpAddress value. |
Update |
withEndIpAddress(String endIpAddress)
Set the endIpAddress value. |
Update |
withStartIpAddress(String startIpAddress)
Set the startIpAddress value. |
Method Details
endIpAddress
public String endIpAddress()
Get the endIpAddress value.
Returns:
startIpAddress
public String startIpAddress()
Get the startIpAddress value.
Returns:
withEndIpAddress
public UpdateFirewallRuleParameters withEndIpAddress(String endIpAddress)
Set the endIpAddress value.
Parameters:
Returns:
withStartIpAddress
public UpdateFirewallRuleParameters withStartIpAddress(String startIpAddress)
Set the startIpAddress value.
Parameters:
Returns:
Applies to
Azure SDK for Java