Interface AzureReachabilityReport.DefinitionStages.WithProviderLocation
- All Known Subinterfaces:
AzureReachabilityReport.Definition
- Enclosing interface:
AzureReachabilityReport.DefinitionStages
public static interface AzureReachabilityReport.DefinitionStages.WithProviderLocation
The first stage of Azure reachability report parameters definition.
-
Method Summary
Modifier and TypeMethodDescriptionwithProviderLocation(String country) withProviderLocation(String country, String state) withProviderLocation(String country, String state, String city)
-
Method Details
-
withProviderLocation
- Parameters:
country- the name of the country- Returns:
- the AzureReachabilityReport object itself
-
withProviderLocation
AzureReachabilityReport.DefinitionStages.WithStartTime withProviderLocation(String country, String state) - Parameters:
country- the name of the countrystate- the name of the state- Returns:
- the AzureReachabilityReport object itself
-
withProviderLocation
AzureReachabilityReport.DefinitionStages.WithStartTime withProviderLocation(String country, String state, String city) - Parameters:
country- the name of the countrystate- the name of the statecity- the name of the city- Returns:
- the AzureReachabilityReport object itself
-