We recommend using Azure Native.
Viewing docs for Azure v5.89.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
We recommend using Azure Native.
Viewing docs for Azure v5.89.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
Get information about a Mobile Network Sim.
Example Usage
Example coming soon!
Example coming soon!
Example coming soon!
Example coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.mobile.MobileFunctions;
import com.pulumi.azure.mobile.inputs.GetNetworkSimGroupArgs;
import com.pulumi.azure.mobile.inputs.GetNetworkSimArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = MobileFunctions.getNetworkSimGroup(GetNetworkSimGroupArgs.builder()
.name("example-mnsg")
.resourceGroupName("example-rg")
.build());
final var exampleGetNetworkSim = MobileFunctions.getNetworkSim(GetNetworkSimArgs.builder()
.name("example-sim")
.mobileNetworkSimGroupId(example.applyValue(getNetworkSimGroupResult -> getNetworkSimGroupResult.id()))
.build());
}
}
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}
Using getNetworkSim
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNetworkSim(args: GetNetworkSimArgs, opts?: InvokeOptions): Promise<GetNetworkSimResult>
function getNetworkSimOutput(args: GetNetworkSimOutputArgs, opts?: InvokeOptions): Output<GetNetworkSimResult>def get_network_sim(mobile_network_sim_group_id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetNetworkSimResult
def get_network_sim_output(mobile_network_sim_group_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNetworkSimResult]func LookupNetworkSim(ctx *Context, args *LookupNetworkSimArgs, opts ...InvokeOption) (*LookupNetworkSimResult, error)
func LookupNetworkSimOutput(ctx *Context, args *LookupNetworkSimOutputArgs, opts ...InvokeOption) LookupNetworkSimResultOutput> Note: This function is named LookupNetworkSim in the Go SDK.
public static class GetNetworkSim
{
public static Task<GetNetworkSimResult> InvokeAsync(GetNetworkSimArgs args, InvokeOptions? opts = null)
public static Output<GetNetworkSimResult> Invoke(GetNetworkSimInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkSimResult> getNetworkSim(GetNetworkSimArgs args, InvokeOptions options)
public static Output<GetNetworkSimResult> getNetworkSim(GetNetworkSimArgs args, InvokeOptions options)
fn::invoke:
function: azure:mobile/getNetworkSim:getNetworkSim
arguments:
# arguments dictionaryThe following arguments are supported:
- Mobile
Network stringSim Group Id - The ID of the Mobile Network which the Mobile Network Sim belongs to.
- Name string
- The name which should be used for this Mobile Network Sim.
- Mobile
Network stringSim Group Id - The ID of the Mobile Network which the Mobile Network Sim belongs to.
- Name string
- The name which should be used for this Mobile Network Sim.
- mobile
Network StringSim Group Id - The ID of the Mobile Network which the Mobile Network Sim belongs to.
- name String
- The name which should be used for this Mobile Network Sim.
- mobile
Network stringSim Group Id - The ID of the Mobile Network which the Mobile Network Sim belongs to.
- name string
- The name which should be used for this Mobile Network Sim.
- mobile_
network_ strsim_ group_ id - The ID of the Mobile Network which the Mobile Network Sim belongs to.
- name str
- The name which should be used for this Mobile Network Sim.
- mobile
Network StringSim Group Id - The ID of the Mobile Network which the Mobile Network Sim belongs to.
- name String
- The name which should be used for this Mobile Network Sim.
getNetworkSim Result
The following output properties are available:
- Device
Type string - The device type this SIM is associated with.
- Id string
- The provider-assigned unique ID for this managed resource.
- Integrated
Circuit stringCard Identifier - The integrated circuit card ID (ICCID) for the SIM.
- International
Mobile stringSubscriber Identity - The international mobile subscriber identity (IMSI) for the SIM.
- Mobile
Network stringSim Group Id - Name string
- Sim
Policy stringId - The ID of SIM policy used by this SIM.
- Sim
State string - The state of the SIM resource.
- Static
Ip List<GetConfigurations Network Sim Static Ip Configuration> - A
static_ip_configurationblock as defined below. - Vendor
Key stringFingerprint - The public key fingerprint of the SIM vendor who provided this SIM.
- Vendor
Name string - The name of the SIM vendor who provided this SIM, if any.
- Device
Type string - The device type this SIM is associated with.
- Id string
- The provider-assigned unique ID for this managed resource.
- Integrated
Circuit stringCard Identifier - The integrated circuit card ID (ICCID) for the SIM.
- International
Mobile stringSubscriber Identity - The international mobile subscriber identity (IMSI) for the SIM.
- Mobile
Network stringSim Group Id - Name string
- Sim
Policy stringId - The ID of SIM policy used by this SIM.
- Sim
State string - The state of the SIM resource.
- Static
Ip []GetConfigurations Network Sim Static Ip Configuration - A
static_ip_configurationblock as defined below. - Vendor
Key stringFingerprint - The public key fingerprint of the SIM vendor who provided this SIM.
- Vendor
Name string - The name of the SIM vendor who provided this SIM, if any.
- device
Type String - The device type this SIM is associated with.
- id String
- The provider-assigned unique ID for this managed resource.
- integrated
Circuit StringCard Identifier - The integrated circuit card ID (ICCID) for the SIM.
- international
Mobile StringSubscriber Identity - The international mobile subscriber identity (IMSI) for the SIM.
- mobile
Network StringSim Group Id - name String
- sim
Policy StringId - The ID of SIM policy used by this SIM.
- sim
State String - The state of the SIM resource.
- static
Ip List<GetConfigurations Network Sim Static Ip Configuration> - A
static_ip_configurationblock as defined below. - vendor
Key StringFingerprint - The public key fingerprint of the SIM vendor who provided this SIM.
- vendor
Name String - The name of the SIM vendor who provided this SIM, if any.
- device
Type string - The device type this SIM is associated with.
- id string
- The provider-assigned unique ID for this managed resource.
- integrated
Circuit stringCard Identifier - The integrated circuit card ID (ICCID) for the SIM.
- international
Mobile stringSubscriber Identity - The international mobile subscriber identity (IMSI) for the SIM.
- mobile
Network stringSim Group Id - name string
- sim
Policy stringId - The ID of SIM policy used by this SIM.
- sim
State string - The state of the SIM resource.
- static
Ip GetConfigurations Network Sim Static Ip Configuration[] - A
static_ip_configurationblock as defined below. - vendor
Key stringFingerprint - The public key fingerprint of the SIM vendor who provided this SIM.
- vendor
Name string - The name of the SIM vendor who provided this SIM, if any.
- device_
type str - The device type this SIM is associated with.
- id str
- The provider-assigned unique ID for this managed resource.
- integrated_
circuit_ strcard_ identifier - The integrated circuit card ID (ICCID) for the SIM.
- international_
mobile_ strsubscriber_ identity - The international mobile subscriber identity (IMSI) for the SIM.
- mobile_
network_ strsim_ group_ id - name str
- sim_
policy_ strid - The ID of SIM policy used by this SIM.
- sim_
state str - The state of the SIM resource.
- static_
ip_ Sequence[Getconfigurations Network Sim Static Ip Configuration] - A
static_ip_configurationblock as defined below. - vendor_
key_ strfingerprint - The public key fingerprint of the SIM vendor who provided this SIM.
- vendor_
name str - The name of the SIM vendor who provided this SIM, if any.
- device
Type String - The device type this SIM is associated with.
- id String
- The provider-assigned unique ID for this managed resource.
- integrated
Circuit StringCard Identifier - The integrated circuit card ID (ICCID) for the SIM.
- international
Mobile StringSubscriber Identity - The international mobile subscriber identity (IMSI) for the SIM.
- mobile
Network StringSim Group Id - name String
- sim
Policy StringId - The ID of SIM policy used by this SIM.
- sim
State String - The state of the SIM resource.
- static
Ip List<Property Map>Configurations - A
static_ip_configurationblock as defined below. - vendor
Key StringFingerprint - The public key fingerprint of the SIM vendor who provided this SIM.
- vendor
Name String - The name of the SIM vendor who provided this SIM, if any.
Supporting Types
GetNetworkSimStaticIpConfiguration
- Attached
Data stringNetwork Id - The ID of attached data network on which the static.
- Slice
Id string - Static
Ipv4Address string - The IPv4 address assigned to the SIM at this network scope.
- Attached
Data stringNetwork Id - The ID of attached data network on which the static.
- Slice
Id string - Static
Ipv4Address string - The IPv4 address assigned to the SIM at this network scope.
- attached
Data StringNetwork Id - The ID of attached data network on which the static.
- slice
Id String - static
Ipv4Address String - The IPv4 address assigned to the SIM at this network scope.
- attached
Data stringNetwork Id - The ID of attached data network on which the static.
- slice
Id string - static
Ipv4Address string - The IPv4 address assigned to the SIM at this network scope.
- attached_
data_ strnetwork_ id - The ID of attached data network on which the static.
- slice_
id str - static_
ipv4_ straddress - The IPv4 address assigned to the SIM at this network scope.
- attached
Data StringNetwork Id - The ID of attached data network on which the static.
- slice
Id String - static
Ipv4Address String - The IPv4 address assigned to the SIM at this network scope.
Package Details
- Repository
- Azure Classic pulumi/pulumi-azure
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
azurermTerraform Provider.
We recommend using Azure Native.
Viewing docs for Azure v5.89.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
published on Monday, Mar 9, 2026 by Pulumi
