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) Specifies the name of the country.withProviderLocation(String country, String state) Specifies the name of the country.withProviderLocation(String country, String state, String city) Specifies the name of the country.
-
Method Details
-
withProviderLocation
Specifies the name of the country.- Parameters:
country- the name of the country- Returns:
- the AzureReachabilityReport object itself
-
withProviderLocation
AzureReachabilityReport.DefinitionStages.WithStartTime withProviderLocation(String country, String state) Specifies the name of the country.- 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) Specifies the name of the country.- Parameters:
country- the name of the countrystate- the name of the statecity- the name of the city- Returns:
- the AzureReachabilityReport object itself
-