CreateManagementGroupDetails Class

Definition

The details of a management group used during creation.

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

Constructors

CreateManagementGroupDetails()

Initializes a new instance of CreateManagementGroupDetails.

Properties

Parent

(Optional) The ID of the parent management group used during creation.

UpdatedBy

The identity of the principal or process that updated the object.

UpdatedOn

The date and time when this object was last updated.

Version

The version number of the object.

Explicit Interface Implementations

IJsonModel<CreateManagementGroupDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CreateManagementGroupDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CreateManagementGroupDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CreateManagementGroupDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CreateManagementGroupDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to