Interface LoadTestResource.DefinitionStages.WithLocation
-
- All Known Subinterfaces:
LoadTestResource.Definition
,LoadTestResource.DefinitionStages.Blank
- Enclosing interface:
- LoadTestResource.DefinitionStages
public static interface LoadTestResource.DefinitionStages.WithLocation
The stage of the LoadTestResource definition allowing to specify location.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadTestResource.DefinitionStages.WithResourceGroup
withRegion(com.azure.core.management.Region location)
Specifies the region for the resource.LoadTestResource.DefinitionStages.WithResourceGroup
withRegion(String location)
Specifies the region for the resource.
-
-
-
Method Detail
-
withRegion
LoadTestResource.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
LoadTestResource.DefinitionStages.WithResourceGroup withRegion(String location)
Specifies the region for the resource.- Parameters:
location
- The geo-location where the resource lives.- Returns:
- the next definition stage.
-
-