@pulumi/azure-native 1.73.0 → 1.74.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/devcenter/attachedNetworkByDevCenter.d.ts +83 -0
- package/devcenter/attachedNetworkByDevCenter.js +85 -0
- package/devcenter/catalog.d.ts +83 -0
- package/devcenter/catalog.js +80 -0
- package/devcenter/devBoxDefinition.d.ts +119 -0
- package/devcenter/devBoxDefinition.js +99 -0
- package/devcenter/devCenter.d.ts +87 -0
- package/devcenter/devCenter.js +76 -0
- package/devcenter/environmentType.d.ts +75 -0
- package/devcenter/environmentType.js +76 -0
- package/devcenter/gallery.d.ts +71 -0
- package/devcenter/gallery.js +79 -0
- package/devcenter/getAttachedNetworkByDevCenter.d.ts +77 -0
- package/devcenter/getAttachedNetworkByDevCenter.js +28 -0
- package/devcenter/getCatalog.d.ts +73 -0
- package/devcenter/getCatalog.js +28 -0
- package/devcenter/getDevBoxDefinition.d.ts +95 -0
- package/devcenter/getDevBoxDefinition.js +28 -0
- package/devcenter/getDevCenter.d.ts +67 -0
- package/devcenter/getDevCenter.js +27 -0
- package/devcenter/getEnvironmentType.d.ts +67 -0
- package/devcenter/getEnvironmentType.js +28 -0
- package/devcenter/getGallery.d.ts +65 -0
- package/devcenter/getGallery.js +28 -0
- package/devcenter/getNetworkConnection.d.ts +95 -0
- package/devcenter/getNetworkConnection.js +27 -0
- package/devcenter/getPool.d.ts +87 -0
- package/devcenter/getPool.js +28 -0
- package/devcenter/getProject.d.ts +71 -0
- package/devcenter/getProject.js +27 -0
- package/devcenter/getProjectEnvironmentType.d.ts +93 -0
- package/devcenter/getProjectEnvironmentType.js +28 -0
- package/devcenter/getSchedule.d.ts +93 -0
- package/devcenter/getSchedule.js +30 -0
- package/devcenter/index.d.ts +23 -0
- package/devcenter/index.js +86 -1
- package/devcenter/networkConnection.d.ts +139 -0
- package/devcenter/networkConnection.js +96 -0
- package/devcenter/pool.d.ts +115 -0
- package/devcenter/pool.js +98 -0
- package/devcenter/project.d.ts +95 -0
- package/devcenter/project.js +78 -0
- package/devcenter/projectEnvironmentType.d.ts +127 -0
- package/devcenter/projectEnvironmentType.js +88 -0
- package/devcenter/schedule.d.ts +107 -0
- package/devcenter/schedule.js +99 -0
- package/devcenter/v20220801preview/attachedNetworkByDevCenter.js +2 -2
- package/devcenter/v20220801preview/catalog.js +2 -2
- package/devcenter/v20220801preview/devBoxDefinition.js +2 -2
- package/devcenter/v20220801preview/devCenter.js +2 -2
- package/devcenter/v20220801preview/environmentType.js +2 -2
- package/devcenter/v20220801preview/gallery.js +2 -2
- package/devcenter/v20220801preview/networkConnection.js +2 -2
- package/devcenter/v20220801preview/pool.js +2 -2
- package/devcenter/v20220801preview/project.js +2 -2
- package/devcenter/v20220801preview/projectEnvironmentType.js +2 -2
- package/devcenter/v20220801preview/schedule.js +2 -2
- package/devcenter/v20220901preview/attachedNetworkByDevCenter.js +2 -2
- package/devcenter/v20220901preview/catalog.js +2 -2
- package/devcenter/v20220901preview/devBoxDefinition.js +2 -2
- package/devcenter/v20220901preview/devCenter.js +2 -2
- package/devcenter/v20220901preview/environmentType.js +2 -2
- package/devcenter/v20220901preview/gallery.js +2 -2
- package/devcenter/v20220901preview/networkConnection.js +2 -2
- package/devcenter/v20220901preview/pool.js +2 -2
- package/devcenter/v20220901preview/project.js +2 -2
- package/devcenter/v20220901preview/projectEnvironmentType.js +2 -2
- package/devcenter/v20220901preview/schedule.js +2 -2
- package/hybridcontainerservice/agentPool.d.ts +190 -0
- package/hybridcontainerservice/agentPool.js +107 -0
- package/hybridcontainerservice/getHybridIdentityMetadatum.d.ts +73 -0
- package/hybridcontainerservice/getHybridIdentityMetadatum.js +28 -0
- package/hybridcontainerservice/getProvisionedCluster.d.ts +65 -0
- package/hybridcontainerservice/getProvisionedCluster.js +27 -0
- package/hybridcontainerservice/getagentPool.d.ts +123 -0
- package/hybridcontainerservice/getagentPool.js +28 -0
- package/hybridcontainerservice/getstorageSpaceRetrieve.d.ts +64 -0
- package/hybridcontainerservice/getstorageSpaceRetrieve.js +27 -0
- package/hybridcontainerservice/getvirtualNetworkRetrieve.d.ts +64 -0
- package/hybridcontainerservice/getvirtualNetworkRetrieve.js +27 -0
- package/hybridcontainerservice/hybridIdentityMetadatum.d.ts +87 -0
- package/hybridcontainerservice/hybridIdentityMetadatum.js +80 -0
- package/hybridcontainerservice/index.d.ts +11 -0
- package/hybridcontainerservice/index.js +56 -1
- package/hybridcontainerservice/provisionedCluster.d.ts +90 -0
- package/hybridcontainerservice/provisionedCluster.js +79 -0
- package/hybridcontainerservice/storageSpaceRetrieve.d.ts +85 -0
- package/hybridcontainerservice/storageSpaceRetrieve.js +76 -0
- package/hybridcontainerservice/v20220501preview/agentPool.js +3 -1
- package/hybridcontainerservice/v20220501preview/hybridIdentityMetadatum.js +3 -1
- package/hybridcontainerservice/v20220501preview/provisionedCluster.js +3 -1
- package/hybridcontainerservice/v20220501preview/storageSpaceRetrieve.js +3 -1
- package/hybridcontainerservice/v20220501preview/virtualNetworkRetrieve.js +3 -1
- package/hybridcontainerservice/virtualNetworkRetrieve.d.ts +85 -0
- package/hybridcontainerservice/virtualNetworkRetrieve.js +76 -0
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/storagemover/agent.d.ts +116 -0
- package/storagemover/agent.js +102 -0
- package/storagemover/endpoint.d.ts +67 -0
- package/storagemover/endpoint.js +77 -0
- package/storagemover/getAgent.d.ts +102 -0
- package/storagemover/getAgent.js +28 -0
- package/storagemover/getEndpoint.d.ts +61 -0
- package/storagemover/getEndpoint.js +28 -0
- package/storagemover/getJobDefinition.d.ts +121 -0
- package/storagemover/getJobDefinition.js +29 -0
- package/storagemover/getProject.d.ts +65 -0
- package/storagemover/getProject.js +28 -0
- package/storagemover/getStorageMover.d.ts +67 -0
- package/storagemover/getStorageMover.js +27 -0
- package/storagemover/index.d.ts +11 -0
- package/storagemover/index.js +56 -1
- package/storagemover/jobDefinition.d.ts +147 -0
- package/storagemover/jobDefinition.js +113 -0
- package/storagemover/project.d.ts +71 -0
- package/storagemover/project.js +76 -0
- package/storagemover/storageMover.d.ts +87 -0
- package/storagemover/storageMover.js +76 -0
- package/storagemover/v20220701preview/agent.js +3 -1
- package/storagemover/v20220701preview/endpoint.js +3 -1
- package/storagemover/v20220701preview/jobDefinition.js +3 -1
- package/storagemover/v20220701preview/project.js +3 -1
- package/storagemover/v20220701preview/storageMover.js +3 -1
- package/types/enums/devcenter/index.d.ts +65 -0
- package/types/enums/devcenter/index.js +35 -2
- package/types/enums/hybridcontainerservice/index.d.ts +59 -0
- package/types/enums/hybridcontainerservice/index.js +33 -2
- package/types/enums/storagemover/index.d.ts +25 -0
- package/types/enums/storagemover/index.js +15 -2
- package/types/input.d.ts +888 -0
- package/types/input.js +55 -1
- package/types/output.d.ts +1188 -0
- package/types/output.js +55 -1
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* The storageSpaces resource definition.
|
|
5
|
+
* API Version: 2022-05-01-preview.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getstorageSpaceRetrieve(args: GetstorageSpaceRetrieveArgs, opts?: pulumi.InvokeOptions): Promise<GetstorageSpaceRetrieveResult>;
|
|
8
|
+
export interface GetstorageSpaceRetrieveArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The name of the resource group. The name is case insensitive.
|
|
11
|
+
*/
|
|
12
|
+
resourceGroupName: string;
|
|
13
|
+
/**
|
|
14
|
+
* Parameter for the name of the storage object
|
|
15
|
+
*/
|
|
16
|
+
storageSpacesName: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* The storageSpaces resource definition.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetstorageSpaceRetrieveResult {
|
|
22
|
+
readonly extendedLocation?: outputs.hybridcontainerservice.StorageSpacesResponseExtendedLocation;
|
|
23
|
+
/**
|
|
24
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
25
|
+
*/
|
|
26
|
+
readonly id: string;
|
|
27
|
+
/**
|
|
28
|
+
* The geo-location where the resource lives
|
|
29
|
+
*/
|
|
30
|
+
readonly location: string;
|
|
31
|
+
/**
|
|
32
|
+
* The name of the resource
|
|
33
|
+
*/
|
|
34
|
+
readonly name: string;
|
|
35
|
+
/**
|
|
36
|
+
* HybridAKSStorageSpec defines the desired state of HybridAKSStorage
|
|
37
|
+
*/
|
|
38
|
+
readonly properties: outputs.hybridcontainerservice.StorageSpacesPropertiesResponse;
|
|
39
|
+
/**
|
|
40
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly systemData: outputs.hybridcontainerservice.SystemDataResponse;
|
|
43
|
+
/**
|
|
44
|
+
* Resource tags.
|
|
45
|
+
*/
|
|
46
|
+
readonly tags?: {
|
|
47
|
+
[key: string]: string;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
51
|
+
*/
|
|
52
|
+
readonly type: string;
|
|
53
|
+
}
|
|
54
|
+
export declare function getstorageSpaceRetrieveOutput(args: GetstorageSpaceRetrieveOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetstorageSpaceRetrieveResult>;
|
|
55
|
+
export interface GetstorageSpaceRetrieveOutputArgs {
|
|
56
|
+
/**
|
|
57
|
+
* The name of the resource group. The name is case insensitive.
|
|
58
|
+
*/
|
|
59
|
+
resourceGroupName: pulumi.Input<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Parameter for the name of the storage object
|
|
62
|
+
*/
|
|
63
|
+
storageSpacesName: pulumi.Input<string>;
|
|
64
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.getstorageSpaceRetrieveOutput = exports.getstorageSpaceRetrieve = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The storageSpaces resource definition.
|
|
10
|
+
* API Version: 2022-05-01-preview.
|
|
11
|
+
*/
|
|
12
|
+
function getstorageSpaceRetrieve(args, opts) {
|
|
13
|
+
if (!opts) {
|
|
14
|
+
opts = {};
|
|
15
|
+
}
|
|
16
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
17
|
+
return pulumi.runtime.invoke("azure-native:hybridcontainerservice:getstorageSpaceRetrieve", {
|
|
18
|
+
"resourceGroupName": args.resourceGroupName,
|
|
19
|
+
"storageSpacesName": args.storageSpacesName,
|
|
20
|
+
}, opts);
|
|
21
|
+
}
|
|
22
|
+
exports.getstorageSpaceRetrieve = getstorageSpaceRetrieve;
|
|
23
|
+
function getstorageSpaceRetrieveOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply(a => getstorageSpaceRetrieve(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getstorageSpaceRetrieveOutput = getstorageSpaceRetrieveOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0c3RvcmFnZVNwYWNlUmV0cmlldmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9oeWJyaWRjb250YWluZXJzZXJ2aWNlL2dldHN0b3JhZ2VTcGFjZVJldHJpZXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBRXpDLDBDQUEwQztBQUUxQzs7O0dBR0c7QUFDSCxTQUFnQix1QkFBdUIsQ0FBQyxJQUFpQyxFQUFFLElBQTJCO0lBQ2xHLElBQUksQ0FBQyxJQUFJLEVBQUU7UUFDUCxJQUFJLEdBQUcsRUFBRSxDQUFBO0tBQ1o7SUFFRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNuRSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLDZEQUE2RCxFQUFFO1FBQ3hGLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVZELDBEQVVDO0FBZ0RELFNBQWdCLDZCQUE2QixDQUFDLElBQXVDLEVBQUUsSUFBMkI7SUFDOUcsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLHVCQUF1QixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQzNFLENBQUM7QUFGRCxzRUFFQyJ9
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* The virtualNetworks resource definition.
|
|
5
|
+
* API Version: 2022-05-01-preview.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getvirtualNetworkRetrieve(args: GetvirtualNetworkRetrieveArgs, opts?: pulumi.InvokeOptions): Promise<GetvirtualNetworkRetrieveResult>;
|
|
8
|
+
export interface GetvirtualNetworkRetrieveArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The name of the resource group. The name is case insensitive.
|
|
11
|
+
*/
|
|
12
|
+
resourceGroupName: string;
|
|
13
|
+
/**
|
|
14
|
+
* Parameter for the name of the virtual network
|
|
15
|
+
*/
|
|
16
|
+
virtualNetworksName: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* The virtualNetworks resource definition.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetvirtualNetworkRetrieveResult {
|
|
22
|
+
readonly extendedLocation?: outputs.hybridcontainerservice.VirtualNetworksResponseExtendedLocation;
|
|
23
|
+
/**
|
|
24
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
25
|
+
*/
|
|
26
|
+
readonly id: string;
|
|
27
|
+
/**
|
|
28
|
+
* The geo-location where the resource lives
|
|
29
|
+
*/
|
|
30
|
+
readonly location: string;
|
|
31
|
+
/**
|
|
32
|
+
* The name of the resource
|
|
33
|
+
*/
|
|
34
|
+
readonly name: string;
|
|
35
|
+
/**
|
|
36
|
+
* HybridAKSNetworkSpec defines the desired state of HybridAKSNetwork
|
|
37
|
+
*/
|
|
38
|
+
readonly properties: outputs.hybridcontainerservice.VirtualNetworksPropertiesResponse;
|
|
39
|
+
/**
|
|
40
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
41
|
+
*/
|
|
42
|
+
readonly systemData: outputs.hybridcontainerservice.SystemDataResponse;
|
|
43
|
+
/**
|
|
44
|
+
* Resource tags.
|
|
45
|
+
*/
|
|
46
|
+
readonly tags?: {
|
|
47
|
+
[key: string]: string;
|
|
48
|
+
};
|
|
49
|
+
/**
|
|
50
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
51
|
+
*/
|
|
52
|
+
readonly type: string;
|
|
53
|
+
}
|
|
54
|
+
export declare function getvirtualNetworkRetrieveOutput(args: GetvirtualNetworkRetrieveOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetvirtualNetworkRetrieveResult>;
|
|
55
|
+
export interface GetvirtualNetworkRetrieveOutputArgs {
|
|
56
|
+
/**
|
|
57
|
+
* The name of the resource group. The name is case insensitive.
|
|
58
|
+
*/
|
|
59
|
+
resourceGroupName: pulumi.Input<string>;
|
|
60
|
+
/**
|
|
61
|
+
* Parameter for the name of the virtual network
|
|
62
|
+
*/
|
|
63
|
+
virtualNetworksName: pulumi.Input<string>;
|
|
64
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
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.getvirtualNetworkRetrieveOutput = exports.getvirtualNetworkRetrieve = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The virtualNetworks resource definition.
|
|
10
|
+
* API Version: 2022-05-01-preview.
|
|
11
|
+
*/
|
|
12
|
+
function getvirtualNetworkRetrieve(args, opts) {
|
|
13
|
+
if (!opts) {
|
|
14
|
+
opts = {};
|
|
15
|
+
}
|
|
16
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
17
|
+
return pulumi.runtime.invoke("azure-native:hybridcontainerservice:getvirtualNetworkRetrieve", {
|
|
18
|
+
"resourceGroupName": args.resourceGroupName,
|
|
19
|
+
"virtualNetworksName": args.virtualNetworksName,
|
|
20
|
+
}, opts);
|
|
21
|
+
}
|
|
22
|
+
exports.getvirtualNetworkRetrieve = getvirtualNetworkRetrieve;
|
|
23
|
+
function getvirtualNetworkRetrieveOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply(a => getvirtualNetworkRetrieve(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getvirtualNetworkRetrieveOutput = getvirtualNetworkRetrieveOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0dmlydHVhbE5ldHdvcmtSZXRyaWV2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2h5YnJpZGNvbnRhaW5lcnNlcnZpY2UvZ2V0dmlydHVhbE5ldHdvcmtSZXRyaWV2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUV6QywwQ0FBMEM7QUFFMUM7OztHQUdHO0FBQ0gsU0FBZ0IseUJBQXlCLENBQUMsSUFBbUMsRUFBRSxJQUEyQjtJQUN0RyxJQUFJLENBQUMsSUFBSSxFQUFFO1FBQ1AsSUFBSSxHQUFHLEVBQUUsQ0FBQTtLQUNaO0lBRUQsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDbkUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywrREFBK0QsRUFBRTtRQUMxRixtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO1FBQzNDLHFCQUFxQixFQUFFLElBQUksQ0FBQyxtQkFBbUI7S0FDbEQsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFWRCw4REFVQztBQWdERCxTQUFnQiwrQkFBK0IsQ0FBQyxJQUF5QyxFQUFFLElBQTJCO0lBQ2xILE9BQU8sTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyx5QkFBeUIsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUM3RSxDQUFDO0FBRkQsMEVBRUMifQ==
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* Defines the hybridIdentityMetadata.
|
|
5
|
+
* API Version: 2022-05-01-preview.
|
|
6
|
+
*/
|
|
7
|
+
export declare class HybridIdentityMetadatum extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing HybridIdentityMetadatum 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): HybridIdentityMetadatum;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of HybridIdentityMetadatum. 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 HybridIdentityMetadatum;
|
|
22
|
+
/**
|
|
23
|
+
* The identity of the provisioned cluster.
|
|
24
|
+
*/
|
|
25
|
+
readonly identity: pulumi.Output<outputs.hybridcontainerservice.ProvisionedClusterIdentityResponse | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* The name of the resource
|
|
28
|
+
*/
|
|
29
|
+
readonly name: pulumi.Output<string>;
|
|
30
|
+
/**
|
|
31
|
+
* provisioning state of the hybridIdentityMetadata resource.
|
|
32
|
+
*/
|
|
33
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
34
|
+
/**
|
|
35
|
+
* Onboarding public key for provisioning the Managed identity for the HybridAKS cluster.
|
|
36
|
+
*/
|
|
37
|
+
readonly publicKey: pulumi.Output<string | undefined>;
|
|
38
|
+
/**
|
|
39
|
+
* Unique id of the parent provisioned cluster resource.
|
|
40
|
+
*/
|
|
41
|
+
readonly resourceUid: pulumi.Output<string | undefined>;
|
|
42
|
+
/**
|
|
43
|
+
* The system data.
|
|
44
|
+
*/
|
|
45
|
+
readonly systemData: pulumi.Output<outputs.hybridcontainerservice.SystemDataResponse>;
|
|
46
|
+
/**
|
|
47
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
48
|
+
*/
|
|
49
|
+
readonly type: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* Create a HybridIdentityMetadatum resource with the given unique name, arguments, and options.
|
|
52
|
+
*
|
|
53
|
+
* @param name The _unique_ name of the resource.
|
|
54
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
55
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
56
|
+
*/
|
|
57
|
+
constructor(name: string, args: HybridIdentityMetadatumArgs, opts?: pulumi.CustomResourceOptions);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* The set of arguments for constructing a HybridIdentityMetadatum resource.
|
|
61
|
+
*/
|
|
62
|
+
export interface HybridIdentityMetadatumArgs {
|
|
63
|
+
/**
|
|
64
|
+
* Parameter for the name of the hybrid identity metadata resource.
|
|
65
|
+
*/
|
|
66
|
+
hybridIdentityMetadataResourceName?: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The identity of the provisioned cluster.
|
|
69
|
+
*/
|
|
70
|
+
identity?: pulumi.Input<inputs.hybridcontainerservice.ProvisionedClusterIdentityArgs>;
|
|
71
|
+
/**
|
|
72
|
+
* Parameter for the name of the provisioned cluster
|
|
73
|
+
*/
|
|
74
|
+
provisionedClustersName: pulumi.Input<string>;
|
|
75
|
+
/**
|
|
76
|
+
* Onboarding public key for provisioning the Managed identity for the HybridAKS cluster.
|
|
77
|
+
*/
|
|
78
|
+
publicKey?: pulumi.Input<string>;
|
|
79
|
+
/**
|
|
80
|
+
* The name of the resource group. The name is case insensitive.
|
|
81
|
+
*/
|
|
82
|
+
resourceGroupName: pulumi.Input<string>;
|
|
83
|
+
/**
|
|
84
|
+
* Unique id of the parent provisioned cluster resource.
|
|
85
|
+
*/
|
|
86
|
+
resourceUid?: pulumi.Input<string>;
|
|
87
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
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.HybridIdentityMetadatum = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Defines the hybridIdentityMetadata.
|
|
10
|
+
* API Version: 2022-05-01-preview.
|
|
11
|
+
*/
|
|
12
|
+
class HybridIdentityMetadatum extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Create a HybridIdentityMetadatum resource with the given unique name, arguments, and options.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resource.
|
|
17
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
18
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
19
|
+
*/
|
|
20
|
+
constructor(name, args, opts) {
|
|
21
|
+
let resourceInputs = {};
|
|
22
|
+
opts = opts || {};
|
|
23
|
+
if (!opts.id) {
|
|
24
|
+
if ((!args || args.provisionedClustersName === undefined) && !opts.urn) {
|
|
25
|
+
throw new Error("Missing required property 'provisionedClustersName'");
|
|
26
|
+
}
|
|
27
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
28
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
29
|
+
}
|
|
30
|
+
resourceInputs["hybridIdentityMetadataResourceName"] = args ? args.hybridIdentityMetadataResourceName : undefined;
|
|
31
|
+
resourceInputs["identity"] = args ? args.identity : undefined;
|
|
32
|
+
resourceInputs["provisionedClustersName"] = args ? args.provisionedClustersName : undefined;
|
|
33
|
+
resourceInputs["publicKey"] = args ? args.publicKey : undefined;
|
|
34
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
35
|
+
resourceInputs["resourceUid"] = args ? args.resourceUid : undefined;
|
|
36
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
37
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
38
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
39
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
40
|
+
}
|
|
41
|
+
else {
|
|
42
|
+
resourceInputs["identity"] = undefined /*out*/;
|
|
43
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
44
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
45
|
+
resourceInputs["publicKey"] = undefined /*out*/;
|
|
46
|
+
resourceInputs["resourceUid"] = undefined /*out*/;
|
|
47
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
48
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
49
|
+
}
|
|
50
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
51
|
+
const aliasOpts = { aliases: [{ type: "azure-native:hybridcontainerservice/v20220501preview:HybridIdentityMetadatum" }] };
|
|
52
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
53
|
+
super(HybridIdentityMetadatum.__pulumiType, name, resourceInputs, opts);
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* Get an existing HybridIdentityMetadatum resource's state with the given name, ID, and optional extra
|
|
57
|
+
* properties used to qualify the lookup.
|
|
58
|
+
*
|
|
59
|
+
* @param name The _unique_ name of the resulting resource.
|
|
60
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
61
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
62
|
+
*/
|
|
63
|
+
static get(name, id, opts) {
|
|
64
|
+
return new HybridIdentityMetadatum(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* Returns true if the given object is an instance of HybridIdentityMetadatum. This is designed to work even
|
|
68
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
69
|
+
*/
|
|
70
|
+
static isInstance(obj) {
|
|
71
|
+
if (obj === undefined || obj === null) {
|
|
72
|
+
return false;
|
|
73
|
+
}
|
|
74
|
+
return obj['__pulumiType'] === HybridIdentityMetadatum.__pulumiType;
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
exports.HybridIdentityMetadatum = HybridIdentityMetadatum;
|
|
78
|
+
/** @internal */
|
|
79
|
+
HybridIdentityMetadatum.__pulumiType = 'azure-native:hybridcontainerservice:HybridIdentityMetadatum';
|
|
80
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaHlicmlkSWRlbnRpdHlNZXRhZGF0dW0uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9oeWJyaWRjb250YWluZXJzZXJ2aWNlL2h5YnJpZElkZW50aXR5TWV0YWRhdHVtLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBRXpDLDBDQUEwQztBQUUxQzs7O0dBR0c7QUFDSCxNQUFhLHVCQUF3QixTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBd0Q5RDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUFpQyxFQUFFLElBQW1DO1FBQzVGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLHVCQUF1QixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDcEUsTUFBTSxJQUFJLEtBQUssQ0FBQyxxREFBcUQsQ0FBQyxDQUFDO2FBQzFFO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELGNBQWMsQ0FBQyxvQ0FBb0MsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGtDQUFrQyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDbEgsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlELGNBQWMs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
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
+
export * from "./agentPool";
|
|
2
|
+
export * from "./getHybridIdentityMetadatum";
|
|
3
|
+
export * from "./getProvisionedCluster";
|
|
4
|
+
export * from "./getagentPool";
|
|
5
|
+
export * from "./getstorageSpaceRetrieve";
|
|
6
|
+
export * from "./getvirtualNetworkRetrieve";
|
|
7
|
+
export * from "./hybridIdentityMetadatum";
|
|
8
|
+
export * from "./provisionedCluster";
|
|
9
|
+
export * from "./storageSpaceRetrieve";
|
|
10
|
+
export * from "./virtualNetworkRetrieve";
|
|
11
|
+
export * from "../types/enums/hybridcontainerservice";
|
|
1
12
|
import * as v20220501preview from "./v20220501preview";
|
|
2
13
|
export { v20220501preview, };
|
|
@@ -1,9 +1,64 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
|
|
3
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
|
+
};
|
|
4
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
19
|
exports.v20220501preview = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../utilities");
|
|
22
|
+
// Export members:
|
|
23
|
+
__exportStar(require("./agentPool"), exports);
|
|
24
|
+
__exportStar(require("./getHybridIdentityMetadatum"), exports);
|
|
25
|
+
__exportStar(require("./getProvisionedCluster"), exports);
|
|
26
|
+
__exportStar(require("./getagentPool"), exports);
|
|
27
|
+
__exportStar(require("./getstorageSpaceRetrieve"), exports);
|
|
28
|
+
__exportStar(require("./getvirtualNetworkRetrieve"), exports);
|
|
29
|
+
__exportStar(require("./hybridIdentityMetadatum"), exports);
|
|
30
|
+
__exportStar(require("./provisionedCluster"), exports);
|
|
31
|
+
__exportStar(require("./storageSpaceRetrieve"), exports);
|
|
32
|
+
__exportStar(require("./virtualNetworkRetrieve"), exports);
|
|
33
|
+
// Export enums:
|
|
34
|
+
__exportStar(require("../types/enums/hybridcontainerservice"), exports);
|
|
6
35
|
// Export sub-modules:
|
|
7
36
|
const v20220501preview = require("./v20220501preview");
|
|
8
37
|
exports.v20220501preview = v20220501preview;
|
|
9
|
-
|
|
38
|
+
// Import resources to register:
|
|
39
|
+
const hybridIdentityMetadatum_1 = require("./hybridIdentityMetadatum");
|
|
40
|
+
const provisionedCluster_1 = require("./provisionedCluster");
|
|
41
|
+
const agentPool_1 = require("./agentPool");
|
|
42
|
+
const storageSpaceRetrieve_1 = require("./storageSpaceRetrieve");
|
|
43
|
+
const virtualNetworkRetrieve_1 = require("./virtualNetworkRetrieve");
|
|
44
|
+
const _module = {
|
|
45
|
+
version: utilities.getVersion(),
|
|
46
|
+
construct: (name, type, urn) => {
|
|
47
|
+
switch (type) {
|
|
48
|
+
case "azure-native:hybridcontainerservice:HybridIdentityMetadatum":
|
|
49
|
+
return new hybridIdentityMetadatum_1.HybridIdentityMetadatum(name, undefined, { urn });
|
|
50
|
+
case "azure-native:hybridcontainerservice:ProvisionedCluster":
|
|
51
|
+
return new provisionedCluster_1.ProvisionedCluster(name, undefined, { urn });
|
|
52
|
+
case "azure-native:hybridcontainerservice:agentPool":
|
|
53
|
+
return new agentPool_1.AgentPool(name, undefined, { urn });
|
|
54
|
+
case "azure-native:hybridcontainerservice:storageSpaceRetrieve":
|
|
55
|
+
return new storageSpaceRetrieve_1.StorageSpaceRetrieve(name, undefined, { urn });
|
|
56
|
+
case "azure-native:hybridcontainerservice:virtualNetworkRetrieve":
|
|
57
|
+
return new virtualNetworkRetrieve_1.VirtualNetworkRetrieve(name, undefined, { urn });
|
|
58
|
+
default:
|
|
59
|
+
throw new Error(`unknown resource type ${type}`);
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
};
|
|
63
|
+
pulumi.runtime.registerResourceModule("azure-native", "hybridcontainerservice", _module);
|
|
64
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9oeWJyaWRjb250YWluZXJzZXJ2aWNlL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7Ozs7Ozs7Ozs7Ozs7OztBQUVqRix5Q0FBeUM7QUFDekMsMENBQTBDO0FBRTFDLGtCQUFrQjtBQUNsQiw4Q0FBNEI7QUFDNUIsK0RBQTZDO0FBQzdDLDBEQUF3QztBQUN4QyxpREFBK0I7QUFDL0IsNERBQTBDO0FBQzFDLDhEQUE0QztBQUM1Qyw0REFBMEM7QUFDMUMsdURBQXFDO0FBQ3JDLHlEQUF1QztBQUN2QywyREFBeUM7QUFFekMsZ0JBQWdCO0FBQ2hCLHdFQUFzRDtBQUV0RCxzQkFBc0I7QUFDdEIsdURBQXVEO0FBR25ELDRDQUFnQjtBQUdwQixnQ0FBZ0M7QUFDaEMsdUVBQW9FO0FBQ3BFLDZEQUEwRDtBQUMxRCwyQ0FBd0M7QUFDeEMsaUVBQThEO0FBQzlELHFFQUFrRTtBQUVsRSxNQUFNLE9BQU8sR0FBRztJQUNaLE9BQU8sRUFBRSxTQUFTLENBQUMsVUFBVSxFQUFFO0lBQy9CLFNBQVMsRUFBRSxDQUFDLElBQVksRUFBRSxJQUFZLEVBQUUsR0FBVyxFQUFtQixFQUFFO1FBQ3BFLFFBQVEsSUFBSSxFQUFFO1lBQ1YsS0FBSyw2REFBNkQ7Z0JBQzlELE9BQU8sSUFBSSxpREFBdUIsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUNyRSxLQUFLLHdEQUF3RDtnQkFDekQsT0FBTyxJQUFJLHVDQUFrQixDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ2hFLEtBQUssK0NBQStDO2dCQUNoRCxPQUFPLElBQUkscUJBQVMsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUN2RCxLQUFLLDBEQUEwRDtnQkFDM0QsT0FBTyxJQUFJLDJDQUFvQixDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ2xFLEtBQUssNERBQTREO2dCQUM3RCxPQUFPLElBQUksK0NBQXNCLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDcEU7Z0JBQ0ksTUFBTSxJQUFJLEtBQUssQ0FBQyx5QkFBeUIsSUFBSSxFQUFFLENBQUMsQ0FBQztTQUN4RDtJQUNMLENBQUM7Q0FDSixDQUFDO0FBQ0YsTUFBTSxDQUFDLE9BQU8sQ0FBQyxzQkFBc0IsQ0FBQyxjQUFjLEVBQUUsd0JBQXdCLEVBQUUsT0FBTyxDQUFDLENBQUEifQ==
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import { input as inputs, output as outputs } from "../types";
|
|
3
|
+
/**
|
|
4
|
+
* The provisionedClusters resource definition.
|
|
5
|
+
* API Version: 2022-05-01-preview.
|
|
6
|
+
*/
|
|
7
|
+
export declare class ProvisionedCluster extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing ProvisionedCluster 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): ProvisionedCluster;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of ProvisionedCluster. 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 ProvisionedCluster;
|
|
22
|
+
readonly extendedLocation: pulumi.Output<outputs.hybridcontainerservice.ProvisionedClustersResponseResponseExtendedLocation | undefined>;
|
|
23
|
+
/**
|
|
24
|
+
* Identity for the Provisioned cluster.
|
|
25
|
+
*/
|
|
26
|
+
readonly identity: pulumi.Output<outputs.hybridcontainerservice.ProvisionedClusterIdentityResponse | 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
|
+
readonly properties: pulumi.Output<outputs.hybridcontainerservice.ProvisionedClustersResponsePropertiesResponse>;
|
|
36
|
+
/**
|
|
37
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
38
|
+
*/
|
|
39
|
+
readonly systemData: pulumi.Output<outputs.hybridcontainerservice.SystemDataResponse>;
|
|
40
|
+
/**
|
|
41
|
+
* Resource tags.
|
|
42
|
+
*/
|
|
43
|
+
readonly tags: pulumi.Output<{
|
|
44
|
+
[key: string]: string;
|
|
45
|
+
} | undefined>;
|
|
46
|
+
/**
|
|
47
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
48
|
+
*/
|
|
49
|
+
readonly type: pulumi.Output<string>;
|
|
50
|
+
/**
|
|
51
|
+
* Create a ProvisionedCluster resource with the given unique name, arguments, and options.
|
|
52
|
+
*
|
|
53
|
+
* @param name The _unique_ name of the resource.
|
|
54
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
55
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
56
|
+
*/
|
|
57
|
+
constructor(name: string, args: ProvisionedClusterArgs, opts?: pulumi.CustomResourceOptions);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* The set of arguments for constructing a ProvisionedCluster resource.
|
|
61
|
+
*/
|
|
62
|
+
export interface ProvisionedClusterArgs {
|
|
63
|
+
extendedLocation?: pulumi.Input<inputs.hybridcontainerservice.ProvisionedClustersExtendedLocationArgs>;
|
|
64
|
+
/**
|
|
65
|
+
* Identity for the Provisioned cluster.
|
|
66
|
+
*/
|
|
67
|
+
identity?: pulumi.Input<inputs.hybridcontainerservice.ProvisionedClusterIdentityArgs>;
|
|
68
|
+
/**
|
|
69
|
+
* The geo-location where the resource lives
|
|
70
|
+
*/
|
|
71
|
+
location?: pulumi.Input<string>;
|
|
72
|
+
/**
|
|
73
|
+
* All properties of the provisioned cluster
|
|
74
|
+
*/
|
|
75
|
+
properties?: pulumi.Input<inputs.hybridcontainerservice.ProvisionedClustersAllPropertiesArgs>;
|
|
76
|
+
/**
|
|
77
|
+
* Parameter for the name of the provisioned cluster
|
|
78
|
+
*/
|
|
79
|
+
provisionedClustersName?: pulumi.Input<string>;
|
|
80
|
+
/**
|
|
81
|
+
* The name of the resource group. The name is case insensitive.
|
|
82
|
+
*/
|
|
83
|
+
resourceGroupName: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* Resource tags.
|
|
86
|
+
*/
|
|
87
|
+
tags?: pulumi.Input<{
|
|
88
|
+
[key: string]: pulumi.Input<string>;
|
|
89
|
+
}>;
|
|
90
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
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.ProvisionedCluster = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const types_1 = require("../types");
|
|
8
|
+
const utilities = require("../utilities");
|
|
9
|
+
/**
|
|
10
|
+
* The provisionedClusters resource definition.
|
|
11
|
+
* API Version: 2022-05-01-preview.
|
|
12
|
+
*/
|
|
13
|
+
class ProvisionedCluster extends pulumi.CustomResource {
|
|
14
|
+
/**
|
|
15
|
+
* Create a ProvisionedCluster resource with the given unique name, arguments, and options.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resource.
|
|
18
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
19
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
20
|
+
*/
|
|
21
|
+
constructor(name, args, opts) {
|
|
22
|
+
let resourceInputs = {};
|
|
23
|
+
opts = opts || {};
|
|
24
|
+
if (!opts.id) {
|
|
25
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
26
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
27
|
+
}
|
|
28
|
+
resourceInputs["extendedLocation"] = args ? args.extendedLocation : undefined;
|
|
29
|
+
resourceInputs["identity"] = args ? args.identity : undefined;
|
|
30
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
31
|
+
resourceInputs["properties"] = args ? (args.properties ? pulumi.output(args.properties).apply(types_1.input.hybridcontainerservice.provisionedClustersAllPropertiesArgsProvideDefaults) : undefined) : undefined;
|
|
32
|
+
resourceInputs["provisionedClustersName"] = args ? args.provisionedClustersName : undefined;
|
|
33
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
34
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
35
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
36
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
37
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
resourceInputs["extendedLocation"] = undefined /*out*/;
|
|
41
|
+
resourceInputs["identity"] = undefined /*out*/;
|
|
42
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
43
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
44
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
45
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
46
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
47
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
48
|
+
}
|
|
49
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
50
|
+
const aliasOpts = { aliases: [{ type: "azure-native:hybridcontainerservice/v20220501preview:ProvisionedCluster" }] };
|
|
51
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
52
|
+
super(ProvisionedCluster.__pulumiType, name, resourceInputs, opts);
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Get an existing ProvisionedCluster resource's state with the given name, ID, and optional extra
|
|
56
|
+
* properties used to qualify the lookup.
|
|
57
|
+
*
|
|
58
|
+
* @param name The _unique_ name of the resulting resource.
|
|
59
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
60
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
61
|
+
*/
|
|
62
|
+
static get(name, id, opts) {
|
|
63
|
+
return new ProvisionedCluster(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
64
|
+
}
|
|
65
|
+
/**
|
|
66
|
+
* Returns true if the given object is an instance of ProvisionedCluster. This is designed to work even
|
|
67
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
68
|
+
*/
|
|
69
|
+
static isInstance(obj) {
|
|
70
|
+
if (obj === undefined || obj === null) {
|
|
71
|
+
return false;
|
|
72
|
+
}
|
|
73
|
+
return obj['__pulumiType'] === ProvisionedCluster.__pulumiType;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.ProvisionedCluster = ProvisionedCluster;
|
|
77
|
+
/** @internal */
|
|
78
|
+
ProvisionedCluster.__pulumiType = 'azure-native:hybridcontainerservice:ProvisionedCluster';
|
|
79
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvdmlzaW9uZWRDbHVzdGVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vaHlicmlkY29udGFpbmVyc2VydmljZS9wcm92aXNpb25lZENsdXN0ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFDekMsb0NBQXFFO0FBQ3JFLDBDQUEwQztBQUUxQzs7O0dBR0c7QUFDSCxNQUFhLGtCQUFtQixTQUFRLE1BQU0sQ0FBQyxjQUFjO0lBc0R6RDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUE0QixFQUFFLElBQW1DO1FBQ3ZGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsY0FBYyxDQUFDLGtCQUFrQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RSxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDOUQsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFB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
|