@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [;
exports.PrivateLinkServicePrivateEndpointConnection = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
/**
* PrivateEndpointConnection resource.
*
* Uses Azure REST API version 2024-05-01. In version 2.x of the Azure Native provider, it used API version 2023-02-01.
*
* Other available API versions: 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-07-01, 2024-10-01. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native network [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
*/
class PrivateLinkServicePrivateEndpointConnection extends pulumi.CustomResource {
/**
* Get an existing PrivateLinkServicePrivateEndpointConnection 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 PrivateLinkServicePrivateEndpointConnection(name, undefined, { ...opts, id: id });
}
/**
* Returns true if the given object is an instance of PrivateLinkServicePrivateEndpointConnection. 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'] === PrivateLinkServicePrivateEndpointConnection.__pulumiType;
}
/**
* Create a PrivateLinkServicePrivateEndpointConnection 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?.resourceGroupName === undefined && !opts.urn) {
throw new Error("Missing required property 'resourceGroupName'");
}
if (args?.serviceName === undefined && !opts.urn) {
throw new Error("Missing required property 'serviceName'");
}
resourceInputs["id"] = args?.id;
resourceInputs["name"] = args?.name;
resourceInputs["peConnectionName"] = args?.peConnectionName;
resourceInputs["privateLinkServiceConnectionState"] = args?.privateLinkServiceConnectionState;
resourceInputs["resourceGroupName"] = args?.resourceGroupName;
resourceInputs["serviceName"] = args?.serviceName;
resourceInputs["azureApiVersion"] = undefined /*out*/;
resourceInputs["etag"] = undefined /*out*/;
resourceInputs["linkIdentifier"] = undefined /*out*/;
resourceInputs["privateEndpoint"] = undefined /*out*/;
resourceInputs["privateEndpointLocation"] = undefined /*out*/;
resourceInputs["provisioningState"] = undefined /*out*/;
resourceInputs["type"] = undefined /*out*/;
}
else {
resourceInputs["azureApiVersion"] = undefined /*out*/;
resourceInputs["etag"] = undefined /*out*/;
resourceInputs["linkIdentifier"] = undefined /*out*/;
resourceInputs["name"] = undefined /*out*/;
resourceInputs["privateEndpoint"] = undefined /*out*/;
resourceInputs["privateEndpointLocation"] = undefined /*out*/;
resourceInputs["privateLinkServiceConnectionState"] = undefined /*out*/;
resourceInputs["provisioningState"] = undefined /*out*/;
resourceInputs["type"] = undefined /*out*/;
}
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
const aliasOpts = { aliases: [{ type: "azure-native:network/v20190901:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20191101:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20191201:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20200301:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20200401:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20200501:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20200601:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20200701:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20200801:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20201101:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20210201:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20210301:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20210501:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20210801:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20220101:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20220501:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20220701:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20220901:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20221101:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20230201:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20230401:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20230501:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20230601:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20230901:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20231101:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20240101:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20240301:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20240501:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20240701:PrivateLinkServicePrivateEndpointConnection" }, { type: "azure-native:network/v20241001:PrivateLinkServicePrivateEndpointConnection" }] };
opts = pulumi.mergeOptions(opts, aliasOpts);
super(PrivateLinkServicePrivateEndpointConnection.__pulumiType, name, resourceInputs, opts);
}
}
exports.PrivateLinkServicePrivateEndpointConnection = PrivateLinkServicePrivateEndpointConnection;
/** @internal */
PrivateLinkServicePrivateEndpointConnection.__pulumiType = 'azure-native:network:PrivateLinkServicePrivateEndpointConnection';
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJpdmF0ZUxpbmtTZXJ2aWNlUHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL25ldHdvcmsvcHJpdmF0ZUxpbmtTZXJ2aWNlUHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7OztHQU1HO0FBQ0gsTUFBYSwyQ0FBNEMsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNsRjs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksMkNBQTJDLENBQUMsSUFBSSxFQUFFLFNBQWdCLEVBQUUsRUFBRSxHQUFHLElBQUksRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsQ0FBQztJQUN4RyxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssMkNBQTJDLENBQUMsWUFBWSxDQUFDO0lBQzVGLENBQUM7SUF1Q0Q7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBcUQsRUFBRSxJQUFtQztRQUNoSCxJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxJQUFJLEVBQUUsaUJBQWlCLEtBQUssU0FBUyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDcEQsTUFBTSxJQUFJLEtB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