getSim

suspend fun getSim(argument: GetSimPlainArgs): GetSimResult

Gets information about the specified SIM. Azure REST API version: 2023-06-01. Other available API versions: 2022-03-01-preview, 2022-04-01-preview, 2022-11-01, 2023-09-01.

Return

SIM resource.

Parameters

argument

null


suspend fun getSim(resourceGroupName: String, simGroupName: String, simName: String): GetSimResult

Return

SIM resource.

See also

Parameters

resourceGroupName

The name of the resource group. The name is case insensitive.

simGroupName

The name of the SIM Group.

simName

The name of the SIM.


suspend fun getSim(argument: suspend GetSimPlainArgsBuilder.() -> Unit): GetSimResult

Return

SIM resource.

See also

Parameters

argument

Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.GetSimPlainArgs.