AzureReachabilityReportContent コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AzureReachabilityReportContent の新しいインスタンスを初期化します。
public AzureReachabilityReportContent (Azure.ResourceManager.Network.Models.AzureReachabilityReportLocation providerLocation, DateTimeOffset startOn, DateTimeOffset endOn);
new Azure.ResourceManager.Network.Models.AzureReachabilityReportContent : Azure.ResourceManager.Network.Models.AzureReachabilityReportLocation * DateTimeOffset * DateTimeOffset -> Azure.ResourceManager.Network.Models.AzureReachabilityReportContent
Public Sub New (providerLocation As AzureReachabilityReportLocation, startOn As DateTimeOffset, endOn As DateTimeOffset)
パラメーター
- providerLocation
- AzureReachabilityReportLocation
地理的な場所を定義するパラメーター。
- startOn
- DateTimeOffset
Azure 到達可能性レポートの開始時刻。
- endOn
- DateTimeOffset
Azure 到達可能性レポートの終了時刻。
例外
providerLocation が null です。