HierarchySettings 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.
Settings defined at the Management Group scope.
[Microsoft.Rest.Serialization.JsonTransformation]
public class HierarchySettings : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type HierarchySettings = class
interface IResource
Public Class HierarchySettings
Implements IResource
- Inheritance
-
HierarchySettings
- Attributes
- Implements
Constructors
HierarchySettings() |
Initializes a new instance of the HierarchySettings class. |
HierarchySettings(String, String, String, String, Nullable<Boolean>, String) |
Initializes a new instance of the HierarchySettings class. |
Properties
DefaultManagementGroup |
Gets or sets settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup |
Id |
Gets the fully qualified ID for the settings object. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/settings/default. |
Name |
Gets the name of the object. In this case, default. |
RequireAuthorizationForGroupCreation |
Gets or sets indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access. |
TenantId |
Gets or sets the AAD Tenant ID associated with the hierarchy settings. For example, 00000000-0000-0000-0000-000000000000 |
Type |
Gets the type of the resource. For example, Microsoft.Management/managementGroups/settings. |
Applies to
Azure SDK for .NET