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 Classes Modifier and Type Interface Description static interfaceAzureReachabilityReport.DefinitionThe entirety of Azure reachability report parameters definition.static interfaceAzureReachabilityReport.DefinitionStagesGrouping of Azure reachability report definition stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringaggregationLevel()AzureReachabilityReportParametersazureReachabilityReportParameters()AzureReachabilityReportLocationproviderLocation()List<AzureReachabilityReportItem>reachabilityReport()-
Methods 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 Detail
-
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
-
-