Dynatrace v0.1.0 published on Wednesday, May 24, 2023 by Lbrlabs
dynatrace.getCalculatedServiceMetric
Explore with Pulumi AI
Using getCalculatedServiceMetric
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 getCalculatedServiceMetric(args: GetCalculatedServiceMetricArgs, opts?: InvokeOptions): Promise<GetCalculatedServiceMetricResult>
function getCalculatedServiceMetricOutput(args: GetCalculatedServiceMetricOutputArgs, opts?: InvokeOptions): Output<GetCalculatedServiceMetricResult>
def get_calculated_service_metric(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCalculatedServiceMetricResult
def get_calculated_service_metric_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCalculatedServiceMetricResult]
func LookupCalculatedServiceMetric(ctx *Context, args *LookupCalculatedServiceMetricArgs, opts ...InvokeOption) (*LookupCalculatedServiceMetricResult, error)
func LookupCalculatedServiceMetricOutput(ctx *Context, args *LookupCalculatedServiceMetricOutputArgs, opts ...InvokeOption) LookupCalculatedServiceMetricResultOutput
> Note: This function is named LookupCalculatedServiceMetric
in the Go SDK.
public static class GetCalculatedServiceMetric
{
public static Task<GetCalculatedServiceMetricResult> InvokeAsync(GetCalculatedServiceMetricArgs args, InvokeOptions? opts = null)
public static Output<GetCalculatedServiceMetricResult> Invoke(GetCalculatedServiceMetricInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCalculatedServiceMetricResult> getCalculatedServiceMetric(GetCalculatedServiceMetricArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: dynatrace:index/getCalculatedServiceMetric:getCalculatedServiceMetric
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- Name string
- name String
- name string
- name str
- name String
getCalculatedServiceMetric Result
The following output properties are available:
Package Details
- Repository
- dynatrace lbrlabs/pulumi-dynatrace
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
dynatrace
Terraform Provider.