Uses of Interface
com.azure.resourcemanager.network.models.PCFilter.Definition
Packages that use PCFilter.Definition
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of PCFilter.Definition in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PCFilter.DefinitionModifier and TypeMethodDescriptionPCFilter.DefinitionStages.WithLocalIP.withLocalIpAddress(String ipAddress) Set local IP address to be filtered on.PCFilter.DefinitionStages.WithLocalIP.withLocalIpAddresses(List<String> ipAddresses) Set list of local IP addresses to be filtered on.PCFilter.DefinitionStages.WithLocalIP.withLocalIpAddressesRange(String startIpAddress, String endIpAddress) Set local IP addresses range to be filtered on.PCFilter.DefinitionStages.WithLocalPort.withLocalPort(int port) Set the local port to be filtered on.PCFilter.DefinitionStages.WithLocalPort.withLocalPortRange(int startPort, int endPort) Set the local port range to be filtered on.PCFilter.DefinitionStages.WithLocalPort.withLocalPorts(List<Integer> ports) Set the list of local ports to be filtered on.PCFilter.DefinitionStages.WithRemoteIpAddress.withRemoteIpAddress(String ipAddress) Set remote IP address to be filtered on.PCFilter.DefinitionStages.WithRemoteIpAddress.withRemoteIpAddresses(List<String> ipAddresses) Set list of remote IP addresses to be filtered on.PCFilter.DefinitionStages.WithRemoteIpAddress.withRemoteIpAddressesRange(String startIpAddress, String endIpAddress) Set remote IP addresses range to be filtered on.PCFilter.DefinitionStages.WithRemotePort.withRemotePort(int port) Set the remote port to be filtered on.PCFilter.DefinitionStages.WithRemotePort.withRemotePortRange(int startPort, int endPort) Set the remote port range to be filtered on.PCFilter.DefinitionStages.WithRemotePort.withRemotePorts(List<Integer> ports) Set the list of remote ports to be filtered on.