次の方法で共有


IWithCreate.WithTimeLimitInSeconds(Int32) メソッド

定義

キャプチャ セッションの最大継続時間を秒単位で設定します。

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

パラメーター

timeLimitInSeconds
Int32

キャプチャ セッションの最大継続時間 (秒単位)。

戻り値

適用対象