| Package | Description | 
|---|---|
| com.microsoft.azure.management.datalake.analytics.models | 
 This package contains the models classes for DataLakeAnalyticsCatalogManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FirewallAllowAzureIpsState | 
DataLakeAnalyticsAccount.firewallAllowAzureIps()
Get the current state of allowing or disallowing IPs originating within Azure through the firewall. 
 | 
FirewallAllowAzureIpsState | 
CreateDataLakeAnalyticsAccountParameters.firewallAllowAzureIps()
Get the current state of allowing or disallowing IPs originating within Azure through the firewall. 
 | 
FirewallAllowAzureIpsState | 
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 | 
FirewallAllowAzureIpsState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FirewallAllowAzureIpsState[] | 
FirewallAllowAzureIpsState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateDataLakeAnalyticsAccountParameters | 
CreateDataLakeAnalyticsAccountParameters.withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)
Set the current state of allowing or disallowing IPs originating within Azure through the firewall. 
 | 
UpdateDataLakeAnalyticsAccountParameters | 
UpdateDataLakeAnalyticsAccountParameters.withFirewallAllowAzureIps(FirewallAllowAzureIpsState firewallAllowAzureIps)
Set the current state of allowing or disallowing IPs originating within Azure through the firewall. 
 | 
Copyright © 2019. All rights reserved.