Uses of Enum Class
com.microsoft.azure.management.datalake.store.models.FirewallState
Packages that use FirewallState
Package
Description
This package contains the models classes for DataLakeStoreAccountManagementClient.
-
Uses of FirewallState in com.microsoft.azure.management.datalake.store.models
Methods in com.microsoft.azure.management.datalake.store.models that return FirewallStateModifier and TypeMethodDescriptionCreateDataLakeStoreAccountParameters.firewallState()
Get the firewallState value.DataLakeStoreAccount.firewallState()
Get the firewallState value.UpdateDataLakeStoreAccountParameters.firewallState()
Get the firewallState value.static FirewallState
FirewallState.fromString
(String value) Parses a serialized value to a FirewallState instance.static FirewallState
Returns the enum constant of this class with the specified name.static FirewallState[]
FirewallState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.microsoft.azure.management.datalake.store.models with parameters of type FirewallStateModifier and TypeMethodDescriptionCreateDataLakeStoreAccountParameters.withFirewallState
(FirewallState firewallState) Set the firewallState value.UpdateDataLakeStoreAccountParameters.withFirewallState
(FirewallState firewallState) Set the firewallState value.