Interface AzureReachabilityReport.DefinitionStages.WithProviderLocation
-
- All Known Subinterfaces:
AzureReachabilityReport.Definition
- Enclosing interface:
- AzureReachabilityReport.DefinitionStages
public static interface AzureReachabilityReport.DefinitionStages.WithProviderLocationThe first stage of Azure reachability report parameters definition.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AzureReachabilityReport.DefinitionStages.WithStartTimewithProviderLocation(String country)AzureReachabilityReport.DefinitionStages.WithStartTimewithProviderLocation(String country, String state)AzureReachabilityReport.DefinitionStages.WithStartTimewithProviderLocation(String country, String state, String city)
-
-
-
Method Detail
-
withProviderLocation
AzureReachabilityReport.DefinitionStages.WithStartTime withProviderLocation(String country)
- 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
-
-