Uses of Enum Class
com.microsoft.azure.management.datalake.analytics.models.FirewallAllowAzureIpsState
Packages that use FirewallAllowAzureIpsState
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of FirewallAllowAzureIpsState in com.microsoft.azure.management.datalake.analytics.models
Methods in com.microsoft.azure.management.datalake.analytics.models that return FirewallAllowAzureIpsStateModifier and TypeMethodDescriptionCreateDataLakeAnalyticsAccountParameters.firewallAllowAzureIps()
Get the current state of allowing or disallowing IPs originating within Azure through the firewall.DataLakeAnalyticsAccount.firewallAllowAzureIps()
Get the current state of allowing or disallowing IPs originating within Azure through the firewall.UpdateDataLakeAnalyticsAccountParameters.firewallAllowAzureIps()
Get the current state of allowing or disallowing IPs originating within Azure through the firewall.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.analytics.models with parameters of type FirewallAllowAzureIpsStateModifier and TypeMethodDescriptionCreateDataLakeAnalyticsAccountParameters.withFirewallAllowAzureIps
(FirewallAllowAzureIpsState firewallAllowAzureIps) Set the current state of allowing or disallowing IPs originating within Azure through the firewall.UpdateDataLakeAnalyticsAccountParameters.withFirewallAllowAzureIps
(FirewallAllowAzureIpsState firewallAllowAzureIps) Set the current state of allowing or disallowing IPs originating within Azure through the firewall.