get Attached Data Network
suspend fun getAttachedDataNetwork(argument: GetAttachedDataNetworkPlainArgs): GetAttachedDataNetworkResult
Gets information about the specified attached data network. API Version: 2022-04-01-preview.
Return
Attached data network resource.
Parameters
argument
null
suspend fun getAttachedDataNetwork(attachedDataNetworkName: String, packetCoreControlPlaneName: String, packetCoreDataPlaneName: String, resourceGroupName: String): GetAttachedDataNetworkResult
Return
Attached data network resource.
Parameters
attached Data Network Name
The name of the attached data network.
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.
See also
suspend fun getAttachedDataNetwork(argument: suspend GetAttachedDataNetworkPlainArgsBuilder.() -> Unit): GetAttachedDataNetworkResult
Return
Attached data network resource.
Parameters
argument
Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.GetAttachedDataNetworkPlainArgs.