@pulumi/azure-native 1.55.0 → 1.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/digitaltwins/digitalTwin.js +2 -2
- package/digitaltwins/digitalTwinsEndpoint.js +2 -2
- package/digitaltwins/getTimeSeriesDatabaseConnection.d.ts +61 -0
- package/digitaltwins/getTimeSeriesDatabaseConnection.js +28 -0
- package/digitaltwins/index.d.ts +4 -1
- package/digitaltwins/index.js +9 -2
- package/digitaltwins/privateEndpointConnection.js +2 -2
- package/digitaltwins/timeSeriesDatabaseConnection.d.ts +67 -0
- package/digitaltwins/timeSeriesDatabaseConnection.js +74 -0
- package/digitaltwins/v20200301preview/digitalTwin.js +2 -2
- package/digitaltwins/v20200301preview/digitalTwinsEndpoint.js +2 -2
- package/digitaltwins/v20201031/digitalTwin.js +2 -2
- package/digitaltwins/v20201031/digitalTwinsEndpoint.js +2 -2
- package/digitaltwins/v20201201/digitalTwin.js +2 -2
- package/digitaltwins/v20201201/digitalTwinsEndpoint.js +2 -2
- package/digitaltwins/v20201201/privateEndpointConnection.js +2 -2
- package/digitaltwins/v20210630preview/digitalTwin.d.ts +114 -0
- package/digitaltwins/v20210630preview/digitalTwin.js +85 -0
- package/digitaltwins/v20210630preview/digitalTwinsEndpoint.d.ts +66 -0
- package/digitaltwins/v20210630preview/digitalTwinsEndpoint.js +76 -0
- package/digitaltwins/v20210630preview/getDigitalTwin.d.ts +86 -0
- package/digitaltwins/v20210630preview/getDigitalTwin.js +26 -0
- package/digitaltwins/v20210630preview/getDigitalTwinsEndpoint.d.ts +60 -0
- package/digitaltwins/v20210630preview/getDigitalTwinsEndpoint.js +27 -0
- package/digitaltwins/v20210630preview/getPrivateEndpointConnection.d.ts +60 -0
- package/digitaltwins/v20210630preview/getPrivateEndpointConnection.js +27 -0
- package/digitaltwins/v20210630preview/getTimeSeriesDatabaseConnection.d.ts +60 -0
- package/digitaltwins/v20210630preview/getTimeSeriesDatabaseConnection.js +27 -0
- package/digitaltwins/v20210630preview/index.d.ts +9 -0
- package/digitaltwins/v20210630preview/index.js +51 -0
- package/digitaltwins/v20210630preview/privateEndpointConnection.d.ts +66 -0
- package/digitaltwins/v20210630preview/privateEndpointConnection.js +76 -0
- package/digitaltwins/v20210630preview/timeSeriesDatabaseConnection.d.ts +66 -0
- package/digitaltwins/v20210630preview/timeSeriesDatabaseConnection.js +73 -0
- package/hybridcompute/index.d.ts +2 -1
- package/hybridcompute/index.js +4 -2
- package/hybridcompute/machine.js +2 -2
- package/hybridcompute/machineExtension.js +2 -2
- package/hybridcompute/privateEndpointConnection.js +2 -2
- package/hybridcompute/privateLinkScope.js +2 -2
- package/hybridcompute/v20190318preview/machine.js +2 -2
- package/hybridcompute/v20190802preview/machine.js +2 -2
- package/hybridcompute/v20190802preview/machineExtension.js +2 -2
- package/hybridcompute/v20191212/machine.js +2 -2
- package/hybridcompute/v20191212/machineExtension.js +2 -2
- package/hybridcompute/v20200730preview/machine.js +2 -2
- package/hybridcompute/v20200730preview/machineExtension.js +2 -2
- package/hybridcompute/v20200802/machine.js +2 -2
- package/hybridcompute/v20200802/machineExtension.js +2 -2
- package/hybridcompute/v20200815preview/machine.js +2 -2
- package/hybridcompute/v20200815preview/machineExtension.js +2 -2
- package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210128preview/machine.js +2 -2
- package/hybridcompute/v20210128preview/machineExtension.js +2 -2
- package/hybridcompute/v20210128preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210128preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210325preview/machine.js +2 -2
- package/hybridcompute/v20210325preview/machineExtension.js +2 -2
- package/hybridcompute/v20210325preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210325preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210422preview/machine.js +2 -2
- package/hybridcompute/v20210422preview/machineExtension.js +2 -2
- package/hybridcompute/v20210422preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210422preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210517preview/machine.js +2 -2
- package/hybridcompute/v20210517preview/machineExtension.js +2 -2
- package/hybridcompute/v20210517preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210517preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20210520/machine.js +2 -2
- package/hybridcompute/v20210520/machineExtension.js +2 -2
- package/hybridcompute/v20210520/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210520/privateLinkScope.js +2 -2
- package/hybridcompute/v20210610preview/machine.js +2 -2
- package/hybridcompute/v20210610preview/machineExtension.js +2 -2
- package/hybridcompute/v20210610preview/privateEndpointConnection.js +2 -2
- package/hybridcompute/v20210610preview/privateLinkScope.js +2 -2
- package/hybridcompute/v20211210preview/getMachine.d.ts +74 -0
- package/hybridcompute/v20211210preview/getMachine.js +27 -0
- package/hybridcompute/v20211210preview/getMachineExtension.d.ts +70 -0
- package/hybridcompute/v20211210preview/getMachineExtension.js +27 -0
- package/hybridcompute/v20211210preview/getPrivateEndpointConnection.d.ts +60 -0
- package/hybridcompute/v20211210preview/getPrivateEndpointConnection.js +27 -0
- package/hybridcompute/v20211210preview/getPrivateLinkScope.d.ts +62 -0
- package/hybridcompute/v20211210preview/getPrivateLinkScope.js +26 -0
- package/hybridcompute/v20211210preview/index.d.ts +9 -0
- package/hybridcompute/v20211210preview/index.js +51 -0
- package/hybridcompute/v20211210preview/machine.d.ts +90 -0
- package/hybridcompute/v20211210preview/machine.js +75 -0
- package/hybridcompute/v20211210preview/machineExtension.d.ts +86 -0
- package/hybridcompute/v20211210preview/machineExtension.js +77 -0
- package/hybridcompute/v20211210preview/privateEndpointConnection.d.ts +66 -0
- package/hybridcompute/v20211210preview/privateEndpointConnection.js +73 -0
- package/hybridcompute/v20211210preview/privateLinkScope.d.ts +82 -0
- package/hybridcompute/v20211210preview/privateLinkScope.js +73 -0
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/types/enums/digitaltwins/index.d.ts +9 -1
- package/types/enums/digitaltwins/index.js +7 -2
- package/types/enums/digitaltwins/v20210630preview/index.d.ts +50 -0
- package/types/enums/digitaltwins/v20210630preview/index.js +32 -0
- package/types/enums/hybridcompute/index.d.ts +2 -1
- package/types/enums/hybridcompute/index.js +4 -2
- package/types/enums/hybridcompute/v20211210preview/index.d.ts +30 -0
- package/types/enums/hybridcompute/v20211210preview/index.js +24 -0
- package/types/input.d.ts +487 -4
- package/types/input.js +1 -1
- package/types/output.d.ts +932 -94
- package/types/output.js +1 -1
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
7
|
+
}) : (function(o, m, k, k2) {
|
|
8
|
+
if (k2 === undefined) k2 = k;
|
|
9
|
+
o[k2] = m[k];
|
|
10
|
+
}));
|
|
11
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
12
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
13
|
+
};
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
const pulumi = require("@pulumi/pulumi");
|
|
16
|
+
const utilities = require("../../utilities");
|
|
17
|
+
// Export members:
|
|
18
|
+
__exportStar(require("./getMachine"), exports);
|
|
19
|
+
__exportStar(require("./getMachineExtension"), exports);
|
|
20
|
+
__exportStar(require("./getPrivateEndpointConnection"), exports);
|
|
21
|
+
__exportStar(require("./getPrivateLinkScope"), exports);
|
|
22
|
+
__exportStar(require("./machine"), exports);
|
|
23
|
+
__exportStar(require("./machineExtension"), exports);
|
|
24
|
+
__exportStar(require("./privateEndpointConnection"), exports);
|
|
25
|
+
__exportStar(require("./privateLinkScope"), exports);
|
|
26
|
+
// Export enums:
|
|
27
|
+
__exportStar(require("../../types/enums/hybridcompute/v20211210preview"), exports);
|
|
28
|
+
// Import resources to register:
|
|
29
|
+
const machine_1 = require("./machine");
|
|
30
|
+
const machineExtension_1 = require("./machineExtension");
|
|
31
|
+
const privateEndpointConnection_1 = require("./privateEndpointConnection");
|
|
32
|
+
const privateLinkScope_1 = require("./privateLinkScope");
|
|
33
|
+
const _module = {
|
|
34
|
+
version: utilities.getVersion(),
|
|
35
|
+
construct: (name, type, urn) => {
|
|
36
|
+
switch (type) {
|
|
37
|
+
case "azure-native:hybridcompute/v20211210preview:Machine":
|
|
38
|
+
return new machine_1.Machine(name, undefined, { urn });
|
|
39
|
+
case "azure-native:hybridcompute/v20211210preview:MachineExtension":
|
|
40
|
+
return new machineExtension_1.MachineExtension(name, undefined, { urn });
|
|
41
|
+
case "azure-native:hybridcompute/v20211210preview:PrivateEndpointConnection":
|
|
42
|
+
return new privateEndpointConnection_1.PrivateEndpointConnection(name, undefined, { urn });
|
|
43
|
+
case "azure-native:hybridcompute/v20211210preview:PrivateLinkScope":
|
|
44
|
+
return new privateLinkScope_1.PrivateLinkScope(name, undefined, { urn });
|
|
45
|
+
default:
|
|
46
|
+
throw new Error(`unknown resource type ${type}`);
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
};
|
|
50
|
+
pulumi.runtime.registerResourceModule("azure-native", "hybridcompute/v20211210preview", _module);
|
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9oeWJyaWRjb21wdXRlL3YyMDIxMTIxMHByZXZpZXcvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7Ozs7Ozs7Ozs7OztBQUVqRix5Q0FBeUM7QUFDekMsNkNBQTZDO0FBRTdDLGtCQUFrQjtBQUNsQiwrQ0FBNkI7QUFDN0Isd0RBQXNDO0FBQ3RDLGlFQUErQztBQUMvQyx3REFBc0M7QUFDdEMsNENBQTBCO0FBQzFCLHFEQUFtQztBQUNuQyw4REFBNEM7QUFDNUMscURBQW1DO0FBRW5DLGdCQUFnQjtBQUNoQixtRkFBaUU7QUFFakUsZ0NBQWdDO0FBQ2hDLHVDQUFvQztBQUNwQyx5REFBc0Q7QUFDdEQsMkVBQXdFO0FBQ3hFLHlEQUFzRDtBQUV0RCxNQUFNLE9BQU8sR0FBRztJQUNaLE9BQU8sRUFBRSxTQUFTLENBQUMsVUFBVSxFQUFFO0lBQy9CLFNBQVMsRUFBRSxDQUFDLElBQVksRUFBRSxJQUFZLEVBQUUsR0FBVyxFQUFtQixFQUFFO1FBQ3BFLFFBQVEsSUFBSSxFQUFFO1lBQ1YsS0FBSyxxREFBcUQ7Z0JBQ3RELE9BQU8sSUFBSSxpQkFBTyxDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ3JELEtBQUssOERBQThEO2dCQUMvRCxPQUFPLElBQUksbUNBQWdCLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDOUQsS0FBSyx1RUFBdUU7Z0JBQ3hFLE9BQU8sSUFBSSxxREFBeUIsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUN2RSxLQUFLLDhEQUE4RDtnQkFDL0QsT0FBTyxJQUFJLG1DQUFnQixDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQzlEO2dCQUNJLE1BQU0sSUFBSSxLQUFLLENBQUMseUJBQXlCLElBQUksRUFBRSxDQUFDLENBQUM7U0FDeEQ7SUFDTCxDQUFDO0NBQ0osQ0FBQztBQUNGLE1BQU0sQ0FBQyxPQUFPLENBQUMsc0JBQXNCLENBQUMsY0FBYyxFQUFFLGdDQUFnQyxFQUFFLE9BQU8sQ0FBQyxDQUFBIn0=
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* Describes a hybrid machine.
|
|
5
|
+
*/
|
|
6
|
+
export declare class Machine extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing Machine resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Machine;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of Machine. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is Machine;
|
|
21
|
+
/**
|
|
22
|
+
* Identity for the resource.
|
|
23
|
+
*/
|
|
24
|
+
readonly identity: pulumi.Output<outputs.hybridcompute.v20211210preview.IdentityResponse | undefined>;
|
|
25
|
+
/**
|
|
26
|
+
* The geo-location where the resource lives
|
|
27
|
+
*/
|
|
28
|
+
readonly location: pulumi.Output<string>;
|
|
29
|
+
/**
|
|
30
|
+
* The name of the resource
|
|
31
|
+
*/
|
|
32
|
+
readonly name: pulumi.Output<string>;
|
|
33
|
+
/**
|
|
34
|
+
* Hybrid Compute Machine properties
|
|
35
|
+
*/
|
|
36
|
+
readonly properties: pulumi.Output<outputs.hybridcompute.v20211210preview.MachinePropertiesResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* The system meta data relating to this resource.
|
|
39
|
+
*/
|
|
40
|
+
readonly systemData: pulumi.Output<outputs.hybridcompute.v20211210preview.SystemDataResponse>;
|
|
41
|
+
/**
|
|
42
|
+
* Resource tags.
|
|
43
|
+
*/
|
|
44
|
+
readonly tags: pulumi.Output<{
|
|
45
|
+
[key: string]: string;
|
|
46
|
+
} | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
49
|
+
*/
|
|
50
|
+
readonly type: pulumi.Output<string>;
|
|
51
|
+
/**
|
|
52
|
+
* Create a Machine resource with the given unique name, arguments, and options.
|
|
53
|
+
*
|
|
54
|
+
* @param name The _unique_ name of the resource.
|
|
55
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
56
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
57
|
+
*/
|
|
58
|
+
constructor(name: string, args: MachineArgs, opts?: pulumi.CustomResourceOptions);
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* The set of arguments for constructing a Machine resource.
|
|
62
|
+
*/
|
|
63
|
+
export interface MachineArgs {
|
|
64
|
+
/**
|
|
65
|
+
* Identity for the resource.
|
|
66
|
+
*/
|
|
67
|
+
identity?: pulumi.Input<inputs.hybridcompute.v20211210preview.IdentityArgs>;
|
|
68
|
+
/**
|
|
69
|
+
* The geo-location where the resource lives
|
|
70
|
+
*/
|
|
71
|
+
location?: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* The name of the hybrid machine.
|
|
74
|
+
*/
|
|
75
|
+
machineName?: pulumi.Input<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Hybrid Compute Machine properties
|
|
78
|
+
*/
|
|
79
|
+
properties?: pulumi.Input<inputs.hybridcompute.v20211210preview.MachinePropertiesArgs>;
|
|
80
|
+
/**
|
|
81
|
+
* The name of the resource group. The name is case insensitive.
|
|
82
|
+
*/
|
|
83
|
+
resourceGroupName: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* Resource tags.
|
|
86
|
+
*/
|
|
87
|
+
tags?: pulumi.Input<{
|
|
88
|
+
[key: string]: pulumi.Input<string>;
|
|
89
|
+
}>;
|
|
90
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Machine = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Describes a hybrid machine.
|
|
10
|
+
*/
|
|
11
|
+
class Machine extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Create a Machine resource with the given unique name, arguments, and options.
|
|
14
|
+
*
|
|
15
|
+
* @param name The _unique_ name of the resource.
|
|
16
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
17
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
18
|
+
*/
|
|
19
|
+
constructor(name, args, opts) {
|
|
20
|
+
let resourceInputs = {};
|
|
21
|
+
opts = opts || {};
|
|
22
|
+
if (!opts.id) {
|
|
23
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
24
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
25
|
+
}
|
|
26
|
+
resourceInputs["identity"] = args ? args.identity : undefined;
|
|
27
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
28
|
+
resourceInputs["machineName"] = args ? args.machineName : undefined;
|
|
29
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
30
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
31
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
32
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
33
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
34
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
35
|
+
}
|
|
36
|
+
else {
|
|
37
|
+
resourceInputs["identity"] = undefined /*out*/;
|
|
38
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
39
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
40
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
41
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
42
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
43
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
44
|
+
}
|
|
45
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
46
|
+
const aliasOpts = { aliases: [{ type: "azure-native:hybridcompute:Machine" }, { type: "azure-native:hybridcompute/v20190318preview:Machine" }, { type: "azure-native:hybridcompute/v20190802preview:Machine" }, { type: "azure-native:hybridcompute/v20191212:Machine" }, { type: "azure-native:hybridcompute/v20200730preview:Machine" }, { type: "azure-native:hybridcompute/v20200802:Machine" }, { type: "azure-native:hybridcompute/v20200815preview:Machine" }, { type: "azure-native:hybridcompute/v20210128preview:Machine" }, { type: "azure-native:hybridcompute/v20210325preview:Machine" }, { type: "azure-native:hybridcompute/v20210422preview:Machine" }, { type: "azure-native:hybridcompute/v20210517preview:Machine" }, { type: "azure-native:hybridcompute/v20210520:Machine" }, { type: "azure-native:hybridcompute/v20210610preview:Machine" }] };
|
|
47
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
48
|
+
super(Machine.__pulumiType, name, resourceInputs, opts);
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Get an existing Machine resource's state with the given name, ID, and optional extra
|
|
52
|
+
* properties used to qualify the lookup.
|
|
53
|
+
*
|
|
54
|
+
* @param name The _unique_ name of the resulting resource.
|
|
55
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
56
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
57
|
+
*/
|
|
58
|
+
static get(name, id, opts) {
|
|
59
|
+
return new Machine(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* Returns true if the given object is an instance of Machine. This is designed to work even
|
|
63
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
64
|
+
*/
|
|
65
|
+
static isInstance(obj) {
|
|
66
|
+
if (obj === undefined || obj === null) {
|
|
67
|
+
return false;
|
|
68
|
+
}
|
|
69
|
+
return obj['__pulumiType'] === Machine.__pulumiType;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
exports.Machine = Machine;
|
|
73
|
+
/** @internal */
|
|
74
|
+
Machine.__pulumiType = 'azure-native:hybridcompute/v20211210preview:Machine';
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFjaGluZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbXB1dGUvdjIwMjExMjEwcHJldmlldy9tYWNoaW5lLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBRXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEsT0FBUSxTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBd0Q5Qzs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFpQixFQUFFLElBQW1DO1FBQzVFLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlELGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsYUFBYSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDcEUsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFD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
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* Describes a Machine Extension.
|
|
5
|
+
*/
|
|
6
|
+
export declare class MachineExtension extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing MachineExtension resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): MachineExtension;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of MachineExtension. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is MachineExtension;
|
|
21
|
+
/**
|
|
22
|
+
* The geo-location where the resource lives
|
|
23
|
+
*/
|
|
24
|
+
readonly location: pulumi.Output<string>;
|
|
25
|
+
/**
|
|
26
|
+
* The name of the resource
|
|
27
|
+
*/
|
|
28
|
+
readonly name: pulumi.Output<string>;
|
|
29
|
+
/**
|
|
30
|
+
* Describes Machine Extension Properties.
|
|
31
|
+
*/
|
|
32
|
+
readonly properties: pulumi.Output<outputs.hybridcompute.v20211210preview.MachineExtensionPropertiesResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* The system meta data relating to this resource.
|
|
35
|
+
*/
|
|
36
|
+
readonly systemData: pulumi.Output<outputs.hybridcompute.v20211210preview.SystemDataResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Resource tags.
|
|
39
|
+
*/
|
|
40
|
+
readonly tags: pulumi.Output<{
|
|
41
|
+
[key: string]: string;
|
|
42
|
+
} | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
45
|
+
*/
|
|
46
|
+
readonly type: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* Create a MachineExtension resource with the given unique name, arguments, and options.
|
|
49
|
+
*
|
|
50
|
+
* @param name The _unique_ name of the resource.
|
|
51
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
52
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
53
|
+
*/
|
|
54
|
+
constructor(name: string, args: MachineExtensionArgs, opts?: pulumi.CustomResourceOptions);
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* The set of arguments for constructing a MachineExtension resource.
|
|
58
|
+
*/
|
|
59
|
+
export interface MachineExtensionArgs {
|
|
60
|
+
/**
|
|
61
|
+
* The name of the machine extension.
|
|
62
|
+
*/
|
|
63
|
+
extensionName?: pulumi.Input<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The geo-location where the resource lives
|
|
66
|
+
*/
|
|
67
|
+
location?: pulumi.Input<string>;
|
|
68
|
+
/**
|
|
69
|
+
* The name of the machine where the extension should be created or updated.
|
|
70
|
+
*/
|
|
71
|
+
machineName: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* Describes Machine Extension Properties.
|
|
74
|
+
*/
|
|
75
|
+
properties?: pulumi.Input<inputs.hybridcompute.v20211210preview.MachineExtensionPropertiesArgs>;
|
|
76
|
+
/**
|
|
77
|
+
* The name of the resource group. The name is case insensitive.
|
|
78
|
+
*/
|
|
79
|
+
resourceGroupName: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* Resource tags.
|
|
82
|
+
*/
|
|
83
|
+
tags?: pulumi.Input<{
|
|
84
|
+
[key: string]: pulumi.Input<string>;
|
|
85
|
+
}>;
|
|
86
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.MachineExtension = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Describes a Machine Extension.
|
|
10
|
+
*/
|
|
11
|
+
class MachineExtension extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Create a MachineExtension resource with the given unique name, arguments, and options.
|
|
14
|
+
*
|
|
15
|
+
* @param name The _unique_ name of the resource.
|
|
16
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
17
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
18
|
+
*/
|
|
19
|
+
constructor(name, args, opts) {
|
|
20
|
+
let resourceInputs = {};
|
|
21
|
+
opts = opts || {};
|
|
22
|
+
if (!opts.id) {
|
|
23
|
+
if ((!args || args.machineName === undefined) && !opts.urn) {
|
|
24
|
+
throw new Error("Missing required property 'machineName'");
|
|
25
|
+
}
|
|
26
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
27
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
28
|
+
}
|
|
29
|
+
resourceInputs["extensionName"] = args ? args.extensionName : undefined;
|
|
30
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
31
|
+
resourceInputs["machineName"] = args ? args.machineName : undefined;
|
|
32
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
33
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
34
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
35
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
36
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
37
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
41
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
42
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
43
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
44
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
45
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
46
|
+
}
|
|
47
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
48
|
+
const aliasOpts = { aliases: [{ type: "azure-native:hybridcompute:MachineExtension" }, { type: "azure-native:hybridcompute/v20190802preview:MachineExtension" }, { type: "azure-native:hybridcompute/v20191212:MachineExtension" }, { type: "azure-native:hybridcompute/v20200730preview:MachineExtension" }, { type: "azure-native:hybridcompute/v20200802:MachineExtension" }, { type: "azure-native:hybridcompute/v20200815preview:MachineExtension" }, { type: "azure-native:hybridcompute/v20210128preview:MachineExtension" }, { type: "azure-native:hybridcompute/v20210325preview:MachineExtension" }, { type: "azure-native:hybridcompute/v20210422preview:MachineExtension" }, { type: "azure-native:hybridcompute/v20210517preview:MachineExtension" }, { type: "azure-native:hybridcompute/v20210520:MachineExtension" }, { type: "azure-native:hybridcompute/v20210610preview:MachineExtension" }] };
|
|
49
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
50
|
+
super(MachineExtension.__pulumiType, name, resourceInputs, opts);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Get an existing MachineExtension resource's state with the given name, ID, and optional extra
|
|
54
|
+
* properties used to qualify the lookup.
|
|
55
|
+
*
|
|
56
|
+
* @param name The _unique_ name of the resulting resource.
|
|
57
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
58
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
59
|
+
*/
|
|
60
|
+
static get(name, id, opts) {
|
|
61
|
+
return new MachineExtension(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Returns true if the given object is an instance of MachineExtension. This is designed to work even
|
|
65
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
66
|
+
*/
|
|
67
|
+
static isInstance(obj) {
|
|
68
|
+
if (obj === undefined || obj === null) {
|
|
69
|
+
return false;
|
|
70
|
+
}
|
|
71
|
+
return obj['__pulumiType'] === MachineExtension.__pulumiType;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.MachineExtension = MachineExtension;
|
|
75
|
+
/** @internal */
|
|
76
|
+
MachineExtension.__pulumiType = 'azure-native:hybridcompute/v20211210preview:MachineExtension';
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFjaGluZUV4dGVuc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbXB1dGUvdjIwMjExMjEwcHJldmlldy9tYWNoaW5lRXh0ZW5zaW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBRXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEsZ0JBQWlCLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFvRHZEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQTBCLEVBQUUsSUFBbUM7UUFDckYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsV0FBVyxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDeEQsTUFBTSxJQUFJLEtBQUssQ0FBQyx5Q0FBeUMsQ0FBQyxDQUFDO2FBQzlEO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELGNBQWMsQ0FBQyxlQUFlLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUN4RSxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDOUQsY0FBYyxDQUFDLGFBQWEs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
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* A private endpoint connection
|
|
5
|
+
*/
|
|
6
|
+
export declare class PrivateEndpointConnection extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing PrivateEndpointConnection resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): PrivateEndpointConnection;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of PrivateEndpointConnection. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is PrivateEndpointConnection;
|
|
21
|
+
/**
|
|
22
|
+
* The name of the resource
|
|
23
|
+
*/
|
|
24
|
+
readonly name: pulumi.Output<string>;
|
|
25
|
+
/**
|
|
26
|
+
* Resource properties.
|
|
27
|
+
*/
|
|
28
|
+
readonly properties: pulumi.Output<outputs.hybridcompute.v20211210preview.PrivateEndpointConnectionPropertiesResponse>;
|
|
29
|
+
/**
|
|
30
|
+
* The system meta data relating to this resource.
|
|
31
|
+
*/
|
|
32
|
+
readonly systemData: pulumi.Output<outputs.hybridcompute.v20211210preview.SystemDataResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
35
|
+
*/
|
|
36
|
+
readonly type: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* Create a PrivateEndpointConnection resource with the given unique name, arguments, and options.
|
|
39
|
+
*
|
|
40
|
+
* @param name The _unique_ name of the resource.
|
|
41
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
42
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
43
|
+
*/
|
|
44
|
+
constructor(name: string, args: PrivateEndpointConnectionArgs, opts?: pulumi.CustomResourceOptions);
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* The set of arguments for constructing a PrivateEndpointConnection resource.
|
|
48
|
+
*/
|
|
49
|
+
export interface PrivateEndpointConnectionArgs {
|
|
50
|
+
/**
|
|
51
|
+
* The name of the private endpoint connection.
|
|
52
|
+
*/
|
|
53
|
+
privateEndpointConnectionName?: pulumi.Input<string>;
|
|
54
|
+
/**
|
|
55
|
+
* Resource properties.
|
|
56
|
+
*/
|
|
57
|
+
properties?: pulumi.Input<inputs.hybridcompute.v20211210preview.PrivateEndpointConnectionPropertiesArgs>;
|
|
58
|
+
/**
|
|
59
|
+
* The name of the resource group. The name is case insensitive.
|
|
60
|
+
*/
|
|
61
|
+
resourceGroupName: pulumi.Input<string>;
|
|
62
|
+
/**
|
|
63
|
+
* The name of the Azure Arc PrivateLinkScope resource.
|
|
64
|
+
*/
|
|
65
|
+
scopeName: pulumi.Input<string>;
|
|
66
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.PrivateEndpointConnection = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* A private endpoint connection
|
|
10
|
+
*/
|
|
11
|
+
class PrivateEndpointConnection extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Create a PrivateEndpointConnection resource with the given unique name, arguments, and options.
|
|
14
|
+
*
|
|
15
|
+
* @param name The _unique_ name of the resource.
|
|
16
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
17
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
18
|
+
*/
|
|
19
|
+
constructor(name, args, opts) {
|
|
20
|
+
let resourceInputs = {};
|
|
21
|
+
opts = opts || {};
|
|
22
|
+
if (!opts.id) {
|
|
23
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
24
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
25
|
+
}
|
|
26
|
+
if ((!args || args.scopeName === undefined) && !opts.urn) {
|
|
27
|
+
throw new Error("Missing required property 'scopeName'");
|
|
28
|
+
}
|
|
29
|
+
resourceInputs["privateEndpointConnectionName"] = args ? args.privateEndpointConnectionName : undefined;
|
|
30
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
31
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
32
|
+
resourceInputs["scopeName"] = args ? args.scopeName : undefined;
|
|
33
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
34
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
35
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
36
|
+
}
|
|
37
|
+
else {
|
|
38
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
39
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
40
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
41
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
42
|
+
}
|
|
43
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
44
|
+
const aliasOpts = { aliases: [{ type: "azure-native:hybridcompute:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20200815preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210128preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210325preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210422preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210517preview:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210520:PrivateEndpointConnection" }, { type: "azure-native:hybridcompute/v20210610preview:PrivateEndpointConnection" }] };
|
|
45
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
46
|
+
super(PrivateEndpointConnection.__pulumiType, name, resourceInputs, opts);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get an existing PrivateEndpointConnection resource's state with the given name, ID, and optional extra
|
|
50
|
+
* properties used to qualify the lookup.
|
|
51
|
+
*
|
|
52
|
+
* @param name The _unique_ name of the resulting resource.
|
|
53
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
54
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
55
|
+
*/
|
|
56
|
+
static get(name, id, opts) {
|
|
57
|
+
return new PrivateEndpointConnection(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Returns true if the given object is an instance of PrivateEndpointConnection. This is designed to work even
|
|
61
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
62
|
+
*/
|
|
63
|
+
static isInstance(obj) {
|
|
64
|
+
if (obj === undefined || obj === null) {
|
|
65
|
+
return false;
|
|
66
|
+
}
|
|
67
|
+
return obj['__pulumiType'] === PrivateEndpointConnection.__pulumiType;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
exports.PrivateEndpointConnection = PrivateEndpointConnection;
|
|
71
|
+
/** @internal */
|
|
72
|
+
PrivateEndpointConnection.__pulumiType = 'azure-native:hybridcompute/v20211210preview:PrivateEndpointConnection';
|
|
73
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbXB1dGUvdjIwMjExMjEwcHJldmlldy9wcml2YXRlRW5kcG9pbnRDb25uZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBRXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEseUJBQTBCLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUE0Q2hFOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQW1DLEVBQUUsSUFBbUM7UUFDOUYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFNBQVMsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ3RELE1BQU0sSUFBSSxLQUFLLENBQUMsdUNBQXVDLENBQUMsQ0FBQzthQUM1RDtZQUNELGNBQWMsQ0FBQywrQkFBK0IsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLDZCQUE2QixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDeEcsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFD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
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../../types";
|
|
3
|
+
/**
|
|
4
|
+
* An Azure Arc PrivateLinkScope definition.
|
|
5
|
+
*/
|
|
6
|
+
export declare class PrivateLinkScope extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing PrivateLinkScope resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): PrivateLinkScope;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of PrivateLinkScope. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is PrivateLinkScope;
|
|
21
|
+
/**
|
|
22
|
+
* Resource location
|
|
23
|
+
*/
|
|
24
|
+
readonly location: pulumi.Output<string>;
|
|
25
|
+
/**
|
|
26
|
+
* Azure resource name
|
|
27
|
+
*/
|
|
28
|
+
readonly name: pulumi.Output<string>;
|
|
29
|
+
/**
|
|
30
|
+
* Properties that define a Azure Arc PrivateLinkScope resource.
|
|
31
|
+
*/
|
|
32
|
+
readonly properties: pulumi.Output<outputs.hybridcompute.v20211210preview.HybridComputePrivateLinkScopePropertiesResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* The system meta data relating to this resource.
|
|
35
|
+
*/
|
|
36
|
+
readonly systemData: pulumi.Output<outputs.hybridcompute.v20211210preview.SystemDataResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* Resource tags
|
|
39
|
+
*/
|
|
40
|
+
readonly tags: pulumi.Output<{
|
|
41
|
+
[key: string]: string;
|
|
42
|
+
} | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* Azure resource type
|
|
45
|
+
*/
|
|
46
|
+
readonly type: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* Create a PrivateLinkScope resource with the given unique name, arguments, and options.
|
|
49
|
+
*
|
|
50
|
+
* @param name The _unique_ name of the resource.
|
|
51
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
52
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
53
|
+
*/
|
|
54
|
+
constructor(name: string, args: PrivateLinkScopeArgs, opts?: pulumi.CustomResourceOptions);
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* The set of arguments for constructing a PrivateLinkScope resource.
|
|
58
|
+
*/
|
|
59
|
+
export interface PrivateLinkScopeArgs {
|
|
60
|
+
/**
|
|
61
|
+
* Resource location
|
|
62
|
+
*/
|
|
63
|
+
location?: pulumi.Input<string>;
|
|
64
|
+
/**
|
|
65
|
+
* Properties that define a Azure Arc PrivateLinkScope resource.
|
|
66
|
+
*/
|
|
67
|
+
properties?: pulumi.Input<inputs.hybridcompute.v20211210preview.HybridComputePrivateLinkScopePropertiesArgs>;
|
|
68
|
+
/**
|
|
69
|
+
* The name of the resource group. The name is case insensitive.
|
|
70
|
+
*/
|
|
71
|
+
resourceGroupName: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* The name of the Azure Arc PrivateLinkScope resource.
|
|
74
|
+
*/
|
|
75
|
+
scopeName?: pulumi.Input<string>;
|
|
76
|
+
/**
|
|
77
|
+
* Resource tags
|
|
78
|
+
*/
|
|
79
|
+
tags?: pulumi.Input<{
|
|
80
|
+
[key: string]: pulumi.Input<string>;
|
|
81
|
+
}>;
|
|
82
|
+
}
|