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