Dela via


ManagementGroupDetails Constructors

Definition

Overloads

ManagementGroupDetails()

Initializes a new instance of the ManagementGroupDetails class.

ManagementGroupDetails(Nullable<Double>, Nullable<DateTime>, String, ParentGroupInfo, IList<ManagementGroupPathElement>, IList<String>, IList<ManagementGroupPathElement>)

Initializes a new instance of the ManagementGroupDetails class.

ManagementGroupDetails()

Initializes a new instance of the ManagementGroupDetails class.

public ManagementGroupDetails ();
Public Sub New ()

Applies to

ManagementGroupDetails(Nullable<Double>, Nullable<DateTime>, String, ParentGroupInfo, IList<ManagementGroupPathElement>, IList<String>, IList<ManagementGroupPathElement>)

Initializes a new instance of the ManagementGroupDetails class.

public ManagementGroupDetails (double? version = default, DateTime? updatedTime = default, string updatedBy = default, Microsoft.Azure.Management.ManagementGroups.Models.ParentGroupInfo parent = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupPathElement> path = default, System.Collections.Generic.IList<string> managementGroupAncestors = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupPathElement> managementGroupAncestorsChain = default);
new Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupDetails : Nullable<double> * Nullable<DateTime> * string * Microsoft.Azure.Management.ManagementGroups.Models.ParentGroupInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupPathElement> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupPathElement> -> Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupDetails
Public Sub New (Optional version As Nullable(Of Double) = Nothing, Optional updatedTime As Nullable(Of DateTime) = Nothing, Optional updatedBy As String = Nothing, Optional parent As ParentGroupInfo = Nothing, Optional path As IList(Of ManagementGroupPathElement) = Nothing, Optional managementGroupAncestors As IList(Of String) = Nothing, Optional managementGroupAncestorsChain As IList(Of ManagementGroupPathElement) = Nothing)

Parameters

version
Nullable<Double>

The version number of the object.

updatedTime
Nullable<DateTime>

The date and time when this object was last updated.

updatedBy
String

The identity of the principal or process that updated the object.

parent
ParentGroupInfo

Parent

path
IList<ManagementGroupPathElement>

The path from the root to the current group.

managementGroupAncestors
IList<String>

The ancestors of the management group.

managementGroupAncestorsChain
IList<ManagementGroupPathElement>

The ancestors of the management group displayed in reversed order, from immediate parent to the root.

Applies to