ParentManagementGroupInfo Class

Definition

(Optional) The ID of the parent management group.

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

Properties

DisplayName

The friendly name of the parent management group.

Id

The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000.

Name

The name of the parent management group.

Explicit Interface Implementations

IJsonModel<ParentManagementGroupInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ParentManagementGroupInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ParentManagementGroupInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ParentManagementGroupInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ParentManagementGroupInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to