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