Class WorkspaceCreateParameters
java.lang.Object
com.microsoft.azure.management.batchai.WorkspaceCreateParameters
Workspace creation parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlocation()
Get the region in which to create the Workspace.tags()
Get the user specified tags associated with the Workspace.withLocation
(String location) Set the region in which to create the Workspace.Set the user specified tags associated with the Workspace.
-
Constructor Details
-
WorkspaceCreateParameters
public WorkspaceCreateParameters()
-
-
Method Details
-
location
Get the region in which to create the Workspace.- Returns:
- the location value
-
withLocation
Set the region in which to create the Workspace.- Parameters:
location
- the location value to set- Returns:
- the WorkspaceCreateParameters object itself.
-
tags
Get the user specified tags associated with the Workspace.- Returns:
- the tags value
-
withTags
Set the user specified tags associated with the Workspace.- Parameters:
tags
- the tags value to set- Returns:
- the WorkspaceCreateParameters object itself.
-