public final class AzureReachabilityReportParameters extends Object
| Constructor and Description |
|---|
AzureReachabilityReportParameters() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
azureLocations()
Get the azureLocations property: Optional Azure regions to scope the query to.
|
OffsetDateTime |
endTime()
Get the endTime property: The end time for the Azure reachability report.
|
AzureReachabilityReportLocation |
providerLocation()
Get the providerLocation property: Parameters that define a geographic location.
|
List<String> |
providers()
Get the providers property: List of Internet service providers.
|
OffsetDateTime |
startTime()
Get the startTime property: The start time for the Azure reachability report.
|
void |
validate()
Validates the instance.
|
AzureReachabilityReportParameters |
withAzureLocations(List<String> azureLocations)
Set the azureLocations property: Optional Azure regions to scope the query to.
|
AzureReachabilityReportParameters |
withEndTime(OffsetDateTime endTime)
Set the endTime property: The end time for the Azure reachability report.
|
AzureReachabilityReportParameters |
withProviderLocation(AzureReachabilityReportLocation providerLocation)
Set the providerLocation property: Parameters that define a geographic location.
|
AzureReachabilityReportParameters |
withProviders(List<String> providers)
Set the providers property: List of Internet service providers.
|
AzureReachabilityReportParameters |
withStartTime(OffsetDateTime startTime)
Set the startTime property: The start time for the Azure reachability report.
|
public AzureReachabilityReportLocation providerLocation()
public AzureReachabilityReportParameters withProviderLocation(AzureReachabilityReportLocation providerLocation)
providerLocation - the providerLocation value to set.public List<String> providers()
public AzureReachabilityReportParameters withProviders(List<String> providers)
providers - the providers value to set.public List<String> azureLocations()
public AzureReachabilityReportParameters withAzureLocations(List<String> azureLocations)
azureLocations - the azureLocations value to set.public OffsetDateTime startTime()
public AzureReachabilityReportParameters withStartTime(OffsetDateTime startTime)
startTime - the startTime value to set.public OffsetDateTime endTime()
public AzureReachabilityReportParameters withEndTime(OffsetDateTime endTime)
endTime - the endTime value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.