次の方法で共有


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

パケットごとにキャプチャされたバイト数。

戻り値

適用対象