mobile_networks_sim_groups
Creates, updates, deletes, gets or lists a mobile_networks_sim_groups
resource.
Overview
Name | mobile_networks_sim_groups |
Type | Resource |
Id | azure.mobile_network.mobile_networks_sim_groups |
Fields
Name | Datatype | Description |
---|---|---|
identity | object | Managed service identity (User assigned identity) |
location | string | The geo-location where the resource lives |
properties | object | SIM group properties. |
tags | object | Resource tags. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | mobileNetworkName, resourceGroupName, subscriptionId | Gets all the SIM groups assigned to a mobile network. |
SELECT
examples
Gets all the SIM groups assigned to a mobile network.
SELECT
identity,
location,
properties,
tags
FROM azure.mobile_network.mobile_networks_sim_groups
WHERE mobileNetworkName = '{{ mobileNetworkName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';