| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
PCFilter.Definition<ParentT> |
PCFilter.DefinitionStages.WithLocalIP.withLocalIPAddress(String ipAddress)
Set local IP address to be filtered on.
|
PCFilter.Definition<ParentT> |
PCFilter.DefinitionStages.WithLocalIP.withLocalIPAddresses(List<String> ipAddresses)
Set list of local IP addresses to be filtered on.
|
PCFilter.Definition<ParentT> |
PCFilter.DefinitionStages.WithLocalIP.withLocalIPAddressesRange(String startIPAddress,
String endIPAddress)
Set local IP addresses range to be filtered on.
|
PCFilter.Definition<ParentT> |
PCFilter.DefinitionStages.WithLocalPort.withLocalPort(int port)
Set the local port to be filtered on.
|
PCFilter.Definition<ParentT> |
PCFilter.DefinitionStages.WithLocalPort.withLocalPortRange(int startPort,
int endPort)
Set the local port range to be filtered on.
|
PCFilter.Definition<ParentT> |
PCFilter.DefinitionStages.WithLocalPort.withLocalPorts(List<Integer> ports)
Set the list of local ports to be filtered on.
|
PCFilter.Definition<ParentT> |
PCFilter.DefinitionStages.WithRemoteIPAddress.withRemoteIPAddress(String ipAddress)
Set remote IP address to be filtered on.
|
PCFilter.Definition<ParentT> |
PCFilter.DefinitionStages.WithRemoteIPAddress.withRemoteIPAddresses(List<String> ipAddresses)
Set list of remote IP addresses to be filtered on.
|
PCFilter.Definition<ParentT> |
PCFilter.DefinitionStages.WithRemoteIPAddress.withRemoteIPAddressesRange(String startIPAddress,
String endIPAddress)
Set remote IP addresses range to be filtered on.
|
PCFilter.Definition<ParentT> |
PCFilter.DefinitionStages.WithRemotePort.withRemotePort(int port)
Set the remote port to be filtered on.
|
PCFilter.Definition<ParentT> |
PCFilter.DefinitionStages.WithRemotePort.withRemotePortRange(int startPort,
int endPort)
Set the remote port range to be filtered on.
|
PCFilter.Definition<ParentT> |
PCFilter.DefinitionStages.WithRemotePort.withRemotePorts(List<Integer> ports)
Set the list of remote ports to be filtered on.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/