| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models 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 © 2021 Microsoft Corporation. All rights reserved.