listMobileNetworkSimGroups

Gets all the SIM groups assigned to a mobile network. Uses Azure REST API version 2024-04-01.

Return

Response for list SIM groups API service call.

Parameters

argument

null


suspend fun listMobileNetworkSimGroups(mobileNetworkName: String, resourceGroupName: String): ListMobileNetworkSimGroupsResult

Return

Response for list SIM groups API service call.

Parameters

mobileNetworkName

The name of the mobile network.

resourceGroupName

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

See also


Return

Response for list SIM groups API service call.

Parameters

argument

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

See also