We recommend using Azure Native.
Azure Classic v5.81.0 published on Monday, Jun 24, 2024 by Pulumi
azure.management.getGroupTemplateDeployment
Explore with Pulumi AI
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:
- Management
Group stringId - The ID of the Management Group to which this template was applied.
- Name string
- The name of this Management Group Template Deployment.
- Management
Group stringId - The ID of the Management Group to which this template was applied.
- Name string
- The name of this Management Group Template Deployment.
- management
Group StringId - The ID of the Management Group to which this template was applied.
- name String
- The name of this Management Group Template Deployment.
- management
Group stringId - The ID of the Management Group to which this template was applied.
- name string
- The name of this Management Group Template Deployment.
- management_
group_ strid - The ID of the Management Group to which this template was applied.
- name str
- The name of this Management Group Template Deployment.
- management
Group StringId - 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.
- Management
Group stringId - Name string
- Output
Content string - The JSON Content of the Outputs of the ARM Template Deployment.
- Id string
- The provider-assigned unique ID for this managed resource.
- Management
Group stringId - Name string
- Output
Content string - The JSON Content of the Outputs of the ARM Template Deployment.
- id String
- The provider-assigned unique ID for this managed resource.
- management
Group StringId - name String
- output
Content String - The JSON Content of the Outputs of the ARM Template Deployment.
- id string
- The provider-assigned unique ID for this managed resource.
- management
Group stringId - name string
- output
Content 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_ strid - 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.
- management
Group StringId - name String
- output
Content 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.