FirewallRule Class
- java.
lang. Object - OptionalSubResource
- com.
microsoft. azure. management. datalake. analytics. models. FirewallRule
- com.
public class FirewallRule extends OptionalSubResource
Data Lake Analytics firewall rule information.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
endIpAddress()
Get the endIpAddress value. |
String |
startIpAddress()
Get the startIpAddress value. |
Firewall |
withEndIpAddress(String endIpAddress)
Set the endIpAddress value. |
Firewall |
withStartIpAddress(String startIpAddress)
Set the startIpAddress value. |
Inherited Members
Method Details
endIpAddress
public String endIpAddress()
Get the endIpAddress value.
Returns:
startIpAddress
public String startIpAddress()
Get the startIpAddress value.
Returns:
withEndIpAddress
public FirewallRule withEndIpAddress(String endIpAddress)
Set the endIpAddress value.
Parameters:
Returns:
withStartIpAddress
public FirewallRule withStartIpAddress(String startIpAddress)
Set the startIpAddress value.
Parameters:
Returns: