Interface Workspace.DefinitionStages.WithManagedVirtualNetwork

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

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

    Modifier and Type
    Method
    Description
    withManagedVirtualNetwork(String managedVirtualNetwork)
    Specifies the managedVirtualNetwork property: Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user..
  • Method Details

    • withManagedVirtualNetwork

      Workspace.DefinitionStages.WithCreate withManagedVirtualNetwork(String managedVirtualNetwork)
      Specifies the managedVirtualNetwork property: Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user..
      Parameters:
      managedVirtualNetwork - Setting this to 'default' will ensure that all compute for this workspace is in a virtual network managed on behalf of the user.
      Returns:
      the next definition stage.