1. Packages
  2. Dynatrace
  3. API Docs
  4. getAzureCredentials
Dynatrace v0.34.0 published on Thursday, Oct 30, 2025 by Pulumiverse

dynatrace.getAzureCredentials

Start a Neo task
Explain and create a dynatrace.getAzureCredentials resource
dynatrace logo
Dynatrace v0.34.0 published on Thursday, Oct 30, 2025 by Pulumiverse

    The dynatrace.AzureCredentials data source allows the Azure credential ID to be retrieved by its label.

    • label (String) - The label/name of the Azure credential

    Example Usage

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    variables:
      example:
        fn::invoke:
          function: dynatrace:getAzureCredentials
          arguments:
            name: Terraform Example
    outputs:
      id: ${example.id}
    

    Using getAzureCredentials

    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 getAzureCredentials(args: GetAzureCredentialsArgs, opts?: InvokeOptions): Promise<GetAzureCredentialsResult>
    function getAzureCredentialsOutput(args: GetAzureCredentialsOutputArgs, opts?: InvokeOptions): Output<GetAzureCredentialsResult>
    def get_azure_credentials(label: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetAzureCredentialsResult
    def get_azure_credentials_output(label: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetAzureCredentialsResult]
    func LookupAzureCredentials(ctx *Context, args *LookupAzureCredentialsArgs, opts ...InvokeOption) (*LookupAzureCredentialsResult, error)
    func LookupAzureCredentialsOutput(ctx *Context, args *LookupAzureCredentialsOutputArgs, opts ...InvokeOption) LookupAzureCredentialsResultOutput

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

    public static class GetAzureCredentials 
    {
        public static Task<GetAzureCredentialsResult> InvokeAsync(GetAzureCredentialsArgs args, InvokeOptions? opts = null)
        public static Output<GetAzureCredentialsResult> Invoke(GetAzureCredentialsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAzureCredentialsResult> getAzureCredentials(GetAzureCredentialsArgs args, InvokeOptions options)
    public static Output<GetAzureCredentialsResult> getAzureCredentials(GetAzureCredentialsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: dynatrace:index/getAzureCredentials:getAzureCredentials
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Label string
    Label string
    label String
    label string
    label str
    label String

    getAzureCredentials Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Label string
    Id string
    The provider-assigned unique ID for this managed resource.
    Label string
    id String
    The provider-assigned unique ID for this managed resource.
    label String
    id string
    The provider-assigned unique ID for this managed resource.
    label string
    id str
    The provider-assigned unique ID for this managed resource.
    label str
    id String
    The provider-assigned unique ID for this managed resource.
    label String

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.34.0 published on Thursday, Oct 30, 2025 by Pulumiverse
      Meet Neo: Your AI Platform Teammate