ManagementGroupPatch Class

Definition

Management group patch parameters.

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

Constructors

ManagementGroupPatch()

Initializes a new instance of ManagementGroupPatch.

Properties

DisplayName

The friendly name of the management group.

ParentGroupId

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

Explicit Interface Implementations

IJsonModel<ManagementGroupPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagementGroupPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagementGroupPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagementGroupPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagementGroupPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to