1. Packages
  2. Azure Classic
  3. API Docs
  4. management
  5. getGroupTemplateDeployment

We recommend using Azure Native.

Azure Classic v5.58.0 published on Saturday, Dec 2, 2023 by Pulumi

azure.management.getGroupTemplateDeployment

Explore with Pulumi AI

azure logo

We recommend using Azure Native.

Azure Classic v5.58.0 published on Saturday, Dec 2, 2023 by Pulumi

    Use this data source to access information about an existing Management Group Template Deployment.

    Using getGroupTemplateDeployment

    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 getGroupTemplateDeployment(args: GetGroupTemplateDeploymentArgs, opts?: InvokeOptions): Promise<GetGroupTemplateDeploymentResult>
    function getGroupTemplateDeploymentOutput(args: GetGroupTemplateDeploymentOutputArgs, opts?: InvokeOptions): Output<GetGroupTemplateDeploymentResult>
    def get_group_template_deployment(management_group_id: Optional[str] = None,
                                      name: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetGroupTemplateDeploymentResult
    def get_group_template_deployment_output(management_group_id: Optional[pulumi.Input[str]] = None,
                                      name: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetGroupTemplateDeploymentResult]
    func LookupGroupTemplateDeployment(ctx *Context, args *LookupGroupTemplateDeploymentArgs, opts ...InvokeOption) (*LookupGroupTemplateDeploymentResult, error)
    func LookupGroupTemplateDeploymentOutput(ctx *Context, args *LookupGroupTemplateDeploymentOutputArgs, opts ...InvokeOption) LookupGroupTemplateDeploymentResultOutput

    > Note: This function is named LookupGroupTemplateDeployment in the Go SDK.

    public static class GetGroupTemplateDeployment 
    {
        public static Task<GetGroupTemplateDeploymentResult> InvokeAsync(GetGroupTemplateDeploymentArgs args, InvokeOptions? opts = null)
        public static Output<GetGroupTemplateDeploymentResult> Invoke(GetGroupTemplateDeploymentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetGroupTemplateDeploymentResult> getGroupTemplateDeployment(GetGroupTemplateDeploymentArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure:management/getGroupTemplateDeployment:getGroupTemplateDeployment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ManagementGroupId string

    The ID of the Management Group to which this template was applied.

    Name string

    The name of this Management Group Template Deployment.

    ManagementGroupId string

    The ID of the Management Group to which this template was applied.

    Name string

    The name of this Management Group Template Deployment.

    managementGroupId String

    The ID of the Management Group to which this template was applied.

    name String

    The name of this Management Group Template Deployment.

    managementGroupId string

    The ID of the Management Group to which this template was applied.

    name string

    The name of this Management Group Template Deployment.

    management_group_id str

    The ID of the Management Group to which this template was applied.

    name str

    The name of this Management Group Template Deployment.

    managementGroupId String

    The ID of the Management Group to which this template was applied.

    name String

    The name of this Management Group Template Deployment.

    getGroupTemplateDeployment Result

    The following output properties are available:

    Id string

    The provider-assigned unique ID for this managed resource.

    ManagementGroupId string
    Name string
    OutputContent string

    The JSON Content of the Outputs of the ARM Template Deployment.

    Id string

    The provider-assigned unique ID for this managed resource.

    ManagementGroupId string
    Name string
    OutputContent string

    The JSON Content of the Outputs of the ARM Template Deployment.

    id String

    The provider-assigned unique ID for this managed resource.

    managementGroupId String
    name String
    outputContent String

    The JSON Content of the Outputs of the ARM Template Deployment.

    id string

    The provider-assigned unique ID for this managed resource.

    managementGroupId string
    name string
    outputContent string

    The JSON Content of the Outputs of the ARM Template Deployment.

    id str

    The provider-assigned unique ID for this managed resource.

    management_group_id str
    name str
    output_content str

    The JSON Content of the Outputs of the ARM Template Deployment.

    id String

    The provider-assigned unique ID for this managed resource.

    managementGroupId String
    name String
    outputContent String

    The JSON Content of the Outputs of the ARM Template Deployment.

    Package Details

    Repository
    Azure Classic pulumi/pulumi-azure
    License
    Apache-2.0
    Notes

    This Pulumi package is based on the azurerm Terraform Provider.

    azure logo

    We recommend using Azure Native.

    Azure Classic v5.58.0 published on Saturday, Dec 2, 2023 by Pulumi