This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
Get the default application key.
Uses Azure REST API version 2025-11-03-preview.
Using getMonitorDefaultApplicationKey
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 getMonitorDefaultApplicationKey(args: GetMonitorDefaultApplicationKeyArgs, opts?: InvokeOptions): Promise<GetMonitorDefaultApplicationKeyResult>
function getMonitorDefaultApplicationKeyOutput(args: GetMonitorDefaultApplicationKeyOutputArgs, opts?: InvokeOptions): Output<GetMonitorDefaultApplicationKeyResult>def get_monitor_default_application_key(monitor_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMonitorDefaultApplicationKeyResult
def get_monitor_default_application_key_output(monitor_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMonitorDefaultApplicationKeyResult]func GetMonitorDefaultApplicationKey(ctx *Context, args *GetMonitorDefaultApplicationKeyArgs, opts ...InvokeOption) (*GetMonitorDefaultApplicationKeyResult, error)
func GetMonitorDefaultApplicationKeyOutput(ctx *Context, args *GetMonitorDefaultApplicationKeyOutputArgs, opts ...InvokeOption) GetMonitorDefaultApplicationKeyResultOutput> Note: This function is named GetMonitorDefaultApplicationKey in the Go SDK.
public static class GetMonitorDefaultApplicationKey
{
public static Task<GetMonitorDefaultApplicationKeyResult> InvokeAsync(GetMonitorDefaultApplicationKeyArgs args, InvokeOptions? opts = null)
public static Output<GetMonitorDefaultApplicationKeyResult> Invoke(GetMonitorDefaultApplicationKeyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMonitorDefaultApplicationKeyResult> getMonitorDefaultApplicationKey(GetMonitorDefaultApplicationKeyArgs args, InvokeOptions options)
public static Output<GetMonitorDefaultApplicationKeyResult> getMonitorDefaultApplicationKey(GetMonitorDefaultApplicationKeyArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:datadog:getMonitorDefaultApplicationKey
arguments:
# arguments dictionaryThe following arguments are supported:
- Monitor
Name string - Monitor resource name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Monitor
Name string - Monitor resource name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- monitor
Name String - Monitor resource name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- monitor
Name string - Monitor resource name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- monitor_
name str - Monitor resource name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- monitor
Name String - Monitor resource name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getMonitorDefaultApplicationKey Result
The following output properties are available:
- key str
- The value of the Application key.
- created_
by str - The user that created the Application key.
- name str
- The name of the Application key.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
