get Packet Capture
Gets a packet capture session by name. API Version: 2020-11-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.
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.
See also
suspend fun getPacketCapture(argument: suspend GetPacketCapturePlainArgsBuilder.() -> Unit): GetPacketCaptureResult
Return
Information about packet capture session.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetPacketCapturePlainArgs.