SubscriptionUnderManagementGroup Constructors

Definition

Overloads

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.

SubscriptionUnderManagementGroup()

Initializes a new instance of the SubscriptionUnderManagementGroup class.

public SubscriptionUnderManagementGroup ();

Applies to

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

Initializes a new instance of the SubscriptionUnderManagementGroup class.

public SubscriptionUnderManagementGroup (string id = default, string type = default, string name = default, string tenant = default, string displayName = default, Microsoft.Azure.Management.ManagementGroups.Models.DescendantParentGroupInfo parent = default, string state = default);

Parameters

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

type
String

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

name
String

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

tenant
String

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

displayName
String

The friendly name of the subscription.

state
String

The state of the subscription.

Applies to