EntityData Class

Definition

The entity.

public class EntityData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagementGroups.Models.EntityData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagementGroups.Models.EntityData>
type EntityData = class
    inherit ResourceData
    interface IJsonModel<EntityData>
    interface IPersistableModel<EntityData>
Public Class EntityData
Inherits ResourceData
Implements IJsonModel(Of EntityData), IPersistableModel(Of EntityData)
Inheritance
EntityData
Implements

Properties

DisplayName

The friendly name of the management group.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
InheritedPermissions

The users specific permissions to this item.

Name

The name of the resource.

(Inherited from ResourceData)
NumberOfChildGroups

Number of children is the number of Groups that are exactly one level underneath the current Group.

NumberOfChildren

Number of children is the number of Groups and Subscriptions that are exactly one level underneath the current Group.

NumberOfDescendants

Number of Descendants.

ParentDisplayNameChain

The parent display name chain from the root group to the immediate parent.

ParentId

Gets Id.

ParentNameChain

The parent name chain from the root group to the immediate parent.

Permissions

The users specific permissions to this item.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
TenantId

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

Explicit Interface Implementations

IJsonModel<EntityData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EntityData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntityData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EntityData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to