Interface ApiManagementGatewayResource.DefinitionStages.WithLocation
- All Known Subinterfaces:
ApiManagementGatewayResource.Definition,ApiManagementGatewayResource.DefinitionStages.Blank
- Enclosing interface:
ApiManagementGatewayResource.DefinitionStages
public static interface ApiManagementGatewayResource.DefinitionStages.WithLocation
The stage of the ApiManagementGatewayResource 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
ApiManagementGatewayResource.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.
-