AzureReachabilityReport.DefinitionStages.WithProviderLocation Interface

public static interface AzureReachabilityReport.DefinitionStages.WithProviderLocation

The first stage of Azure reachability report parameters definition.

Method Summary

Modifier and Type Method and Description
abstract WithStartTime withProviderLocation(String country)
abstract WithStartTime withProviderLocation(String country, String state)
abstract WithStartTime withProviderLocation(String country, String state, String city)

Method Details

withProviderLocation

public abstract AzureReachabilityReport.DefinitionStages.WithStartTime withProviderLocation(String country)

Parameters:

country - the name of the country

Returns:

the AzureReachabilityReport object itself

withProviderLocation

public abstract AzureReachabilityReport.DefinitionStages.WithStartTime withProviderLocation(String country, String state)

Parameters:

country - the name of the country
state - the name of the state

Returns:

the AzureReachabilityReport object itself

withProviderLocation

public abstract AzureReachabilityReport.DefinitionStages.WithStartTime withProviderLocation(String country, String state, String city)

Parameters:

country - the name of the country
state - the name of the state
city - the name of the city

Returns:

the AzureReachabilityReport object itself

Applies to