Class WorkspaceUpdateParameters

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

public class WorkspaceUpdateParameters extends Object
Workspace update parameters.
  • Constructor Details

    • WorkspaceUpdateParameters

      public WorkspaceUpdateParameters()
  • Method Details

    • tags

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

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