Interface Workspace.DefinitionStages.WithPublicNetworkAccess

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

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

    Modifier and Type
    Method
    Description
    Specifies the publicNetworkAccess property: Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints.
  • Method Details

    • withPublicNetworkAccess

      Workspace.DefinitionStages.WithCreate withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
      Specifies the publicNetworkAccess property: Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints.
      Parameters:
      publicNetworkAccess - Enabled allows this resource to be accessed from both public and private networks, Disabled allows this resource to only be accessed via private endpoints.
      Returns:
      the next definition stage.