Show / Hide Table of Contents

Class ManagementGroupState

Inheritance
System.Object
InputArgs
ResourceArgs
ManagementGroupState
Inherited Members
ResourceArgs.Empty
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.ManagementGroups
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ManagementGroupState : ResourceArgs

Constructors

View Source

ManagementGroupState()

Declaration
public ManagementGroupState()

Properties

View Source

DisplayName

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.