IPCFilter Interface

Definition

Client-side representation of packet capture filter.

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
Implements

Properties

Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
LocalIPAddress

Gets local IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5"? for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.

LocalPort

Gets local port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.

Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)
Protocol

Gets protocol to be filtered on.

RemoteIPAddress

Gets remote IP Address to be filtered on. Notation: "127.0.0.1" for single address entry. "127.0.0.1-127.0.0.255" for range. "127.0.0.1;127.0.0.5;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.

RemotePort

Gets remote port to be filtered on. Notation: "80" for single port entry."80-85" for range. "80;443;" for multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently supported. Default = null.

Applies to