Interface AzureReachabilityReport
- All Superinterfaces:
Executable<AzureReachabilityReport>
,HasInner<com.microsoft.azure.management.network.implementation.AzureReachabilityReportInner>
,HasParent<NetworkWatcher>
,Indexable
@Beta(V1_10_0)
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.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
The entirety of Azure reachability report parameters definition.static interface
Grouping of Azure reachability report definition stages. -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Executable
execute, executeAsync, executeAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Method Details
-
aggregationLevel
String aggregationLevel()- Returns:
- the aggregation level of Azure reachability report. Can be Country, State or City.
-
providerLocation
AzureReachabilityReportLocation providerLocation()- Returns:
- the providerLocation property
-
reachabilityReport
List<AzureReachabilityReportItem> reachabilityReport()- Returns:
- list of Azure reachability report items.
-
azureReachabilityReportParameters
AzureReachabilityReportParameters azureReachabilityReportParameters()- Returns:
- parameters used to query available internet providers
-