1. Packages
  2. Azure Classic
  3. API Docs
  4. core
  5. getResourceGroupTemplateDeployment

We recommend using Azure Native.

Azure Classic v5.73.0 published on Monday, Apr 22, 2024 by Pulumi

azure.core.getResourceGroupTemplateDeployment

Explore with Pulumi AI

azure logo

We recommend using Azure Native.

Azure Classic v5.73.0 published on Monday, Apr 22, 2024 by Pulumi

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

    Using getResourceGroupTemplateDeployment

    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 getResourceGroupTemplateDeployment(args: GetResourceGroupTemplateDeploymentArgs, opts?: InvokeOptions): Promise<GetResourceGroupTemplateDeploymentResult>
    function getResourceGroupTemplateDeploymentOutput(args: GetResourceGroupTemplateDeploymentOutputArgs, opts?: InvokeOptions): Output<GetResourceGroupTemplateDeploymentResult>
    def get_resource_group_template_deployment(name: Optional[str] = None,
                                               resource_group_name: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> GetResourceGroupTemplateDeploymentResult
    def get_resource_group_template_deployment_output(name: Optional[pulumi.Input[str]] = None,
                                               resource_group_name: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[GetResourceGroupTemplateDeploymentResult]
    func LookupResourceGroupTemplateDeployment(ctx *Context, args *LookupResourceGroupTemplateDeploymentArgs, opts ...InvokeOption) (*LookupResourceGroupTemplateDeploymentResult, error)
    func LookupResourceGroupTemplateDeploymentOutput(ctx *Context, args *LookupResourceGroupTemplateDeploymentOutputArgs, opts ...InvokeOption) LookupResourceGroupTemplateDeploymentResultOutput

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

    public static class GetResourceGroupTemplateDeployment 
    {
        public static Task<GetResourceGroupTemplateDeploymentResult> InvokeAsync(GetResourceGroupTemplateDeploymentArgs args, InvokeOptions? opts = null)
        public static Output<GetResourceGroupTemplateDeploymentResult> Invoke(GetResourceGroupTemplateDeploymentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetResourceGroupTemplateDeploymentResult> getResourceGroupTemplateDeployment(GetResourceGroupTemplateDeploymentArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure:core/getResourceGroupTemplateDeployment:getResourceGroupTemplateDeployment
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The name of this Resource Group Template Deployment.
    ResourceGroupName string
    The name of the Resource Group to which the Resource Group Template Deployment was applied.
    Name string
    The name of this Resource Group Template Deployment.
    ResourceGroupName string
    The name of the Resource Group to which the Resource Group Template Deployment was applied.
    name String
    The name of this Resource Group Template Deployment.
    resourceGroupName String
    The name of the Resource Group to which the Resource Group Template Deployment was applied.
    name string
    The name of this Resource Group Template Deployment.
    resourceGroupName string
    The name of the Resource Group to which the Resource Group Template Deployment was applied.
    name str
    The name of this Resource Group Template Deployment.
    resource_group_name str
    The name of the Resource Group to which the Resource Group Template Deployment was applied.
    name String
    The name of this Resource Group Template Deployment.
    resourceGroupName String
    The name of the Resource Group to which the Resource Group Template Deployment was applied.

    getResourceGroupTemplateDeployment Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    OutputContent string
    The JSON Content of the Outputs of the ARM Template Deployment.
    ResourceGroupName string
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    OutputContent string
    The JSON Content of the Outputs of the ARM Template Deployment.
    ResourceGroupName string
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    outputContent String
    The JSON Content of the Outputs of the ARM Template Deployment.
    resourceGroupName String
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    outputContent string
    The JSON Content of the Outputs of the ARM Template Deployment.
    resourceGroupName string
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    output_content str
    The JSON Content of the Outputs of the ARM Template Deployment.
    resource_group_name str
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    outputContent String
    The JSON Content of the Outputs of the ARM Template Deployment.
    resourceGroupName String

    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.73.0 published on Monday, Apr 22, 2024 by Pulumi