Uses of Class
com.azure.resourcemanager.network.models.PacketCaptureFilter
Packages that use PacketCaptureFilter
Package
Description
Package containing the inner data models for NetworkManagementClient.
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 PacketCaptureFilterModifier and TypeMethodDescriptionPacketCaptureInner.filters()Get the filters property: A list of packet capture filters.PacketCaptureParameters.filters()Get the filters property: A list of packet capture filters.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 PacketCaptureFilterModifier and TypeMethodDescriptionPacketCaptureInner.withFilters(List<PacketCaptureFilter> filters) Set the filters property: A list of packet capture filters.PacketCaptureParameters.withFilters(List<PacketCaptureFilter> filters) Set the filters property: A list of packet capture filters.PacketCaptureResultInner.withFilters(List<PacketCaptureFilter> filters) Set the filters property: A list of packet capture filters.PacketCaptureResultProperties.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 PacketCaptureFilterModifier and TypeMethodDescriptionPacketCaptureFilter.withLocalIpAddress(String localIpAddress) Set the localIpAddress property: Local IP Address to be filtered on.PacketCaptureFilter.withLocalPort(String localPort) Set the localPort property: Local port to be filtered on.PacketCaptureFilter.withProtocol(PcProtocol protocol) Set the protocol property: Protocol to be filtered on.PacketCaptureFilter.withRemoteIpAddress(String remoteIpAddress) Set the remoteIpAddress property: Local IP Address to be filtered on.PacketCaptureFilter.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