Bagikan melalui


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 ();
Public Sub New ()

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);
new Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup : string * string * string * string * string * Microsoft.Azure.Management.ManagementGroups.Models.DescendantParentGroupInfo * string -> Microsoft.Azure.Management.ManagementGroups.Models.SubscriptionUnderManagementGroup
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional tenant As String = Nothing, Optional displayName As String = Nothing, Optional parent As DescendantParentGroupInfo = Nothing, Optional state As String = Nothing)

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