list Mobile Network Sim Ids
suspend fun listMobileNetworkSimIds(argument: ListMobileNetworkSimIdsPlainArgs): ListMobileNetworkSimIdsResult
Lists the IDs of all provisioned SIMs in a mobile network Uses Azure REST API version 2022-04-01-preview.
Return
Response for list SIM IDs API service call.
Parameters
argument
null
suspend fun listMobileNetworkSimIds(mobileNetworkName: String, resourceGroupName: String): ListMobileNetworkSimIdsResult
Return
Response for list SIM IDs 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 listMobileNetworkSimIds(argument: suspend ListMobileNetworkSimIdsPlainArgsBuilder.() -> Unit): ListMobileNetworkSimIdsResult
Return
Response for list SIM IDs API service call.
Parameters
argument
Builder for com.pulumi.azurenative.mobilenetwork.kotlin.inputs.ListMobileNetworkSimIdsPlainArgs.