ManagementGroupChildOptions 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 child information of a management group used during creation.
public class ManagementGroupChildOptions : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagementGroups.Models.ManagementGroupChildOptions>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagementGroups.Models.ManagementGroupChildOptions>
type ManagementGroupChildOptions = class
interface IJsonModel<ManagementGroupChildOptions>
interface IPersistableModel<ManagementGroupChildOptions>
Public Class ManagementGroupChildOptions
Implements IJsonModel(Of ManagementGroupChildOptions), IPersistableModel(Of ManagementGroupChildOptions)
- Inheritance
-
ManagementGroupChildOptions
- Implements
Properties
Children |
The list of children. |
ChildType |
The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups). |
DisplayName |
The friendly name of the child resource. |
Id |
The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000. |
Name |
The name of the child entity. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ManagementGroupChildOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagementGroupChildOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagementGroupChildOptions>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagementGroupChildOptions>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagementGroupChildOptions>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET