Interface AzureReachabilityReport
- All Superinterfaces:
Executable<AzureReachabilityReport>
,HasInnerModel<AzureReachabilityReportInner>
,HasParent<NetworkWatcher>
,Indexable
public interface AzureReachabilityReport
extends Executable<AzureReachabilityReport>, HasInnerModel<AzureReachabilityReportInner>, HasParent<NetworkWatcher>
An immutable client-side representation of Azure reachability report details.
-
Nested Class Summary
Modifier 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.azure.resourcemanager.resources.fluentcore.model.Executable
execute, executeAsync
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
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
-