Table of Contents

Class ManagementGroupSubscriptionData

Namespace
Azure.ResourceManager.ManagementGroups
Assembly
Azure.ResourceManager.dll

A class representing the ManagementGroupSubscription data model. The details of subscription under management group.

public class ManagementGroupSubscriptionData : ResourceData, IJsonModel<ManagementGroupSubscriptionData>, IPersistableModel<ManagementGroupSubscriptionData>
Inheritance
ManagementGroupSubscriptionData
Implements
Inherited Members

Properties

DisplayName

The friendly name of the subscription.

public string DisplayName { get; }

Property Value

string

ParentId

The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.

public ResourceIdentifier ParentId { get; }

Property Value

ResourceIdentifier

State

The state of the subscription.

public string State { get; }

Property Value

string

Tenant

The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000.

public string Tenant { get; }

Property Value

string