Uses of Class
com.microsoft.azure.management.datalake.store.models.UpdateFirewallRuleWithAccountParameters
Packages that use UpdateFirewallRuleWithAccountParameters
Package
Description
This package contains the models classes for DataLakeStoreAccountManagementClient.
-
Uses of UpdateFirewallRuleWithAccountParameters in com.microsoft.azure.management.datalake.store.models
Methods in com.microsoft.azure.management.datalake.store.models that return UpdateFirewallRuleWithAccountParametersModifier and TypeMethodDescriptionUpdateFirewallRuleWithAccountParameters.withEndIpAddress
(String endIpAddress) Set the endIpAddress value.Set the name value.UpdateFirewallRuleWithAccountParameters.withStartIpAddress
(String startIpAddress) Set the startIpAddress value.Methods in com.microsoft.azure.management.datalake.store.models that return types with arguments of type UpdateFirewallRuleWithAccountParametersModifier and TypeMethodDescriptionUpdateDataLakeStoreAccountParameters.firewallRules()
Get the firewallRules value.Method parameters in com.microsoft.azure.management.datalake.store.models with type arguments of type UpdateFirewallRuleWithAccountParametersModifier and TypeMethodDescriptionUpdateDataLakeStoreAccountParameters.withFirewallRules
(List<UpdateFirewallRuleWithAccountParameters> firewallRules) Set the firewallRules value.