public static interface PCFilter.DefinitionStages.WithLocalIP<ParentT>
| Modifier and Type | Method and Description |
|---|---|
PCFilter.Definition<ParentT> |
withLocalIpAddress(String ipAddress)
Set local IP address to be filtered on.
|
PCFilter.Definition<ParentT> |
withLocalIpAddresses(List<String> ipAddresses)
Set list of local IP addresses to be filtered on.
|
PCFilter.Definition<ParentT> |
withLocalIpAddressesRange(String startIpAddress,
String endIpAddress)
Set local IP addresses range to be filtered on.
|
PCFilter.Definition<ParentT> withLocalIpAddress(String ipAddress)
ipAddress - local IP addressPCFilter.Definition<ParentT> withLocalIpAddressesRange(String startIpAddress, String endIpAddress)
startIpAddress - range start IP addressendIpAddress - range end IP addressPCFilter.Definition<ParentT> withLocalIpAddresses(List<String> ipAddresses)
ipAddresses - list of IP addressCopyright © 2021 Microsoft Corporation. All rights reserved.