Uses of Class
com.microsoft.azure.management.datalake.analytics.models.CreateFirewallRuleWithAccountParameters
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of CreateFirewallRuleWithAccountParameters in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeMethodDescriptionCreateFirewallRuleWithAccountParameters.withEndIpAddress
(String endIpAddress) Set the end IP address for the firewall rule.Set the unique name of the firewall rule to create.CreateFirewallRuleWithAccountParameters.withStartIpAddress
(String startIpAddress) Set the start IP address for the firewall rule.Modifier and TypeMethodDescriptionCreateDataLakeAnalyticsAccountParameters.firewallRules()
Get the list of firewall rules associated with this account.Modifier and TypeMethodDescriptionCreateDataLakeAnalyticsAccountParameters.withFirewallRules
(List<CreateFirewallRuleWithAccountParameters> firewallRules) Set the list of firewall rules associated with this account.