AzureReachabilityReportParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Applies to
Azure SDK for .NET