get Data Network
Gets information about the specified data network. Uses Azure REST API version 2023-06-01. Other available API versions: 2022-04-01-preview, 2022-11-01, 2023-09-01, 2024-02-01, 2024-04-01.
Return
Data network resource. Must be created in the same location as its parent mobile network.
Parameters
argument
null
suspend fun getDataNetwork(dataNetworkName: String, mobileNetworkName: String, resourceGroupName: String): GetDataNetworkResult
Return
Data network resource. Must be created in the same location as its parent mobile network.
Parameters
data Network Name
The name of the data network.
mobile Network Name
The name of the mobile network.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getDataNetwork(argument: suspend GetDataNetworkPlainArgsBuilder.() -> Unit): GetDataNetworkResult
Return
Data network resource. Must be created in the same location as its parent mobile network.
Parameters
argument
Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.GetDataNetworkPlainArgs.