get Packet Capture
Gets information about the specified packet capture session. Uses Azure REST API version 2024-04-01. Other available API versions: 2023-06-01, 2023-09-01, 2024-02-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native mobilenetwork [ApiVersion]
. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.
Return
Packet capture session resource.
Parameters
argument
null
suspend fun getPacketCapture(packetCaptureName: String, packetCoreControlPlaneName: String, resourceGroupName: String): GetPacketCaptureResult
Return
Packet capture session resource.
Parameters
packet Capture Name
The name of the packet capture session.
packet Core Control Plane Name
The name of the packet core control plane.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getPacketCapture(argument: suspend GetPacketCapturePlainArgsBuilder.() -> Unit): GetPacketCaptureResult
Return
Packet capture session resource.
Parameters
argument
Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.GetPacketCapturePlainArgs.