你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PacketCaptureInner 构造函数

定义

重载

PacketCaptureInner()

初始化 PacketCaptureInner 类的新实例。

PacketCaptureInner(String, PacketCaptureStorageLocation, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PacketCaptureFilter>)

初始化 PacketCaptureInner 类的新实例。

PacketCaptureInner()

初始化 PacketCaptureInner 类的新实例。

public PacketCaptureInner ();
Public Sub New ()

适用于

PacketCaptureInner(String, PacketCaptureStorageLocation, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<PacketCaptureFilter>)

初始化 PacketCaptureInner 类的新实例。

public PacketCaptureInner (string target, Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureStorageLocation storageLocation, int? bytesToCapturePerPacket = default, int? totalBytesPerSession = default, int? timeLimitInSeconds = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureFilter> filters = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureInner : string * Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureStorageLocation * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureFilter> -> Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureInner
Public Sub New (target As String, storageLocation As PacketCaptureStorageLocation, Optional bytesToCapturePerPacket As Nullable(Of Integer) = Nothing, Optional totalBytesPerSession As Nullable(Of Integer) = Nothing, Optional timeLimitInSeconds As Nullable(Of Integer) = Nothing, Optional filters As IList(Of PacketCaptureFilter) = Nothing)

参数

target
String

目标资源的 ID,当前仅支持 VM。

storageLocation
PacketCaptureStorageLocation

描述数据包捕获会话的存储位置。

bytesToCapturePerPacket
Nullable<Int32>

每个数据包捕获的字节数,其余字节将被截断。

totalBytesPerSession
Nullable<Int32>

捕获输出的最大大小。

timeLimitInSeconds
Nullable<Int32>

捕获会话的最大持续时间(以秒为单位)。

filters
IList<PacketCaptureFilter>

数据包捕获筛选器的列表。

适用于