@kengachu-pulumi/azure-native-storagemover 2.8.3
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/README.md +13 -0
- package/agent.d.ts +118 -0
- package/agent.js +100 -0
- package/endpoint.d.ts +69 -0
- package/endpoint.js +75 -0
- package/getAgent.d.ts +106 -0
- package/getAgent.js +27 -0
- package/getEndpoint.d.ts +65 -0
- package/getEndpoint.js +27 -0
- package/getJobDefinition.d.ts +125 -0
- package/getJobDefinition.js +28 -0
- package/getProject.d.ts +69 -0
- package/getProject.js +27 -0
- package/getStorageMover.d.ts +71 -0
- package/getStorageMover.js +26 -0
- package/index.d.ts +34 -0
- package/index.js +72 -0
- package/jobDefinition.d.ts +149 -0
- package/jobDefinition.js +111 -0
- package/package.json +33 -0
- package/project.d.ts +73 -0
- package/project.js +74 -0
- package/storageMover.d.ts +89 -0
- package/storageMover.js +74 -0
- package/types/enums.d.ts +16 -0
- package/types/enums.js +17 -0
- package/types/index.d.ts +3 -0
- package/types/index.js +7 -0
- package/types/input.d.ts +44 -0
- package/types/input.js +3 -0
- package/types/output.d.ts +89 -0
- package/types/output.js +3 -0
- package/v20230301/agent.d.ts +117 -0
- package/v20230301/agent.js +99 -0
- package/v20230301/endpoint.d.ts +68 -0
- package/v20230301/endpoint.js +74 -0
- package/v20230301/getAgent.d.ts +104 -0
- package/v20230301/getAgent.js +25 -0
- package/v20230301/getEndpoint.d.ts +63 -0
- package/v20230301/getEndpoint.js +25 -0
- package/v20230301/getJobDefinition.d.ts +123 -0
- package/v20230301/getJobDefinition.js +26 -0
- package/v20230301/getProject.d.ts +67 -0
- package/v20230301/getProject.js +25 -0
- package/v20230301/getStorageMover.d.ts +69 -0
- package/v20230301/getStorageMover.js +24 -0
- package/v20230301/index.d.ts +31 -0
- package/v20230301/index.js +67 -0
- package/v20230301/jobDefinition.d.ts +148 -0
- package/v20230301/jobDefinition.js +110 -0
- package/v20230301/project.d.ts +72 -0
- package/v20230301/project.js +73 -0
- package/v20230301/storageMover.d.ts +88 -0
- package/v20230301/storageMover.js +73 -0
- package/v20230301/types/enums.d.ts +16 -0
- package/v20230301/types/enums.js +17 -0
- package/v20230301/types/index.d.ts +3 -0
- package/v20230301/types/index.js +7 -0
- package/v20230301/types/input.d.ts +44 -0
- package/v20230301/types/input.js +3 -0
- package/v20230301/types/output.d.ts +89 -0
- package/v20230301/types/output.js +3 -0
- package/v20230701preview/agent.d.ts +117 -0
- package/v20230701preview/agent.js +99 -0
- package/v20230701preview/endpoint.d.ts +68 -0
- package/v20230701preview/endpoint.js +74 -0
- package/v20230701preview/getAgent.d.ts +104 -0
- package/v20230701preview/getAgent.js +25 -0
- package/v20230701preview/getEndpoint.d.ts +63 -0
- package/v20230701preview/getEndpoint.js +25 -0
- package/v20230701preview/getJobDefinition.d.ts +123 -0
- package/v20230701preview/getJobDefinition.js +26 -0
- package/v20230701preview/getProject.d.ts +67 -0
- package/v20230701preview/getProject.js +25 -0
- package/v20230701preview/getStorageMover.d.ts +69 -0
- package/v20230701preview/getStorageMover.js +24 -0
- package/v20230701preview/index.d.ts +31 -0
- package/v20230701preview/index.js +67 -0
- package/v20230701preview/jobDefinition.d.ts +148 -0
- package/v20230701preview/jobDefinition.js +110 -0
- package/v20230701preview/project.d.ts +72 -0
- package/v20230701preview/project.js +73 -0
- package/v20230701preview/storageMover.d.ts +88 -0
- package/v20230701preview/storageMover.js +73 -0
- package/v20230701preview/types/enums.d.ts +22 -0
- package/v20230701preview/types/enums.js +22 -0
- package/v20230701preview/types/index.d.ts +3 -0
- package/v20230701preview/types/index.js +7 -0
- package/v20230701preview/types/input.d.ts +116 -0
- package/v20230701preview/types/input.js +3 -0
- package/v20230701preview/types/output.d.ts +169 -0
- package/v20230701preview/types/output.js +3 -0
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as types from "./types";
|
|
3
|
+
/**
|
|
4
|
+
* Gets a Job Definition resource.
|
|
5
|
+
* Azure REST API version: 2023-03-01.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getJobDefinition(args: GetJobDefinitionArgs, opts?: pulumi.InvokeOptions): Promise<GetJobDefinitionResult>;
|
|
8
|
+
export interface GetJobDefinitionArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The name of the Job Definition resource.
|
|
11
|
+
*/
|
|
12
|
+
jobDefinitionName: string;
|
|
13
|
+
/**
|
|
14
|
+
* The name of the Project resource.
|
|
15
|
+
*/
|
|
16
|
+
projectName: string;
|
|
17
|
+
/**
|
|
18
|
+
* The name of the resource group. The name is case insensitive.
|
|
19
|
+
*/
|
|
20
|
+
resourceGroupName: string;
|
|
21
|
+
/**
|
|
22
|
+
* The name of the Storage Mover resource.
|
|
23
|
+
*/
|
|
24
|
+
storageMoverName: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* The Job Definition resource.
|
|
28
|
+
*/
|
|
29
|
+
export interface GetJobDefinitionResult {
|
|
30
|
+
/**
|
|
31
|
+
* Name of the Agent to assign for new Job Runs of this Job Definition.
|
|
32
|
+
*/
|
|
33
|
+
readonly agentName?: string;
|
|
34
|
+
/**
|
|
35
|
+
* Fully qualified resource id of the Agent to assign for new Job Runs of this Job Definition.
|
|
36
|
+
*/
|
|
37
|
+
readonly agentResourceId: string;
|
|
38
|
+
/**
|
|
39
|
+
* Strategy to use for copy.
|
|
40
|
+
*/
|
|
41
|
+
readonly copyMode: string;
|
|
42
|
+
/**
|
|
43
|
+
* A description for the Job Definition.
|
|
44
|
+
*/
|
|
45
|
+
readonly description?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
48
|
+
*/
|
|
49
|
+
readonly id: string;
|
|
50
|
+
/**
|
|
51
|
+
* The name of the Job Run in a non-terminal state, if exists.
|
|
52
|
+
*/
|
|
53
|
+
readonly latestJobRunName: string;
|
|
54
|
+
/**
|
|
55
|
+
* The fully qualified resource ID of the Job Run in a non-terminal state, if exists.
|
|
56
|
+
*/
|
|
57
|
+
readonly latestJobRunResourceId: string;
|
|
58
|
+
/**
|
|
59
|
+
* The current status of the Job Run in a non-terminal state, if exists.
|
|
60
|
+
*/
|
|
61
|
+
readonly latestJobRunStatus: string;
|
|
62
|
+
/**
|
|
63
|
+
* The name of the resource
|
|
64
|
+
*/
|
|
65
|
+
readonly name: string;
|
|
66
|
+
/**
|
|
67
|
+
* The provisioning state of this resource.
|
|
68
|
+
*/
|
|
69
|
+
readonly provisioningState: string;
|
|
70
|
+
/**
|
|
71
|
+
* The name of the source Endpoint.
|
|
72
|
+
*/
|
|
73
|
+
readonly sourceName: string;
|
|
74
|
+
/**
|
|
75
|
+
* Fully qualified resource ID of the source Endpoint.
|
|
76
|
+
*/
|
|
77
|
+
readonly sourceResourceId: string;
|
|
78
|
+
/**
|
|
79
|
+
* The subpath to use when reading from the source Endpoint.
|
|
80
|
+
*/
|
|
81
|
+
readonly sourceSubpath?: string;
|
|
82
|
+
/**
|
|
83
|
+
* Resource system metadata.
|
|
84
|
+
*/
|
|
85
|
+
readonly systemData: types.outputs.SystemDataResponse;
|
|
86
|
+
/**
|
|
87
|
+
* The name of the target Endpoint.
|
|
88
|
+
*/
|
|
89
|
+
readonly targetName: string;
|
|
90
|
+
/**
|
|
91
|
+
* Fully qualified resource ID of the target Endpoint.
|
|
92
|
+
*/
|
|
93
|
+
readonly targetResourceId: string;
|
|
94
|
+
/**
|
|
95
|
+
* The subpath to use when writing to the target Endpoint.
|
|
96
|
+
*/
|
|
97
|
+
readonly targetSubpath?: string;
|
|
98
|
+
/**
|
|
99
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
100
|
+
*/
|
|
101
|
+
readonly type: string;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Gets a Job Definition resource.
|
|
105
|
+
* Azure REST API version: 2023-03-01.
|
|
106
|
+
*/
|
|
107
|
+
export declare function getJobDefinitionOutput(args: GetJobDefinitionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetJobDefinitionResult>;
|
|
108
|
+
export interface GetJobDefinitionOutputArgs {
|
|
109
|
+
/**
|
|
110
|
+
* The name of the Job Definition resource.
|
|
111
|
+
*/
|
|
112
|
+
jobDefinitionName: pulumi.Input<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The name of the Project resource.
|
|
115
|
+
*/
|
|
116
|
+
projectName: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* The name of the resource group. The name is case insensitive.
|
|
119
|
+
*/
|
|
120
|
+
resourceGroupName: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* The name of the Storage Mover resource.
|
|
123
|
+
*/
|
|
124
|
+
storageMoverName: pulumi.Input<string>;
|
|
125
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getJobDefinitionOutput = exports.getJobDefinition = void 0;
|
|
4
|
+
const pulumi = require("@pulumi/pulumi");
|
|
5
|
+
const utilities = require("@kengachu-pulumi/azure-native-core/utilities");
|
|
6
|
+
/**
|
|
7
|
+
* Gets a Job Definition resource.
|
|
8
|
+
* Azure REST API version: 2023-03-01.
|
|
9
|
+
*/
|
|
10
|
+
function getJobDefinition(args, opts) {
|
|
11
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
12
|
+
return pulumi.runtime.invoke("azure-native:storagemover:getJobDefinition", {
|
|
13
|
+
"jobDefinitionName": args.jobDefinitionName,
|
|
14
|
+
"projectName": args.projectName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
"storageMoverName": args.storageMoverName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.getJobDefinition = getJobDefinition;
|
|
20
|
+
/**
|
|
21
|
+
* Gets a Job Definition resource.
|
|
22
|
+
* Azure REST API version: 2023-03-01.
|
|
23
|
+
*/
|
|
24
|
+
function getJobDefinitionOutput(args, opts) {
|
|
25
|
+
return pulumi.output(args).apply((a) => getJobDefinition(a, opts));
|
|
26
|
+
}
|
|
27
|
+
exports.getJobDefinitionOutput = getJobDefinitionOutput;
|
|
28
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Sm9iRGVmaW5pdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImdldEpvYkRlZmluaXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEseUNBQXlDO0FBQ3pDLDBFQUEwRTtBQUUxRTs7O0dBR0c7QUFDSCxTQUFnQixnQkFBZ0IsQ0FBQyxJQUEwQixFQUFFLElBQTJCO0lBRXBGLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLDRDQUE0QyxFQUFFO1FBQ3ZFLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0Msa0JBQWtCLEVBQUUsSUFBSSxDQUFDLGdCQUFnQjtLQUM1QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVRELDRDQVNDO0FBa0dEOzs7R0FHRztBQUNILFNBQWdCLHNCQUFzQixDQUFDLElBQWdDLEVBQUUsSUFBMkI7SUFDaEcsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsZ0JBQWdCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDM0UsQ0FBQztBQUZELHdEQUVDIn0=
|
package/getProject.d.ts
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as types from "./types";
|
|
3
|
+
/**
|
|
4
|
+
* Gets a Project resource.
|
|
5
|
+
* Azure REST API version: 2023-03-01.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getProject(args: GetProjectArgs, opts?: pulumi.InvokeOptions): Promise<GetProjectResult>;
|
|
8
|
+
export interface GetProjectArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The name of the Project resource.
|
|
11
|
+
*/
|
|
12
|
+
projectName: string;
|
|
13
|
+
/**
|
|
14
|
+
* The name of the resource group. The name is case insensitive.
|
|
15
|
+
*/
|
|
16
|
+
resourceGroupName: string;
|
|
17
|
+
/**
|
|
18
|
+
* The name of the Storage Mover resource.
|
|
19
|
+
*/
|
|
20
|
+
storageMoverName: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* The Project resource.
|
|
24
|
+
*/
|
|
25
|
+
export interface GetProjectResult {
|
|
26
|
+
/**
|
|
27
|
+
* A description for the Project.
|
|
28
|
+
*/
|
|
29
|
+
readonly description?: string;
|
|
30
|
+
/**
|
|
31
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
32
|
+
*/
|
|
33
|
+
readonly id: string;
|
|
34
|
+
/**
|
|
35
|
+
* The name of the resource
|
|
36
|
+
*/
|
|
37
|
+
readonly name: string;
|
|
38
|
+
/**
|
|
39
|
+
* The provisioning state of this resource.
|
|
40
|
+
*/
|
|
41
|
+
readonly provisioningState: string;
|
|
42
|
+
/**
|
|
43
|
+
* Resource system metadata.
|
|
44
|
+
*/
|
|
45
|
+
readonly systemData: types.outputs.SystemDataResponse;
|
|
46
|
+
/**
|
|
47
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
48
|
+
*/
|
|
49
|
+
readonly type: string;
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* Gets a Project resource.
|
|
53
|
+
* Azure REST API version: 2023-03-01.
|
|
54
|
+
*/
|
|
55
|
+
export declare function getProjectOutput(args: GetProjectOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetProjectResult>;
|
|
56
|
+
export interface GetProjectOutputArgs {
|
|
57
|
+
/**
|
|
58
|
+
* The name of the Project resource.
|
|
59
|
+
*/
|
|
60
|
+
projectName: pulumi.Input<string>;
|
|
61
|
+
/**
|
|
62
|
+
* The name of the resource group. The name is case insensitive.
|
|
63
|
+
*/
|
|
64
|
+
resourceGroupName: pulumi.Input<string>;
|
|
65
|
+
/**
|
|
66
|
+
* The name of the Storage Mover resource.
|
|
67
|
+
*/
|
|
68
|
+
storageMoverName: pulumi.Input<string>;
|
|
69
|
+
}
|
package/getProject.js
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getProjectOutput = exports.getProject = void 0;
|
|
4
|
+
const pulumi = require("@pulumi/pulumi");
|
|
5
|
+
const utilities = require("@kengachu-pulumi/azure-native-core/utilities");
|
|
6
|
+
/**
|
|
7
|
+
* Gets a Project resource.
|
|
8
|
+
* Azure REST API version: 2023-03-01.
|
|
9
|
+
*/
|
|
10
|
+
function getProject(args, opts) {
|
|
11
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
12
|
+
return pulumi.runtime.invoke("azure-native:storagemover:getProject", {
|
|
13
|
+
"projectName": args.projectName,
|
|
14
|
+
"resourceGroupName": args.resourceGroupName,
|
|
15
|
+
"storageMoverName": args.storageMoverName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.getProject = getProject;
|
|
19
|
+
/**
|
|
20
|
+
* Gets a Project resource.
|
|
21
|
+
* Azure REST API version: 2023-03-01.
|
|
22
|
+
*/
|
|
23
|
+
function getProjectOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => getProject(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getProjectOutput = getProjectOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJvamVjdC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImdldFByb2plY3QudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7O0FBQUEseUNBQXlDO0FBQ3pDLDBFQUEwRTtBQUUxRTs7O0dBR0c7QUFDSCxTQUFnQixVQUFVLENBQUMsSUFBb0IsRUFBRSxJQUEyQjtJQUV4RSxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyxzQ0FBc0MsRUFBRTtRQUNqRSxhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7UUFDL0IsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxrQkFBa0IsRUFBRSxJQUFJLENBQUMsZ0JBQWdCO0tBQzVDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUkQsZ0NBUUM7QUE4Q0Q7OztHQUdHO0FBQ0gsU0FBZ0IsZ0JBQWdCLENBQUMsSUFBMEIsRUFBRSxJQUEyQjtJQUNwRixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxVQUFVLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDckUsQ0FBQztBQUZELDRDQUVDIn0=
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as types from "./types";
|
|
3
|
+
/**
|
|
4
|
+
* Gets a Storage Mover resource.
|
|
5
|
+
* Azure REST API version: 2023-03-01.
|
|
6
|
+
*/
|
|
7
|
+
export declare function getStorageMover(args: GetStorageMoverArgs, opts?: pulumi.InvokeOptions): Promise<GetStorageMoverResult>;
|
|
8
|
+
export interface GetStorageMoverArgs {
|
|
9
|
+
/**
|
|
10
|
+
* The name of the resource group. The name is case insensitive.
|
|
11
|
+
*/
|
|
12
|
+
resourceGroupName: string;
|
|
13
|
+
/**
|
|
14
|
+
* The name of the Storage Mover resource.
|
|
15
|
+
*/
|
|
16
|
+
storageMoverName: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* The Storage Mover resource, which is a container for a group of Agents, Projects, and Endpoints.
|
|
20
|
+
*/
|
|
21
|
+
export interface GetStorageMoverResult {
|
|
22
|
+
/**
|
|
23
|
+
* A description for the Storage Mover.
|
|
24
|
+
*/
|
|
25
|
+
readonly description?: string;
|
|
26
|
+
/**
|
|
27
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
28
|
+
*/
|
|
29
|
+
readonly id: string;
|
|
30
|
+
/**
|
|
31
|
+
* The geo-location where the resource lives
|
|
32
|
+
*/
|
|
33
|
+
readonly location: string;
|
|
34
|
+
/**
|
|
35
|
+
* The name of the resource
|
|
36
|
+
*/
|
|
37
|
+
readonly name: string;
|
|
38
|
+
/**
|
|
39
|
+
* The provisioning state of this resource.
|
|
40
|
+
*/
|
|
41
|
+
readonly provisioningState: string;
|
|
42
|
+
/**
|
|
43
|
+
* Resource system metadata.
|
|
44
|
+
*/
|
|
45
|
+
readonly systemData: types.outputs.SystemDataResponse;
|
|
46
|
+
/**
|
|
47
|
+
* Resource tags.
|
|
48
|
+
*/
|
|
49
|
+
readonly tags?: {
|
|
50
|
+
[key: string]: string;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
54
|
+
*/
|
|
55
|
+
readonly type: string;
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* Gets a Storage Mover resource.
|
|
59
|
+
* Azure REST API version: 2023-03-01.
|
|
60
|
+
*/
|
|
61
|
+
export declare function getStorageMoverOutput(args: GetStorageMoverOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetStorageMoverResult>;
|
|
62
|
+
export interface GetStorageMoverOutputArgs {
|
|
63
|
+
/**
|
|
64
|
+
* The name of the resource group. The name is case insensitive.
|
|
65
|
+
*/
|
|
66
|
+
resourceGroupName: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The name of the Storage Mover resource.
|
|
69
|
+
*/
|
|
70
|
+
storageMoverName: pulumi.Input<string>;
|
|
71
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getStorageMoverOutput = exports.getStorageMover = void 0;
|
|
4
|
+
const pulumi = require("@pulumi/pulumi");
|
|
5
|
+
const utilities = require("@kengachu-pulumi/azure-native-core/utilities");
|
|
6
|
+
/**
|
|
7
|
+
* Gets a Storage Mover resource.
|
|
8
|
+
* Azure REST API version: 2023-03-01.
|
|
9
|
+
*/
|
|
10
|
+
function getStorageMover(args, opts) {
|
|
11
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
12
|
+
return pulumi.runtime.invoke("azure-native:storagemover:getStorageMover", {
|
|
13
|
+
"resourceGroupName": args.resourceGroupName,
|
|
14
|
+
"storageMoverName": args.storageMoverName,
|
|
15
|
+
}, opts);
|
|
16
|
+
}
|
|
17
|
+
exports.getStorageMover = getStorageMover;
|
|
18
|
+
/**
|
|
19
|
+
* Gets a Storage Mover resource.
|
|
20
|
+
* Azure REST API version: 2023-03-01.
|
|
21
|
+
*/
|
|
22
|
+
function getStorageMoverOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => getStorageMover(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.getStorageMoverOutput = getStorageMoverOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0U3RvcmFnZU1vdmVyLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiZ2V0U3RvcmFnZU1vdmVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7OztBQUFBLHlDQUF5QztBQUN6QywwRUFBMEU7QUFFMUU7OztHQUdHO0FBQ0gsU0FBZ0IsZUFBZSxDQUFDLElBQXlCLEVBQUUsSUFBMkI7SUFFbEYsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsMkNBQTJDLEVBQUU7UUFDdEUsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxrQkFBa0IsRUFBRSxJQUFJLENBQUMsZ0JBQWdCO0tBQzVDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsMENBT0M7QUFrREQ7OztHQUdHO0FBQ0gsU0FBZ0IscUJBQXFCLENBQUMsSUFBK0IsRUFBRSxJQUEyQjtJQUM5RixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxlQUFlLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDMUUsQ0FBQztBQUZELHNEQUVDIn0=
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export { AgentArgs } from "./agent";
|
|
2
|
+
export type Agent = import("./agent").Agent;
|
|
3
|
+
export declare const Agent: typeof import("./agent").Agent;
|
|
4
|
+
export { EndpointArgs } from "./endpoint";
|
|
5
|
+
export type Endpoint = import("./endpoint").Endpoint;
|
|
6
|
+
export declare const Endpoint: typeof import("./endpoint").Endpoint;
|
|
7
|
+
export { GetAgentArgs, GetAgentResult, GetAgentOutputArgs } from "./getAgent";
|
|
8
|
+
export declare const getAgent: typeof import("./getAgent").getAgent;
|
|
9
|
+
export declare const getAgentOutput: typeof import("./getAgent").getAgentOutput;
|
|
10
|
+
export { GetEndpointArgs, GetEndpointResult, GetEndpointOutputArgs } from "./getEndpoint";
|
|
11
|
+
export declare const getEndpoint: typeof import("./getEndpoint").getEndpoint;
|
|
12
|
+
export declare const getEndpointOutput: typeof import("./getEndpoint").getEndpointOutput;
|
|
13
|
+
export { GetJobDefinitionArgs, GetJobDefinitionResult, GetJobDefinitionOutputArgs } from "./getJobDefinition";
|
|
14
|
+
export declare const getJobDefinition: typeof import("./getJobDefinition").getJobDefinition;
|
|
15
|
+
export declare const getJobDefinitionOutput: typeof import("./getJobDefinition").getJobDefinitionOutput;
|
|
16
|
+
export { GetProjectArgs, GetProjectResult, GetProjectOutputArgs } from "./getProject";
|
|
17
|
+
export declare const getProject: typeof import("./getProject").getProject;
|
|
18
|
+
export declare const getProjectOutput: typeof import("./getProject").getProjectOutput;
|
|
19
|
+
export { GetStorageMoverArgs, GetStorageMoverResult, GetStorageMoverOutputArgs } from "./getStorageMover";
|
|
20
|
+
export declare const getStorageMover: typeof import("./getStorageMover").getStorageMover;
|
|
21
|
+
export declare const getStorageMoverOutput: typeof import("./getStorageMover").getStorageMoverOutput;
|
|
22
|
+
export { JobDefinitionArgs } from "./jobDefinition";
|
|
23
|
+
export type JobDefinition = import("./jobDefinition").JobDefinition;
|
|
24
|
+
export declare const JobDefinition: typeof import("./jobDefinition").JobDefinition;
|
|
25
|
+
export { ProjectArgs } from "./project";
|
|
26
|
+
export type Project = import("./project").Project;
|
|
27
|
+
export declare const Project: typeof import("./project").Project;
|
|
28
|
+
export { StorageMoverArgs } from "./storageMover";
|
|
29
|
+
export type StorageMover = import("./storageMover").StorageMover;
|
|
30
|
+
export declare const StorageMover: typeof import("./storageMover").StorageMover;
|
|
31
|
+
export * from "./types/enums";
|
|
32
|
+
import * as v20230301 from "./v20230301";
|
|
33
|
+
import * as v20230701preview from "./v20230701preview";
|
|
34
|
+
export { v20230301, v20230701preview, };
|
package/index.js
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
exports.v20230701preview = exports.v20230301 = exports.StorageMover = exports.Project = exports.JobDefinition = exports.getStorageMoverOutput = exports.getStorageMover = exports.getProjectOutput = exports.getProject = exports.getJobDefinitionOutput = exports.getJobDefinition = exports.getEndpointOutput = exports.getEndpoint = exports.getAgentOutput = exports.getAgent = exports.Endpoint = exports.Agent = void 0;
|
|
18
|
+
const pulumi = require("@pulumi/pulumi");
|
|
19
|
+
const utilities = require("@kengachu-pulumi/azure-native-core/utilities");
|
|
20
|
+
exports.Agent = null;
|
|
21
|
+
utilities.lazyLoad(exports, ["Agent"], () => require("./agent"));
|
|
22
|
+
exports.Endpoint = null;
|
|
23
|
+
utilities.lazyLoad(exports, ["Endpoint"], () => require("./endpoint"));
|
|
24
|
+
exports.getAgent = null;
|
|
25
|
+
exports.getAgentOutput = null;
|
|
26
|
+
utilities.lazyLoad(exports, ["getAgent", "getAgentOutput"], () => require("./getAgent"));
|
|
27
|
+
exports.getEndpoint = null;
|
|
28
|
+
exports.getEndpointOutput = null;
|
|
29
|
+
utilities.lazyLoad(exports, ["getEndpoint", "getEndpointOutput"], () => require("./getEndpoint"));
|
|
30
|
+
exports.getJobDefinition = null;
|
|
31
|
+
exports.getJobDefinitionOutput = null;
|
|
32
|
+
utilities.lazyLoad(exports, ["getJobDefinition", "getJobDefinitionOutput"], () => require("./getJobDefinition"));
|
|
33
|
+
exports.getProject = null;
|
|
34
|
+
exports.getProjectOutput = null;
|
|
35
|
+
utilities.lazyLoad(exports, ["getProject", "getProjectOutput"], () => require("./getProject"));
|
|
36
|
+
exports.getStorageMover = null;
|
|
37
|
+
exports.getStorageMoverOutput = null;
|
|
38
|
+
utilities.lazyLoad(exports, ["getStorageMover", "getStorageMoverOutput"], () => require("./getStorageMover"));
|
|
39
|
+
exports.JobDefinition = null;
|
|
40
|
+
utilities.lazyLoad(exports, ["JobDefinition"], () => require("./jobDefinition"));
|
|
41
|
+
exports.Project = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["Project"], () => require("./project"));
|
|
43
|
+
exports.StorageMover = null;
|
|
44
|
+
utilities.lazyLoad(exports, ["StorageMover"], () => require("./storageMover"));
|
|
45
|
+
// Export enums:
|
|
46
|
+
__exportStar(require("./types/enums"), exports);
|
|
47
|
+
// Export sub-modules:
|
|
48
|
+
const v20230301 = require("./v20230301");
|
|
49
|
+
exports.v20230301 = v20230301;
|
|
50
|
+
const v20230701preview = require("./v20230701preview");
|
|
51
|
+
exports.v20230701preview = v20230701preview;
|
|
52
|
+
const _module = {
|
|
53
|
+
version: utilities.getVersion(),
|
|
54
|
+
construct: (name, type, urn) => {
|
|
55
|
+
switch (type) {
|
|
56
|
+
case "azure-native:storagemover:Agent":
|
|
57
|
+
return new exports.Agent(name, undefined, { urn });
|
|
58
|
+
case "azure-native:storagemover:Endpoint":
|
|
59
|
+
return new exports.Endpoint(name, undefined, { urn });
|
|
60
|
+
case "azure-native:storagemover:JobDefinition":
|
|
61
|
+
return new exports.JobDefinition(name, undefined, { urn });
|
|
62
|
+
case "azure-native:storagemover:Project":
|
|
63
|
+
return new exports.Project(name, undefined, { urn });
|
|
64
|
+
case "azure-native:storagemover:StorageMover":
|
|
65
|
+
return new exports.StorageMover(name, undefined, { urn });
|
|
66
|
+
default:
|
|
67
|
+
throw new Error(`unknown resource type ${type}`);
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
};
|
|
71
|
+
pulumi.runtime.registerResourceModule("azure-native", "storagemover", _module);
|
|
72
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7OztBQUFBLHlDQUF5QztBQUN6QywwRUFBMEU7QUFJN0QsUUFBQSxLQUFLLEdBQW1DLElBQVcsQ0FBQztBQUNqRSxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLE9BQU8sQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsQ0FBQyxDQUFDO0FBSXBELFFBQUEsUUFBUSxHQUF5QyxJQUFXLENBQUM7QUFDMUUsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxVQUFVLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQztBQUcxRCxRQUFBLFFBQVEsR0FBeUMsSUFBVyxDQUFDO0FBQzdELFFBQUEsY0FBYyxHQUErQyxJQUFXLENBQUM7QUFDdEYsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxVQUFVLEVBQUMsZ0JBQWdCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLENBQUMsQ0FBQztBQUczRSxRQUFBLFdBQVcsR0FBK0MsSUFBVyxDQUFDO0FBQ3RFLFFBQUEsaUJBQWlCLEdBQXFELElBQVcsQ0FBQztBQUMvRixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLGFBQWEsRUFBQyxtQkFBbUIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDO0FBR3BGLFFBQUEsZ0JBQWdCLEdBQXlELElBQVcsQ0FBQztBQUNyRixRQUFBLHNCQUFzQixHQUErRCxJQUFXLENBQUM7QUFDOUcsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsRUFBQyx3QkFBd0IsQ0FBQyxFQUFFLEdBQUcs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
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as types from "./types";
|
|
3
|
+
/**
|
|
4
|
+
* The Job Definition resource.
|
|
5
|
+
* Azure REST API version: 2023-03-01. Prior API version in Azure Native 1.x: 2022-07-01-preview
|
|
6
|
+
*/
|
|
7
|
+
export declare class JobDefinition extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing JobDefinition 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): JobDefinition;
|
|
17
|
+
/** @internal */
|
|
18
|
+
static readonly __pulumiType = "azure-native:storagemover:JobDefinition";
|
|
19
|
+
/**
|
|
20
|
+
* Returns true if the given object is an instance of JobDefinition. This is designed to work even
|
|
21
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
22
|
+
*/
|
|
23
|
+
static isInstance(obj: any): obj is JobDefinition;
|
|
24
|
+
/**
|
|
25
|
+
* Name of the Agent to assign for new Job Runs of this Job Definition.
|
|
26
|
+
*/
|
|
27
|
+
readonly agentName: pulumi.Output<string | undefined>;
|
|
28
|
+
/**
|
|
29
|
+
* Fully qualified resource id of the Agent to assign for new Job Runs of this Job Definition.
|
|
30
|
+
*/
|
|
31
|
+
readonly agentResourceId: pulumi.Output<string>;
|
|
32
|
+
/**
|
|
33
|
+
* Strategy to use for copy.
|
|
34
|
+
*/
|
|
35
|
+
readonly copyMode: pulumi.Output<string>;
|
|
36
|
+
/**
|
|
37
|
+
* A description for the Job Definition.
|
|
38
|
+
*/
|
|
39
|
+
readonly description: pulumi.Output<string | undefined>;
|
|
40
|
+
/**
|
|
41
|
+
* The name of the Job Run in a non-terminal state, if exists.
|
|
42
|
+
*/
|
|
43
|
+
readonly latestJobRunName: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* The fully qualified resource ID of the Job Run in a non-terminal state, if exists.
|
|
46
|
+
*/
|
|
47
|
+
readonly latestJobRunResourceId: pulumi.Output<string>;
|
|
48
|
+
/**
|
|
49
|
+
* The current status of the Job Run in a non-terminal state, if exists.
|
|
50
|
+
*/
|
|
51
|
+
readonly latestJobRunStatus: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* The name of the resource
|
|
54
|
+
*/
|
|
55
|
+
readonly name: pulumi.Output<string>;
|
|
56
|
+
/**
|
|
57
|
+
* The provisioning state of this resource.
|
|
58
|
+
*/
|
|
59
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
60
|
+
/**
|
|
61
|
+
* The name of the source Endpoint.
|
|
62
|
+
*/
|
|
63
|
+
readonly sourceName: pulumi.Output<string>;
|
|
64
|
+
/**
|
|
65
|
+
* Fully qualified resource ID of the source Endpoint.
|
|
66
|
+
*/
|
|
67
|
+
readonly sourceResourceId: pulumi.Output<string>;
|
|
68
|
+
/**
|
|
69
|
+
* The subpath to use when reading from the source Endpoint.
|
|
70
|
+
*/
|
|
71
|
+
readonly sourceSubpath: pulumi.Output<string | undefined>;
|
|
72
|
+
/**
|
|
73
|
+
* Resource system metadata.
|
|
74
|
+
*/
|
|
75
|
+
readonly systemData: pulumi.Output<types.outputs.SystemDataResponse>;
|
|
76
|
+
/**
|
|
77
|
+
* The name of the target Endpoint.
|
|
78
|
+
*/
|
|
79
|
+
readonly targetName: pulumi.Output<string>;
|
|
80
|
+
/**
|
|
81
|
+
* Fully qualified resource ID of the target Endpoint.
|
|
82
|
+
*/
|
|
83
|
+
readonly targetResourceId: pulumi.Output<string>;
|
|
84
|
+
/**
|
|
85
|
+
* The subpath to use when writing to the target Endpoint.
|
|
86
|
+
*/
|
|
87
|
+
readonly targetSubpath: pulumi.Output<string | undefined>;
|
|
88
|
+
/**
|
|
89
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
90
|
+
*/
|
|
91
|
+
readonly type: pulumi.Output<string>;
|
|
92
|
+
/**
|
|
93
|
+
* Create a JobDefinition resource with the given unique name, arguments, and options.
|
|
94
|
+
*
|
|
95
|
+
* @param name The _unique_ name of the resource.
|
|
96
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
97
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
98
|
+
*/
|
|
99
|
+
constructor(name: string, args: JobDefinitionArgs, opts?: pulumi.CustomResourceOptions);
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* The set of arguments for constructing a JobDefinition resource.
|
|
103
|
+
*/
|
|
104
|
+
export interface JobDefinitionArgs {
|
|
105
|
+
/**
|
|
106
|
+
* Name of the Agent to assign for new Job Runs of this Job Definition.
|
|
107
|
+
*/
|
|
108
|
+
agentName?: pulumi.Input<string>;
|
|
109
|
+
/**
|
|
110
|
+
* Strategy to use for copy.
|
|
111
|
+
*/
|
|
112
|
+
copyMode: pulumi.Input<string | types.enums.CopyMode>;
|
|
113
|
+
/**
|
|
114
|
+
* A description for the Job Definition.
|
|
115
|
+
*/
|
|
116
|
+
description?: pulumi.Input<string>;
|
|
117
|
+
/**
|
|
118
|
+
* The name of the Job Definition resource.
|
|
119
|
+
*/
|
|
120
|
+
jobDefinitionName?: pulumi.Input<string>;
|
|
121
|
+
/**
|
|
122
|
+
* The name of the Project resource.
|
|
123
|
+
*/
|
|
124
|
+
projectName: pulumi.Input<string>;
|
|
125
|
+
/**
|
|
126
|
+
* The name of the resource group. The name is case insensitive.
|
|
127
|
+
*/
|
|
128
|
+
resourceGroupName: pulumi.Input<string>;
|
|
129
|
+
/**
|
|
130
|
+
* The name of the source Endpoint.
|
|
131
|
+
*/
|
|
132
|
+
sourceName: pulumi.Input<string>;
|
|
133
|
+
/**
|
|
134
|
+
* The subpath to use when reading from the source Endpoint.
|
|
135
|
+
*/
|
|
136
|
+
sourceSubpath?: pulumi.Input<string>;
|
|
137
|
+
/**
|
|
138
|
+
* The name of the Storage Mover resource.
|
|
139
|
+
*/
|
|
140
|
+
storageMoverName: pulumi.Input<string>;
|
|
141
|
+
/**
|
|
142
|
+
* The name of the target Endpoint.
|
|
143
|
+
*/
|
|
144
|
+
targetName: pulumi.Input<string>;
|
|
145
|
+
/**
|
|
146
|
+
* The subpath to use when writing to the target Endpoint.
|
|
147
|
+
*/
|
|
148
|
+
targetSubpath?: pulumi.Input<string>;
|
|
149
|
+
}
|