management_group_subscriptions_subscriptions_under_management_groups
Creates, updates, deletes, gets or lists a management_group_subscriptions_subscriptions_under_management_groups
resource.
Overview
Name | management_group_subscriptions_subscriptions_under_management_groups |
Type | Resource |
Id | azure.management_groups.management_group_subscriptions_subscriptions_under_management_groups |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The fully qualified ID for the subscription. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/subscriptions/0000000-0000-0000-0000-000000000001 |
name | string | The stringified id of the subscription. For example, 00000000-0000-0000-0000-000000000000 |
properties | object | The generic properties of subscription under a management group. |
type | string | The type of the resource. For example, Microsoft.Management/managementGroups/subscriptions |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | groupId | Retrieves details about all subscriptions which are associated with the management group. |
SELECT
examples
Retrieves details about all subscriptions which are associated with the management group.
SELECT
id,
name,
properties,
type
FROM azure.management_groups.management_group_subscriptions_subscriptions_under_management_groups
WHERE groupId = '{{ groupId }}';