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 management group resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ManagementGroupInfo
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ManagementGroupInfo = class
Public Class ManagementGroupInfo
- Inheritance
-
ManagementGroupInfo
- Attributes
Constructors
ManagementGroupInfo() |
Initializes a new instance of the ManagementGroupInfo class. |
ManagementGroupInfo(String, String, String, String, String) |
Initializes a new instance of the ManagementGroupInfo class. |
Properties
DisplayName |
Gets or sets the friendly name of the management group. |
Id |
Gets the fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 |
Name |
Gets the name of the management group. For example, 00000000-0000-0000-0000-000000000000 |
TenantId |
Gets or sets 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