Uses of Enum Class
com.microsoft.azure.management.datalake.analytics.models.FirewallState
Packages that use FirewallState
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of FirewallState in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return FirewallStateModifier and TypeMethodDescriptionCreateDataLakeAnalyticsAccountParameters.firewallState()
Get the current state of the IP address firewall for this account.DataLakeAnalyticsAccount.firewallState()
Get the current state of the IP address firewall for this account.UpdateDataLakeAnalyticsAccountParameters.firewallState()
Get the current state of the IP address firewall for this account.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.analytics.models with parameters of type FirewallStateModifier and TypeMethodDescriptionCreateDataLakeAnalyticsAccountParameters.withFirewallState
(FirewallState firewallState) Set the current state of the IP address firewall for this account.UpdateDataLakeAnalyticsAccountParameters.withFirewallState
(FirewallState firewallState) Set the current state of the IP address firewall for this account.