Skip to main content

management_group_subscriptions_subscriptions_under_management_groups

Creates, updates, deletes, gets or lists a management_group_subscriptions_subscriptions_under_management_groups resource.

Overview

Namemanagement_group_subscriptions_subscriptions_under_management_groups
TypeResource
Idazure.management_groups.management_group_subscriptions_subscriptions_under_management_groups

Fields

NameDatatypeDescription
idstringThe fully qualified ID for the subscription. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/subscriptions/0000000-0000-0000-0000-000000000001
namestringThe stringified id of the subscription. For example, 00000000-0000-0000-0000-000000000000
propertiesobjectThe generic properties of subscription under a management group.
typestringThe type of the resource. For example, Microsoft.Management/managementGroups/subscriptions

Methods

NameAccessible byRequired ParamsDescription
getSELECTgroupIdRetrieves 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 }}';