CreateManagementGroupRequest 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.
[Microsoft.Rest.Serialization.JsonTransformation]
public class CreateManagementGroupRequest : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CreateManagementGroupRequest = class
interface IResource
Public Class CreateManagementGroupRequest
Implements IResource
- Inheritance
-
CreateManagementGroupRequest
- Attributes
- Implements
Constructors
CreateManagementGroupRequest() |
Initializes a new instance of the CreateManagementGroupRequest class. |
CreateManagementGroupRequest(String, String, String, String, String, CreateManagementGroupDetails, IList<CreateManagementGroupChildInfo>) |
Initializes a new instance of the CreateManagementGroupRequest class. |
Properties
Children |
Gets the list of children. |
Details |
Gets or sets details |
DisplayName |
Gets or sets the friendly name of the management group. If no value is passed then this field will be set to the groupId. |
Id |
Gets the fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 |
Name |
Gets or sets the name of the management group. For example, 00000000-0000-0000-0000-000000000000 |
TenantId |
Gets the AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 |
Type |
Gets the type of the resource. For example, Microsoft.Management/managementGroups |
Applies to
Azure SDK for .NET