Interface Workspace.UpdateStages.WithPublicNetworkAccess

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

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

    Modifier and Type
    Method
    Description
    Specifies the publicNetworkAccess property: Enabled to allow this resource to be access from the public network.
  • Method Details

    • withPublicNetworkAccess

      Workspace.Update withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
      Specifies the publicNetworkAccess property: Enabled to allow this resource to be access from the public network.
      Parameters:
      publicNetworkAccess - Enabled to allow this resource to be access from the public network.
      Returns:
      the next definition stage.