This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.mobilenetwork.listMobileNetworkSimIds
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Lists the IDs of all provisioned SIMs in a mobile network 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>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]func ListMobileNetworkSimIds(ctx *Context, args *ListMobileNetworkSimIdsArgs, opts ...InvokeOption) (*ListMobileNetworkSimIdsResult, error)
func ListMobileNetworkSimIdsOutput(ctx *Context, args *ListMobileNetworkSimIdsOutputArgs, opts ...InvokeOption) ListMobileNetworkSimIdsResultOutput> 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)
}public static CompletableFuture<ListMobileNetworkSimIdsResult> listMobileNetworkSimIds(ListMobileNetworkSimIdsArgs args, InvokeOptions options)
public static Output<ListMobileNetworkSimIdsResult> listMobileNetworkSimIds(ListMobileNetworkSimIdsArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:mobilenetwork:listMobileNetworkSimIds
  arguments:
    # arguments dictionaryThe following arguments are supported:
- MobileNetwork stringName 
- The name of the mobile network.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- MobileNetwork stringName 
- The name of the mobile network.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- mobileNetwork StringName 
- The name of the mobile network.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- mobileNetwork stringName 
- The name of the mobile network.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- mobile_network_ strname 
- The name of the mobile network.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- mobileNetwork StringName 
- The name of the mobile network.
- resourceGroup StringName 
- 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.Azure Native. Mobile Network. Outputs. Sub Resource Response> 
- A list of SIM IDs.
- NextLink string
- The URL to get the next set of results.
- Value
[]SubResource Response 
- A list of SIM IDs.
- nextLink String
- The URL to get the next set of results.
- value
List<SubResource Response> 
- A list of SIM IDs.
- nextLink string
- The URL to get the next set of results.
- value
SubResource Response[] 
- A list of SIM IDs.
- next_link str
- The URL to get the next set of results.
- value
Sequence[SubResource Response] 
- 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 string
- Resource ID.
- Id string
- Resource ID.
- id String
- Resource ID.
- id string
- Resource ID.
- id str
- Resource ID.
- id 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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi