We recommend using Azure Native.
azure.management.getGroup
Explore with Pulumi AI
Use this data source to access information about an existing Management Group.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as azure from "@pulumi/azure";
const example = azure.management.getGroup({
    name: "00000000-0000-0000-0000-000000000000",
});
export const displayName = example.then(example => example.displayName);
import pulumi
import pulumi_azure as azure
example = azure.management.get_group(name="00000000-0000-0000-0000-000000000000")
pulumi.export("displayName", example.display_name)
package main
import (
	"github.com/pulumi/pulumi-azure/sdk/v5/go/azure/management"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		example, err := management.LookupGroup(ctx, &management.LookupGroupArgs{
			Name: pulumi.StringRef("00000000-0000-0000-0000-000000000000"),
		}, nil)
		if err != nil {
			return err
		}
		ctx.Export("displayName", example.DisplayName)
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Azure = Pulumi.Azure;
return await Deployment.RunAsync(() => 
{
    var example = Azure.Management.GetGroup.Invoke(new()
    {
        Name = "00000000-0000-0000-0000-000000000000",
    });
    return new Dictionary<string, object?>
    {
        ["displayName"] = example.Apply(getGroupResult => getGroupResult.DisplayName),
    };
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.management.ManagementFunctions;
import com.pulumi.azure.management.inputs.GetGroupArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var example = ManagementFunctions.getGroup(GetGroupArgs.builder()
            .name("00000000-0000-0000-0000-000000000000")
            .build());
        ctx.export("displayName", example.applyValue(getGroupResult -> getGroupResult.displayName()));
    }
}
variables:
  example:
    fn::invoke:
      Function: azure:management:getGroup
      Arguments:
        name: 00000000-0000-0000-0000-000000000000
outputs:
  displayName: ${example.displayName}
Using getGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGroup(args: GetGroupArgs, opts?: InvokeOptions): Promise<GetGroupResult>
function getGroupOutput(args: GetGroupOutputArgs, opts?: InvokeOptions): Output<GetGroupResult>def get_group(display_name: Optional[str] = None,
              name: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetGroupResult
def get_group_output(display_name: Optional[pulumi.Input[str]] = None,
              name: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetGroupResult]func LookupGroup(ctx *Context, args *LookupGroupArgs, opts ...InvokeOption) (*LookupGroupResult, error)
func LookupGroupOutput(ctx *Context, args *LookupGroupOutputArgs, opts ...InvokeOption) LookupGroupResultOutput> Note: This function is named LookupGroup in the Go SDK.
public static class GetGroup 
{
    public static Task<GetGroupResult> InvokeAsync(GetGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetGroupResult> Invoke(GetGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGroupResult> getGroup(GetGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure:management/getGroup:getGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Display
Name string Specifies the display name of this Management Group.
NOTE Whilst multiple management groups may share the same display name, when filtering, the provider expects a single management group to be found with this name.
- Name string
 - Specifies the name or UUID of this Management Group.
 
- Display
Name string Specifies the display name of this Management Group.
NOTE Whilst multiple management groups may share the same display name, when filtering, the provider expects a single management group to be found with this name.
- Name string
 - Specifies the name or UUID of this Management Group.
 
- display
Name String Specifies the display name of this Management Group.
NOTE Whilst multiple management groups may share the same display name, when filtering, the provider expects a single management group to be found with this name.
- name String
 - Specifies the name or UUID of this Management Group.
 
- display
Name string Specifies the display name of this Management Group.
NOTE Whilst multiple management groups may share the same display name, when filtering, the provider expects a single management group to be found with this name.
- name string
 - Specifies the name or UUID of this Management Group.
 
- display_
name str Specifies the display name of this Management Group.
NOTE Whilst multiple management groups may share the same display name, when filtering, the provider expects a single management group to be found with this name.
- name str
 - Specifies the name or UUID of this Management Group.
 
- display
Name String Specifies the display name of this Management Group.
NOTE Whilst multiple management groups may share the same display name, when filtering, the provider expects a single management group to be found with this name.
- name String
 - Specifies the name or UUID of this Management Group.
 
getGroup Result
The following output properties are available:
- All
Management List<string>Group Ids  - A list of Management Group IDs which directly or indirectly belong to this Management Group.
 - All
Subscription List<string>Ids  - A list of Subscription IDs which are assigned to this Management Group or its children Management Groups.
 - Display
Name string - Id string
 - The provider-assigned unique ID for this managed resource.
 - Management
Group List<string>Ids  - A list of Management Group IDs which directly belong to this Management Group.
 - Name string
 - Parent
Management stringGroup Id  - The ID of any Parent Management Group.
 - Subscription
Ids List<string> - A list of Subscription IDs which are directly assigned to this Management Group.
 - Tenant
Scoped stringId  - The Management Group ID with the Tenant ID prefix.
 
- All
Management []stringGroup Ids  - A list of Management Group IDs which directly or indirectly belong to this Management Group.
 - All
Subscription []stringIds  - A list of Subscription IDs which are assigned to this Management Group or its children Management Groups.
 - Display
Name string - Id string
 - The provider-assigned unique ID for this managed resource.
 - Management
Group []stringIds  - A list of Management Group IDs which directly belong to this Management Group.
 - Name string
 - Parent
Management stringGroup Id  - The ID of any Parent Management Group.
 - Subscription
Ids []string - A list of Subscription IDs which are directly assigned to this Management Group.
 - Tenant
Scoped stringId  - The Management Group ID with the Tenant ID prefix.
 
- all
Management List<String>Group Ids  - A list of Management Group IDs which directly or indirectly belong to this Management Group.
 - all
Subscription List<String>Ids  - A list of Subscription IDs which are assigned to this Management Group or its children Management Groups.
 - display
Name String - id String
 - The provider-assigned unique ID for this managed resource.
 - management
Group List<String>Ids  - A list of Management Group IDs which directly belong to this Management Group.
 - name String
 - parent
Management StringGroup Id  - The ID of any Parent Management Group.
 - subscription
Ids List<String> - A list of Subscription IDs which are directly assigned to this Management Group.
 - tenant
Scoped StringId  - The Management Group ID with the Tenant ID prefix.
 
- all
Management string[]Group Ids  - A list of Management Group IDs which directly or indirectly belong to this Management Group.
 - all
Subscription string[]Ids  - A list of Subscription IDs which are assigned to this Management Group or its children Management Groups.
 - display
Name string - id string
 - The provider-assigned unique ID for this managed resource.
 - management
Group string[]Ids  - A list of Management Group IDs which directly belong to this Management Group.
 - name string
 - parent
Management stringGroup Id  - The ID of any Parent Management Group.
 - subscription
Ids string[] - A list of Subscription IDs which are directly assigned to this Management Group.
 - tenant
Scoped stringId  - The Management Group ID with the Tenant ID prefix.
 
- all_
management_ Sequence[str]group_ ids  - A list of Management Group IDs which directly or indirectly belong to this Management Group.
 - all_
subscription_ Sequence[str]ids  - A list of Subscription IDs which are assigned to this Management Group or its children Management Groups.
 - display_
name str - id str
 - The provider-assigned unique ID for this managed resource.
 - management_
group_ Sequence[str]ids  - A list of Management Group IDs which directly belong to this Management Group.
 - name str
 - parent_
management_ strgroup_ id  - The ID of any Parent Management Group.
 - subscription_
ids Sequence[str] - A list of Subscription IDs which are directly assigned to this Management Group.
 - tenant_
scoped_ strid  - The Management Group ID with the Tenant ID prefix.
 
- all
Management List<String>Group Ids  - A list of Management Group IDs which directly or indirectly belong to this Management Group.
 - all
Subscription List<String>Ids  - A list of Subscription IDs which are assigned to this Management Group or its children Management Groups.
 - display
Name String - id String
 - The provider-assigned unique ID for this managed resource.
 - management
Group List<String>Ids  - A list of Management Group IDs which directly belong to this Management Group.
 - name String
 - parent
Management StringGroup Id  - The ID of any Parent Management Group.
 - subscription
Ids List<String> - A list of Subscription IDs which are directly assigned to this Management Group.
 - tenant
Scoped StringId  - The Management Group ID with the Tenant ID prefix.
 
Package Details
- Repository
 - Azure Classic pulumi/pulumi-azure
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
azurermTerraform Provider.