Uses of Enum Class
com.microsoft.azure.management.datalake.store.models.FirewallAllowAzureIpsState
Packages that use FirewallAllowAzureIpsState
Package
Description
This package contains the models classes for DataLakeStoreAccountManagementClient.
-
Uses of FirewallAllowAzureIpsState in com.microsoft.azure.management.datalake.store.models
Methods in com.microsoft.azure.management.datalake.store.models that return FirewallAllowAzureIpsStateModifier and TypeMethodDescriptionCreateDataLakeStoreAccountParameters.firewallAllowAzureIps()
Get the firewallAllowAzureIps value.DataLakeStoreAccount.firewallAllowAzureIps()
Get the firewallAllowAzureIps value.UpdateDataLakeStoreAccountParameters.firewallAllowAzureIps()
Get the firewallAllowAzureIps value.static FirewallAllowAzureIpsState
FirewallAllowAzureIpsState.fromString
(String value) Parses a serialized value to a FirewallAllowAzureIpsState instance.static FirewallAllowAzureIpsState
Returns the enum constant of this class with the specified name.static FirewallAllowAzureIpsState[]
FirewallAllowAzureIpsState.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 FirewallAllowAzureIpsStateModifier and TypeMethodDescriptionCreateDataLakeStoreAccountParameters.withFirewallAllowAzureIps
(FirewallAllowAzureIpsState firewallAllowAzureIps) Set the firewallAllowAzureIps value.UpdateDataLakeStoreAccountParameters.withFirewallAllowAzureIps
(FirewallAllowAzureIpsState firewallAllowAzureIps) Set the firewallAllowAzureIps value.