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

IWithCreate.WithBytesToCapturePerPacket(Int32) 方法

定义

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

public Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithCreate WithBytesToCapturePerPacket (int bytesToCapturePerPacket);
abstract member WithBytesToCapturePerPacket : int -> Microsoft.Azure.Management.Network.Fluent.PacketCapture.Definition.IWithCreate
Public Function WithBytesToCapturePerPacket (bytesToCapturePerPacket As Integer) As IWithCreate

参数

bytesToCapturePerPacket
Int32

每个数据包捕获的字节数。

返回

适用于