Interface AutomationAccount.UpdateStages.WithPublicNetworkAccess

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

public static interface AutomationAccount.UpdateStages.WithPublicNetworkAccess
The stage of the AutomationAccount update allowing to specify publicNetworkAccess.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPublicNetworkAccess(Boolean publicNetworkAccess)
    Specifies the publicNetworkAccess property: Indicates whether traffic on the non-ARM endpoint (Webhook/Agent) is allowed from the public internet.
  • Method Details

    • withPublicNetworkAccess

      AutomationAccount.Update 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.