@pulumi/azure-native 1.100.1 → 1.101.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.
Files changed (153) hide show
  1. package/confidentialledger/v20230126preview/getLedger.d.ts +1 -5
  2. package/confidentialledger/v20230126preview/getLedger.js +1 -1
  3. package/confidentialledger/v20230126preview/ledger.d.ts +2 -11
  4. package/confidentialledger/v20230126preview/ledger.js +1 -3
  5. package/dbformysql/v20211201preview/server.js +4 -3
  6. package/dbformysql/v20220101/server.js +4 -3
  7. package/eventhub/v20221001preview/getSchemaRegistry.d.ts +2 -2
  8. package/eventhub/v20221001preview/getSchemaRegistry.js +2 -2
  9. package/hybridcloud/cloudConnection.d.ts +116 -0
  10. package/hybridcloud/cloudConnection.js +84 -0
  11. package/hybridcloud/cloudConnector.d.ts +100 -0
  12. package/hybridcloud/cloudConnector.js +80 -0
  13. package/hybridcloud/getCloudConnection.d.ts +87 -0
  14. package/hybridcloud/getCloudConnection.js +28 -0
  15. package/hybridcloud/getCloudConnector.d.ts +79 -0
  16. package/hybridcloud/getCloudConnector.js +28 -0
  17. package/hybridcloud/index.d.ts +15 -0
  18. package/hybridcloud/index.js +51 -0
  19. package/hybridcloud/v20230101preview/cloudConnection.d.ts +115 -0
  20. package/hybridcloud/v20230101preview/cloudConnection.js +83 -0
  21. package/hybridcloud/v20230101preview/cloudConnector.d.ts +99 -0
  22. package/hybridcloud/v20230101preview/cloudConnector.js +79 -0
  23. package/hybridcloud/v20230101preview/getCloudConnection.d.ts +85 -0
  24. package/hybridcloud/v20230101preview/getCloudConnection.js +26 -0
  25. package/hybridcloud/v20230101preview/getCloudConnector.d.ts +77 -0
  26. package/hybridcloud/v20230101preview/getCloudConnector.js +26 -0
  27. package/hybridcloud/v20230101preview/index.d.ts +13 -0
  28. package/hybridcloud/v20230101preview/index.js +48 -0
  29. package/hybridcompute/index.d.ts +2 -1
  30. package/hybridcompute/index.js +4 -2
  31. package/hybridcompute/machine.js +2 -2
  32. package/hybridcompute/machineExtension.js +2 -2
  33. package/hybridcompute/privateEndpointConnection.js +2 -2
  34. package/hybridcompute/privateLinkScope.js +2 -2
  35. package/hybridcompute/v20190318preview/machine.js +2 -2
  36. package/hybridcompute/v20190802preview/machine.js +2 -2
  37. package/hybridcompute/v20190802preview/machineExtension.js +2 -2
  38. package/hybridcompute/v20191212/machine.js +2 -2
  39. package/hybridcompute/v20191212/machineExtension.js +2 -2
  40. package/hybridcompute/v20200730preview/machine.js +2 -2
  41. package/hybridcompute/v20200730preview/machineExtension.js +2 -2
  42. package/hybridcompute/v20200802/machine.js +2 -2
  43. package/hybridcompute/v20200802/machineExtension.js +2 -2
  44. package/hybridcompute/v20200815preview/machine.js +2 -2
  45. package/hybridcompute/v20200815preview/machineExtension.js +2 -2
  46. package/hybridcompute/v20200815preview/privateEndpointConnection.js +2 -2
  47. package/hybridcompute/v20200815preview/privateLinkScope.js +2 -2
  48. package/hybridcompute/v20210128preview/machine.js +2 -2
  49. package/hybridcompute/v20210128preview/machineExtension.js +2 -2
  50. package/hybridcompute/v20210128preview/privateEndpointConnection.js +2 -2
  51. package/hybridcompute/v20210128preview/privateLinkScope.js +2 -2
  52. package/hybridcompute/v20210325preview/machine.js +2 -2
  53. package/hybridcompute/v20210325preview/machineExtension.js +2 -2
  54. package/hybridcompute/v20210325preview/privateEndpointConnection.js +2 -2
  55. package/hybridcompute/v20210325preview/privateLinkScope.js +2 -2
  56. package/hybridcompute/v20210422preview/machine.js +2 -2
  57. package/hybridcompute/v20210422preview/machineExtension.js +2 -2
  58. package/hybridcompute/v20210422preview/privateEndpointConnection.js +2 -2
  59. package/hybridcompute/v20210422preview/privateLinkScope.js +2 -2
  60. package/hybridcompute/v20210517preview/machine.js +2 -2
  61. package/hybridcompute/v20210517preview/machineExtension.js +2 -2
  62. package/hybridcompute/v20210517preview/privateEndpointConnection.js +2 -2
  63. package/hybridcompute/v20210517preview/privateLinkScope.js +2 -2
  64. package/hybridcompute/v20210520/machine.js +2 -2
  65. package/hybridcompute/v20210520/machineExtension.js +2 -2
  66. package/hybridcompute/v20210520/privateEndpointConnection.js +2 -2
  67. package/hybridcompute/v20210520/privateLinkScope.js +2 -2
  68. package/hybridcompute/v20210610preview/machine.js +2 -2
  69. package/hybridcompute/v20210610preview/machineExtension.js +2 -2
  70. package/hybridcompute/v20210610preview/privateEndpointConnection.js +2 -2
  71. package/hybridcompute/v20210610preview/privateLinkScope.js +2 -2
  72. package/hybridcompute/v20211210preview/machine.js +2 -2
  73. package/hybridcompute/v20211210preview/machineExtension.js +2 -2
  74. package/hybridcompute/v20211210preview/privateEndpointConnection.js +2 -2
  75. package/hybridcompute/v20211210preview/privateLinkScope.js +2 -2
  76. package/hybridcompute/v20220310/machine.js +2 -2
  77. package/hybridcompute/v20220310/machineExtension.js +2 -2
  78. package/hybridcompute/v20220310/privateEndpointConnection.js +2 -2
  79. package/hybridcompute/v20220310/privateLinkScope.js +2 -2
  80. package/hybridcompute/v20220510preview/machine.js +2 -2
  81. package/hybridcompute/v20220510preview/machineExtension.js +2 -2
  82. package/hybridcompute/v20220510preview/privateEndpointConnection.js +2 -2
  83. package/hybridcompute/v20220510preview/privateLinkScope.js +2 -2
  84. package/hybridcompute/v20220811preview/machine.js +2 -2
  85. package/hybridcompute/v20220811preview/machineExtension.js +2 -2
  86. package/hybridcompute/v20220811preview/privateEndpointConnection.js +2 -2
  87. package/hybridcompute/v20220811preview/privateLinkScope.js +2 -2
  88. package/hybridcompute/v20221110/machine.js +2 -2
  89. package/hybridcompute/v20221110/machineExtension.js +2 -2
  90. package/hybridcompute/v20221110/privateEndpointConnection.js +2 -2
  91. package/hybridcompute/v20221110/privateLinkScope.js +2 -2
  92. package/hybridcompute/v20221227/getMachine.d.ts +191 -0
  93. package/hybridcompute/v20221227/getMachine.js +27 -0
  94. package/hybridcompute/v20221227/getMachineExtension.d.ts +105 -0
  95. package/hybridcompute/v20221227/getMachineExtension.js +27 -0
  96. package/hybridcompute/v20221227/getPrivateEndpointConnection.d.ts +63 -0
  97. package/hybridcompute/v20221227/getPrivateEndpointConnection.js +27 -0
  98. package/hybridcompute/v20221227/getPrivateLinkScope.d.ts +65 -0
  99. package/hybridcompute/v20221227/getPrivateLinkScope.js +26 -0
  100. package/hybridcompute/v20221227/index.d.ts +25 -0
  101. package/hybridcompute/v20221227/index.js +62 -0
  102. package/hybridcompute/v20221227/machine.d.ts +245 -0
  103. package/hybridcompute/v20221227/machine.js +131 -0
  104. package/hybridcompute/v20221227/machineExtension.d.ts +151 -0
  105. package/hybridcompute/v20221227/machineExtension.js +93 -0
  106. package/hybridcompute/v20221227/privateEndpointConnection.d.ts +67 -0
  107. package/hybridcompute/v20221227/privateEndpointConnection.js +73 -0
  108. package/hybridcompute/v20221227/privateLinkScope.d.ts +83 -0
  109. package/hybridcompute/v20221227/privateLinkScope.js +73 -0
  110. package/hybridcompute/v20221227preview/machine.js +2 -2
  111. package/hybridcompute/v20221227preview/machineExtension.js +2 -2
  112. package/hybridcompute/v20221227preview/privateEndpointConnection.js +2 -2
  113. package/hybridcompute/v20221227preview/privateLinkScope.js +2 -2
  114. package/index.d.ts +2 -1
  115. package/index.js +7 -5
  116. package/monitor/azureMonitorWorkspace.js +2 -2
  117. package/monitor/index.d.ts +2 -1
  118. package/monitor/index.js +4 -2
  119. package/monitor/v20210603preview/azureMonitorWorkspace.js +2 -2
  120. package/monitor/v20230403/azureMonitorWorkspace.d.ts +102 -0
  121. package/monitor/v20230403/azureMonitorWorkspace.js +85 -0
  122. package/monitor/v20230403/getAzureMonitorWorkspace.d.ts +89 -0
  123. package/monitor/v20230403/getAzureMonitorWorkspace.js +26 -0
  124. package/monitor/v20230403/index.d.ts +6 -0
  125. package/monitor/v20230403/index.js +25 -0
  126. package/package.json +2 -2
  127. package/tsconfig.tsbuildinfo +1 -1
  128. package/types/enums/datafactory/index.d.ts +2 -10
  129. package/types/enums/datafactory/index.js +3 -7
  130. package/types/enums/datafactory/v20180601/index.d.ts +2 -10
  131. package/types/enums/datafactory/v20180601/index.js +3 -7
  132. package/types/enums/dbformysql/v20211201preview/index.d.ts +1 -1
  133. package/types/enums/dbformysql/v20220101/index.d.ts +1 -1
  134. package/types/enums/dbforpostgresql/v20221201/index.d.ts +0 -1
  135. package/types/enums/dbforpostgresql/v20221201/index.js +1 -2
  136. package/types/enums/hybridcloud/index.d.ts +9 -0
  137. package/types/enums/hybridcloud/index.js +12 -0
  138. package/types/enums/hybridcloud/v20230101preview/index.d.ts +7 -0
  139. package/types/enums/hybridcloud/v20230101preview/index.js +9 -0
  140. package/types/enums/hybridcompute/index.d.ts +2 -1
  141. package/types/enums/hybridcompute/index.js +4 -2
  142. package/types/enums/hybridcompute/v20221227/index.d.ts +48 -0
  143. package/types/enums/hybridcompute/v20221227/index.js +34 -0
  144. package/types/enums/index.d.ts +2 -1
  145. package/types/enums/index.js +6 -4
  146. package/types/enums/recoveryservices/v20230101/index.d.ts +9 -0
  147. package/types/enums/recoveryservices/v20230101/index.js +7 -2
  148. package/types/enums/recoveryservices/v20230201/index.d.ts +9 -0
  149. package/types/enums/recoveryservices/v20230201/index.js +7 -2
  150. package/types/input.d.ts +888 -570
  151. package/types/input.js +39 -1
  152. package/types/output.d.ts +1526 -770
  153. package/types/output.js +39 -1
@@ -0,0 +1,62 @@
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
+ var desc = Object.getOwnPropertyDescriptor(m, k);
7
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
8
+ desc = { enumerable: true, get: function() { return m[k]; } };
9
+ }
10
+ Object.defineProperty(o, k2, desc);
11
+ }) : (function(o, m, k, k2) {
12
+ if (k2 === undefined) k2 = k;
13
+ o[k2] = m[k];
14
+ }));
15
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
+ };
18
+ Object.defineProperty(exports, "__esModule", { value: true });
19
+ exports.PrivateLinkScope = exports.PrivateEndpointConnection = exports.MachineExtension = exports.Machine = exports.getPrivateLinkScopeOutput = exports.getPrivateLinkScope = exports.getPrivateEndpointConnectionOutput = exports.getPrivateEndpointConnection = exports.getMachineExtensionOutput = exports.getMachineExtension = exports.getMachineOutput = exports.getMachine = void 0;
20
+ const pulumi = require("@pulumi/pulumi");
21
+ const utilities = require("../../utilities");
22
+ exports.getMachine = null;
23
+ exports.getMachineOutput = null;
24
+ utilities.lazyLoad(exports, ["getMachine", "getMachineOutput"], () => require("./getMachine"));
25
+ exports.getMachineExtension = null;
26
+ exports.getMachineExtensionOutput = null;
27
+ utilities.lazyLoad(exports, ["getMachineExtension", "getMachineExtensionOutput"], () => require("./getMachineExtension"));
28
+ exports.getPrivateEndpointConnection = null;
29
+ exports.getPrivateEndpointConnectionOutput = null;
30
+ utilities.lazyLoad(exports, ["getPrivateEndpointConnection", "getPrivateEndpointConnectionOutput"], () => require("./getPrivateEndpointConnection"));
31
+ exports.getPrivateLinkScope = null;
32
+ exports.getPrivateLinkScopeOutput = null;
33
+ utilities.lazyLoad(exports, ["getPrivateLinkScope", "getPrivateLinkScopeOutput"], () => require("./getPrivateLinkScope"));
34
+ exports.Machine = null;
35
+ utilities.lazyLoad(exports, ["Machine"], () => require("./machine"));
36
+ exports.MachineExtension = null;
37
+ utilities.lazyLoad(exports, ["MachineExtension"], () => require("./machineExtension"));
38
+ exports.PrivateEndpointConnection = null;
39
+ utilities.lazyLoad(exports, ["PrivateEndpointConnection"], () => require("./privateEndpointConnection"));
40
+ exports.PrivateLinkScope = null;
41
+ utilities.lazyLoad(exports, ["PrivateLinkScope"], () => require("./privateLinkScope"));
42
+ // Export enums:
43
+ __exportStar(require("../../types/enums/hybridcompute/v20221227"), exports);
44
+ const _module = {
45
+ version: utilities.getVersion(),
46
+ construct: (name, type, urn) => {
47
+ switch (type) {
48
+ case "azure-native:hybridcompute/v20221227:Machine":
49
+ return new exports.Machine(name, undefined, { urn });
50
+ case "azure-native:hybridcompute/v20221227:MachineExtension":
51
+ return new exports.MachineExtension(name, undefined, { urn });
52
+ case "azure-native:hybridcompute/v20221227:PrivateEndpointConnection":
53
+ return new exports.PrivateEndpointConnection(name, undefined, { urn });
54
+ case "azure-native:hybridcompute/v20221227:PrivateLinkScope":
55
+ return new exports.PrivateLinkScope(name, undefined, { urn });
56
+ default:
57
+ throw new Error(`unknown resource type ${type}`);
58
+ }
59
+ },
60
+ };
61
+ pulumi.runtime.registerResourceModule("azure-native", "hybridcompute/v20221227", _module);
62
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9oeWJyaWRjb21wdXRlL3YyMDIyMTIyNy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFakYseUNBQXlDO0FBQ3pDLDZDQUE2QztBQUloQyxRQUFBLFVBQVUsR0FBNkMsSUFBVyxDQUFDO0FBQ25FLFFBQUEsZ0JBQWdCLEdBQW1ELElBQVcsQ0FBQztBQUM1RixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLFlBQVksRUFBQyxrQkFBa0IsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxjQUFjLENBQUMsQ0FBQyxDQUFDO0FBR2pGLFFBQUEsbUJBQW1CLEdBQStELElBQVcsQ0FBQztBQUM5RixRQUFBLHlCQUF5QixHQUFxRSxJQUFXLENBQUM7QUFDdkgsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsRUFBQywyQkFBMkIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyx1QkFBdUIsQ0FBQyxDQUFDLENBQUM7QUFHNUcsUUFBQSw0QkFBNEIsR0FBaUYsSUFBVyxDQUFDO0FBQ3pILFFBQUEsa0NBQWtDLEdBQXVGLElBQVcsQ0FBQztBQUNsSixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLDhCQUE4QixFQUFDLG9DQUFvQyxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGdDQUFnQyxDQUFDLENBQUMsQ0FBQztBQUd2SSxRQUFBLG1CQUFtQixHQUErRCxJQUFXLENBQUM7QUFDOUYsUUFBQSx5QkFBeUIsR0FBcUUsSUFBVyxDQUFDO0FBQ3ZILFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMscUJBQXFCLEVBQUMsMkJBQTJCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsdUJBQXVCLENBQUMsQ0FBQyxDQUFDO0FBSTVHLFFBQUEsT0FBTyxHQUF1QyxJQUFXLENBQUM7QUFDdkUsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxTQUFTLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsV0FBVyxDQUFDLENBQUMsQ0FBQztBQUl4RCxRQUFBLGdCQUFnQixHQUF5RCxJQUFXLENBQUM7QUFDbEcsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxvQkFBb0IsQ0FBQyxDQUFDLENBQUM7QUFJMUUsUUFBQSx5QkFBeUIsR0FBMkUsSUFBVyxDQUFDO0FBQzdILFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsMkJBQTJCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsNkJBQTZCLENBQUMsQ0FBQyxDQUFDO0FBSTVGLFFBQUEsZ0JBQWdCLEdBQXlELElBQVcsQ0FBQztBQUNsRyxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLGtCQUFrQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLG9CQUFvQixDQUFDLENBQUMsQ0FBQztBQUd2RixnQkFBZ0I7QUFDaEIsNEVBQTBEO0FBRTFELE1BQU0sT0FBTyxHQUFHO0lBQ1osT0FBTyxFQUFFLFNBQVMsQ0FBQyxVQUFVLEVBQUU7SUFDL0IsU0FBUyxFQUFFLENBQUMsSUFBWSxFQUFFLElBQVksRUFBRSxHQUFXLEVBQW1CLEVBQUU7UUFDcEUsUUFBUSxJQUFJLEVBQUU7WUFDVixLQUFLLDhDQUE4QztnQkFDL0MsT0FBTyxJQUFJLGVBQU8sQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUNyRCxLQUFLLHVEQUF1RDtnQkFDeEQsT0FBTyxJQUFJLHdCQUFnQixDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQzlELEtBQUssZ0VBQWdFO2dCQUNqRSxPQUFPLElBQUksaUNBQXlCLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDdkUsS0FBSyx1REFBdUQ7Z0JBQ3hELE9BQU8sSUFBSSx3QkFBZ0IsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUM5RDtnQkFDSSxNQUFNLElBQUksS0FBSyxDQUFDLHlCQUF5QixJQUFJLEVBQUUsQ0FBQyxDQUFDO1NBQ3hEO0lBQ0wsQ0FBQztDQUNKLENBQUM7QUFDRixNQUFNLENBQUMsT0FBTyxDQUFDLHNCQUFzQixDQUFDLGNBQWMsRUFBRSx5QkFBeUIsRUFBRSxPQUFPLENBQUMsQ0FBQSJ9
@@ -0,0 +1,245 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * Describes a hybrid machine.
6
+ */
7
+ export declare class Machine extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing Machine resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Machine;
17
+ /**
18
+ * Returns true if the given object is an instance of Machine. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is Machine;
22
+ /**
23
+ * Specifies the AD fully qualified display name.
24
+ */
25
+ readonly adFqdn: pulumi.Output<string>;
26
+ /**
27
+ * Configurable properties that the user can set locally via the azcmagent config command, or remotely via ARM.
28
+ */
29
+ readonly agentConfiguration: pulumi.Output<outputs.hybridcompute.v20221227.AgentConfigurationResponse>;
30
+ /**
31
+ * The info of the machine w.r.t Agent Upgrade
32
+ */
33
+ readonly agentUpgrade: pulumi.Output<outputs.hybridcompute.v20221227.AgentUpgradeResponse | undefined>;
34
+ /**
35
+ * The hybrid machine agent full version.
36
+ */
37
+ readonly agentVersion: pulumi.Output<string>;
38
+ /**
39
+ * Public Key that the client provides to be used during initial resource onboarding
40
+ */
41
+ readonly clientPublicKey: pulumi.Output<string | undefined>;
42
+ /**
43
+ * The metadata of the cloud environment (Azure/GCP/AWS/OCI...).
44
+ */
45
+ readonly cloudMetadata: pulumi.Output<outputs.hybridcompute.v20221227.CloudMetadataResponse | undefined>;
46
+ /**
47
+ * Detected properties from the machine.
48
+ */
49
+ readonly detectedProperties: pulumi.Output<{
50
+ [key: string]: string;
51
+ }>;
52
+ /**
53
+ * Specifies the hybrid machine display name.
54
+ */
55
+ readonly displayName: pulumi.Output<string>;
56
+ /**
57
+ * Specifies the DNS fully qualified display name.
58
+ */
59
+ readonly dnsFqdn: pulumi.Output<string>;
60
+ /**
61
+ * Specifies the Windows domain name.
62
+ */
63
+ readonly domainName: pulumi.Output<string>;
64
+ /**
65
+ * Details about the error state.
66
+ */
67
+ readonly errorDetails: pulumi.Output<outputs.hybridcompute.v20221227.ErrorDetailResponse[]>;
68
+ /**
69
+ * Machine Extensions information (deprecated field)
70
+ */
71
+ readonly extensions: pulumi.Output<outputs.hybridcompute.v20221227.MachineExtensionInstanceViewResponse[] | undefined>;
72
+ /**
73
+ * Identity for the resource.
74
+ */
75
+ readonly identity: pulumi.Output<outputs.hybridcompute.v20221227.IdentityResponse | undefined>;
76
+ /**
77
+ * The time of the last status change.
78
+ */
79
+ readonly lastStatusChange: pulumi.Output<string>;
80
+ /**
81
+ * The geo-location where the resource lives
82
+ */
83
+ readonly location: pulumi.Output<string>;
84
+ /**
85
+ * Metadata pertaining to the geographic location of the resource.
86
+ */
87
+ readonly locationData: pulumi.Output<outputs.hybridcompute.v20221227.LocationDataResponse | undefined>;
88
+ /**
89
+ * Specifies the hybrid machine FQDN.
90
+ */
91
+ readonly machineFqdn: pulumi.Output<string>;
92
+ /**
93
+ * Specifies whether any MS SQL instance is discovered on the machine.
94
+ */
95
+ readonly mssqlDiscovered: pulumi.Output<string | undefined>;
96
+ /**
97
+ * The name of the resource
98
+ */
99
+ readonly name: pulumi.Output<string>;
100
+ /**
101
+ * The Operating System running on the hybrid machine.
102
+ */
103
+ readonly osName: pulumi.Output<string>;
104
+ /**
105
+ * Specifies the operating system settings for the hybrid machine.
106
+ */
107
+ readonly osProfile: pulumi.Output<outputs.hybridcompute.v20221227.OSProfileResponse | undefined>;
108
+ /**
109
+ * Specifies the Operating System product SKU.
110
+ */
111
+ readonly osSku: pulumi.Output<string>;
112
+ /**
113
+ * The type of Operating System (windows/linux).
114
+ */
115
+ readonly osType: pulumi.Output<string | undefined>;
116
+ /**
117
+ * The version of Operating System running on the hybrid machine.
118
+ */
119
+ readonly osVersion: pulumi.Output<string>;
120
+ /**
121
+ * The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any.
122
+ */
123
+ readonly parentClusterResourceId: pulumi.Output<string | undefined>;
124
+ /**
125
+ * The resource id of the private link scope this machine is assigned to, if any.
126
+ */
127
+ readonly privateLinkScopeResourceId: pulumi.Output<string | undefined>;
128
+ /**
129
+ * The provisioning state, which only appears in the response.
130
+ */
131
+ readonly provisioningState: pulumi.Output<string>;
132
+ /**
133
+ * The list of extensions affiliated to the machine
134
+ */
135
+ readonly resources: pulumi.Output<outputs.hybridcompute.v20221227.MachineExtensionResponse[]>;
136
+ /**
137
+ * Statuses of dependent services that are reported back to ARM.
138
+ */
139
+ readonly serviceStatuses: pulumi.Output<outputs.hybridcompute.v20221227.ServiceStatusesResponse | undefined>;
140
+ /**
141
+ * The status of the hybrid machine agent.
142
+ */
143
+ readonly status: pulumi.Output<string>;
144
+ /**
145
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
146
+ */
147
+ readonly systemData: pulumi.Output<outputs.hybridcompute.v20221227.SystemDataResponse>;
148
+ /**
149
+ * Resource tags.
150
+ */
151
+ readonly tags: pulumi.Output<{
152
+ [key: string]: string;
153
+ } | undefined>;
154
+ /**
155
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
156
+ */
157
+ readonly type: pulumi.Output<string>;
158
+ /**
159
+ * Specifies the hybrid machine unique ID.
160
+ */
161
+ readonly vmId: pulumi.Output<string | undefined>;
162
+ /**
163
+ * Specifies the Arc Machine's unique SMBIOS ID
164
+ */
165
+ readonly vmUuid: pulumi.Output<string>;
166
+ /**
167
+ * Create a Machine resource with the given unique name, arguments, and options.
168
+ *
169
+ * @param name The _unique_ name of the resource.
170
+ * @param args The arguments to use to populate this resource's properties.
171
+ * @param opts A bag of options that control this resource's behavior.
172
+ */
173
+ constructor(name: string, args: MachineArgs, opts?: pulumi.CustomResourceOptions);
174
+ }
175
+ /**
176
+ * The set of arguments for constructing a Machine resource.
177
+ */
178
+ export interface MachineArgs {
179
+ /**
180
+ * The info of the machine w.r.t Agent Upgrade
181
+ */
182
+ agentUpgrade?: pulumi.Input<inputs.hybridcompute.v20221227.AgentUpgradeArgs>;
183
+ /**
184
+ * Public Key that the client provides to be used during initial resource onboarding
185
+ */
186
+ clientPublicKey?: pulumi.Input<string>;
187
+ /**
188
+ * Machine Extensions information (deprecated field)
189
+ */
190
+ extensions?: pulumi.Input<pulumi.Input<inputs.hybridcompute.v20221227.MachineExtensionInstanceViewArgs>[]>;
191
+ /**
192
+ * Identity for the resource.
193
+ */
194
+ identity?: pulumi.Input<inputs.hybridcompute.v20221227.IdentityArgs>;
195
+ /**
196
+ * The geo-location where the resource lives
197
+ */
198
+ location?: pulumi.Input<string>;
199
+ /**
200
+ * Metadata pertaining to the geographic location of the resource.
201
+ */
202
+ locationData?: pulumi.Input<inputs.hybridcompute.v20221227.LocationDataArgs>;
203
+ /**
204
+ * The name of the hybrid machine.
205
+ */
206
+ machineName?: pulumi.Input<string>;
207
+ /**
208
+ * Specifies whether any MS SQL instance is discovered on the machine.
209
+ */
210
+ mssqlDiscovered?: pulumi.Input<string>;
211
+ /**
212
+ * Specifies the operating system settings for the hybrid machine.
213
+ */
214
+ osProfile?: pulumi.Input<inputs.hybridcompute.v20221227.OSProfileArgs>;
215
+ /**
216
+ * The type of Operating System (windows/linux).
217
+ */
218
+ osType?: pulumi.Input<string>;
219
+ /**
220
+ * The resource id of the parent cluster (Azure HCI) this machine is assigned to, if any.
221
+ */
222
+ parentClusterResourceId?: pulumi.Input<string>;
223
+ /**
224
+ * The resource id of the private link scope this machine is assigned to, if any.
225
+ */
226
+ privateLinkScopeResourceId?: pulumi.Input<string>;
227
+ /**
228
+ * The name of the resource group. The name is case insensitive.
229
+ */
230
+ resourceGroupName: pulumi.Input<string>;
231
+ /**
232
+ * Statuses of dependent services that are reported back to ARM.
233
+ */
234
+ serviceStatuses?: pulumi.Input<inputs.hybridcompute.v20221227.ServiceStatusesArgs>;
235
+ /**
236
+ * Resource tags.
237
+ */
238
+ tags?: pulumi.Input<{
239
+ [key: string]: pulumi.Input<string>;
240
+ }>;
241
+ /**
242
+ * Specifies the hybrid machine unique ID.
243
+ */
244
+ vmId?: pulumi.Input<string>;
245
+ }
@@ -0,0 +1,131 @@
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
+ * Get an existing Machine resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new Machine(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of Machine. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === Machine.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a Machine resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
45
+ throw new Error("Missing required property 'resourceGroupName'");
46
+ }
47
+ resourceInputs["agentUpgrade"] = args ? args.agentUpgrade : undefined;
48
+ resourceInputs["clientPublicKey"] = args ? args.clientPublicKey : undefined;
49
+ resourceInputs["extensions"] = args ? args.extensions : undefined;
50
+ resourceInputs["identity"] = args ? args.identity : undefined;
51
+ resourceInputs["location"] = args ? args.location : undefined;
52
+ resourceInputs["locationData"] = args ? args.locationData : undefined;
53
+ resourceInputs["machineName"] = args ? args.machineName : undefined;
54
+ resourceInputs["mssqlDiscovered"] = args ? args.mssqlDiscovered : undefined;
55
+ resourceInputs["osProfile"] = args ? args.osProfile : undefined;
56
+ resourceInputs["osType"] = args ? args.osType : undefined;
57
+ resourceInputs["parentClusterResourceId"] = args ? args.parentClusterResourceId : undefined;
58
+ resourceInputs["privateLinkScopeResourceId"] = args ? args.privateLinkScopeResourceId : undefined;
59
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
60
+ resourceInputs["serviceStatuses"] = args ? args.serviceStatuses : undefined;
61
+ resourceInputs["tags"] = args ? args.tags : undefined;
62
+ resourceInputs["vmId"] = args ? args.vmId : undefined;
63
+ resourceInputs["adFqdn"] = undefined /*out*/;
64
+ resourceInputs["agentConfiguration"] = undefined /*out*/;
65
+ resourceInputs["agentVersion"] = undefined /*out*/;
66
+ resourceInputs["cloudMetadata"] = undefined /*out*/;
67
+ resourceInputs["detectedProperties"] = undefined /*out*/;
68
+ resourceInputs["displayName"] = undefined /*out*/;
69
+ resourceInputs["dnsFqdn"] = undefined /*out*/;
70
+ resourceInputs["domainName"] = undefined /*out*/;
71
+ resourceInputs["errorDetails"] = undefined /*out*/;
72
+ resourceInputs["lastStatusChange"] = undefined /*out*/;
73
+ resourceInputs["machineFqdn"] = undefined /*out*/;
74
+ resourceInputs["name"] = undefined /*out*/;
75
+ resourceInputs["osName"] = undefined /*out*/;
76
+ resourceInputs["osSku"] = undefined /*out*/;
77
+ resourceInputs["osVersion"] = undefined /*out*/;
78
+ resourceInputs["provisioningState"] = undefined /*out*/;
79
+ resourceInputs["resources"] = undefined /*out*/;
80
+ resourceInputs["status"] = undefined /*out*/;
81
+ resourceInputs["systemData"] = undefined /*out*/;
82
+ resourceInputs["type"] = undefined /*out*/;
83
+ resourceInputs["vmUuid"] = undefined /*out*/;
84
+ }
85
+ else {
86
+ resourceInputs["adFqdn"] = undefined /*out*/;
87
+ resourceInputs["agentConfiguration"] = undefined /*out*/;
88
+ resourceInputs["agentUpgrade"] = undefined /*out*/;
89
+ resourceInputs["agentVersion"] = undefined /*out*/;
90
+ resourceInputs["clientPublicKey"] = undefined /*out*/;
91
+ resourceInputs["cloudMetadata"] = undefined /*out*/;
92
+ resourceInputs["detectedProperties"] = undefined /*out*/;
93
+ resourceInputs["displayName"] = undefined /*out*/;
94
+ resourceInputs["dnsFqdn"] = undefined /*out*/;
95
+ resourceInputs["domainName"] = undefined /*out*/;
96
+ resourceInputs["errorDetails"] = undefined /*out*/;
97
+ resourceInputs["extensions"] = undefined /*out*/;
98
+ resourceInputs["identity"] = undefined /*out*/;
99
+ resourceInputs["lastStatusChange"] = undefined /*out*/;
100
+ resourceInputs["location"] = undefined /*out*/;
101
+ resourceInputs["locationData"] = undefined /*out*/;
102
+ resourceInputs["machineFqdn"] = undefined /*out*/;
103
+ resourceInputs["mssqlDiscovered"] = undefined /*out*/;
104
+ resourceInputs["name"] = undefined /*out*/;
105
+ resourceInputs["osName"] = undefined /*out*/;
106
+ resourceInputs["osProfile"] = undefined /*out*/;
107
+ resourceInputs["osSku"] = undefined /*out*/;
108
+ resourceInputs["osType"] = undefined /*out*/;
109
+ resourceInputs["osVersion"] = undefined /*out*/;
110
+ resourceInputs["parentClusterResourceId"] = undefined /*out*/;
111
+ resourceInputs["privateLinkScopeResourceId"] = undefined /*out*/;
112
+ resourceInputs["provisioningState"] = undefined /*out*/;
113
+ resourceInputs["resources"] = undefined /*out*/;
114
+ resourceInputs["serviceStatuses"] = undefined /*out*/;
115
+ resourceInputs["status"] = undefined /*out*/;
116
+ resourceInputs["systemData"] = undefined /*out*/;
117
+ resourceInputs["tags"] = undefined /*out*/;
118
+ resourceInputs["type"] = undefined /*out*/;
119
+ resourceInputs["vmId"] = undefined /*out*/;
120
+ resourceInputs["vmUuid"] = undefined /*out*/;
121
+ }
122
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
123
+ 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" }, { type: "azure-native:hybridcompute/v20211210preview:Machine" }, { type: "azure-native:hybridcompute/v20220310:Machine" }, { type: "azure-native:hybridcompute/v20220510preview:Machine" }, { type: "azure-native:hybridcompute/v20220811preview:Machine" }, { type: "azure-native:hybridcompute/v20221110:Machine" }, { type: "azure-native:hybridcompute/v20221227preview:Machine" }] };
124
+ opts = pulumi.mergeOptions(opts, aliasOpts);
125
+ super(Machine.__pulumiType, name, resourceInputs, opts);
126
+ }
127
+ }
128
+ exports.Machine = Machine;
129
+ /** @internal */
130
+ Machine.__pulumiType = 'azure-native:hybridcompute/v20221227:Machine';
131
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFjaGluZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2h5YnJpZGNvbXB1dGUvdjIwMjIxMjI3L21hY2hpbmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxPQUFRLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDOUM7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLE9BQU8sQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUNwRSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssT0FBTyxDQUFDLFlBQVksQ0FBQztJQUN4RCxDQUFDO0lBK0lEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQWlCLEVBQUUsSUFBbUM7UUFDNUUsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxjQUFjLENBQUMsY0FBYyxD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RUFBRSxJQUFJLEVBQUUscURBQXFELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxxREFBcUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDhDQUE4QyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUscURBQXFELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHFEQUFxRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUscURBQXFELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxxREFBcUQsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHFEQUFxRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUscURBQXFELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHFEQUFxRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUscURBQXFELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHFEQUFxRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUscURBQXFELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSw4Q0FBOEMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLHFEQUFxRCxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQy9yQyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFDNUMsS0FBSyxDQUFDLE9BQU8sQ0FBQyxZQUFZLEVBQUUsSUFBSSxFQUFFLGNBQWMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUM1RCxDQUFDOztBQXBRTCwwQkFxUUM7QUF4UEcsZ0JBQWdCO0FBQ08sb0JBQVksR0FBRyw4Q0FBOEMsQ0FBQyJ9
@@ -0,0 +1,151 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../../types/input";
3
+ import * as outputs from "../../types/output";
4
+ /**
5
+ * Describes a Machine Extension.
6
+ */
7
+ export declare class MachineExtension extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing MachineExtension resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): MachineExtension;
17
+ /**
18
+ * Returns true if the given object is an instance of MachineExtension. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is MachineExtension;
22
+ /**
23
+ * Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
24
+ */
25
+ readonly autoUpgradeMinorVersion: pulumi.Output<boolean | undefined>;
26
+ /**
27
+ * Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
28
+ */
29
+ readonly enableAutomaticUpgrade: pulumi.Output<boolean | undefined>;
30
+ /**
31
+ * How the extension handler should be forced to update even if the extension configuration has not changed.
32
+ */
33
+ readonly forceUpdateTag: pulumi.Output<string | undefined>;
34
+ /**
35
+ * The machine extension instance view.
36
+ */
37
+ readonly instanceView: pulumi.Output<outputs.hybridcompute.v20221227.MachineExtensionInstanceViewResponse | undefined>;
38
+ /**
39
+ * The geo-location where the resource lives
40
+ */
41
+ readonly location: pulumi.Output<string>;
42
+ /**
43
+ * The name of the resource
44
+ */
45
+ readonly name: pulumi.Output<string>;
46
+ /**
47
+ * The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
48
+ */
49
+ readonly protectedSettings: pulumi.Output<any | undefined>;
50
+ /**
51
+ * The provisioning state, which only appears in the response.
52
+ */
53
+ readonly provisioningState: pulumi.Output<string>;
54
+ /**
55
+ * The name of the extension handler publisher.
56
+ */
57
+ readonly publisher: pulumi.Output<string | undefined>;
58
+ /**
59
+ * Json formatted public settings for the extension.
60
+ */
61
+ readonly settings: pulumi.Output<any | undefined>;
62
+ /**
63
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
64
+ */
65
+ readonly systemData: pulumi.Output<outputs.hybridcompute.v20221227.SystemDataResponse>;
66
+ /**
67
+ * Resource tags.
68
+ */
69
+ readonly tags: pulumi.Output<{
70
+ [key: string]: string;
71
+ } | undefined>;
72
+ /**
73
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
74
+ */
75
+ readonly type: pulumi.Output<string>;
76
+ /**
77
+ * Specifies the version of the script handler.
78
+ */
79
+ readonly typeHandlerVersion: pulumi.Output<string | undefined>;
80
+ /**
81
+ * Create a MachineExtension resource with the given unique name, arguments, and options.
82
+ *
83
+ * @param name The _unique_ name of the resource.
84
+ * @param args The arguments to use to populate this resource's properties.
85
+ * @param opts A bag of options that control this resource's behavior.
86
+ */
87
+ constructor(name: string, args: MachineExtensionArgs, opts?: pulumi.CustomResourceOptions);
88
+ }
89
+ /**
90
+ * The set of arguments for constructing a MachineExtension resource.
91
+ */
92
+ export interface MachineExtensionArgs {
93
+ /**
94
+ * Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.
95
+ */
96
+ autoUpgradeMinorVersion?: pulumi.Input<boolean>;
97
+ /**
98
+ * Indicates whether the extension should be automatically upgraded by the platform if there is a newer version available.
99
+ */
100
+ enableAutomaticUpgrade?: pulumi.Input<boolean>;
101
+ /**
102
+ * The name of the machine extension.
103
+ */
104
+ extensionName?: pulumi.Input<string>;
105
+ /**
106
+ * How the extension handler should be forced to update even if the extension configuration has not changed.
107
+ */
108
+ forceUpdateTag?: pulumi.Input<string>;
109
+ /**
110
+ * The machine extension instance view.
111
+ */
112
+ instanceView?: pulumi.Input<inputs.hybridcompute.v20221227.MachineExtensionInstanceViewArgs>;
113
+ /**
114
+ * The geo-location where the resource lives
115
+ */
116
+ location?: pulumi.Input<string>;
117
+ /**
118
+ * The name of the machine where the extension should be created or updated.
119
+ */
120
+ machineName: pulumi.Input<string>;
121
+ /**
122
+ * The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all.
123
+ */
124
+ protectedSettings?: any;
125
+ /**
126
+ * The name of the extension handler publisher.
127
+ */
128
+ publisher?: pulumi.Input<string>;
129
+ /**
130
+ * The name of the resource group. The name is case insensitive.
131
+ */
132
+ resourceGroupName: pulumi.Input<string>;
133
+ /**
134
+ * Json formatted public settings for the extension.
135
+ */
136
+ settings?: any;
137
+ /**
138
+ * Resource tags.
139
+ */
140
+ tags?: pulumi.Input<{
141
+ [key: string]: pulumi.Input<string>;
142
+ }>;
143
+ /**
144
+ * Specifies the type of the extension; an example is "CustomScriptExtension".
145
+ */
146
+ type?: pulumi.Input<string>;
147
+ /**
148
+ * Specifies the version of the script handler.
149
+ */
150
+ typeHandlerVersion?: pulumi.Input<string>;
151
+ }