Interface AutomationAccount.DefinitionStages.WithPublicNetworkAccess

All Known Subinterfaces:
AutomationAccount.Definition, AutomationAccount.DefinitionStages.WithCreate
Enclosing interface:
AutomationAccount.DefinitionStages

public static interface AutomationAccount.DefinitionStages.WithPublicNetworkAccess
The stage of the AutomationAccount definition allowing to specify publicNetworkAccess.
  • Method Details

    • withPublicNetworkAccess

      AutomationAccount.DefinitionStages.WithCreate withPublicNetworkAccess(Boolean publicNetworkAccess)
      Specifies the publicNetworkAccess property: Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.
      Parameters:
      publicNetworkAccess - Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.
      Returns:
      the next definition stage.