UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

40 lines 3.56 kB
"use strict"; // *** WARNING: this file was generated by pulumi-language-nodejs. *** // *** Do not edit by hand unless you're certain you know what you are doing! *** Object.defineProperty(exports, "__esModule", { value: true }); exports.getConnectionMonitorTestOutput = exports.getConnectionMonitorTest = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * Gets an existing connection monitor test with the specified name under the given subscription, resource group and peering service. * * Uses Azure REST API version 2022-10-01. * * Other available API versions: 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native peering [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ function getConnectionMonitorTest(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("azure-native:peering:getConnectionMonitorTest", { "connectionMonitorTestName": args.connectionMonitorTestName, "peeringServiceName": args.peeringServiceName, "resourceGroupName": args.resourceGroupName, }, opts); } exports.getConnectionMonitorTest = getConnectionMonitorTest; /** * Gets an existing connection monitor test with the specified name under the given subscription, resource group and peering service. * * Uses Azure REST API version 2022-10-01. * * Other available API versions: 2025-05-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native peering [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ function getConnectionMonitorTestOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("azure-native:peering:getConnectionMonitorTest", { "connectionMonitorTestName": args.connectionMonitorTestName, "peeringServiceName": args.peeringServiceName, "resourceGroupName": args.resourceGroupName, }, opts); } exports.getConnectionMonitorTestOutput = getConnectionMonitorTestOutput; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q29ubmVjdGlvbk1vbml0b3JUZXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vcGVlcmluZy9nZXRDb25uZWN0aW9uTW9uaXRvclRlc3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFDekMsMENBQTBDO0FBRTFDOzs7Ozs7R0FNRztBQUNILFNBQWdCLHdCQUF3QixDQUFDLElBQWtDLEVBQUUsSUFBMkI7SUFDcEcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsK0NBQStDLEVBQUU7UUFDMUUsMkJBQTJCLEVBQUUsSUFBSSxDQUFDLHlCQUF5QjtRQUMzRCxvQkFBb0IsRUFBRSxJQUFJLENBQUMsa0JBQWtCO1FBQzdDLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7S0FDOUMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFQRCw0REFPQztBQWtFRDs7Ozs7O0dBTUc7QUFDSCxTQUFnQiw4QkFBOEIsQ0FBQyxJQUF3QyxFQUFFLElBQWlDO0lBQ3RILElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLCtDQUErQyxFQUFFO1FBQ2hGLDJCQUEyQixFQUFFLElBQUksQ0FBQyx5QkFBeUI7UUFDM0Qsb0JBQW9CLEVBQUUsSUFBSSxDQUFDLGtCQUFrQjtRQUM3QyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsd0VBT0MifQ==