Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Method and Description |
---|---|
FirewallState |
DataLakeAnalyticsAccount.firewallState()
Get the current state of the IP address firewall for this account.
|
FirewallState |
CreateDataLakeAnalyticsAccountParameters.firewallState()
Get the current state of the IP address firewall for this account.
|
FirewallState |
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 |
FirewallState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FirewallState[] |
FirewallState.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.withFirewallState(FirewallState firewallState)
Set the current state of the IP address firewall for this account.
|
UpdateDataLakeAnalyticsAccountParameters |
UpdateDataLakeAnalyticsAccountParameters.withFirewallState(FirewallState firewallState)
Set the current state of the IP address firewall for this account.
|
Copyright © 2019. All rights reserved.