Uses of Class
com.azure.resourcemanager.network.models.PacketCaptureFilter
-
Packages that use PacketCaptureFilter Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of PacketCaptureFilter in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type PacketCaptureFilter Modifier and Type Method Description List<PacketCaptureFilter>PacketCaptureInner. filters()Get the filters property: A list of packet capture filters.List<PacketCaptureFilter>PacketCaptureParameters. filters()Get the filters property: A list of packet capture filters.List<PacketCaptureFilter>PacketCaptureResultInner. filters()Get the filters property: A list of packet capture filters.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type PacketCaptureFilter Modifier and Type Method Description PacketCaptureInnerPacketCaptureInner. withFilters(List<PacketCaptureFilter> filters)Set the filters property: A list of packet capture filters.PacketCaptureParametersPacketCaptureParameters. withFilters(List<PacketCaptureFilter> filters)Set the filters property: A list of packet capture filters.PacketCaptureResultInnerPacketCaptureResultInner. withFilters(List<PacketCaptureFilter> filters)Set the filters property: A list of packet capture filters.PacketCaptureResultPropertiesPacketCaptureResultProperties. withFilters(List<PacketCaptureFilter> filters)Set the filters property: A list of packet capture filters. -
Uses of PacketCaptureFilter in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return PacketCaptureFilter Modifier and Type Method Description PacketCaptureFilterPacketCaptureFilter. withLocalIpAddress(String localIpAddress)Set the localIpAddress property: Local IP Address to be filtered on.PacketCaptureFilterPacketCaptureFilter. withLocalPort(String localPort)Set the localPort property: Local port to be filtered on.PacketCaptureFilterPacketCaptureFilter. withProtocol(PcProtocol protocol)Set the protocol property: Protocol to be filtered on.PacketCaptureFilterPacketCaptureFilter. withRemoteIpAddress(String remoteIpAddress)Set the remoteIpAddress property: Local IP Address to be filtered on.PacketCaptureFilterPacketCaptureFilter. withRemotePort(String remotePort)Set the remotePort property: Remote port to be filtered on.Methods in com.azure.resourcemanager.network.models that return types with arguments of type PacketCaptureFilter Modifier and Type Method Description List<PacketCaptureFilter>PacketCapture. filters()
-