Class FirewallRule
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.SubResource
com.microsoft.azure.management.datalake.analytics.models.FirewallRule
Data Lake Analytics firewall rule information.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.SubResource
id
-
Constructor Details
-
FirewallRule
public FirewallRule()
-
-
Method Details
-
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
-
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
-
name
Get the resource name.- Overrides:
name
in classSubResource
- Returns:
- the name value
-
type
Get the resource type.- Overrides:
type
in classSubResource
- Returns:
- the type value
-