We recommend using Azure Native.
Azure v6.21.0 published on Friday, Mar 7, 2025 by Pulumi
azure.mobile.getNetworkSim
Explore with Pulumi AI
Get information about a Mobile Network Sim.
Example Usage
Coming soon!
Coming soon!
Coming soon!
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:
- MobileNetwork 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.
- MobileNetwork 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.
- mobileNetwork 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.
- mobileNetwork 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.
- mobileNetwork 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:
- DeviceType string
- The device type this SIM is associated with.
- Id string
- The provider-assigned unique ID for this managed resource.
- IntegratedCircuit stringCard Identifier 
- The integrated circuit card ID (ICCID) for the SIM.
- InternationalMobile stringSubscriber Identity 
- The international mobile subscriber identity (IMSI) for the SIM.
- MobileNetwork stringSim Group Id 
- Name string
- SimPolicy stringId 
- The ID of SIM policy used by this SIM.
- SimState string
- The state of the SIM resource.
- StaticIp List<GetConfigurations Network Sim Static Ip Configuration> 
- A static_ip_configurationblock as defined below.
- VendorKey stringFingerprint 
- The public key fingerprint of the SIM vendor who provided this SIM.
- VendorName string
- The name of the SIM vendor who provided this SIM, if any.
- DeviceType string
- The device type this SIM is associated with.
- Id string
- The provider-assigned unique ID for this managed resource.
- IntegratedCircuit stringCard Identifier 
- The integrated circuit card ID (ICCID) for the SIM.
- InternationalMobile stringSubscriber Identity 
- The international mobile subscriber identity (IMSI) for the SIM.
- MobileNetwork stringSim Group Id 
- Name string
- SimPolicy stringId 
- The ID of SIM policy used by this SIM.
- SimState string
- The state of the SIM resource.
- StaticIp []GetConfigurations Network Sim Static Ip Configuration 
- A static_ip_configurationblock as defined below.
- VendorKey stringFingerprint 
- The public key fingerprint of the SIM vendor who provided this SIM.
- VendorName string
- The name of the SIM vendor who provided this SIM, if any.
- deviceType String
- The device type this SIM is associated with.
- id String
- The provider-assigned unique ID for this managed resource.
- integratedCircuit StringCard Identifier 
- The integrated circuit card ID (ICCID) for the SIM.
- internationalMobile StringSubscriber Identity 
- The international mobile subscriber identity (IMSI) for the SIM.
- mobileNetwork StringSim Group Id 
- name String
- simPolicy StringId 
- The ID of SIM policy used by this SIM.
- simState String
- The state of the SIM resource.
- staticIp List<GetConfigurations Network Sim Static Ip Configuration> 
- A static_ip_configurationblock as defined below.
- vendorKey StringFingerprint 
- The public key fingerprint of the SIM vendor who provided this SIM.
- vendorName String
- The name of the SIM vendor who provided this SIM, if any.
- deviceType string
- The device type this SIM is associated with.
- id string
- The provider-assigned unique ID for this managed resource.
- integratedCircuit stringCard Identifier 
- The integrated circuit card ID (ICCID) for the SIM.
- internationalMobile stringSubscriber Identity 
- The international mobile subscriber identity (IMSI) for the SIM.
- mobileNetwork stringSim Group Id 
- name string
- simPolicy stringId 
- The ID of SIM policy used by this SIM.
- simState string
- The state of the SIM resource.
- staticIp GetConfigurations Network Sim Static Ip Configuration[] 
- A static_ip_configurationblock as defined below.
- vendorKey stringFingerprint 
- The public key fingerprint of the SIM vendor who provided this SIM.
- vendorName 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.
- deviceType String
- The device type this SIM is associated with.
- id String
- The provider-assigned unique ID for this managed resource.
- integratedCircuit StringCard Identifier 
- The integrated circuit card ID (ICCID) for the SIM.
- internationalMobile StringSubscriber Identity 
- The international mobile subscriber identity (IMSI) for the SIM.
- mobileNetwork StringSim Group Id 
- name String
- simPolicy StringId 
- The ID of SIM policy used by this SIM.
- simState String
- The state of the SIM resource.
- staticIp List<Property Map>Configurations 
- A static_ip_configurationblock as defined below.
- vendorKey StringFingerprint 
- The public key fingerprint of the SIM vendor who provided this SIM.
- vendorName String
- The name of the SIM vendor who provided this SIM, if any.
Supporting Types
GetNetworkSimStaticIpConfiguration     
- AttachedData stringNetwork Id 
- The ID of attached data network on which the static.
- SliceId string
- StaticIpv4Address string
- The IPv4 address assigned to the SIM at this network scope.
- AttachedData stringNetwork Id 
- The ID of attached data network on which the static.
- SliceId string
- StaticIpv4Address string
- The IPv4 address assigned to the SIM at this network scope.
- attachedData StringNetwork Id 
- The ID of attached data network on which the static.
- sliceId String
- staticIpv4Address String
- The IPv4 address assigned to the SIM at this network scope.
- attachedData stringNetwork Id 
- The ID of attached data network on which the static.
- sliceId string
- staticIpv4Address 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.
- attachedData StringNetwork Id 
- The ID of attached data network on which the static.
- sliceId String
- staticIpv4Address 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.