AzureReachabilityReport Interface

Implements

HasParent<NetworkWatcher> Executable<AzureReachabilityReport> HasInner<com.microsoft.azure.management.network.implementation.AzureReachabilityReportInner>

public interface AzureReachabilityReport
extends Executable<AzureReachabilityReport>, HasInner<com.microsoft.azure.management.network.implementation.AzureReachabilityReportInner>, HasParent<NetworkWatcher>

An immutable client-side representation of Azure reachability report details.

Method Summary

Modifier and Type Method and Description
abstract java.lang.String aggregationLevel()
abstract AzureReachabilityReportParameters azureReachabilityReportParameters()
abstract AzureReachabilityReportLocation providerLocation()
abstract java.util.List<AzureReachabilityReportItem> reachabilityReport()

Method Details

aggregationLevel

public abstract String aggregationLevel()

Returns:

the aggregation level of Azure reachability report. Can be Country, State or City.

azureReachabilityReportParameters

public abstract AzureReachabilityReportParameters azureReachabilityReportParameters()

Returns:

parameters used to query available internet providers

providerLocation

public abstract AzureReachabilityReportLocation providerLocation()

Returns:

the providerLocation property

reachabilityReport

public abstract List reachabilityReport()

Returns:

list of Azure reachability report items.

Applies to