Interface Workspace.DefinitionStages.WithLocation
-
- All Known Subinterfaces:
Workspace.Definition
,Workspace.DefinitionStages.WithCreate
- Enclosing interface:
- Workspace.DefinitionStages
public static interface Workspace.DefinitionStages.WithLocation
The stage of the Workspace definition allowing to specify location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Workspace.DefinitionStages.WithCreate
withRegion(com.azure.core.management.Region location)
Specifies the region for the resource.Workspace.DefinitionStages.WithCreate
withRegion(String location)
Specifies the region for the resource.
-
-
-
Method Detail
-
withRegion
Workspace.DefinitionStages.WithCreate withRegion(com.azure.core.management.Region location)
Specifies the region for the resource.- Parameters:
location
- Specifies the location of the resource.- Returns:
- the next definition stage.
-
withRegion
Workspace.DefinitionStages.WithCreate withRegion(String location)
Specifies the region for the resource.- Parameters:
location
- Specifies the location of the resource.- Returns:
- the next definition stage.
-
-