ManagementGroupChildInfo Class

Definition

The child information of a management group.

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

Properties

Children

The list of children.

ChildType

The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups).

DisplayName

The friendly name of the child resource.

Id

The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.

Name

The name of the child entity.

Explicit Interface Implementations

IJsonModel<ManagementGroupChildInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagementGroupChildInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagementGroupChildInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagementGroupChildInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagementGroupChildInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to