### YamlMime:JavaType uid: "com.azure.resourcemanager.network.models.PCFilter" fullName: "com.azure.resourcemanager.network.models.PCFilter" name: "PCFilter" nameWithType: "PCFilter" summary: "Client-side representation of packet capture filter." syntax: "public interface **PCFilter**
extends , <>, <>" methods: - uid: "com.azure.resourcemanager.network.models.PCFilter.localIpAddress()" fullName: "com.azure.resourcemanager.network.models.PCFilter.localIpAddress()" name: "localIpAddress()" nameWithType: "PCFilter.localIpAddress()" modifiers: - "abstract" syntax: "public abstract String localIpAddress()" returns: description: "local IP Address to be filtered on. Notation: \"127.0.0.1\" for single address entry.\n \"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\n supported. Mixing ranges with multiple entries not currently supported. Default = null." type: "String" - uid: "com.azure.resourcemanager.network.models.PCFilter.localPort()" fullName: "com.azure.resourcemanager.network.models.PCFilter.localPort()" name: "localPort()" nameWithType: "PCFilter.localPort()" modifiers: - "abstract" syntax: "public abstract String localPort()" returns: description: "local port to be filtered on. Notation: \"80\" for single port entry.\"80-85\" for range. \"80;443;\" for\n multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently\n supported. Default = null." type: "String" - uid: "com.azure.resourcemanager.network.models.PCFilter.protocol()" fullName: "com.azure.resourcemanager.network.models.PCFilter.protocol()" name: "protocol()" nameWithType: "PCFilter.protocol()" modifiers: - "abstract" syntax: "public abstract PcProtocol protocol()" returns: description: "protocol to be filtered on." type: "" - uid: "com.azure.resourcemanager.network.models.PCFilter.remoteIpAddress()" fullName: "com.azure.resourcemanager.network.models.PCFilter.remoteIpAddress()" name: "remoteIpAddress()" nameWithType: "PCFilter.remoteIpAddress()" modifiers: - "abstract" syntax: "public abstract String remoteIpAddress()" returns: description: "remote IP Address to be filtered on. Notation: \"127.0.0.1\" for single address entry.\n \"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\n supported. Mixing ranges with multiple entries not currently supported. Default = null." type: "String" - uid: "com.azure.resourcemanager.network.models.PCFilter.remotePort()" fullName: "com.azure.resourcemanager.network.models.PCFilter.remotePort()" name: "remotePort()" nameWithType: "PCFilter.remotePort()" modifiers: - "abstract" syntax: "public abstract String remotePort()" returns: description: "remote port to be filtered on. Notation: \"80\" for single port entry.\"80-85\" for range. \"80;443;\" for\n multiple entries. Multiple ranges not currently supported. Mixing ranges with multiple entries not currently\n supported. Default = null." type: "String" type: "interface" desc: "Client-side representation of packet capture filter." implements: - "<>" - "<>" - "" metadata: {} package: "com.azure.resourcemanager.network.models" artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0