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