list Mobile Network Sim Groups
suspend fun listMobileNetworkSimGroups(argument: ListMobileNetworkSimGroupsPlainArgs): ListMobileNetworkSimGroupsResult
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
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 listMobileNetworkSimGroups(argument: suspend ListMobileNetworkSimGroupsPlainArgsBuilder.() -> Unit): ListMobileNetworkSimGroupsResult
Return
Response for list SIM groups API service call.
Parameters
argument
Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.ListMobileNetworkSimGroupsPlainArgs.