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

82 lines 10.2 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.FeaturestoreEntityContainerEntity = void 0; const pulumi = require("@pulumi/pulumi"); const inputs = require("../types/input"); const utilities = require("../utilities"); /** * Azure Resource Manager resource envelope. * * Uses Azure REST API version 2025-09-01. In version 2.x of the Azure Native provider, it used API version 2023-04-01-preview. * * Other available API versions: 2023-02-01-preview, 2023-04-01-preview, 2023-06-01-preview, 2023-08-01-preview, 2023-10-01, 2024-01-01-preview, 2024-04-01, 2024-07-01-preview, 2024-10-01, 2024-10-01-preview, 2025-01-01-preview, 2025-04-01, 2025-04-01-preview, 2025-06-01, 2025-07-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native machinelearningservices [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details. */ class FeaturestoreEntityContainerEntity extends pulumi.CustomResource { /** * Get an existing FeaturestoreEntityContainerEntity resource's state with the given name, ID, and optional extra * properties used to qualify the lookup. * * @param name The _unique_ name of the resulting resource. * @param id The _unique_ provider ID of the resource to lookup. * @param opts Optional settings to control the behavior of the CustomResource. */ static get(name, id, opts) { return new FeaturestoreEntityContainerEntity(name, undefined, { ...opts, id: id }); } /** * Returns true if the given object is an instance of FeaturestoreEntityContainerEntity. This is designed to work even * when multiple copies of the Pulumi SDK have been loaded into the same process. */ static isInstance(obj) { if (obj === undefined || obj === null) { return false; } return obj['__pulumiType'] === FeaturestoreEntityContainerEntity.__pulumiType; } /** * Create a FeaturestoreEntityContainerEntity resource with the given unique name, arguments, and options. * * @param name The _unique_ name of the resource. * @param args The arguments to use to populate this resource's properties. * @param opts A bag of options that control this resource's behavior. */ constructor(name, args, opts) { let resourceInputs = {}; opts = opts || {}; if (!opts.id) { if (args?.featurestoreEntityContainerProperties === undefined && !opts.urn) { throw new Error("Missing required property 'featurestoreEntityContainerProperties'"); } if (args?.resourceGroupName === undefined && !opts.urn) { throw new Error("Missing required property 'resourceGroupName'"); } if (args?.workspaceName === undefined && !opts.urn) { throw new Error("Missing required property 'workspaceName'"); } resourceInputs["featurestoreEntityContainerProperties"] = args ? (args.featurestoreEntityContainerProperties ? pulumi.output(args.featurestoreEntityContainerProperties).apply(inputs.machinelearningservices.featurestoreEntityContainerArgsProvideDefaults) : undefined) : undefined; resourceInputs["name"] = args?.name; resourceInputs["resourceGroupName"] = args?.resourceGroupName; resourceInputs["workspaceName"] = args?.workspaceName; resourceInputs["azureApiVersion"] = undefined /*out*/; resourceInputs["systemData"] = undefined /*out*/; resourceInputs["type"] = undefined /*out*/; } else { resourceInputs["azureApiVersion"] = undefined /*out*/; resourceInputs["featurestoreEntityContainerProperties"] = undefined /*out*/; resourceInputs["name"] = undefined /*out*/; resourceInputs["systemData"] = undefined /*out*/; resourceInputs["type"] = undefined /*out*/; } opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts); const aliasOpts = { aliases: [{ type: "azure-native:machinelearningservices/v20230201preview:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20230401preview:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20230601preview:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20230801preview:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20231001:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20240101preview:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20240401:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20240401preview:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20240701preview:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20241001:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20241001preview:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20250101preview:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20250401:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20250401preview:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20250601:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20250701preview:FeaturestoreEntityContainerEntity" }, { type: "azure-native:machinelearningservices/v20250901:FeaturestoreEntityContainerEntity" }] }; opts = pulumi.mergeOptions(opts, aliasOpts); super(FeaturestoreEntityContainerEntity.__pulumiType, name, resourceInputs, opts); } } exports.FeaturestoreEntityContainerEntity = FeaturestoreEntityContainerEntity; /** @internal */ FeaturestoreEntityContainerEntity.__pulumiType = 'azure-native:machinelearningservices:FeaturestoreEntityContainerEntity'; //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVhdHVyZXN0b3JlRW50aXR5Q29udGFpbmVyRW50aXR5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vbWFjaGluZWxlYXJuaW5nc2VydmljZXMvZmVhdHVyZXN0b3JlRW50aXR5Q29udGFpbmVyRW50aXR5LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBQ3pDLHlDQUF5QztBQUd6QywwQ0FBMEM7QUFFMUM7Ozs7OztHQU1HO0FBQ0gsTUFBYSxpQ0FBa0MsU0FBUSxNQUFNLENBQUMsY0FBYztJQUN4RTs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksaUNBQWlDLENBQUMsSUFBSSxFQUFFLFNBQWdCLEVBQUUsRUFBRSxHQUFHLElBQUksRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsQ0FBQztJQUM5RixDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssaUNBQWlDLENBQUMsWUFBWSxDQUFDO0lBQ2xGLENBQUM7SUF1QkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBMkMsRUFBRSxJQUFtQztRQUN0RyxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxJQUFJLEVBQUUscUNBQXFDLEtBQUssU0FBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDeEUsTUFBTSxJQUFJLEtBQUssQ0FBQyxtRUFBbUUsQ0FBQyxDQUFDO2FBQ3hGO1lBQ0QsSUFBSSxJQUFJLEVBQUUsaUJBQWlCLEtBQUssU0FBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDcEQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsSUFBSSxJQUFJLEVBQUUsYUFBYSxLQUFLLFNBQVMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ2hELE1BQU0sSUFBSSxLQUFLLENBQUMsMkNBQTJDLENBQUMsQ0FBQzthQUNoRTtZQUNELGNBQWMsQ0FBQyx1Q0FBdUMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMscUNBQXFDLENBQUMsQ0FBQyxDQUFDLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLHFDQUFxQyxDQUFDLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyx1QkFBdUIsQ0FBQyw4Q0FBOEMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3ZSLGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxJQUFJLEVBQUUsSUFBSSxDQUFDO1lBQ3BDLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksRUFBRSxpQkFBaUIsQ0FBQztZQUM5RCxjQUFjLENBQUMsZUFBZSxDQUFDLEdBQUcsSUFBSSxFQUFFLGFBQWEsQ0FBQztZQUN0RCxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO2FBQU07WUFDSCxjQUFjLENBQUMsaUJBQWlCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyx1Q0FBdUMsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDNUUsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLHlGQUF5RixFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUseUZBQXlGLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSx5RkFBeUYsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHlGQUF5RixFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsa0ZBQWtGLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSx5RkFBeUYsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLGtGQUFrRixFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUseUZBQXlGLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSx5RkFBeUYsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLGtGQUFrRixFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUseUZBQXlGLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSx5RkFBeUYsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLGtGQUFrRixFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUseUZBQXlGLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxrRkFBa0YsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHlGQUF5RixFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsa0ZBQWtGLEVBQUUsQ0FBQyxFQUFFLENBQUM7UUFDM3FELElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsaUNBQWlDLENBQUMsWUFBWSxFQUFFLElBQUksRUFBRSxjQUFjLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDdEYsQ0FBQzs7QUF0RkwsOEVBdUZDO0FBMUVHLGdCQUFnQjtBQUNPLDhDQUFZLEdBQUcsd0VBQXdFLENBQUMifQ==