@pulumi/azure-native 2.18.0 → 2.19.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/eventhub/applicationGroup.d.ts +1 -1
- package/eventhub/applicationGroup.js +3 -3
- package/eventhub/cluster.d.ts +1 -1
- package/eventhub/cluster.js +3 -3
- package/eventhub/consumerGroup.d.ts +1 -1
- package/eventhub/consumerGroup.js +3 -3
- package/eventhub/disasterRecoveryConfig.d.ts +1 -1
- package/eventhub/disasterRecoveryConfig.js +3 -3
- package/eventhub/eventHub.d.ts +1 -1
- package/eventhub/eventHub.js +3 -3
- package/eventhub/eventHubAuthorizationRule.d.ts +1 -1
- package/eventhub/eventHubAuthorizationRule.js +3 -3
- package/eventhub/getApplicationGroup.d.ts +2 -2
- package/eventhub/getApplicationGroup.js +2 -2
- package/eventhub/getCluster.d.ts +2 -2
- package/eventhub/getCluster.js +2 -2
- package/eventhub/getConsumerGroup.d.ts +2 -2
- package/eventhub/getConsumerGroup.js +2 -2
- package/eventhub/getDisasterRecoveryConfig.d.ts +2 -2
- package/eventhub/getDisasterRecoveryConfig.js +2 -2
- package/eventhub/getEventHub.d.ts +2 -2
- package/eventhub/getEventHub.js +2 -2
- package/eventhub/getEventHubAuthorizationRule.d.ts +2 -2
- package/eventhub/getEventHubAuthorizationRule.js +2 -2
- package/eventhub/getNamespace.d.ts +2 -2
- package/eventhub/getNamespace.js +2 -2
- package/eventhub/getNamespaceAuthorizationRule.d.ts +2 -2
- package/eventhub/getNamespaceAuthorizationRule.js +2 -2
- package/eventhub/getNamespaceNetworkRuleSet.d.ts +2 -2
- package/eventhub/getNamespaceNetworkRuleSet.js +2 -2
- package/eventhub/getPrivateEndpointConnection.d.ts +2 -2
- package/eventhub/getPrivateEndpointConnection.js +2 -2
- package/eventhub/getSchemaRegistry.d.ts +2 -2
- package/eventhub/getSchemaRegistry.js +2 -2
- package/eventhub/index.d.ts +2 -1
- package/eventhub/index.js +4 -2
- package/eventhub/listDisasterRecoveryConfigKeys.d.ts +2 -2
- package/eventhub/listDisasterRecoveryConfigKeys.js +2 -2
- package/eventhub/listEventHubKeys.d.ts +2 -2
- package/eventhub/listEventHubKeys.js +2 -2
- package/eventhub/listNamespaceKeys.d.ts +2 -2
- package/eventhub/listNamespaceKeys.js +2 -2
- package/eventhub/namespace.d.ts +1 -1
- package/eventhub/namespace.js +3 -3
- package/eventhub/namespaceAuthorizationRule.d.ts +1 -1
- package/eventhub/namespaceAuthorizationRule.js +3 -3
- package/eventhub/namespaceNetworkRuleSet.d.ts +1 -1
- package/eventhub/namespaceNetworkRuleSet.js +3 -3
- package/eventhub/privateEndpointConnection.d.ts +1 -1
- package/eventhub/privateEndpointConnection.js +3 -3
- package/eventhub/schemaRegistry.d.ts +1 -1
- package/eventhub/schemaRegistry.js +3 -3
- package/eventhub/v20221001preview/applicationGroup.js +2 -2
- package/eventhub/v20221001preview/cluster.js +2 -2
- package/eventhub/v20221001preview/consumerGroup.js +2 -2
- package/eventhub/v20221001preview/disasterRecoveryConfig.js +2 -2
- package/eventhub/v20221001preview/eventHub.js +2 -2
- package/eventhub/v20221001preview/eventHubAuthorizationRule.js +2 -2
- package/eventhub/v20221001preview/namespace.js +2 -2
- package/eventhub/v20221001preview/namespaceAuthorizationRule.js +2 -2
- package/eventhub/v20221001preview/namespaceNetworkRuleSet.js +2 -2
- package/eventhub/v20221001preview/privateEndpointConnection.js +2 -2
- package/eventhub/v20221001preview/schemaRegistry.js +2 -2
- package/eventhub/v20230101preview/applicationGroup.js +2 -2
- package/eventhub/v20230101preview/cluster.js +2 -2
- package/eventhub/v20230101preview/consumerGroup.js +2 -2
- package/eventhub/v20230101preview/disasterRecoveryConfig.js +2 -2
- package/eventhub/v20230101preview/eventHub.js +2 -2
- package/eventhub/v20230101preview/eventHubAuthorizationRule.js +2 -2
- package/eventhub/v20230101preview/namespace.js +2 -2
- package/eventhub/v20230101preview/namespaceAuthorizationRule.js +2 -2
- package/eventhub/v20230101preview/namespaceNetworkRuleSet.js +2 -2
- package/eventhub/v20230101preview/privateEndpointConnection.js +2 -2
- package/eventhub/v20230101preview/schemaRegistry.js +2 -2
- package/eventhub/v20240101/applicationGroup.d.ts +87 -0
- package/eventhub/v20240101/applicationGroup.js +82 -0
- package/eventhub/v20240101/cluster.d.ts +119 -0
- package/eventhub/v20240101/cluster.js +87 -0
- package/eventhub/v20240101/consumerGroup.d.ts +82 -0
- package/eventhub/v20240101/consumerGroup.js +83 -0
- package/eventhub/v20240101/disasterRecoveryConfig.d.ts +90 -0
- package/eventhub/v20240101/disasterRecoveryConfig.js +83 -0
- package/eventhub/v20240101/eventHub.d.ts +116 -0
- package/eventhub/v20240101/eventHub.js +89 -0
- package/eventhub/v20240101/eventHubAuthorizationRule.d.ts +75 -0
- package/eventhub/v20240101/eventHubAuthorizationRule.js +82 -0
- package/eventhub/v20240101/getApplicationGroup.d.ts +75 -0
- package/eventhub/v20240101/getApplicationGroup.js +27 -0
- package/eventhub/v20240101/getCluster.d.ts +93 -0
- package/eventhub/v20240101/getCluster.js +26 -0
- package/eventhub/v20240101/getConsumerGroup.d.ts +83 -0
- package/eventhub/v20240101/getConsumerGroup.js +28 -0
- package/eventhub/v20240101/getDisasterRecoveryConfig.d.ts +83 -0
- package/eventhub/v20240101/getDisasterRecoveryConfig.js +27 -0
- package/eventhub/v20240101/getEventHub.d.ts +95 -0
- package/eventhub/v20240101/getEventHub.js +27 -0
- package/eventhub/v20240101/getEventHubAuthorizationRule.d.ts +75 -0
- package/eventhub/v20240101/getEventHubAuthorizationRule.js +28 -0
- package/eventhub/v20240101/getNamespace.d.ts +137 -0
- package/eventhub/v20240101/getNamespace.js +26 -0
- package/eventhub/v20240101/getNamespaceAuthorizationRule.d.ts +67 -0
- package/eventhub/v20240101/getNamespaceAuthorizationRule.js +27 -0
- package/eventhub/v20240101/getNamespaceNetworkRuleSet.d.ts +75 -0
- package/eventhub/v20240101/getNamespaceNetworkRuleSet.js +26 -0
- package/eventhub/v20240101/getPrivateEndpointConnection.d.ts +75 -0
- package/eventhub/v20240101/getPrivateEndpointConnection.js +27 -0
- package/eventhub/v20240101/getSchemaRegistry.d.ts +83 -0
- package/eventhub/v20240101/getSchemaRegistry.js +27 -0
- package/eventhub/v20240101/index.d.ts +76 -0
- package/eventhub/v20240101/index.js +120 -0
- package/eventhub/v20240101/listDisasterRecoveryConfigKeys.d.ts +78 -0
- package/eventhub/v20240101/listDisasterRecoveryConfigKeys.js +28 -0
- package/eventhub/v20240101/listEventHubKeys.d.ts +78 -0
- package/eventhub/v20240101/listEventHubKeys.js +28 -0
- package/eventhub/v20240101/listNamespaceKeys.d.ts +70 -0
- package/eventhub/v20240101/listNamespaceKeys.js +27 -0
- package/eventhub/v20240101/namespace.d.ts +205 -0
- package/eventhub/v20240101/namespace.js +111 -0
- package/eventhub/v20240101/namespaceAuthorizationRule.d.ts +71 -0
- package/eventhub/v20240101/namespaceAuthorizationRule.js +78 -0
- package/eventhub/v20240101/namespaceNetworkRuleSet.d.ts +100 -0
- package/eventhub/v20240101/namespaceNetworkRuleSet.js +83 -0
- package/eventhub/v20240101/privateEndpointConnection.d.ts +88 -0
- package/eventhub/v20240101/privateEndpointConnection.js +79 -0
- package/eventhub/v20240101/schemaRegistry.d.ts +91 -0
- package/eventhub/v20240101/schemaRegistry.js +85 -0
- package/healthcareapis/dicomService.d.ts +1 -1
- package/healthcareapis/dicomService.js +3 -3
- package/healthcareapis/fhirService.d.ts +1 -1
- package/healthcareapis/fhirService.js +3 -3
- package/healthcareapis/getDicomService.d.ts +2 -2
- package/healthcareapis/getDicomService.js +2 -2
- package/healthcareapis/getFhirService.d.ts +2 -2
- package/healthcareapis/getFhirService.js +2 -2
- package/healthcareapis/getIotConnector.d.ts +2 -2
- package/healthcareapis/getIotConnector.js +2 -2
- package/healthcareapis/getIotConnectorFhirDestination.d.ts +2 -2
- package/healthcareapis/getIotConnectorFhirDestination.js +2 -2
- package/healthcareapis/getPrivateEndpointConnection.d.ts +2 -2
- package/healthcareapis/getPrivateEndpointConnection.js +2 -2
- package/healthcareapis/getService.d.ts +2 -2
- package/healthcareapis/getService.js +2 -2
- package/healthcareapis/getWorkspace.d.ts +2 -2
- package/healthcareapis/getWorkspace.js +2 -2
- package/healthcareapis/getWorkspacePrivateEndpointConnection.d.ts +2 -2
- package/healthcareapis/getWorkspacePrivateEndpointConnection.js +2 -2
- package/healthcareapis/index.d.ts +2 -1
- package/healthcareapis/index.js +4 -2
- package/healthcareapis/iotConnector.d.ts +1 -1
- package/healthcareapis/iotConnector.js +3 -3
- package/healthcareapis/iotConnectorFhirDestination.d.ts +1 -1
- package/healthcareapis/iotConnectorFhirDestination.js +3 -3
- package/healthcareapis/privateEndpointConnection.d.ts +1 -1
- package/healthcareapis/privateEndpointConnection.js +3 -3
- package/healthcareapis/service.d.ts +1 -1
- package/healthcareapis/service.js +3 -3
- package/healthcareapis/v20230228/dicomService.js +2 -2
- package/healthcareapis/v20230228/fhirService.js +2 -2
- package/healthcareapis/v20230228/iotConnector.js +2 -2
- package/healthcareapis/v20230228/iotConnectorFhirDestination.js +2 -2
- package/healthcareapis/v20230228/privateEndpointConnection.js +2 -2
- package/healthcareapis/v20230228/service.js +2 -2
- package/healthcareapis/v20230228/workspace.js +2 -2
- package/healthcareapis/v20230228/workspacePrivateEndpointConnection.js +2 -2
- package/healthcareapis/v20230906/dicomService.js +2 -2
- package/healthcareapis/v20230906/fhirService.js +2 -2
- package/healthcareapis/v20230906/iotConnector.js +2 -2
- package/healthcareapis/v20230906/iotConnectorFhirDestination.js +2 -2
- package/healthcareapis/v20230906/privateEndpointConnection.js +2 -2
- package/healthcareapis/v20230906/service.js +2 -2
- package/healthcareapis/v20230906/workspace.js +2 -2
- package/healthcareapis/v20230906/workspacePrivateEndpointConnection.js +2 -2
- package/healthcareapis/v20231101/dicomService.d.ts +131 -0
- package/healthcareapis/v20231101/dicomService.js +95 -0
- package/healthcareapis/v20231101/fhirService.d.ts +180 -0
- package/healthcareapis/v20231101/fhirService.js +105 -0
- package/healthcareapis/v20231101/getDicomService.d.ts +109 -0
- package/healthcareapis/v20231101/getDicomService.js +27 -0
- package/healthcareapis/v20231101/getFhirService.d.ts +129 -0
- package/healthcareapis/v20231101/getFhirService.js +27 -0
- package/healthcareapis/v20231101/getIotConnector.d.ts +89 -0
- package/healthcareapis/v20231101/getIotConnector.js +27 -0
- package/healthcareapis/v20231101/getIotConnectorFhirDestination.d.ts +87 -0
- package/healthcareapis/v20231101/getIotConnectorFhirDestination.js +28 -0
- package/healthcareapis/v20231101/getPrivateEndpointConnection.d.ts +71 -0
- package/healthcareapis/v20231101/getPrivateEndpointConnection.js +27 -0
- package/healthcareapis/v20231101/getService.d.ts +77 -0
- package/healthcareapis/v20231101/getService.js +26 -0
- package/healthcareapis/v20231101/getWorkspace.d.ts +69 -0
- package/healthcareapis/v20231101/getWorkspace.js +26 -0
- package/healthcareapis/v20231101/getWorkspacePrivateEndpointConnection.d.ts +71 -0
- package/healthcareapis/v20231101/getWorkspacePrivateEndpointConnection.js +27 -0
- package/healthcareapis/v20231101/index.d.ts +49 -0
- package/healthcareapis/v20231101/index.js +90 -0
- package/healthcareapis/v20231101/iotConnector.d.ts +111 -0
- package/healthcareapis/v20231101/iotConnector.js +85 -0
- package/healthcareapis/v20231101/iotConnectorFhirDestination.d.ts +100 -0
- package/healthcareapis/v20231101/iotConnectorFhirDestination.js +94 -0
- package/healthcareapis/v20231101/privateEndpointConnection.d.ts +75 -0
- package/healthcareapis/v20231101/privateEndpointConnection.js +80 -0
- package/healthcareapis/v20231101/service.d.ts +104 -0
- package/healthcareapis/v20231101/service.js +82 -0
- package/healthcareapis/v20231101/workspace.d.ts +82 -0
- package/healthcareapis/v20231101/workspace.js +75 -0
- package/healthcareapis/v20231101/workspacePrivateEndpointConnection.d.ts +75 -0
- package/healthcareapis/v20231101/workspacePrivateEndpointConnection.js +80 -0
- package/healthcareapis/workspace.d.ts +1 -1
- package/healthcareapis/workspace.js +3 -3
- package/healthcareapis/workspacePrivateEndpointConnection.d.ts +1 -1
- package/healthcareapis/workspacePrivateEndpointConnection.js +3 -3
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/offazurespringboot/getSpringbootserver.d.ts +71 -0
- package/offazurespringboot/getSpringbootserver.js +29 -0
- package/offazurespringboot/getSpringbootsite.d.ts +71 -0
- package/offazurespringboot/getSpringbootsite.js +28 -0
- package/offazurespringboot/index.d.ts +15 -0
- package/offazurespringboot/index.js +51 -0
- package/offazurespringboot/springbootserver.d.ts +80 -0
- package/offazurespringboot/springbootserver.js +76 -0
- package/offazurespringboot/springbootsite.d.ts +92 -0
- package/offazurespringboot/springbootsite.js +76 -0
- package/offazurespringboot/v20230101preview/getSpringbootserver.d.ts +69 -0
- package/offazurespringboot/v20230101preview/getSpringbootserver.js +27 -0
- package/offazurespringboot/v20230101preview/getSpringbootsite.d.ts +69 -0
- package/offazurespringboot/v20230101preview/getSpringbootsite.js +26 -0
- package/offazurespringboot/v20230101preview/index.d.ts +13 -0
- package/offazurespringboot/v20230101preview/index.js +48 -0
- package/offazurespringboot/v20230101preview/springbootserver.d.ts +79 -0
- package/offazurespringboot/v20230101preview/springbootserver.js +75 -0
- package/offazurespringboot/v20230101preview/springbootsite.d.ts +91 -0
- package/offazurespringboot/v20230101preview/springbootsite.js +75 -0
- package/package.json +1 -1
- package/security/alertsSuppressionRule.d.ts +2 -2
- package/security/getAlertsSuppressionRule.d.ts +1 -1
- package/security/v20190101preview/alertsSuppressionRule.d.ts +2 -2
- package/security/v20190101preview/getAlertsSuppressionRule.d.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/eventhub/index.d.ts +2 -1
- package/types/enums/eventhub/index.js +4 -2
- package/types/enums/eventhub/v20240101/index.d.ts +193 -0
- package/types/enums/eventhub/v20240101/index.js +120 -0
- package/types/enums/healthcareapis/index.d.ts +2 -1
- package/types/enums/healthcareapis/index.js +4 -2
- package/types/enums/healthcareapis/v20231101/index.d.ts +69 -0
- package/types/enums/healthcareapis/v20231101/index.js +43 -0
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +5 -3
- package/types/enums/offazurespringboot/index.d.ts +15 -0
- package/types/enums/offazurespringboot/index.js +18 -0
- package/types/enums/offazurespringboot/v20230101preview/index.d.ts +13 -0
- package/types/enums/offazurespringboot/v20230101preview/index.js +15 -0
- package/types/input.d.ts +904 -0
- package/types/input.js +12 -1
- package/types/output.d.ts +1181 -24
- package/types/output.js +12 -1
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.v20230101preview = exports.Springbootsite = exports.Springbootserver = exports.getSpringbootsiteOutput = exports.getSpringbootsite = exports.getSpringbootserverOutput = exports.getSpringbootserver = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../utilities");
|
|
22
|
+
exports.getSpringbootserver = null;
|
|
23
|
+
exports.getSpringbootserverOutput = null;
|
|
24
|
+
utilities.lazyLoad(exports, ["getSpringbootserver", "getSpringbootserverOutput"], () => require("./getSpringbootserver"));
|
|
25
|
+
exports.getSpringbootsite = null;
|
|
26
|
+
exports.getSpringbootsiteOutput = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["getSpringbootsite", "getSpringbootsiteOutput"], () => require("./getSpringbootsite"));
|
|
28
|
+
exports.Springbootserver = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["Springbootserver"], () => require("./springbootserver"));
|
|
30
|
+
exports.Springbootsite = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["Springbootsite"], () => require("./springbootsite"));
|
|
32
|
+
// Export enums:
|
|
33
|
+
__exportStar(require("../types/enums/offazurespringboot"), exports);
|
|
34
|
+
// Export sub-modules:
|
|
35
|
+
const v20230101preview = require("./v20230101preview");
|
|
36
|
+
exports.v20230101preview = v20230101preview;
|
|
37
|
+
const _module = {
|
|
38
|
+
version: utilities.getVersion(),
|
|
39
|
+
construct: (name, type, urn) => {
|
|
40
|
+
switch (type) {
|
|
41
|
+
case "azure-native:offazurespringboot:Springbootserver":
|
|
42
|
+
return new exports.Springbootserver(name, undefined, { urn });
|
|
43
|
+
case "azure-native:offazurespringboot:Springbootsite":
|
|
44
|
+
return new exports.Springbootsite(name, undefined, { urn });
|
|
45
|
+
default:
|
|
46
|
+
throw new Error(`unknown resource type ${type}`);
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
};
|
|
50
|
+
pulumi.runtime.registerResourceModule("azure-native", "offazurespringboot", _module);
|
|
51
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9vZmZhenVyZXNwcmluZ2Jvb3QvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRWpGLHlDQUF5QztBQUN6QywwQ0FBMEM7QUFJN0IsUUFBQSxtQkFBbUIsR0FBK0QsSUFBVyxDQUFDO0FBQzlGLFFBQUEseUJBQXlCLEdBQXFFLElBQVcsQ0FBQztBQUN2SCxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLHFCQUFxQixFQUFDLDJCQUEyQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLHVCQUF1QixDQUFDLENBQUMsQ0FBQztBQUc1RyxRQUFBLGlCQUFpQixHQUEyRCxJQUFXLENBQUM7QUFDeEYsUUFBQSx1QkFBdUIsR0FBaUUsSUFBVyxDQUFDO0FBQ2pILFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsbUJBQW1CLEVBQUMseUJBQXlCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMscUJBQXFCLENBQUMsQ0FBQyxDQUFDO0FBSXRHLFFBQUEsZ0JBQWdCLEdBQXlELElBQVcsQ0FBQztBQUNsRyxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLGtCQUFrQixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLG9CQUFvQixDQUFDLENBQUMsQ0FBQztBQUkxRSxRQUFBLGNBQWMsR0FBcUQsSUFBVyxDQUFDO0FBQzVGLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxDQUFDO0FBR25GLGdCQUFnQjtBQUNoQixvRUFBa0Q7QUFFbEQsc0JBQXNCO0FBQ3RCLHVEQUF1RDtBQUduRCw0Q0FBZ0I7QUFHcEIsTUFBTSxPQUFPLEdBQUc7SUFDWixPQUFPLEVBQUUsU0FBUyxDQUFDLFVBQVUsRUFBRTtJQUMvQixTQUFTLEVBQUUsQ0FBQyxJQUFZLEVBQUUsSUFBWSxFQUFFLEdBQVcsRUFBbUIsRUFBRTtRQUNwRSxRQUFRLElBQUksRUFBRTtZQUNWLEtBQUssa0RBQWtEO2dCQUNuRCxPQUFPLElBQUksd0JBQWdCLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDOUQsS0FBSyxnREFBZ0Q7Z0JBQ2pELE9BQU8sSUFBSSxzQkFBYyxDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQzVEO2dCQUNJLE1BQU0sSUFBSSxLQUFLLENBQUMseUJBQXlCLElBQUksRUFBRSxDQUFDLENBQUM7U0FDeEQ7SUFDTCxDQUFDO0NBQ0osQ0FBQztBQUNGLE1BQU0sQ0FBQyxPQUFPLENBQUMsc0JBQXNCLENBQUMsY0FBYyxFQUFFLG9CQUFvQixFQUFFLE9BQU8sQ0FBQyxDQUFBIn0=
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* The springbootservers envelope resource definition.
|
|
6
|
+
* Azure REST API version: 2023-01-01-preview.
|
|
7
|
+
*/
|
|
8
|
+
export declare class Springbootserver extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Springbootserver resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Springbootserver;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Springbootserver. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Springbootserver;
|
|
23
|
+
/**
|
|
24
|
+
* The name of the resource
|
|
25
|
+
*/
|
|
26
|
+
readonly name: pulumi.Output<string>;
|
|
27
|
+
/**
|
|
28
|
+
* The springbootservers resource definition.
|
|
29
|
+
*/
|
|
30
|
+
readonly properties: pulumi.Output<outputs.offazurespringboot.SpringbootserversPropertiesResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
33
|
+
*/
|
|
34
|
+
readonly systemData: pulumi.Output<outputs.offazurespringboot.SystemDataResponse>;
|
|
35
|
+
/**
|
|
36
|
+
* Resource tags
|
|
37
|
+
*/
|
|
38
|
+
readonly tags: pulumi.Output<{
|
|
39
|
+
[key: string]: string;
|
|
40
|
+
} | undefined>;
|
|
41
|
+
/**
|
|
42
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
43
|
+
*/
|
|
44
|
+
readonly type: pulumi.Output<string>;
|
|
45
|
+
/**
|
|
46
|
+
* Create a Springbootserver resource with the given unique name, arguments, and options.
|
|
47
|
+
*
|
|
48
|
+
* @param name The _unique_ name of the resource.
|
|
49
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
50
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
51
|
+
*/
|
|
52
|
+
constructor(name: string, args: SpringbootserverArgs, opts?: pulumi.CustomResourceOptions);
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* The set of arguments for constructing a Springbootserver resource.
|
|
56
|
+
*/
|
|
57
|
+
export interface SpringbootserverArgs {
|
|
58
|
+
/**
|
|
59
|
+
* The springbootservers resource definition.
|
|
60
|
+
*/
|
|
61
|
+
properties?: pulumi.Input<inputs.offazurespringboot.SpringbootserversPropertiesArgs>;
|
|
62
|
+
/**
|
|
63
|
+
* The name of the resource group. The name is case insensitive.
|
|
64
|
+
*/
|
|
65
|
+
resourceGroupName: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* The springbootsites name.
|
|
68
|
+
*/
|
|
69
|
+
siteName: pulumi.Input<string>;
|
|
70
|
+
/**
|
|
71
|
+
* The springbootservers name.
|
|
72
|
+
*/
|
|
73
|
+
springbootserversName?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* Resource tags
|
|
76
|
+
*/
|
|
77
|
+
tags?: pulumi.Input<{
|
|
78
|
+
[key: string]: pulumi.Input<string>;
|
|
79
|
+
}>;
|
|
80
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.Springbootserver = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The springbootservers envelope resource definition.
|
|
10
|
+
* Azure REST API version: 2023-01-01-preview.
|
|
11
|
+
*/
|
|
12
|
+
class Springbootserver extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing Springbootserver resource's state with the given name, ID, and optional extra
|
|
15
|
+
* properties used to qualify the lookup.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resulting resource.
|
|
18
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name, id, opts) {
|
|
22
|
+
return new Springbootserver(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Springbootserver. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj) {
|
|
29
|
+
if (obj === undefined || obj === null) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
return obj['__pulumiType'] === Springbootserver.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Create a Springbootserver resource with the given unique name, arguments, and options.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resource.
|
|
38
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
39
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
40
|
+
*/
|
|
41
|
+
constructor(name, args, opts) {
|
|
42
|
+
let resourceInputs = {};
|
|
43
|
+
opts = opts || {};
|
|
44
|
+
if (!opts.id) {
|
|
45
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
46
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
47
|
+
}
|
|
48
|
+
if ((!args || args.siteName === undefined) && !opts.urn) {
|
|
49
|
+
throw new Error("Missing required property 'siteName'");
|
|
50
|
+
}
|
|
51
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
52
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
53
|
+
resourceInputs["siteName"] = args ? args.siteName : undefined;
|
|
54
|
+
resourceInputs["springbootserversName"] = args ? args.springbootserversName : undefined;
|
|
55
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
56
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
57
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
59
|
+
}
|
|
60
|
+
else {
|
|
61
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
66
|
+
}
|
|
67
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
68
|
+
const aliasOpts = { aliases: [{ type: "azure-native:offazurespringboot:springbootserver" }, { type: "azure-native:offazurespringboot/v20230101preview:Springbootserver" }, { type: "azure-native:offazurespringboot/v20230101preview:springbootserver" }] };
|
|
69
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
70
|
+
super(Springbootserver.__pulumiType, name, resourceInputs, opts);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
exports.Springbootserver = Springbootserver;
|
|
74
|
+
/** @internal */
|
|
75
|
+
Springbootserver.__pulumiType = 'azure-native:offazurespringboot:Springbootserver';
|
|
76
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3ByaW5nYm9vdHNlcnZlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL29mZmF6dXJlc3ByaW5nYm9vdC9zcHJpbmdib290c2VydmVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7O0dBR0c7QUFDSCxNQUFhLGdCQUFpQixTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBQ3ZEOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSxnQkFBZ0IsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUM3RSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssZ0JBQWdCLENBQUMsWUFBWSxDQUFDO0lBQ2pFLENBQUM7SUF1QkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBMEIsRUFBRSxJQUFtQztRQUNyRixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsUUFBUSxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDckQsTUFBTSxJQUFJLEtBQUssQ0FBQyxzQ0FBc0MsQ0FBQyxDQUFDO2FBQzNEO1lBQ0QsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2xFLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlELGNBQWMsQ0FBQyx1QkFBdUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLHFCQUFxQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDeEYsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3RELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQzlDO2FBQU07WUFDSCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNqRCxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNqRCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztTQUM5QztRQUNELElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO1FBQ25FLE1BQU0sU0FBUyxHQUFHLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxJQUFJLEVBQUUsa0RBQWtELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxtRUFBbUUsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG1FQUFtRSxFQUFFLENBQUMsRUFBRSxDQUFDO1FBQzVQLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsZ0JBQWdCLENBQUMsWUFBWSxFQUFFLElBQUksRUFBRSxjQUFjLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDckUsQ0FBQzs7QUFwRkwsNENBcUZDO0FBeEVHLGdCQUFnQjtBQUNPLDZCQUFZLEdBQUcsa0RBQWtELENBQUMifQ==
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../types/input";
|
|
3
|
+
import * as outputs from "../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* The springbootsites envelope resource definition.
|
|
6
|
+
* Azure REST API version: 2023-01-01-preview.
|
|
7
|
+
*/
|
|
8
|
+
export declare class Springbootsite extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Springbootsite resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Springbootsite;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Springbootsite. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Springbootsite;
|
|
23
|
+
/**
|
|
24
|
+
* The extended location definition.
|
|
25
|
+
*/
|
|
26
|
+
readonly extendedLocation: pulumi.Output<outputs.offazurespringboot.SpringbootsitesModelResponseExtendedLocation | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* The geo-location where the resource lives
|
|
29
|
+
*/
|
|
30
|
+
readonly location: pulumi.Output<string>;
|
|
31
|
+
/**
|
|
32
|
+
* The name of the resource
|
|
33
|
+
*/
|
|
34
|
+
readonly name: pulumi.Output<string>;
|
|
35
|
+
/**
|
|
36
|
+
* The springbootsites resource definition.
|
|
37
|
+
*/
|
|
38
|
+
readonly properties: pulumi.Output<outputs.offazurespringboot.SpringbootsitesPropertiesResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
41
|
+
*/
|
|
42
|
+
readonly systemData: pulumi.Output<outputs.offazurespringboot.SystemDataResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Resource tags.
|
|
45
|
+
*/
|
|
46
|
+
readonly tags: pulumi.Output<{
|
|
47
|
+
[key: string]: string;
|
|
48
|
+
} | undefined>;
|
|
49
|
+
/**
|
|
50
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
51
|
+
*/
|
|
52
|
+
readonly type: pulumi.Output<string>;
|
|
53
|
+
/**
|
|
54
|
+
* Create a Springbootsite resource with the given unique name, arguments, and options.
|
|
55
|
+
*
|
|
56
|
+
* @param name The _unique_ name of the resource.
|
|
57
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
58
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
59
|
+
*/
|
|
60
|
+
constructor(name: string, args: SpringbootsiteArgs, opts?: pulumi.CustomResourceOptions);
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* The set of arguments for constructing a Springbootsite resource.
|
|
64
|
+
*/
|
|
65
|
+
export interface SpringbootsiteArgs {
|
|
66
|
+
/**
|
|
67
|
+
* The extended location definition.
|
|
68
|
+
*/
|
|
69
|
+
extendedLocation?: pulumi.Input<inputs.offazurespringboot.SpringbootsitesModelExtendedLocationArgs>;
|
|
70
|
+
/**
|
|
71
|
+
* The geo-location where the resource lives
|
|
72
|
+
*/
|
|
73
|
+
location?: pulumi.Input<string>;
|
|
74
|
+
/**
|
|
75
|
+
* The springbootsites resource definition.
|
|
76
|
+
*/
|
|
77
|
+
properties?: pulumi.Input<inputs.offazurespringboot.SpringbootsitesPropertiesArgs>;
|
|
78
|
+
/**
|
|
79
|
+
* The name of the resource group. The name is case insensitive.
|
|
80
|
+
*/
|
|
81
|
+
resourceGroupName: pulumi.Input<string>;
|
|
82
|
+
/**
|
|
83
|
+
* The springbootsites name.
|
|
84
|
+
*/
|
|
85
|
+
springbootsitesName?: pulumi.Input<string>;
|
|
86
|
+
/**
|
|
87
|
+
* Resource tags.
|
|
88
|
+
*/
|
|
89
|
+
tags?: pulumi.Input<{
|
|
90
|
+
[key: string]: pulumi.Input<string>;
|
|
91
|
+
}>;
|
|
92
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.Springbootsite = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The springbootsites envelope resource definition.
|
|
10
|
+
* Azure REST API version: 2023-01-01-preview.
|
|
11
|
+
*/
|
|
12
|
+
class Springbootsite extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing Springbootsite resource's state with the given name, ID, and optional extra
|
|
15
|
+
* properties used to qualify the lookup.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resulting resource.
|
|
18
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name, id, opts) {
|
|
22
|
+
return new Springbootsite(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Springbootsite. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj) {
|
|
29
|
+
if (obj === undefined || obj === null) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
return obj['__pulumiType'] === Springbootsite.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Create a Springbootsite resource with the given unique name, arguments, and options.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resource.
|
|
38
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
39
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
40
|
+
*/
|
|
41
|
+
constructor(name, args, opts) {
|
|
42
|
+
let resourceInputs = {};
|
|
43
|
+
opts = opts || {};
|
|
44
|
+
if (!opts.id) {
|
|
45
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
46
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
47
|
+
}
|
|
48
|
+
resourceInputs["extendedLocation"] = args ? args.extendedLocation : undefined;
|
|
49
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
50
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
51
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
52
|
+
resourceInputs["springbootsitesName"] = args ? args.springbootsitesName : undefined;
|
|
53
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
54
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
57
|
+
}
|
|
58
|
+
else {
|
|
59
|
+
resourceInputs["extendedLocation"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
66
|
+
}
|
|
67
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
68
|
+
const aliasOpts = { aliases: [{ type: "azure-native:offazurespringboot:springbootsite" }, { type: "azure-native:offazurespringboot/v20230101preview:Springbootsite" }, { type: "azure-native:offazurespringboot/v20230101preview:springbootsite" }] };
|
|
69
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
70
|
+
super(Springbootsite.__pulumiType, name, resourceInputs, opts);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
exports.Springbootsite = Springbootsite;
|
|
74
|
+
/** @internal */
|
|
75
|
+
Springbootsite.__pulumiType = 'azure-native:offazurespringboot:Springbootsite';
|
|
76
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3ByaW5nYm9vdHNpdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9vZmZhenVyZXNwcmluZ2Jvb3Qvc3ByaW5nYm9vdHNpdGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILE1BQWEsY0FBZSxTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBQ3JEOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSxjQUFjLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDM0UsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLGNBQWMsQ0FBQyxZQUFZLENBQUM7SUFDL0QsQ0FBQztJQStCRDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUF3QixFQUFFLElBQW1DO1FBQ25GLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsY0FBYyxDQUFDLGtCQUFrQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RSxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDOUQsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2xFLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLHFCQUFxQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsbUJBQW1CLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNwRixjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDdEQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7YUFBTTtZQUNILGNBQWMsQ0FBQyxrQkFBa0IsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDdkQsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDL0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLGdEQUFnRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsaUVBQWlFLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxpRUFBaUUsRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUN0UCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFDNUMsS0FBSyxDQUFDLGNBQWMsQ0FBQyxZQUFZLEVBQUUsSUFBSSxFQUFFLGNBQWMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNuRSxDQUFDOztBQTVGTCx3Q0E2RkM7QUFoRkcsZ0JBQWdCO0FBQ08sMkJBQVksR0FBRyxnREFBZ0QsQ0FBQyJ9
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* List springbootservers resource.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getSpringbootserver(args: GetSpringbootserverArgs, opts?: pulumi.InvokeOptions): Promise<GetSpringbootserverResult>;
|
|
7
|
+
export interface GetSpringbootserverArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the resource group. The name is case insensitive.
|
|
10
|
+
*/
|
|
11
|
+
resourceGroupName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The springbootsites name.
|
|
14
|
+
*/
|
|
15
|
+
siteName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The springbootservers name.
|
|
18
|
+
*/
|
|
19
|
+
springbootserversName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* The springbootservers envelope resource definition.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetSpringbootserverResult {
|
|
25
|
+
/**
|
|
26
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
27
|
+
*/
|
|
28
|
+
readonly id: string;
|
|
29
|
+
/**
|
|
30
|
+
* The name of the resource
|
|
31
|
+
*/
|
|
32
|
+
readonly name: string;
|
|
33
|
+
/**
|
|
34
|
+
* The springbootservers resource definition.
|
|
35
|
+
*/
|
|
36
|
+
readonly properties: outputs.offazurespringboot.v20230101preview.SpringbootserversPropertiesResponse;
|
|
37
|
+
/**
|
|
38
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
39
|
+
*/
|
|
40
|
+
readonly systemData: outputs.offazurespringboot.v20230101preview.SystemDataResponse;
|
|
41
|
+
/**
|
|
42
|
+
* Resource tags
|
|
43
|
+
*/
|
|
44
|
+
readonly tags?: {
|
|
45
|
+
[key: string]: string;
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
49
|
+
*/
|
|
50
|
+
readonly type: string;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* List springbootservers resource.
|
|
54
|
+
*/
|
|
55
|
+
export declare function getSpringbootserverOutput(args: GetSpringbootserverOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSpringbootserverResult>;
|
|
56
|
+
export interface GetSpringbootserverOutputArgs {
|
|
57
|
+
/**
|
|
58
|
+
* The name of the resource group. The name is case insensitive.
|
|
59
|
+
*/
|
|
60
|
+
resourceGroupName: pulumi.Input<string>;
|
|
61
|
+
/**
|
|
62
|
+
* The springbootsites name.
|
|
63
|
+
*/
|
|
64
|
+
siteName: pulumi.Input<string>;
|
|
65
|
+
/**
|
|
66
|
+
* The springbootservers name.
|
|
67
|
+
*/
|
|
68
|
+
springbootserversName: pulumi.Input<string>;
|
|
69
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.getSpringbootserverOutput = exports.getSpringbootserver = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* List springbootservers resource.
|
|
10
|
+
*/
|
|
11
|
+
function getSpringbootserver(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:offazurespringboot/v20230101preview:getSpringbootserver", {
|
|
14
|
+
"resourceGroupName": args.resourceGroupName,
|
|
15
|
+
"siteName": args.siteName,
|
|
16
|
+
"springbootserversName": args.springbootserversName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getSpringbootserver = getSpringbootserver;
|
|
20
|
+
/**
|
|
21
|
+
* List springbootservers resource.
|
|
22
|
+
*/
|
|
23
|
+
function getSpringbootserverOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getSpringbootserver(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getSpringbootserverOutput = getSpringbootserverOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U3ByaW5nYm9vdHNlcnZlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL29mZmF6dXJlc3ByaW5nYm9vdC92MjAyMzAxMDFwcmV2aWV3L2dldFNwcmluZ2Jvb3RzZXJ2ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsbUJBQW1CLENBQUMsSUFBNkIsRUFBRSxJQUEyQjtJQUUxRixJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxzRUFBc0UsRUFBRTtRQUNqRyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLFVBQVUsRUFBRSxJQUFJLENBQUMsUUFBUTtRQUN6Qix1QkFBdUIsRUFBRSxJQUFJLENBQUMscUJBQXFCO0tBQ3RELEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsa0RBUUM7QUE4Q0Q7O0dBRUc7QUFDSCxTQUFnQix5QkFBeUIsQ0FBQyxJQUFtQyxFQUFFLElBQTJCO0lBQ3RHLE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFNLEVBQUUsRUFBRSxDQUFDLG1CQUFtQixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzlFLENBQUM7QUFGRCw4REFFQyJ9
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get a springbootsites resource.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getSpringbootsite(args: GetSpringbootsiteArgs, opts?: pulumi.InvokeOptions): Promise<GetSpringbootsiteResult>;
|
|
7
|
+
export interface GetSpringbootsiteArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the resource group. The name is case insensitive.
|
|
10
|
+
*/
|
|
11
|
+
resourceGroupName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The springbootsites name.
|
|
14
|
+
*/
|
|
15
|
+
springbootsitesName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* The springbootsites envelope resource definition.
|
|
19
|
+
*/
|
|
20
|
+
export interface GetSpringbootsiteResult {
|
|
21
|
+
/**
|
|
22
|
+
* The extended location definition.
|
|
23
|
+
*/
|
|
24
|
+
readonly extendedLocation?: outputs.offazurespringboot.v20230101preview.SpringbootsitesModelResponseExtendedLocation;
|
|
25
|
+
/**
|
|
26
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
27
|
+
*/
|
|
28
|
+
readonly id: string;
|
|
29
|
+
/**
|
|
30
|
+
* The geo-location where the resource lives
|
|
31
|
+
*/
|
|
32
|
+
readonly location: string;
|
|
33
|
+
/**
|
|
34
|
+
* The name of the resource
|
|
35
|
+
*/
|
|
36
|
+
readonly name: string;
|
|
37
|
+
/**
|
|
38
|
+
* The springbootsites resource definition.
|
|
39
|
+
*/
|
|
40
|
+
readonly properties: outputs.offazurespringboot.v20230101preview.SpringbootsitesPropertiesResponse;
|
|
41
|
+
/**
|
|
42
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
43
|
+
*/
|
|
44
|
+
readonly systemData: outputs.offazurespringboot.v20230101preview.SystemDataResponse;
|
|
45
|
+
/**
|
|
46
|
+
* Resource tags.
|
|
47
|
+
*/
|
|
48
|
+
readonly tags?: {
|
|
49
|
+
[key: string]: string;
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
53
|
+
*/
|
|
54
|
+
readonly type: string;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* Get a springbootsites resource.
|
|
58
|
+
*/
|
|
59
|
+
export declare function getSpringbootsiteOutput(args: GetSpringbootsiteOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetSpringbootsiteResult>;
|
|
60
|
+
export interface GetSpringbootsiteOutputArgs {
|
|
61
|
+
/**
|
|
62
|
+
* The name of the resource group. The name is case insensitive.
|
|
63
|
+
*/
|
|
64
|
+
resourceGroupName: pulumi.Input<string>;
|
|
65
|
+
/**
|
|
66
|
+
* The springbootsites name.
|
|
67
|
+
*/
|
|
68
|
+
springbootsitesName: pulumi.Input<string>;
|
|
69
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.getSpringbootsiteOutput = exports.getSpringbootsite = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get a springbootsites resource.
|
|
10
|
+
*/
|
|
11
|
+
function getSpringbootsite(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:offazurespringboot/v20230101preview:getSpringbootsite", {
|
|
14
|
+
"resourceGroupName": args.resourceGroupName,
|
|
15
|
+
"springbootsitesName": args.springbootsitesName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getSpringbootsite = getSpringbootsite;
|
|
19
|
+
/**
|
|
20
|
+
* Get a springbootsites resource.
|
|
21
|
+
*/
|
|
22
|
+
function getSpringbootsiteOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getSpringbootsite(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getSpringbootsiteOutput = getSpringbootsiteOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U3ByaW5nYm9vdHNpdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9vZmZhenVyZXNwcmluZ2Jvb3QvdjIwMjMwMTAxcHJldmlldy9nZXRTcHJpbmdib290c2l0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixpQkFBaUIsQ0FBQyxJQUEyQixFQUFFLElBQTJCO0lBRXRGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLG9FQUFvRSxFQUFFO1FBQy9GLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MscUJBQXFCLEVBQUUsSUFBSSxDQUFDLG1CQUFtQjtLQUNsRCxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVBELDhDQU9DO0FBa0REOztHQUVHO0FBQ0gsU0FBZ0IsdUJBQXVCLENBQUMsSUFBaUMsRUFBRSxJQUEyQjtJQUNsRyxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUM1RSxDQUFDO0FBRkQsMERBRUMifQ==
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export { GetSpringbootserverArgs, GetSpringbootserverResult, GetSpringbootserverOutputArgs } from "./getSpringbootserver";
|
|
2
|
+
export declare const getSpringbootserver: typeof import("./getSpringbootserver").getSpringbootserver;
|
|
3
|
+
export declare const getSpringbootserverOutput: typeof import("./getSpringbootserver").getSpringbootserverOutput;
|
|
4
|
+
export { GetSpringbootsiteArgs, GetSpringbootsiteResult, GetSpringbootsiteOutputArgs } from "./getSpringbootsite";
|
|
5
|
+
export declare const getSpringbootsite: typeof import("./getSpringbootsite").getSpringbootsite;
|
|
6
|
+
export declare const getSpringbootsiteOutput: typeof import("./getSpringbootsite").getSpringbootsiteOutput;
|
|
7
|
+
export { SpringbootserverArgs } from "./springbootserver";
|
|
8
|
+
export type Springbootserver = import("./springbootserver").Springbootserver;
|
|
9
|
+
export declare const Springbootserver: typeof import("./springbootserver").Springbootserver;
|
|
10
|
+
export { SpringbootsiteArgs } from "./springbootsite";
|
|
11
|
+
export type Springbootsite = import("./springbootsite").Springbootsite;
|
|
12
|
+
export declare const Springbootsite: typeof import("./springbootsite").Springbootsite;
|
|
13
|
+
export * from "../../types/enums/offazurespringboot/v20230101preview";
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
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.Springbootsite = exports.Springbootserver = exports.getSpringbootsiteOutput = exports.getSpringbootsite = exports.getSpringbootserverOutput = exports.getSpringbootserver = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../../utilities");
|
|
22
|
+
exports.getSpringbootserver = null;
|
|
23
|
+
exports.getSpringbootserverOutput = null;
|
|
24
|
+
utilities.lazyLoad(exports, ["getSpringbootserver", "getSpringbootserverOutput"], () => require("./getSpringbootserver"));
|
|
25
|
+
exports.getSpringbootsite = null;
|
|
26
|
+
exports.getSpringbootsiteOutput = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["getSpringbootsite", "getSpringbootsiteOutput"], () => require("./getSpringbootsite"));
|
|
28
|
+
exports.Springbootserver = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["Springbootserver"], () => require("./springbootserver"));
|
|
30
|
+
exports.Springbootsite = null;
|
|
31
|
+
utilities.lazyLoad(exports, ["Springbootsite"], () => require("./springbootsite"));
|
|
32
|
+
// Export enums:
|
|
33
|
+
__exportStar(require("../../types/enums/offazurespringboot/v20230101preview"), exports);
|
|
34
|
+
const _module = {
|
|
35
|
+
version: utilities.getVersion(),
|
|
36
|
+
construct: (name, type, urn) => {
|
|
37
|
+
switch (type) {
|
|
38
|
+
case "azure-native:offazurespringboot/v20230101preview:Springbootserver":
|
|
39
|
+
return new exports.Springbootserver(name, undefined, { urn });
|
|
40
|
+
case "azure-native:offazurespringboot/v20230101preview:Springbootsite":
|
|
41
|
+
return new exports.Springbootsite(name, undefined, { urn });
|
|
42
|
+
default:
|
|
43
|
+
throw new Error(`unknown resource type ${type}`);
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
};
|
|
47
|
+
pulumi.runtime.registerResourceModule("azure-native", "offazurespringboot/v20230101preview", _module);
|
|
48
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9vZmZhenVyZXNwcmluZ2Jvb3QvdjIwMjMwMTAxcHJldmlldy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7Ozs7Ozs7Ozs7Ozs7Ozs7QUFFakYseUNBQXlDO0FBQ3pDLDZDQUE2QztBQUloQyxRQUFBLG1CQUFtQixHQUErRCxJQUFXLENBQUM7QUFDOUYsUUFBQSx5QkFBeUIsR0FBcUUsSUFBVyxDQUFDO0FBQ3ZILFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMscUJBQXFCLEVBQUMsMkJBQTJCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsdUJBQXVCLENBQUMsQ0FBQyxDQUFDO0FBRzVHLFFBQUEsaUJBQWlCLEdBQTJELElBQVcsQ0FBQztBQUN4RixRQUFBLHVCQUF1QixHQUFpRSxJQUFXLENBQUM7QUFDakgsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxtQkFBbUIsRUFBQyx5QkFBeUIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxxQkFBcUIsQ0FBQyxDQUFDLENBQUM7QUFJdEcsUUFBQSxnQkFBZ0IsR0FBeUQsSUFBVyxDQUFDO0FBQ2xHLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsa0JBQWtCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsb0JBQW9CLENBQUMsQ0FBQyxDQUFDO0FBSTFFLFFBQUEsY0FBYyxHQUFxRCxJQUFXLENBQUM7QUFDNUYsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxnQkFBZ0IsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDLENBQUM7QUFHbkYsZ0JBQWdCO0FBQ2hCLHdGQUFzRTtBQUV0RSxNQUFNLE9BQU8sR0FBRztJQUNaLE9BQU8sRUFBRSxTQUFTLENBQUMsVUFBVSxFQUFFO0lBQy9CLFNBQVMsRUFBRSxDQUFDLElBQVksRUFBRSxJQUFZLEVBQUUsR0FBVyxFQUFtQixFQUFFO1FBQ3BFLFFBQVEsSUFBSSxFQUFFO1lBQ1YsS0FBSyxtRUFBbUU7Z0JBQ3BFLE9BQU8sSUFBSSx3QkFBZ0IsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUM5RCxLQUFLLGlFQUFpRTtnQkFDbEUsT0FBTyxJQUFJLHNCQUFjLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDNUQ7Z0JBQ0ksTUFBTSxJQUFJLEtBQUssQ0FBQyx5QkFBeUIsSUFBSSxFQUFFLENBQUMsQ0FBQztTQUN4RDtJQUNMLENBQUM7Q0FDSixDQUFDO0FBQ0YsTUFBTSxDQUFDLE9BQU8sQ0FBQyxzQkFBc0IsQ0FBQyxjQUFjLEVBQUUscUNBQXFDLEVBQUUsT0FBTyxDQUFDLENBQUEifQ==
|