次の方法で共有


PacketCaptureCreateOrUpdateContent コンストラクター

定義

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

public PacketCaptureCreateOrUpdateContent (string target, Azure.ResourceManager.Network.Models.PacketCaptureStorageLocation storageLocation);
new Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent : string * Azure.ResourceManager.Network.Models.PacketCaptureStorageLocation -> Azure.ResourceManager.Network.Models.PacketCaptureCreateOrUpdateContent
Public Sub New (target As String, storageLocation As PacketCaptureStorageLocation)

パラメーター

target
String

ターゲット リソースの ID(ターゲットの種類として AzureVM と AzureVMSS のみ) が現在サポートされています。

storageLocation
PacketCaptureStorageLocation

パケット キャプチャ セッションの保存場所。

例外

target または storageLocation が null です。

適用対象