ManagementGroupCreateOrUpdateContent 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.
Management group creation parameters.
public class ManagementGroupCreateOrUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagementGroups.Models.ManagementGroupCreateOrUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagementGroups.Models.ManagementGroupCreateOrUpdateContent>
type ManagementGroupCreateOrUpdateContent = class
interface IJsonModel<ManagementGroupCreateOrUpdateContent>
interface IPersistableModel<ManagementGroupCreateOrUpdateContent>
Public Class ManagementGroupCreateOrUpdateContent
Implements IJsonModel(Of ManagementGroupCreateOrUpdateContent), IPersistableModel(Of ManagementGroupCreateOrUpdateContent)
- Inheritance
-
ManagementGroupCreateOrUpdateContent
- Implements
Constructors
ManagementGroupCreateOrUpdateContent() |
Initializes a new instance of ManagementGroupCreateOrUpdateContent. |
Properties
Children |
The list of children. |
Details |
The details of a management group used during creation. |
DisplayName |
The friendly name of the management group. If no value is passed then this field will be set to the groupId. |
Id |
The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000. |
Name |
The name of the management group. For example, 00000000-0000-0000-0000-000000000000. |
ResourceType |
The type of the resource. For example, Microsoft.Management/managementGroups. |
TenantId |
The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ManagementGroupCreateOrUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagementGroupCreateOrUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagementGroupCreateOrUpdateContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagementGroupCreateOrUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagementGroupCreateOrUpdateContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET