azure.core.getTenantTemplateDeployment

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

Using getTenantTemplateDeployment

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 getTenantTemplateDeployment(args: GetTenantTemplateDeploymentArgs, opts?: InvokeOptions): Promise<GetTenantTemplateDeploymentResult>
function getTenantTemplateDeploymentOutput(args: GetTenantTemplateDeploymentOutputArgs, opts?: InvokeOptions): Output<GetTenantTemplateDeploymentResult>
def get_tenant_template_deployment(name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetTenantTemplateDeploymentResult
def get_tenant_template_deployment_output(name: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetTenantTemplateDeploymentResult]
func LookupTenantTemplateDeployment(ctx *Context, args *LookupTenantTemplateDeploymentArgs, opts ...InvokeOption) (*LookupTenantTemplateDeploymentResult, error)
func LookupTenantTemplateDeploymentOutput(ctx *Context, args *LookupTenantTemplateDeploymentOutputArgs, opts ...InvokeOption) LookupTenantTemplateDeploymentResultOutput

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

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

The following arguments are supported:

Name string

The name of this Tenant Template Deployment.

Name string

The name of this Tenant Template Deployment.

name String

The name of this Tenant Template Deployment.

name string

The name of this Tenant Template Deployment.

name str

The name of this Tenant Template Deployment.

name String

The name of this Tenant Template Deployment.

getTenantTemplateDeployment 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.

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.

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.

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.

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.

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.

Package Details

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

This Pulumi package is based on the azurerm Terraform Provider.