public static interface PCFilter.DefinitionStages.WithRemoteIpAddress<ParentT>
| Modifier and Type | Method and Description |
|---|---|
PCFilter.Definition<ParentT> |
withRemoteIpAddress(String ipAddress)
Set remote IP address to be filtered on.
|
PCFilter.Definition<ParentT> |
withRemoteIpAddresses(List<String> ipAddresses)
Set list of remote IP addresses to be filtered on.
|
PCFilter.Definition<ParentT> |
withRemoteIpAddressesRange(String startIpAddress,
String endIpAddress)
Set remote IP addresses range to be filtered on.
|
PCFilter.Definition<ParentT> withRemoteIpAddress(String ipAddress)
ipAddress - remote IP addressPCFilter.Definition<ParentT> withRemoteIpAddressesRange(String startIpAddress, String endIpAddress)
startIpAddress - range start IP addressendIpAddress - range end IP addressPCFilter.Definition<ParentT> withRemoteIpAddresses(List<String> ipAddresses)
ipAddresses - list of IP addressesCopyright © 2020 Microsoft Corporation. All rights reserved.