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