Interface ApplicationInsightsComponent.DefinitionStages.WithLocation
- All Known Subinterfaces:
ApplicationInsightsComponent.Definition,ApplicationInsightsComponent.DefinitionStages.Blank
- Enclosing interface:
- ApplicationInsightsComponent.DefinitionStages
public static interface ApplicationInsightsComponent.DefinitionStages.WithLocation
The stage of the ApplicationInsightsComponent 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
ApplicationInsightsComponent.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
Specifies the region for the resource.- Parameters:
location- The geo-location where the resource lives.- Returns:
- the next definition stage.
-