Class WorkspaceCreateParameters

java.lang.Object
com.microsoft.azure.management.batchai.WorkspaceCreateParameters

public class WorkspaceCreateParameters extends Object
Workspace creation parameters.
  • Constructor Details

    • WorkspaceCreateParameters

      public WorkspaceCreateParameters()
  • Method Details

    • location

      public String location()
      Get the region in which to create the Workspace.
      Returns:
      the location value
    • withLocation

      public WorkspaceCreateParameters withLocation(String location)
      Set the region in which to create the Workspace.
      Parameters:
      location - the location value to set
      Returns:
      the WorkspaceCreateParameters object itself.
    • tags

      public Map<String,String> tags()
      Get the user specified tags associated with the Workspace.
      Returns:
      the tags value
    • withTags

      public WorkspaceCreateParameters withTags(Map<String,String> tags)
      Set the user specified tags associated with the Workspace.
      Parameters:
      tags - the tags value to set
      Returns:
      the WorkspaceCreateParameters object itself.