Interface BatchAccount.DefinitionStages.WithLocation
- All Known Subinterfaces:
BatchAccount.Definition,BatchAccount.DefinitionStages.Blank
- Enclosing interface:
- BatchAccount.DefinitionStages
public static interface BatchAccount.DefinitionStages.WithLocation
The stage of the BatchAccount 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
BatchAccount.DefinitionStages.WithResourceGroup withRegion(com.azure.core.management.Region location) Specifies the region for the resource.- Parameters:
location- The region in which to create the account.- Returns:
- the next definition stage.
-
withRegion
Specifies the region for the resource.- Parameters:
location- The region in which to create the account.- Returns:
- the next definition stage.
-