public final class AzureReachabilityReportInner extends Object
| Constructor and Description |
|---|
AzureReachabilityReportInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
aggregationLevel()
Get the aggregationLevel property: The aggregation level of Azure reachability report.
|
AzureReachabilityReportLocation |
providerLocation()
Get the providerLocation property: Parameters that define a geographic location.
|
List<AzureReachabilityReportItem> |
reachabilityReport()
Get the reachabilityReport property: List of Azure reachability report items.
|
void |
validate()
Validates the instance.
|
AzureReachabilityReportInner |
withAggregationLevel(String aggregationLevel)
Set the aggregationLevel property: The aggregation level of Azure reachability report.
|
AzureReachabilityReportInner |
withProviderLocation(AzureReachabilityReportLocation providerLocation)
Set the providerLocation property: Parameters that define a geographic location.
|
AzureReachabilityReportInner |
withReachabilityReport(List<AzureReachabilityReportItem> reachabilityReport)
Set the reachabilityReport property: List of Azure reachability report items.
|
public String aggregationLevel()
public AzureReachabilityReportInner withAggregationLevel(String aggregationLevel)
aggregationLevel - the aggregationLevel value to set.public AzureReachabilityReportLocation providerLocation()
public AzureReachabilityReportInner withProviderLocation(AzureReachabilityReportLocation providerLocation)
providerLocation - the providerLocation value to set.public List<AzureReachabilityReportItem> reachabilityReport()
public AzureReachabilityReportInner withReachabilityReport(List<AzureReachabilityReportItem> reachabilityReport)
reachabilityReport - the reachabilityReport value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.