UNPKG

@pulumiverse/dynatrace

Version:

A Pulumi package for creating and managing Dynatrace cloud resources.

38 lines 1.73 kB
"use strict"; // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getAzureSupportedServicesOutput = exports.getAzureSupportedServices = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("./utilities"); /** * The Azure supported service data source queries for a full list of all supported services. * * ## Example Usage * * For an example of this data source, please refer to the Resource Example Usage of the dynatrace.AzureService resource. */ function getAzureSupportedServices(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("dynatrace:index/getAzureSupportedServices:getAzureSupportedServices", { "excepts": args.excepts, }, opts); } exports.getAzureSupportedServices = getAzureSupportedServices; /** * The Azure supported service data source queries for a full list of all supported services. * * ## Example Usage * * For an example of this data source, please refer to the Resource Example Usage of the dynatrace.AzureService resource. */ function getAzureSupportedServicesOutput(args, opts) { args = args || {}; opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("dynatrace:index/getAzureSupportedServices:getAzureSupportedServices", { "excepts": args.excepts, }, opts); } exports.getAzureSupportedServicesOutput = getAzureSupportedServicesOutput; //# sourceMappingURL=getAzureSupportedServices.js.map