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

38 lines 3.53 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.listSqlMigrationServiceAuthKeysOutput = exports.listSqlMigrationServiceAuthKeys = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * Retrieve the List of Authentication Keys for Self Hosted Integration Runtime. * * Uses Azure REST API version 2023-07-15-preview. * * Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ function listSqlMigrationServiceAuthKeys(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("azure-native:datamigration:listSqlMigrationServiceAuthKeys", { "resourceGroupName": args.resourceGroupName, "sqlMigrationServiceName": args.sqlMigrationServiceName, }, opts); } exports.listSqlMigrationServiceAuthKeys = listSqlMigrationServiceAuthKeys; /** * Retrieve the List of Authentication Keys for Self Hosted Integration Runtime. * * Uses Azure REST API version 2023-07-15-preview. * * Other available API versions: 2021-10-30-preview, 2022-01-30-preview, 2022-03-30-preview, 2025-03-15-preview, 2025-06-30. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native datamigration [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ function listSqlMigrationServiceAuthKeysOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("azure-native:datamigration:listSqlMigrationServiceAuthKeys", { "resourceGroupName": args.resourceGroupName, "sqlMigrationServiceName": args.sqlMigrationServiceName, }, opts); } exports.listSqlMigrationServiceAuthKeysOutput = listSqlMigrationServiceAuthKeysOutput; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdFNxbE1pZ3JhdGlvblNlcnZpY2VBdXRoS2V5cy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2RhdGFtaWdyYXRpb24vbGlzdFNxbE1pZ3JhdGlvblNlcnZpY2VBdXRoS2V5cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUN6QywwQ0FBMEM7QUFFMUM7Ozs7OztHQU1HO0FBQ0gsU0FBZ0IsK0JBQStCLENBQUMsSUFBeUMsRUFBRSxJQUEyQjtJQUNsSCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyw0REFBNEQsRUFBRTtRQUN2RixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLHlCQUF5QixFQUFFLElBQUksQ0FBQyx1QkFBdUI7S0FDMUQsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFORCwwRUFNQztBQTBCRDs7Ozs7O0dBTUc7QUFDSCxTQUFnQixxQ0FBcUMsQ0FBQyxJQUErQyxFQUFFLElBQWlDO0lBQ3BJLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLDREQUE0RCxFQUFFO1FBQzdGLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MseUJBQXlCLEVBQUUsSUFBSSxDQUFDLHVCQUF1QjtLQUMxRCxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQU5ELHNGQU1DIn0=