CreateOrUpdateSettingsRequest 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.
Parameters for creating or updating Management Group settings
[Microsoft.Rest.Serialization.JsonTransformation]
public class CreateOrUpdateSettingsRequest : Microsoft.Rest.Azure.IResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CreateOrUpdateSettingsRequest = class
interface IResource
Public Class CreateOrUpdateSettingsRequest
Implements IResource
- Inheritance
-
CreateOrUpdateSettingsRequest
- Attributes
- Implements
Constructors
CreateOrUpdateSettingsRequest() |
Initializes a new instance of the CreateOrUpdateSettingsRequest class. |
CreateOrUpdateSettingsRequest(Nullable<Boolean>, String) |
Initializes a new instance of the CreateOrUpdateSettingsRequest 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 |
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. |
Applies to
Azure SDK for .NET