Uses of Class
com.microsoft.azure.management.datalake.analytics.models.UpdateFirewallRuleWithAccountParameters
Packages that use UpdateFirewallRuleWithAccountParameters
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of UpdateFirewallRuleWithAccountParameters in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return UpdateFirewallRuleWithAccountParametersModifier and TypeMethodDescriptionUpdateFirewallRuleWithAccountParameters.withEndIpAddress
(String endIpAddress) Set the end IP address for the firewall rule.Set the unique name of the firewall rule to update.UpdateFirewallRuleWithAccountParameters.withStartIpAddress
(String startIpAddress) Set the start IP address for the firewall rule.Methods in com.microsoft.azure.management.datalake.analytics.models that return types with arguments of type UpdateFirewallRuleWithAccountParametersModifier and TypeMethodDescriptionUpdateDataLakeAnalyticsAccountParameters.firewallRules()
Get the list of firewall rules associated with this account.Method parameters in com.microsoft.azure.management.datalake.analytics.models with type arguments of type UpdateFirewallRuleWithAccountParametersModifier and TypeMethodDescriptionUpdateDataLakeAnalyticsAccountParameters.withFirewallRules
(List<UpdateFirewallRuleWithAccountParameters> firewallRules) Set the list of firewall rules associated with this account.