Interface ApiManagementServiceResource.DefinitionStages.WithLocation
- All Known Subinterfaces:
ApiManagementServiceResource.Definition,ApiManagementServiceResource.DefinitionStages.Blank
- Enclosing interface:
ApiManagementServiceResource.DefinitionStages
public static interface ApiManagementServiceResource.DefinitionStages.WithLocation
The stage of the ApiManagementServiceResource definition allowing to specify location.
-
Method Summary
Modifier and TypeMethodDescriptionwithRegion(com.azure.core.management.Region location) Specifies the region for the resource.withRegion(String location) Specifies the region for the resource.
-
Method Details
-
withRegion
ApiManagementServiceResource.DefinitionStages.WithResourceGroup withRegion(com.azure.core.management.Region location) Specifies the region for the resource.- Parameters:
location- Resource location.- Returns:
- the next definition stage.
-
withRegion
Specifies the region for the resource.- Parameters:
location- Resource location.- Returns:
- the next definition stage.
-