68 строки
4.9 KiB
YAML
68 строки
4.9 KiB
YAML
### 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 Indexable, HasParent<PacketCapture>, HasInnerModel<PacketCaptureFilter>"
|
|
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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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: "<xref href=\"com.azure.resourcemanager.network.models.PcProtocol?alt=com.azure.resourcemanager.network.models.PcProtocol&text=PcProtocol\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- 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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "Client-side representation of packet capture filter."
|
|
implements:
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.HasParent&text=HasParent\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.models.PacketCapture?alt=com.azure.resourcemanager.network.models.PacketCapture&text=PacketCapture\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel?alt=com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel&text=HasInnerModel\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.network.models.PacketCaptureFilter?alt=com.azure.resourcemanager.network.models.PacketCaptureFilter&text=PacketCaptureFilter\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.azure.resourcemanager.resources.fluentcore.model.Indexable?alt=com.azure.resourcemanager.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.network.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.18.0
|