Interface WorkbookTemplate.DefinitionStages.WithLocation
- All Known Subinterfaces:
WorkbookTemplate.Definition,WorkbookTemplate.DefinitionStages.Blank
- Enclosing interface:
- WorkbookTemplate.DefinitionStages
public static interface WorkbookTemplate.DefinitionStages.WithLocation
The stage of the WorkbookTemplate definition allowing to specify location.
-
Method Summary
Modifier and TypeMethodDescriptionwithRegion(com.azure.core.management.Region location) Specifies the region for the resource.withRegion(String location) Specifies the region for the resource.
-
Method Details
-
withRegion
WorkbookTemplate.DefinitionStages.WithResourceGroup withRegion(com.azure.core.management.Region location) Specifies the region for the resource.- Parameters:
location- The geo-location where the resource lives.- Returns:
- the next definition stage.
-
withRegion
Specifies the region for the resource.- Parameters:
location- The geo-location where the resource lives.- Returns:
- the next definition stage.
-