Interface App.UpdateStages.WithPublicNetworkAccess

  • All Known Subinterfaces:
    App.Update
    Enclosing interface:
    App.UpdateStages

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

      • withPublicNetworkAccess

        App.Update withPublicNetworkAccess​(PublicNetworkAccess publicNetworkAccess)
        Specifies the publicNetworkAccess property: Whether requests from the public network are allowed..
        Parameters:
        publicNetworkAccess - Whether requests from the public network are allowed.
        Returns:
        the next definition stage.