public static interface PCFilter.DefinitionStages.WithLocalPort<ParentT>
| Modifier and Type | Method and Description |
|---|---|
PCFilter.Definition<ParentT> |
withLocalPort(int port)
Set the local port to be filtered on.
|
PCFilter.Definition<ParentT> |
withLocalPortRange(int startPort,
int endPort)
Set the local port range to be filtered on.
|
PCFilter.Definition<ParentT> |
withLocalPorts(List<Integer> ports)
Set the list of local ports to be filtered on.
|
PCFilter.Definition<ParentT> withLocalPort(int port)
port - port numberPCFilter.Definition<ParentT> withLocalPortRange(int startPort, int endPort)
startPort - range start port numberendPort - range end port numberPCFilter.Definition<ParentT> withLocalPorts(List<Integer> ports)
ports - list of local portsCopyright © 2021 Microsoft Corporation. All rights reserved.