get Packet Core Data Plane
suspend fun getPacketCoreDataPlane(argument: GetPacketCoreDataPlanePlainArgs): GetPacketCoreDataPlaneResult
Gets information about the specified packet core data plane. Azure REST API version: 2023-06-01. Other available API versions: 2022-04-01-preview, 2022-11-01, 2023-09-01.
Return
Packet core data plane resource. Must be created in the same location as its parent packet core control plane.
Parameters
argument
null
suspend fun getPacketCoreDataPlane(packetCoreControlPlaneName: String, packetCoreDataPlaneName: String, resourceGroupName: String): GetPacketCoreDataPlaneResult
Return
Packet core data plane resource. Must be created in the same location as its parent packet core control plane.
See also
Parameters
packet Core Control Plane Name
The name of the packet core control plane.
packet Core Data Plane Name
The name of the packet core data plane.
resource Group Name
The name of the resource group. The name is case insensitive.
suspend fun getPacketCoreDataPlane(argument: suspend GetPacketCoreDataPlanePlainArgsBuilder.() -> Unit): GetPacketCoreDataPlaneResult
Return
Packet core data plane resource. Must be created in the same location as its parent packet core control plane.
See also
Parameters
argument
Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.GetPacketCoreDataPlanePlainArgs.