ManagementGroupInfo 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 details of a management group.
public class ManagementGroupInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagementGroups.Models.ManagementGroupInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagementGroups.Models.ManagementGroupInfo>
type ManagementGroupInfo = class
interface IJsonModel<ManagementGroupInfo>
interface IPersistableModel<ManagementGroupInfo>
Public Class ManagementGroupInfo
Implements IJsonModel(Of ManagementGroupInfo), IPersistableModel(Of ManagementGroupInfo)
- Inheritance
-
ManagementGroupInfo
- Implements
Properties
ManagementGroupAncestorChain |
The ancestors of the management group displayed in reversed order, from immediate parent to the root. |
ManagementGroupAncestors |
The ancestors of the management group. |
Parent |
(Optional) The ID of the parent management group. |
Path |
The path from the root to the current group. |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ManagementGroupInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagementGroupInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagementGroupInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagementGroupInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagementGroupInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET