Interface DataLakeAnalyticsAccount.UpdateStages.WithFirewallState

All Known Subinterfaces:
DataLakeAnalyticsAccount.Update
Enclosing interface:
DataLakeAnalyticsAccount.UpdateStages

public static interface DataLakeAnalyticsAccount.UpdateStages.WithFirewallState
The stage of the DataLakeAnalyticsAccount update allowing to specify firewallState.
  • Method Details

    • withFirewallState

      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.