public static interface PCFilter.DefinitionStages.WithRemotePort<ParentT>
| Modifier and Type | Method and Description |
|---|---|
PCFilter.Definition<ParentT> |
withRemotePort(int port)
Set the remote port to be filtered on.
|
PCFilter.Definition<ParentT> |
withRemotePortRange(int startPort,
int endPort)
Set the remote port range to be filtered on.
|
PCFilter.Definition<ParentT> |
withRemotePorts(List<Integer> ports)
Set the list of remote ports to be filtered on.
|
PCFilter.Definition<ParentT> withRemotePort(int port)
port - port numberPCFilter.Definition<ParentT> withRemotePortRange(int startPort, int endPort)
startPort - range start port numberendPort - range end port numberPCFilter.Definition<ParentT> withRemotePorts(List<Integer> ports)
ports - list of remote portsCopyright © 2020 Microsoft Corporation. All rights reserved.