AzureReachabilityReportParameters Constructors

Definition

Overloads

AzureReachabilityReportParameters()

Initializes a new instance of the AzureReachabilityReportParameters class.

AzureReachabilityReportParameters(AzureReachabilityReportLocation, DateTime, DateTime, IList<String>, IList<String>)

Initializes a new instance of the AzureReachabilityReportParameters class.

AzureReachabilityReportParameters()

Initializes a new instance of the AzureReachabilityReportParameters class.

public AzureReachabilityReportParameters ();
Public Sub New ()

Applies to

AzureReachabilityReportParameters(AzureReachabilityReportLocation, DateTime, DateTime, IList<String>, IList<String>)

Initializes a new instance of the AzureReachabilityReportParameters class.

public AzureReachabilityReportParameters (Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportLocation providerLocation, DateTime startTime, DateTime endTime, System.Collections.Generic.IList<string> providers = default, System.Collections.Generic.IList<string> azureLocations = default);
new Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportParameters : Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportLocation * DateTime * DateTime * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Fluent.Models.AzureReachabilityReportParameters
Public Sub New (providerLocation As AzureReachabilityReportLocation, startTime As DateTime, endTime As DateTime, Optional providers As IList(Of String) = Nothing, Optional azureLocations As IList(Of String) = Nothing)

Parameters

providerLocation
AzureReachabilityReportLocation

Parameters that define a geographic location.

startTime
DateTime

The start time for the Azure reachability report.

endTime
DateTime

The end time for the Azure reachability report.

providers
IList<String>

List of Internet service providers.

azureLocations
IList<String>

Optional Azure regions to scope the query to.

Applies to