get Packet Capture
Gets a packet capture session by name. Azure REST API version: 2023-02-01. Other available API versions: 2018-01-01, 2020-06-01, 2023-04-01, 2023-05-01.
Return
Information about packet capture session.
Parameters
argument
null
suspend fun getPacketCapture(networkWatcherName: String, packetCaptureName: String, resourceGroupName: String): GetPacketCaptureResult
Return
Information about packet capture session.
See also
Parameters
network Watcher Name
The name of the network watcher.
packet Capture Name
The name of the packet capture session.
resource Group Name
The name of the resource group.
suspend fun getPacketCapture(argument: suspend GetPacketCapturePlainArgsBuilder.() -> Unit): GetPacketCaptureResult
Return
Information about packet capture session.
See also
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetPacketCapturePlainArgs.