Class GetManagementGroupArgs
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.ManagementGroups
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetManagementGroupArgs : InvokeArgs
Constructors
View SourceGetManagementGroupArgs()
Declaration
public GetManagementGroupArgs()
Properties
View SourceGroupId
Specifies the name or UUID of this Management Group.
Declaration
public string GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Specifies the name or UUID of this Management Group.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |