AzureReachabilityReportParameters interface
Geographic and time constraints for Azure reachability report.
Properties
azure |
Optional Azure regions to scope the query to. |
end |
The end time for the Azure reachability report. |
provider |
Parameters that define a geographic location. |
providers | List of Internet service providers. |
start |
The start time for the Azure reachability report. |
Property Details
azureLocations
Optional Azure regions to scope the query to.
azureLocations?: string[]
Property Value
string[]
endTime
The end time for the Azure reachability report.
endTime: Date
Property Value
Date
providerLocation
Parameters that define a geographic location.
providerLocation: AzureReachabilityReportLocation
Property Value
providers
List of Internet service providers.
providers?: string[]
Property Value
string[]
startTime
The start time for the Azure reachability report.
startTime: Date
Property Value
Date