get Network Sim
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}
Content copied to clipboard
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.
Return
A collection of values returned by getNetworkSim.
Parameters
mobile Network Sim Group Id
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
suspend fun getNetworkSim(argument: suspend GetNetworkSimPlainArgsBuilder.() -> Unit): GetNetworkSimResult
Return
A collection of values returned by getNetworkSim.
Parameters
argument
Builder for com.pulumi.azure.mobile.kotlin.inputs.GetNetworkSimPlainArgs.