1. Packages
  2. Azure Native
  3. API Docs
  4. mobilenetwork
  5. listMobileNetworkSimIds
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.mobilenetwork.listMobileNetworkSimIds

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Lists the IDs of all provisioned SIMs in a mobile network

Uses Azure REST API version 2022-04-01-preview.

Using listMobileNetworkSimIds

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 listMobileNetworkSimIds(args: ListMobileNetworkSimIdsArgs, opts?: InvokeOptions): Promise<ListMobileNetworkSimIdsResult>
function listMobileNetworkSimIdsOutput(args: ListMobileNetworkSimIdsOutputArgs, opts?: InvokeOptions): Output<ListMobileNetworkSimIdsResult>
Copy
def list_mobile_network_sim_ids(mobile_network_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> ListMobileNetworkSimIdsResult
def list_mobile_network_sim_ids_output(mobile_network_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[ListMobileNetworkSimIdsResult]
Copy
func ListMobileNetworkSimIds(ctx *Context, args *ListMobileNetworkSimIdsArgs, opts ...InvokeOption) (*ListMobileNetworkSimIdsResult, error)
func ListMobileNetworkSimIdsOutput(ctx *Context, args *ListMobileNetworkSimIdsOutputArgs, opts ...InvokeOption) ListMobileNetworkSimIdsResultOutput
Copy

> Note: This function is named ListMobileNetworkSimIds in the Go SDK.

public static class ListMobileNetworkSimIds 
{
    public static Task<ListMobileNetworkSimIdsResult> InvokeAsync(ListMobileNetworkSimIdsArgs args, InvokeOptions? opts = null)
    public static Output<ListMobileNetworkSimIdsResult> Invoke(ListMobileNetworkSimIdsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListMobileNetworkSimIdsResult> listMobileNetworkSimIds(ListMobileNetworkSimIdsArgs args, InvokeOptions options)
public static Output<ListMobileNetworkSimIdsResult> listMobileNetworkSimIds(ListMobileNetworkSimIdsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:mobilenetwork:listMobileNetworkSimIds
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

MobileNetworkName
This property is required.
Changes to this property will trigger replacement.
string
The name of the mobile network.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
MobileNetworkName
This property is required.
Changes to this property will trigger replacement.
string
The name of the mobile network.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
mobileNetworkName
This property is required.
Changes to this property will trigger replacement.
String
The name of the mobile network.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
mobileNetworkName
This property is required.
Changes to this property will trigger replacement.
string
The name of the mobile network.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
mobile_network_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the mobile network.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
mobileNetworkName
This property is required.
Changes to this property will trigger replacement.
String
The name of the mobile network.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.

listMobileNetworkSimIds Result

The following output properties are available:

NextLink string
The URL to get the next set of results.
Value List<Pulumi.AzureNative.MobileNetwork.Outputs.SubResourceResponse>
A list of SIM IDs.
NextLink string
The URL to get the next set of results.
Value []SubResourceResponse
A list of SIM IDs.
nextLink String
The URL to get the next set of results.
value List<SubResourceResponse>
A list of SIM IDs.
nextLink string
The URL to get the next set of results.
value SubResourceResponse[]
A list of SIM IDs.
next_link str
The URL to get the next set of results.
value Sequence[SubResourceResponse]
A list of SIM IDs.
nextLink String
The URL to get the next set of results.
value List<Property Map>
A list of SIM IDs.

Supporting Types

SubResourceResponse

Id This property is required. string
Resource ID.
Id This property is required. string
Resource ID.
id This property is required. String
Resource ID.
id This property is required. string
Resource ID.
id This property is required. str
Resource ID.
id This property is required. String
Resource ID.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi