Interface AzureReachabilityReport
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.Executable<AzureReachabilityReport>,com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.AzureReachabilityReportInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasParent<NetworkWatcher>,com.microsoft.azure.management.resources.fluentcore.model.Indexable
@Beta(V1_10_0) public interface AzureReachabilityReport extends com.microsoft.azure.management.resources.fluentcore.model.Executable<AzureReachabilityReport>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.AzureReachabilityReportInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.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.microsoft.azure.management.resources.fluentcore.model.Executable
execute, executeAsync, executeAsync
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
-
-
-
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
-
-