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

IPCFilter 接口

定义

数据包捕获筛选器的客户端表示形式。

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

属性

Inner

数据包捕获筛选器的客户端表示形式。

(继承自 IHasInner<T>)
Key

数据包捕获筛选器的客户端表示形式。

(继承自 IIndexable)
LocalIPAddress

获取要筛选的本地 IP 地址。 表示法:单个地址条目的“127.0.0.1”。 范围为“127.0.0.1-127.0.0.255”。 "127.0.0.1;127.0.0.5"? 用于多个条目。 当前不支持多个范围。 当前不支持混合具有多个条目的范围。 默认值 = null。

LocalPort

获取要筛选的本地端口。 表示法:“80”表示单个端口输入。”范围为 80-85 英寸。 “80;443;”用于多个条目。 当前不支持多个范围。 当前不支持混合具有多个条目的范围。 默认值 = null。

Parent

获取此子资源的父级。

(继承自 IHasParent<ParentT>)
Protocol

获取要筛选的协议。

RemoteIPAddress

获取要筛选的远程 IP 地址。 表示法:单个地址条目的“127.0.0.1”。 范围为“127.0.0.1-127.0.0.255”。 “127.0.0.1;127.0.0.5;”,用于多个条目。 当前不支持多个范围。 当前不支持混合具有多个条目的范围。 默认值 = null。

RemotePort

获取要筛选的远程端口。 表示法:“80”表示单个端口输入。”范围为 80-85 英寸。 “80;443;”用于多个条目。 当前不支持多个范围。 当前不支持混合具有多个条目的范围。 默认值 = null。

适用于