次の方法で共有


NetworkConfigurationDiagnosticContent コンストラクター

定義

NetworkConfigurationDiagnosticContent の新しいインスタンスを初期化します。

public NetworkConfigurationDiagnosticContent (Azure.Core.ResourceIdentifier targetResourceId, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticProfile> profiles);
new Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticContent : Azure.Core.ResourceIdentifier * seq<Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticProfile> -> Azure.ResourceManager.Network.Models.NetworkConfigurationDiagnosticContent
Public Sub New (targetResourceId As ResourceIdentifier, profiles As IEnumerable(Of NetworkConfigurationDiagnosticProfile))

パラメーター

targetResourceId
ResourceIdentifier

ネットワーク構成診断を実行するターゲット リソースの ID。 有効なオプションは、VM、NetworkInterface、VMSS/NetworkInterface、Application Gatewayです。

profiles
IEnumerable<NetworkConfigurationDiagnosticProfile>

ネットワーク構成診断プロファイルの一覧。

例外

targetResourceId または profiles が null です。

適用対象