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.76 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.getSharedPrivateLinkResourceOutput = exports.getSharedPrivateLinkResource = void 0; const pulumi = require("@pulumi/pulumi"); const utilities = require("../utilities"); /** * Gets the details of the shared private link resource managed by the search service in the given resource group. * * Uses Azure REST API version 2025-05-01. * * Other available API versions: 2022-09-01, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ function getSharedPrivateLinkResource(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invoke("azure-native:search:getSharedPrivateLinkResource", { "resourceGroupName": args.resourceGroupName, "searchServiceName": args.searchServiceName, "sharedPrivateLinkResourceName": args.sharedPrivateLinkResourceName, }, opts); } exports.getSharedPrivateLinkResource = getSharedPrivateLinkResource; /** * Gets the details of the shared private link resource managed by the search service in the given resource group. * * Uses Azure REST API version 2025-05-01. * * Other available API versions: 2022-09-01, 2023-11-01, 2024-03-01-preview, 2024-06-01-preview, 2025-02-01-preview, 2025-10-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native search [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ function getSharedPrivateLinkResourceOutput(args, opts) { opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {}); return pulumi.runtime.invokeOutput("azure-native:search:getSharedPrivateLinkResource", { "resourceGroupName": args.resourceGroupName, "searchServiceName": args.searchServiceName, "sharedPrivateLinkResourceName": args.sharedPrivateLinkResourceName, }, opts); } exports.getSharedPrivateLinkResourceOutput = getSharedPrivateLinkResourceOutput; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U2hhcmVkUHJpdmF0ZUxpbmtSZXNvdXJjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3NlYXJjaC9nZXRTaGFyZWRQcml2YXRlTGlua1Jlc291cmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7Ozs7O0dBTUc7QUFDSCxTQUFnQiw0QkFBNEIsQ0FBQyxJQUFzQyxFQUFFLElBQTJCO0lBQzVHLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLGtEQUFrRCxFQUFFO1FBQzdFLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQywrQkFBK0IsRUFBRSxJQUFJLENBQUMsNkJBQTZCO0tBQ3RFLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsb0VBT0M7QUE4Q0Q7Ozs7OztHQU1HO0FBQ0gsU0FBZ0Isa0NBQWtDLENBQUMsSUFBNEMsRUFBRSxJQUFpQztJQUM5SCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxrREFBa0QsRUFBRTtRQUNuRixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsK0JBQStCLEVBQUUsSUFBSSxDQUFDLDZCQUE2QjtLQUN0RSxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELGdGQU9DIn0=