EntityInfo 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 entity.
[Microsoft.Rest.Serialization.JsonTransformation]
public class EntityInfo
[<Microsoft.Rest.Serialization.JsonTransformation>]
type EntityInfo = class
Public Class EntityInfo
- Inheritance
-
EntityInfo
- Attributes
Constructors
EntityInfo() |
Initializes a new instance of the EntityInfo class. |
EntityInfo(String, String, String, String, String, EntityParentGroupInfo, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<String>, IList<String>) |
Initializes a new instance of the EntityInfo class. |
Properties
DisplayName |
Gets or sets the friendly name of the management group. |
Id |
Gets the fully qualified ID for the entity. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 |
InheritedPermissions |
Gets or sets inherited Permissions |
Name |
Gets the name of the entity. For example, 00000000-0000-0000-0000-000000000000 |
NumberOfChildGroups |
Gets or sets number of Child Groups |
NumberOfChildren |
Gets or sets number of Children |
NumberOfDescendants |
Gets or sets number of Descendants |
Parent |
Gets or sets parent |
ParentDisplayNameChain |
Gets or sets the parent display name chain from the root group to the immediate parent |
ParentNameChain |
Gets or sets the parent name chain from the root group to the immediate parent |
Permissions |
Gets or sets permissions |
TenantId |
Gets or sets the AAD Tenant ID associated with the entity. For example, 00000000-0000-0000-0000-000000000000 |
Type |
Gets the type of the resource. For example, Microsoft.Management/managementGroups |
Applies to
Azure SDK for .NET