ManagementGroupDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The details of a management group.
public class ManagementGroupDetails
type ManagementGroupDetails = class
Public Class ManagementGroupDetails
- Inheritance
-
ManagementGroupDetails
Constructors
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. |
Properties
ManagementGroupAncestors |
Gets or sets the ancestors of the management group. |
ManagementGroupAncestorsChain |
Gets or sets the ancestors of the management group displayed in reversed order, from immediate parent to the root. |
Parent |
Gets or sets parent |
Path |
Gets or sets the path from the root to the current group. |
UpdatedBy |
Gets or sets the identity of the principal or process that updated the object. |
UpdatedTime |
Gets or sets the date and time when this object was last updated. |
Version |
Gets or sets the version number of the object. |
Applies to
Azure SDK for .NET