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
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 dictionaryThe following arguments are supported:
- Label string
- Label string
- label String
- label string
- label str
- label String
getAzureCredentials Result
The following output properties are available:
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatraceTerraform Provider.
