SubscriptionUnderManagementGroup Class

Definition

The details of subscription under management group.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SubscriptionUnderManagementGroup : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SubscriptionUnderManagementGroup = class
    interface IResource
Public Class SubscriptionUnderManagementGroup
Implements IResource
Inheritance
SubscriptionUnderManagementGroup
Attributes
Implements

Constructors

SubscriptionUnderManagementGroup()

Initializes a new instance of the SubscriptionUnderManagementGroup class.

SubscriptionUnderManagementGroup(String, String, String, String, String, DescendantParentGroupInfo, String)

Initializes a new instance of the SubscriptionUnderManagementGroup class.

Properties

DisplayName

Gets or sets the friendly name of the subscription.

Id

Gets 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

Gets the stringified id of the subscription. For example, 00000000-0000-0000-0000-000000000000

Parent

Gets or sets parent

State

Gets or sets the state of the subscription.

Tenant

Gets or sets the AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000

Type

Gets the type of the resource. For example, Microsoft.Management/managementGroups/subscriptions

Applies to