Class GroupArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Management
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GroupArgs : ResourceArgs
Constructors
View SourceGroupArgs()
Declaration
public GroupArgs()
Properties
View SourceDisplayName
A friendly name for this Management Group. If not specified, this'll be the same as the name.
Declaration
public Input<string> DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupId
The name or UUID for this Management Group, which needs to be unique across your tenant. A new UUID will be generated if not provided. Changing this forces a new resource to be created.
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name or UUID for this Management Group, which needs to be unique across your tenant. A new UUID will be generated if not provided. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ParentManagementGroupId
The ID of the Parent Management Group. Changing this forces a new resource to be created.
Declaration
public Input<string> ParentManagementGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubscriptionIds
A list of Subscription GUIDs which should be assigned to the Management Group.
Declaration
public InputList<string> SubscriptionIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |