DataLakeAnalyticsAccount.UpdateStages.WithFirewallState Interface

public static interface DataLakeAnalyticsAccount.UpdateStages.WithFirewallState

The stage of the DataLakeAnalyticsAccount update allowing to specify firewallState.

Method Summary

Modifier and Type Method and Description
abstract Update withFirewallState(FirewallState firewallState)

Specifies the firewallState property: The current state of the IP address firewall for this account.

Method Details

withFirewallState

public abstract DataLakeAnalyticsAccount.Update withFirewallState(FirewallState firewallState)

Specifies the firewallState property: The current state of the IP address firewall for this account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled..

Parameters:

firewallState - The current state of the IP address firewall for this account. Disabling the firewall does not remove existing rules, they will just be ignored until the firewall is re-enabled.

Returns:

the next definition stage.

Applies to