getSimGroup

Gets information about the specified SIM group. Azure REST API version: 2023-06-01.

Return

SIM group resource.

Parameters

argument

null


suspend fun getSimGroup(resourceGroupName: String, simGroupName: String): GetSimGroupResult

Return

SIM group resource.

See also

Parameters

resourceGroupName

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

simGroupName

The name of the SIM Group.


suspend fun getSimGroup(argument: suspend GetSimGroupPlainArgsBuilder.() -> Unit): GetSimGroupResult

Return

SIM group resource.

See also

Parameters

argument

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