AzureReachabilityReport Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AzureReachabilityReport() |
Initialisiert eine neue instance der AzureReachabilityReport-Klasse. |
AzureReachabilityReport(String, AzureReachabilityReportLocation, IList<AzureReachabilityReportItem>) |
Initialisiert eine neue instance der AzureReachabilityReport-Klasse. |
AzureReachabilityReport()
Initialisiert eine neue instance der AzureReachabilityReport-Klasse.
public AzureReachabilityReport();
Public Sub New ()
Gilt für:
AzureReachabilityReport(String, AzureReachabilityReportLocation, IList<AzureReachabilityReportItem>)
Initialisiert eine neue instance der AzureReachabilityReport-Klasse.
public AzureReachabilityReport(string aggregationLevel, Microsoft.Azure.Management.Network.Models.AzureReachabilityReportLocation providerLocation, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureReachabilityReportItem> reachabilityReport);
new Microsoft.Azure.Management.Network.Models.AzureReachabilityReport : string * Microsoft.Azure.Management.Network.Models.AzureReachabilityReportLocation * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AzureReachabilityReportItem> -> Microsoft.Azure.Management.Network.Models.AzureReachabilityReport
Public Sub New (aggregationLevel As String, providerLocation As AzureReachabilityReportLocation, reachabilityReport As IList(Of AzureReachabilityReportItem))
Parameter
- aggregationLevel
- String
Die Aggregationsebene des Azure-Berichts zur Erreichbarkeit. Kann Land, Bundesland oder Stadt sein.
- providerLocation
- AzureReachabilityReportLocation
Parameter, die einen geografischen Standort definieren.
- reachabilityReport
- IList<AzureReachabilityReportItem>
Liste der Azure-Berichtselemente für die Erreichbarkeit.
Gilt für:
Azure SDK for .NET