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 addresses/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/