次の方法で共有


AzureReachabilityReportParameters コンストラクター

定義

オーバーロード

AzureReachabilityReportParameters()

AzureReachabilityReportParameters クラスの新しいインスタンスを初期化します。

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

AzureReachabilityReportParameters クラスの新しいインスタンスを初期化します。

AzureReachabilityReportParameters()

AzureReachabilityReportParameters クラスの新しいインスタンスを初期化します。

public AzureReachabilityReportParameters ();
Public Sub New ()

適用対象

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

AzureReachabilityReportParameters クラスの新しいインスタンスを初期化します。

public AzureReachabilityReportParameters (Microsoft.Azure.Management.Network.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.Models.AzureReachabilityReportParameters : Microsoft.Azure.Management.Network.Models.AzureReachabilityReportLocation * DateTime * DateTime * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.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)

パラメーター

providerLocation
AzureReachabilityReportLocation

地理的な場所を定義するパラメーター。

startTime
DateTime

Azure 到達可能性レポートの開始時刻。

endTime
DateTime

Azure 到達可能性レポートの終了時刻。

providers
IList<String>

インターネット サービス プロバイダーの一覧。

azureLocations
IList<String>

クエリのスコープを設定するオプションの Azure リージョン。

適用対象