get Mobile Network
Gets information about the specified mobile network. API Version: 2022-04-01-preview.
Return
Mobile network resource.
Parameters
argument
null
suspend fun getMobileNetwork(mobileNetworkName: String, resourceGroupName: String): GetMobileNetworkResult
Return
Mobile network resource.
Parameters
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 getMobileNetwork(argument: suspend GetMobileNetworkPlainArgsBuilder.() -> Unit): GetMobileNetworkResult
Return
Mobile network resource.
Parameters
argument
Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.GetMobileNetworkPlainArgs.