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

IPacketCapture 接口

定义

与网络观察程序关联的数据包捕获对象的客户端表示形式。

public interface IPacketCapture : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.PacketCaptureResultInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type IPacketCapture = interface
    interface IBeta
    interface IHasInner<PacketCaptureResultInner>
    interface IHasName
    interface IHasId
    interface IIndexable
Public Interface IPacketCapture
Implements IBeta, IHasId, IHasInner(Of PacketCaptureResultInner), IHasName, IIndexable
实现

属性

BytesToCapturePerPacket

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

Filters

获取筛选器值。

Id

获取资源 ID 字符串

(继承自 IHasId)
Inner

与网络观察程序关联的数据包捕获对象的客户端表示形式。

(继承自 IHasInner<T>)
Key

与网络观察程序关联的数据包捕获对象的客户端表示形式。

(继承自 IIndexable)
Name

获取资源的名称

(继承自 IHasName)
ProvisioningState

获取数据包捕获会话的预配状态。

StorageLocation

获取 storageLocation 值。

TargetId

获取目标 ID 值。

TimeLimitInSeconds

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

TotalBytesPerSession

获取捕获输出的最大大小。

方法

GetStatus()

查询正在运行的数据包捕获会话的状态。

GetStatusAsync(CancellationToken)

异步查询正在运行的数据包捕获会话的状态。

Stop()

停止指定的数据包捕获会话。

StopAsync(CancellationToken)

异步停止指定的数据包捕获会话。

适用于