Uses of Enum Class
com.microsoft.azure.management.datalake.store.models.FirewallState
Package
Description
This package contains the models classes for DataLakeStoreAccountManagementClient.
-
Uses of FirewallState in com.microsoft.azure.management.datalake.store.models
Modifier 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.Modifier and TypeMethodDescriptionCreateDataLakeStoreAccountParameters.withFirewallState
(FirewallState firewallState) Set the firewallState value.UpdateDataLakeStoreAccountParameters.withFirewallState
(FirewallState firewallState) Set the firewallState value.