getNetworkSim

Get information about a Mobile Network Sim.

Example Usage

variables:
example:
fn::invoke:
function: azure:mobile:getNetworkSimGroup
arguments:
name: example-mnsg
resourceGroupName: example-rg
exampleGetNetworkSim:
fn::invoke:
function: azure:mobile:getNetworkSim
arguments:
name: example-sim
mobileNetworkSimGroupId: ${example.id}

API Providers

This data source uses the following Azure API Providers:

  • Microsoft.MobileNetwork: 2022-11-01

Return

A collection of values returned by getNetworkSim.

Parameters

argument

A collection of arguments for invoking getNetworkSim.


suspend fun getNetworkSim(mobileNetworkSimGroupId: String, name: String): GetNetworkSimResult

Return

A collection of values returned by getNetworkSim.

Parameters

mobileNetworkSimGroupId

The ID of the Mobile Network which the Mobile Network Sim belongs to.

name

The name which should be used for this Mobile Network Sim.

See also


Return

A collection of values returned by getNetworkSim.

Parameters

argument

Builder for com.pulumi.azure.mobile.kotlin.inputs.GetNetworkSimPlainArgs.

See also