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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of Azure reachability report parameters definition.static interfaceGrouping of Azure reachability report definition stages. -
Method Summary
Modifier and TypeMethodDescriptionGets the aggregation level of Azure reachability report.Gets parameters used to query available internet providers.Gets the providerLocation property.Gets list of Azure reachability report items.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Executable
execute, executeAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Method Details
-
aggregationLevel
String aggregationLevel()Gets the aggregation level of Azure reachability report.- Returns:
- the aggregation level of Azure reachability report. Can be Country, State or City.
-
providerLocation
AzureReachabilityReportLocation providerLocation()Gets the providerLocation property.- Returns:
- the providerLocation property
-
reachabilityReport
List<AzureReachabilityReportItem> reachabilityReport()Gets list of Azure reachability report items.- Returns:
- list of Azure reachability report items.
-
azureReachabilityReportParameters
AzureReachabilityReportParameters azureReachabilityReportParameters()Gets parameters used to query available internet providers.- Returns:
- parameters used to query available internet providers
-