@pulumi/azure-native 1.79.1 → 1.79.2
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/cognitiveservices/account.js +2 -2
- package/cognitiveservices/commitmentPlan.js +2 -2
- package/cognitiveservices/deployment.js +2 -2
- package/cognitiveservices/index.d.ts +2 -1
- package/cognitiveservices/index.js +4 -2
- package/cognitiveservices/privateEndpointConnection.js +2 -2
- package/cognitiveservices/v20160201preview/cognitiveServicesAccount.js +2 -2
- package/cognitiveservices/v20170418/account.js +2 -2
- package/cognitiveservices/v20170418/privateEndpointConnection.js +2 -2
- package/cognitiveservices/v20210430/account.js +2 -2
- package/cognitiveservices/v20210430/privateEndpointConnection.js +2 -2
- package/cognitiveservices/v20211001/account.js +2 -2
- package/cognitiveservices/v20211001/commitmentPlan.js +2 -2
- package/cognitiveservices/v20211001/deployment.js +2 -2
- package/cognitiveservices/v20211001/privateEndpointConnection.js +2 -2
- package/cognitiveservices/v20220301/account.js +2 -2
- package/cognitiveservices/v20220301/commitmentPlan.js +2 -2
- package/cognitiveservices/v20220301/deployment.js +2 -2
- package/cognitiveservices/v20220301/privateEndpointConnection.js +2 -2
- package/cognitiveservices/v20221001/account.d.ts +111 -0
- package/cognitiveservices/v20221001/account.js +82 -0
- package/cognitiveservices/v20221001/commitmentPlan.d.ts +71 -0
- package/cognitiveservices/v20221001/commitmentPlan.js +75 -0
- package/cognitiveservices/v20221001/deployment.d.ts +71 -0
- package/cognitiveservices/v20221001/deployment.js +75 -0
- package/cognitiveservices/v20221001/getAccount.d.ts +78 -0
- package/cognitiveservices/v20221001/getAccount.js +26 -0
- package/cognitiveservices/v20221001/getCommitmentPlan.d.ts +64 -0
- package/cognitiveservices/v20221001/getCommitmentPlan.js +27 -0
- package/cognitiveservices/v20221001/getDeployment.d.ts +64 -0
- package/cognitiveservices/v20221001/getDeployment.js +27 -0
- package/cognitiveservices/v20221001/getPrivateEndpointConnection.d.ts +68 -0
- package/cognitiveservices/v20221001/getPrivateEndpointConnection.js +27 -0
- package/cognitiveservices/v20221001/index.d.ts +28 -0
- package/cognitiveservices/v20221001/index.js +65 -0
- package/cognitiveservices/v20221001/listAccountKeys.d.ts +39 -0
- package/cognitiveservices/v20221001/listAccountKeys.js +26 -0
- package/cognitiveservices/v20221001/privateEndpointConnection.d.ts +79 -0
- package/cognitiveservices/v20221001/privateEndpointConnection.js +77 -0
- package/network/v20220501/expressRouteGateway.d.ts +8 -0
- package/network/v20220501/expressRouteGateway.js +3 -1
- package/network/v20220501/getExpressRouteGateway.d.ts +4 -0
- package/network/v20220501/getExpressRouteGateway.js +1 -1
- package/network/v20220501/getVirtualNetworkGateway.d.ts +8 -0
- package/network/v20220501/getVirtualNetworkGateway.js +1 -1
- package/network/v20220501/virtualNetworkGateway.d.ts +16 -0
- package/network/v20220501/virtualNetworkGateway.js +5 -1
- package/package.json +2 -2
- package/package.json.dev +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/cognitiveservices/index.d.ts +2 -1
- package/types/enums/cognitiveservices/index.js +4 -2
- package/types/enums/cognitiveservices/v20221001/index.d.ts +71 -0
- package/types/enums/cognitiveservices/v20221001/index.js +45 -0
- package/types/input.d.ts +343 -0
- package/types/input.js +19 -1
- package/types/output.d.ts +603 -0
- package/types/output.js +19 -1
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Cognitive Services account commitment plan.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getCommitmentPlan(args: GetCommitmentPlanArgs, opts?: pulumi.InvokeOptions): Promise<GetCommitmentPlanResult>;
|
|
7
|
+
export interface GetCommitmentPlanArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of Cognitive Services account.
|
|
10
|
+
*/
|
|
11
|
+
accountName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the commitmentPlan associated with the Cognitive Services Account
|
|
14
|
+
*/
|
|
15
|
+
commitmentPlanName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the resource group. The name is case insensitive.
|
|
18
|
+
*/
|
|
19
|
+
resourceGroupName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Cognitive Services account commitment plan.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetCommitmentPlanResult {
|
|
25
|
+
/**
|
|
26
|
+
* Resource Etag.
|
|
27
|
+
*/
|
|
28
|
+
readonly etag: string;
|
|
29
|
+
/**
|
|
30
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
31
|
+
*/
|
|
32
|
+
readonly id: string;
|
|
33
|
+
/**
|
|
34
|
+
* The name of the resource
|
|
35
|
+
*/
|
|
36
|
+
readonly name: string;
|
|
37
|
+
/**
|
|
38
|
+
* Properties of Cognitive Services account commitment plan.
|
|
39
|
+
*/
|
|
40
|
+
readonly properties: outputs.cognitiveservices.v20221001.CommitmentPlanPropertiesResponse;
|
|
41
|
+
/**
|
|
42
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly systemData: outputs.cognitiveservices.v20221001.SystemDataResponse;
|
|
45
|
+
/**
|
|
46
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
47
|
+
*/
|
|
48
|
+
readonly type: string;
|
|
49
|
+
}
|
|
50
|
+
export declare function getCommitmentPlanOutput(args: GetCommitmentPlanOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCommitmentPlanResult>;
|
|
51
|
+
export interface GetCommitmentPlanOutputArgs {
|
|
52
|
+
/**
|
|
53
|
+
* The name of Cognitive Services account.
|
|
54
|
+
*/
|
|
55
|
+
accountName: pulumi.Input<string>;
|
|
56
|
+
/**
|
|
57
|
+
* The name of the commitmentPlan associated with the Cognitive Services Account
|
|
58
|
+
*/
|
|
59
|
+
commitmentPlanName: pulumi.Input<string>;
|
|
60
|
+
/**
|
|
61
|
+
* The name of the resource group. The name is case insensitive.
|
|
62
|
+
*/
|
|
63
|
+
resourceGroupName: 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.getCommitmentPlanOutput = exports.getCommitmentPlan = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Cognitive Services account commitment plan.
|
|
10
|
+
*/
|
|
11
|
+
function getCommitmentPlan(args, opts) {
|
|
12
|
+
if (!opts) {
|
|
13
|
+
opts = {};
|
|
14
|
+
}
|
|
15
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
16
|
+
return pulumi.runtime.invoke("azure-native:cognitiveservices/v20221001:getCommitmentPlan", {
|
|
17
|
+
"accountName": args.accountName,
|
|
18
|
+
"commitmentPlanName": args.commitmentPlanName,
|
|
19
|
+
"resourceGroupName": args.resourceGroupName,
|
|
20
|
+
}, opts);
|
|
21
|
+
}
|
|
22
|
+
exports.getCommitmentPlan = getCommitmentPlan;
|
|
23
|
+
function getCommitmentPlanOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply(a => getCommitmentPlan(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getCommitmentPlanOutput = getCommitmentPlanOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0Q29tbWl0bWVudFBsYW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb2duaXRpdmVzZXJ2aWNlcy92MjAyMjEwMDEvZ2V0Q29tbWl0bWVudFBsYW4udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsaUJBQWlCLENBQUMsSUFBMkIsRUFBRSxJQUEyQjtJQUN0RixJQUFJLENBQUMsSUFBSSxFQUFFO1FBQ1AsSUFBSSxHQUFHLEVBQUUsQ0FBQTtLQUNaO0lBRUQsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDbkUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyw0REFBNEQsRUFBRTtRQUN2RixhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7UUFDL0Isb0JBQW9CLEVBQUUsSUFBSSxDQUFDLGtCQUFrQjtRQUM3QyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBWEQsOENBV0M7QUErQ0QsU0FBZ0IsdUJBQXVCLENBQUMsSUFBaUMsRUFBRSxJQUEyQjtJQUNsRyxPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDckUsQ0FBQztBQUZELDBEQUVDIn0=
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Cognitive Services account deployment.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getDeployment(args: GetDeploymentArgs, opts?: pulumi.InvokeOptions): Promise<GetDeploymentResult>;
|
|
7
|
+
export interface GetDeploymentArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of Cognitive Services account.
|
|
10
|
+
*/
|
|
11
|
+
accountName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the deployment associated with the Cognitive Services Account
|
|
14
|
+
*/
|
|
15
|
+
deploymentName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the resource group. The name is case insensitive.
|
|
18
|
+
*/
|
|
19
|
+
resourceGroupName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Cognitive Services account deployment.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetDeploymentResult {
|
|
25
|
+
/**
|
|
26
|
+
* Resource Etag.
|
|
27
|
+
*/
|
|
28
|
+
readonly etag: string;
|
|
29
|
+
/**
|
|
30
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
31
|
+
*/
|
|
32
|
+
readonly id: string;
|
|
33
|
+
/**
|
|
34
|
+
* The name of the resource
|
|
35
|
+
*/
|
|
36
|
+
readonly name: string;
|
|
37
|
+
/**
|
|
38
|
+
* Properties of Cognitive Services account deployment.
|
|
39
|
+
*/
|
|
40
|
+
readonly properties: outputs.cognitiveservices.v20221001.DeploymentPropertiesResponse;
|
|
41
|
+
/**
|
|
42
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
43
|
+
*/
|
|
44
|
+
readonly systemData: outputs.cognitiveservices.v20221001.SystemDataResponse;
|
|
45
|
+
/**
|
|
46
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
47
|
+
*/
|
|
48
|
+
readonly type: string;
|
|
49
|
+
}
|
|
50
|
+
export declare function getDeploymentOutput(args: GetDeploymentOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDeploymentResult>;
|
|
51
|
+
export interface GetDeploymentOutputArgs {
|
|
52
|
+
/**
|
|
53
|
+
* The name of Cognitive Services account.
|
|
54
|
+
*/
|
|
55
|
+
accountName: pulumi.Input<string>;
|
|
56
|
+
/**
|
|
57
|
+
* The name of the deployment associated with the Cognitive Services Account
|
|
58
|
+
*/
|
|
59
|
+
deploymentName: pulumi.Input<string>;
|
|
60
|
+
/**
|
|
61
|
+
* The name of the resource group. The name is case insensitive.
|
|
62
|
+
*/
|
|
63
|
+
resourceGroupName: 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.getDeploymentOutput = exports.getDeployment = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Cognitive Services account deployment.
|
|
10
|
+
*/
|
|
11
|
+
function getDeployment(args, opts) {
|
|
12
|
+
if (!opts) {
|
|
13
|
+
opts = {};
|
|
14
|
+
}
|
|
15
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
16
|
+
return pulumi.runtime.invoke("azure-native:cognitiveservices/v20221001:getDeployment", {
|
|
17
|
+
"accountName": args.accountName,
|
|
18
|
+
"deploymentName": args.deploymentName,
|
|
19
|
+
"resourceGroupName": args.resourceGroupName,
|
|
20
|
+
}, opts);
|
|
21
|
+
}
|
|
22
|
+
exports.getDeployment = getDeployment;
|
|
23
|
+
function getDeploymentOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply(a => getDeployment(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getDeploymentOutput = getDeploymentOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RGVwbG95bWVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvZ25pdGl2ZXNlcnZpY2VzL3YyMDIyMTAwMS9nZXREZXBsb3ltZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLGFBQWEsQ0FBQyxJQUF1QixFQUFFLElBQTJCO0lBQzlFLElBQUksQ0FBQyxJQUFJLEVBQUU7UUFDUCxJQUFJLEdBQUcsRUFBRSxDQUFBO0tBQ1o7SUFFRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUNuRSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLHdEQUF3RCxFQUFFO1FBQ25GLGFBQWEsRUFBRSxJQUFJLENBQUMsV0FBVztRQUMvQixnQkFBZ0IsRUFBRSxJQUFJLENBQUMsY0FBYztRQUNyQyxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBWEQsc0NBV0M7QUErQ0QsU0FBZ0IsbUJBQW1CLENBQUMsSUFBNkIsRUFBRSxJQUEyQjtJQUMxRixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsYUFBYSxDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ2pFLENBQUM7QUFGRCxrREFFQyJ9
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* The Private Endpoint Connection resource.
|
|
5
|
+
*/
|
|
6
|
+
export declare function getPrivateEndpointConnection(args: GetPrivateEndpointConnectionArgs, opts?: pulumi.InvokeOptions): Promise<GetPrivateEndpointConnectionResult>;
|
|
7
|
+
export interface GetPrivateEndpointConnectionArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of Cognitive Services account.
|
|
10
|
+
*/
|
|
11
|
+
accountName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the private endpoint connection associated with the Cognitive Services Account
|
|
14
|
+
*/
|
|
15
|
+
privateEndpointConnectionName: string;
|
|
16
|
+
/**
|
|
17
|
+
* The name of the resource group. The name is case insensitive.
|
|
18
|
+
*/
|
|
19
|
+
resourceGroupName: string;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* The Private Endpoint Connection resource.
|
|
23
|
+
*/
|
|
24
|
+
export interface GetPrivateEndpointConnectionResult {
|
|
25
|
+
/**
|
|
26
|
+
* Resource Etag.
|
|
27
|
+
*/
|
|
28
|
+
readonly etag: string;
|
|
29
|
+
/**
|
|
30
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
31
|
+
*/
|
|
32
|
+
readonly id: string;
|
|
33
|
+
/**
|
|
34
|
+
* The location of the private endpoint connection
|
|
35
|
+
*/
|
|
36
|
+
readonly location?: string;
|
|
37
|
+
/**
|
|
38
|
+
* The name of the resource
|
|
39
|
+
*/
|
|
40
|
+
readonly name: string;
|
|
41
|
+
/**
|
|
42
|
+
* Resource properties.
|
|
43
|
+
*/
|
|
44
|
+
readonly properties: outputs.cognitiveservices.v20221001.PrivateEndpointConnectionPropertiesResponse;
|
|
45
|
+
/**
|
|
46
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
47
|
+
*/
|
|
48
|
+
readonly systemData: outputs.cognitiveservices.v20221001.SystemDataResponse;
|
|
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 getPrivateEndpointConnectionOutput(args: GetPrivateEndpointConnectionOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetPrivateEndpointConnectionResult>;
|
|
55
|
+
export interface GetPrivateEndpointConnectionOutputArgs {
|
|
56
|
+
/**
|
|
57
|
+
* The name of Cognitive Services account.
|
|
58
|
+
*/
|
|
59
|
+
accountName: pulumi.Input<string>;
|
|
60
|
+
/**
|
|
61
|
+
* The name of the private endpoint connection associated with the Cognitive Services Account
|
|
62
|
+
*/
|
|
63
|
+
privateEndpointConnectionName: pulumi.Input<string>;
|
|
64
|
+
/**
|
|
65
|
+
* The name of the resource group. The name is case insensitive.
|
|
66
|
+
*/
|
|
67
|
+
resourceGroupName: pulumi.Input<string>;
|
|
68
|
+
}
|
|
@@ -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.getPrivateEndpointConnectionOutput = exports.getPrivateEndpointConnection = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The Private Endpoint Connection resource.
|
|
10
|
+
*/
|
|
11
|
+
function getPrivateEndpointConnection(args, opts) {
|
|
12
|
+
if (!opts) {
|
|
13
|
+
opts = {};
|
|
14
|
+
}
|
|
15
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
16
|
+
return pulumi.runtime.invoke("azure-native:cognitiveservices/v20221001:getPrivateEndpointConnection", {
|
|
17
|
+
"accountName": args.accountName,
|
|
18
|
+
"privateEndpointConnectionName": args.privateEndpointConnectionName,
|
|
19
|
+
"resourceGroupName": args.resourceGroupName,
|
|
20
|
+
}, opts);
|
|
21
|
+
}
|
|
22
|
+
exports.getPrivateEndpointConnection = getPrivateEndpointConnection;
|
|
23
|
+
function getPrivateEndpointConnectionOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply(a => getPrivateEndpointConnection(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.getPrivateEndpointConnectionOutput = getPrivateEndpointConnectionOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvZ25pdGl2ZXNlcnZpY2VzL3YyMDIyMTAwMS9nZXRQcml2YXRlRW5kcG9pbnRDb25uZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLDRCQUE0QixDQUFDLElBQXNDLEVBQUUsSUFBMkI7SUFDNUcsSUFBSSxDQUFDLElBQUksRUFBRTtRQUNQLElBQUksR0FBRyxFQUFFLENBQUE7S0FDWjtJQUVELElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ25FLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsdUVBQXVFLEVBQUU7UUFDbEcsYUFBYSxFQUFFLElBQUksQ0FBQyxXQUFXO1FBQy9CLCtCQUErQixFQUFFLElBQUksQ0FBQyw2QkFBNkI7UUFDbkUsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVhELG9FQVdDO0FBbURELFNBQWdCLGtDQUFrQyxDQUFDLElBQTRDLEVBQUUsSUFBMkI7SUFDeEgsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLDRCQUE0QixDQUFDLENBQUMsRUFBRSxJQUFJLENBQUMsQ0FBQyxDQUFBO0FBQ2hGLENBQUM7QUFGRCxnRkFFQyJ9
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export { AccountArgs } from "./account";
|
|
2
|
+
export declare type Account = import("./account").Account;
|
|
3
|
+
export declare const Account: typeof import("./account").Account;
|
|
4
|
+
export { CommitmentPlanArgs } from "./commitmentPlan";
|
|
5
|
+
export declare type CommitmentPlan = import("./commitmentPlan").CommitmentPlan;
|
|
6
|
+
export declare const CommitmentPlan: typeof import("./commitmentPlan").CommitmentPlan;
|
|
7
|
+
export { DeploymentArgs } from "./deployment";
|
|
8
|
+
export declare type Deployment = import("./deployment").Deployment;
|
|
9
|
+
export declare const Deployment: typeof import("./deployment").Deployment;
|
|
10
|
+
export { GetAccountArgs, GetAccountResult, GetAccountOutputArgs } from "./getAccount";
|
|
11
|
+
export declare const getAccount: typeof import("./getAccount").getAccount;
|
|
12
|
+
export declare const getAccountOutput: typeof import("./getAccount").getAccountOutput;
|
|
13
|
+
export { GetCommitmentPlanArgs, GetCommitmentPlanResult, GetCommitmentPlanOutputArgs } from "./getCommitmentPlan";
|
|
14
|
+
export declare const getCommitmentPlan: typeof import("./getCommitmentPlan").getCommitmentPlan;
|
|
15
|
+
export declare const getCommitmentPlanOutput: typeof import("./getCommitmentPlan").getCommitmentPlanOutput;
|
|
16
|
+
export { GetDeploymentArgs, GetDeploymentResult, GetDeploymentOutputArgs } from "./getDeployment";
|
|
17
|
+
export declare const getDeployment: typeof import("./getDeployment").getDeployment;
|
|
18
|
+
export declare const getDeploymentOutput: typeof import("./getDeployment").getDeploymentOutput;
|
|
19
|
+
export { GetPrivateEndpointConnectionArgs, GetPrivateEndpointConnectionResult, GetPrivateEndpointConnectionOutputArgs } from "./getPrivateEndpointConnection";
|
|
20
|
+
export declare const getPrivateEndpointConnection: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnection;
|
|
21
|
+
export declare const getPrivateEndpointConnectionOutput: typeof import("./getPrivateEndpointConnection").getPrivateEndpointConnectionOutput;
|
|
22
|
+
export { ListAccountKeysArgs, ListAccountKeysResult, ListAccountKeysOutputArgs } from "./listAccountKeys";
|
|
23
|
+
export declare const listAccountKeys: typeof import("./listAccountKeys").listAccountKeys;
|
|
24
|
+
export declare const listAccountKeysOutput: typeof import("./listAccountKeys").listAccountKeysOutput;
|
|
25
|
+
export { PrivateEndpointConnectionArgs } from "./privateEndpointConnection";
|
|
26
|
+
export declare type PrivateEndpointConnection = import("./privateEndpointConnection").PrivateEndpointConnection;
|
|
27
|
+
export declare const PrivateEndpointConnection: typeof import("./privateEndpointConnection").PrivateEndpointConnection;
|
|
28
|
+
export * from "../../types/enums/cognitiveservices/v20221001";
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
+
if (k2 === undefined) k2 = k;
|
|
6
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
+
}
|
|
10
|
+
Object.defineProperty(o, k2, desc);
|
|
11
|
+
}) : (function(o, m, k, k2) {
|
|
12
|
+
if (k2 === undefined) k2 = k;
|
|
13
|
+
o[k2] = m[k];
|
|
14
|
+
}));
|
|
15
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
exports.PrivateEndpointConnection = exports.listAccountKeysOutput = exports.listAccountKeys = exports.getPrivateEndpointConnectionOutput = exports.getPrivateEndpointConnection = exports.getDeploymentOutput = exports.getDeployment = exports.getCommitmentPlanOutput = exports.getCommitmentPlan = exports.getAccountOutput = exports.getAccount = exports.Deployment = exports.CommitmentPlan = exports.Account = void 0;
|
|
20
|
+
const pulumi = require("@pulumi/pulumi");
|
|
21
|
+
const utilities = require("../../utilities");
|
|
22
|
+
exports.Account = null;
|
|
23
|
+
exports.CommitmentPlan = null;
|
|
24
|
+
exports.Deployment = null;
|
|
25
|
+
exports.getAccount = null;
|
|
26
|
+
exports.getAccountOutput = null;
|
|
27
|
+
exports.getCommitmentPlan = null;
|
|
28
|
+
exports.getCommitmentPlanOutput = null;
|
|
29
|
+
exports.getDeployment = null;
|
|
30
|
+
exports.getDeploymentOutput = null;
|
|
31
|
+
exports.getPrivateEndpointConnection = null;
|
|
32
|
+
exports.getPrivateEndpointConnectionOutput = null;
|
|
33
|
+
exports.listAccountKeys = null;
|
|
34
|
+
exports.listAccountKeysOutput = null;
|
|
35
|
+
exports.PrivateEndpointConnection = null;
|
|
36
|
+
utilities.lazyLoad(exports, ["Account"], () => require("./account"));
|
|
37
|
+
utilities.lazyLoad(exports, ["CommitmentPlan"], () => require("./commitmentPlan"));
|
|
38
|
+
utilities.lazyLoad(exports, ["Deployment"], () => require("./deployment"));
|
|
39
|
+
utilities.lazyLoad(exports, ["getAccount", "getAccountOutput"], () => require("./getAccount"));
|
|
40
|
+
utilities.lazyLoad(exports, ["getCommitmentPlan", "getCommitmentPlanOutput"], () => require("./getCommitmentPlan"));
|
|
41
|
+
utilities.lazyLoad(exports, ["getDeployment", "getDeploymentOutput"], () => require("./getDeployment"));
|
|
42
|
+
utilities.lazyLoad(exports, ["getPrivateEndpointConnection", "getPrivateEndpointConnectionOutput"], () => require("./getPrivateEndpointConnection"));
|
|
43
|
+
utilities.lazyLoad(exports, ["listAccountKeys", "listAccountKeysOutput"], () => require("./listAccountKeys"));
|
|
44
|
+
utilities.lazyLoad(exports, ["PrivateEndpointConnection"], () => require("./privateEndpointConnection"));
|
|
45
|
+
// Export enums:
|
|
46
|
+
__exportStar(require("../../types/enums/cognitiveservices/v20221001"), exports);
|
|
47
|
+
const _module = {
|
|
48
|
+
version: utilities.getVersion(),
|
|
49
|
+
construct: (name, type, urn) => {
|
|
50
|
+
switch (type) {
|
|
51
|
+
case "azure-native:cognitiveservices/v20221001:Account":
|
|
52
|
+
return new exports.Account(name, undefined, { urn });
|
|
53
|
+
case "azure-native:cognitiveservices/v20221001:CommitmentPlan":
|
|
54
|
+
return new exports.CommitmentPlan(name, undefined, { urn });
|
|
55
|
+
case "azure-native:cognitiveservices/v20221001:Deployment":
|
|
56
|
+
return new exports.Deployment(name, undefined, { urn });
|
|
57
|
+
case "azure-native:cognitiveservices/v20221001:PrivateEndpointConnection":
|
|
58
|
+
return new exports.PrivateEndpointConnection(name, undefined, { urn });
|
|
59
|
+
default:
|
|
60
|
+
throw new Error(`unknown resource type ${type}`);
|
|
61
|
+
}
|
|
62
|
+
},
|
|
63
|
+
};
|
|
64
|
+
pulumi.runtime.registerResourceModule("azure-native", "cognitiveservices/v20221001", _module);
|
|
65
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb2duaXRpdmVzZXJ2aWNlcy92MjAyMjEwMDEvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHdFQUF3RTtBQUN4RSxpRkFBaUY7Ozs7Ozs7Ozs7Ozs7Ozs7O0FBRWpGLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFLaEMsUUFBQSxPQUFPLEdBQXVDLElBQVcsQ0FBQztBQUkxRCxRQUFBLGNBQWMsR0FBcUQsSUFBVyxDQUFDO0FBSS9FLFFBQUEsVUFBVSxHQUE2QyxJQUFXLENBQUM7QUFHbkUsUUFBQSxVQUFVLEdBQTZDLElBQVcsQ0FBQztBQUNuRSxRQUFBLGdCQUFnQixHQUFtRCxJQUFXLENBQUM7QUFHL0UsUUFBQSxpQkFBaUIsR0FBMkQsSUFBVyxDQUFDO0FBQ3hGLFFBQUEsdUJBQXVCLEdBQWlFLElBQVcsQ0FBQztBQUdwRyxRQUFBLGFBQWEsR0FBbUQsSUFBVyxDQUFDO0FBQzVFLFFBQUEsbUJBQW1CLEdBQXlELElBQVcsQ0FBQztBQUd4RixRQUFBLDRCQUE0QixHQUFpRixJQUFXLENBQUM7QUFDekgsUUFBQSxrQ0FBa0MsR0FBdUYsSUFBVyxDQUFDO0FBR3JJLFFBQUEsZUFBZSxHQUF1RCxJQUFXLENBQUM7QUFDbEYsUUFBQSxxQkFBcUIsR0FBNkQsSUFBVyxDQUFDO0FBSTlGLFFBQUEseUJBQXlCLEdBQTJFLElBQVcsQ0FBQztBQUU3SCxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLFNBQVMsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDO0FBQ3JFLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsZ0JBQWdCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsa0JBQWtCLENBQUMsQ0FBQyxDQUFDO0FBQ25GLFNBQVMsQ0FBQyxRQUFRLENBQUMsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLGNBQWMsQ0FBQyxDQUFDLENBQUM7QUFDM0UsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUMsa0JBQWtCLENBQUMsRUFBRSxHQUFHLEVBQUUsQ0FBQyxPQUFPLENBQUMsY0FBYyxDQUFDLENBQUMsQ0FBQztBQUM5RixTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLG1CQUFtQixFQUFDLHlCQUF5QixDQUFDLEVBQUUsR0FBRyxFQUFFLENBQUMsT0FBTyxDQUFDLHFCQUFxQixDQUFDLENBQUMsQ0FBQztBQUNuSCxTQUFTLENBQUMsUUFBUSxDQUFDLE9BQU8sRUFBRSxDQUFDLGVBQWUsRUFBQyxxQkFBcUIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUM7QUFDdkcsU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyw4QkFBOEIsRUFBQyxvQ0FBb0MsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxnQ0FBZ0MsQ0FBQyxDQUFDLENBQUM7QUFDcEosU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQyxpQkFBaUIsRUFBQyx1QkFBdUIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDLENBQUM7QUFDN0csU0FBUyxDQUFDLFFBQVEsQ0FBQyxPQUFPLEVBQUUsQ0FBQywyQkFBMkIsQ0FBQyxFQUFFLEdBQUcsRUFBRSxDQUFDLE9BQU8sQ0FBQyw2QkFBNkIsQ0FBQyxDQUFDLENBQUM7QUFFekcsZ0JBQWdCO0FBQ2hCLGdGQUE4RDtBQUU5RCxNQUFNLE9BQU8sR0FBRztJQUNaLE9BQU8sRUFBRSxTQUFTLENBQUMsVUFBVSxFQUFFO0lBQy9CLFNBQVMsRUFBRSxDQUFDLElBQVksRUFBRSxJQUFZLEVBQUUsR0FBVyxFQUFtQixFQUFFO1FBQ3BFLFFBQVEsSUFBSSxFQUFFO1lBQ1YsS0FBSyxrREFBa0Q7Z0JBQ25ELE9BQU8sSUFBSSxlQUFPLENBQUMsSUFBSSxFQUFPLFNBQVMsRUFBRSxFQUFFLEdBQUcsRUFBRSxDQUFDLENBQUE7WUFDckQsS0FBSyx5REFBeUQ7Z0JBQzFELE9BQU8sSUFBSSxzQkFBYyxDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQzVELEtBQUsscURBQXFEO2dCQUN0RCxPQUFPLElBQUksa0JBQVUsQ0FBQyxJQUFJLEVBQU8sU0FBUyxFQUFFLEVBQUUsR0FBRyxFQUFFLENBQUMsQ0FBQTtZQUN4RCxLQUFLLG9FQUFvRTtnQkFDckUsT0FBTyxJQUFJLGlDQUF5QixDQUFDLElBQUksRUFBTyxTQUFTLEVBQUUsRUFBRSxHQUFHLEVBQUUsQ0FBQyxDQUFBO1lBQ3ZFO2dCQUNJLE1BQU0sSUFBSSxLQUFLLENBQUMseUJBQXlCLElBQUksRUFBRSxDQUFDLENBQUM7U0FDeEQ7SUFDTCxDQUFDO0NBQ0osQ0FBQztBQUNGLE1BQU0sQ0FBQyxPQUFPLENBQUMsc0JBQXNCLENBQUMsY0FBYyxFQUFFLDZCQUE2QixFQUFFLE9BQU8sQ0FBQyxDQUFBIn0=
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The access keys for the cognitive services account.
|
|
4
|
+
*/
|
|
5
|
+
export declare function listAccountKeys(args: ListAccountKeysArgs, opts?: pulumi.InvokeOptions): Promise<ListAccountKeysResult>;
|
|
6
|
+
export interface ListAccountKeysArgs {
|
|
7
|
+
/**
|
|
8
|
+
* The name of Cognitive Services account.
|
|
9
|
+
*/
|
|
10
|
+
accountName: string;
|
|
11
|
+
/**
|
|
12
|
+
* The name of the resource group. The name is case insensitive.
|
|
13
|
+
*/
|
|
14
|
+
resourceGroupName: string;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* The access keys for the cognitive services account.
|
|
18
|
+
*/
|
|
19
|
+
export interface ListAccountKeysResult {
|
|
20
|
+
/**
|
|
21
|
+
* Gets the value of key 1.
|
|
22
|
+
*/
|
|
23
|
+
readonly key1?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Gets the value of key 2.
|
|
26
|
+
*/
|
|
27
|
+
readonly key2?: string;
|
|
28
|
+
}
|
|
29
|
+
export declare function listAccountKeysOutput(args: ListAccountKeysOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<ListAccountKeysResult>;
|
|
30
|
+
export interface ListAccountKeysOutputArgs {
|
|
31
|
+
/**
|
|
32
|
+
* The name of Cognitive Services account.
|
|
33
|
+
*/
|
|
34
|
+
accountName: pulumi.Input<string>;
|
|
35
|
+
/**
|
|
36
|
+
* The name of the resource group. The name is case insensitive.
|
|
37
|
+
*/
|
|
38
|
+
resourceGroupName: pulumi.Input<string>;
|
|
39
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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.listAccountKeysOutput = exports.listAccountKeys = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The access keys for the cognitive services account.
|
|
10
|
+
*/
|
|
11
|
+
function listAccountKeys(args, opts) {
|
|
12
|
+
if (!opts) {
|
|
13
|
+
opts = {};
|
|
14
|
+
}
|
|
15
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
16
|
+
return pulumi.runtime.invoke("azure-native:cognitiveservices/v20221001:listAccountKeys", {
|
|
17
|
+
"accountName": args.accountName,
|
|
18
|
+
"resourceGroupName": args.resourceGroupName,
|
|
19
|
+
}, opts);
|
|
20
|
+
}
|
|
21
|
+
exports.listAccountKeys = listAccountKeys;
|
|
22
|
+
function listAccountKeysOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply(a => listAccountKeys(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.listAccountKeysOutput = listAccountKeysOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdEFjY291bnRLZXlzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vY29nbml0aXZlc2VydmljZXMvdjIwMjIxMDAxL2xpc3RBY2NvdW50S2V5cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsd0VBQXdFO0FBQ3hFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUN6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxTQUFnQixlQUFlLENBQUMsSUFBeUIsRUFBRSxJQUEyQjtJQUNsRixJQUFJLENBQUMsSUFBSSxFQUFFO1FBQ1AsSUFBSSxHQUFHLEVBQUUsQ0FBQTtLQUNaO0lBRUQsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDbkUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQywwREFBMEQsRUFBRTtRQUNyRixhQUFhLEVBQUUsSUFBSSxDQUFDLFdBQVc7UUFDL0IsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtLQUM5QyxFQUFFLElBQUksQ0FBQyxDQUFDO0FBQ2IsQ0FBQztBQVZELDBDQVVDO0FBMkJELFNBQWdCLHFCQUFxQixDQUFDLElBQStCLEVBQUUsSUFBMkI7SUFDOUYsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLGVBQWUsQ0FBQyxDQUFDLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQTtBQUNuRSxDQUFDO0FBRkQsc0RBRUMifQ==
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* The Private Endpoint Connection resource.
|
|
6
|
+
*/
|
|
7
|
+
export declare class PrivateEndpointConnection extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing PrivateEndpointConnection 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): PrivateEndpointConnection;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of PrivateEndpointConnection. 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 PrivateEndpointConnection;
|
|
22
|
+
/**
|
|
23
|
+
* Resource Etag.
|
|
24
|
+
*/
|
|
25
|
+
readonly etag: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* The location of the private endpoint connection
|
|
28
|
+
*/
|
|
29
|
+
readonly location: pulumi.Output<string | undefined>;
|
|
30
|
+
/**
|
|
31
|
+
* The name of the resource
|
|
32
|
+
*/
|
|
33
|
+
readonly name: pulumi.Output<string>;
|
|
34
|
+
/**
|
|
35
|
+
* Resource properties.
|
|
36
|
+
*/
|
|
37
|
+
readonly properties: pulumi.Output<outputs.cognitiveservices.v20221001.PrivateEndpointConnectionPropertiesResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Metadata pertaining to creation and last modification of the resource.
|
|
40
|
+
*/
|
|
41
|
+
readonly systemData: pulumi.Output<outputs.cognitiveservices.v20221001.SystemDataResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
44
|
+
*/
|
|
45
|
+
readonly type: pulumi.Output<string>;
|
|
46
|
+
/**
|
|
47
|
+
* Create a PrivateEndpointConnection resource with the given unique name, arguments, and options.
|
|
48
|
+
*
|
|
49
|
+
* @param name The _unique_ name of the resource.
|
|
50
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
51
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
52
|
+
*/
|
|
53
|
+
constructor(name: string, args: PrivateEndpointConnectionArgs, opts?: pulumi.CustomResourceOptions);
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* The set of arguments for constructing a PrivateEndpointConnection resource.
|
|
57
|
+
*/
|
|
58
|
+
export interface PrivateEndpointConnectionArgs {
|
|
59
|
+
/**
|
|
60
|
+
* The name of Cognitive Services account.
|
|
61
|
+
*/
|
|
62
|
+
accountName: pulumi.Input<string>;
|
|
63
|
+
/**
|
|
64
|
+
* The location of the private endpoint connection
|
|
65
|
+
*/
|
|
66
|
+
location?: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The name of the private endpoint connection associated with the Cognitive Services Account
|
|
69
|
+
*/
|
|
70
|
+
privateEndpointConnectionName?: pulumi.Input<string>;
|
|
71
|
+
/**
|
|
72
|
+
* Resource properties.
|
|
73
|
+
*/
|
|
74
|
+
properties?: pulumi.Input<inputs.cognitiveservices.v20221001.PrivateEndpointConnectionPropertiesArgs>;
|
|
75
|
+
/**
|
|
76
|
+
* The name of the resource group. The name is case insensitive.
|
|
77
|
+
*/
|
|
78
|
+
resourceGroupName: pulumi.Input<string>;
|
|
79
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by the Pulumi SDK Generator. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.PrivateEndpointConnection = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The Private Endpoint Connection resource.
|
|
10
|
+
*/
|
|
11
|
+
class PrivateEndpointConnection extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Create a PrivateEndpointConnection resource with the given unique name, arguments, and options.
|
|
14
|
+
*
|
|
15
|
+
* @param name The _unique_ name of the resource.
|
|
16
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
17
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
18
|
+
*/
|
|
19
|
+
constructor(name, args, opts) {
|
|
20
|
+
let resourceInputs = {};
|
|
21
|
+
opts = opts || {};
|
|
22
|
+
if (!opts.id) {
|
|
23
|
+
if ((!args || args.accountName === undefined) && !opts.urn) {
|
|
24
|
+
throw new Error("Missing required property 'accountName'");
|
|
25
|
+
}
|
|
26
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
27
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
28
|
+
}
|
|
29
|
+
resourceInputs["accountName"] = args ? args.accountName : undefined;
|
|
30
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
31
|
+
resourceInputs["privateEndpointConnectionName"] = args ? args.privateEndpointConnectionName : undefined;
|
|
32
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
33
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
34
|
+
resourceInputs["etag"] = undefined /*out*/;
|
|
35
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
36
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
37
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
38
|
+
}
|
|
39
|
+
else {
|
|
40
|
+
resourceInputs["etag"] = undefined /*out*/;
|
|
41
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
42
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
43
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
44
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
45
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
46
|
+
}
|
|
47
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
48
|
+
const aliasOpts = { aliases: [{ type: "azure-native:cognitiveservices:PrivateEndpointConnection" }, { type: "azure-native:cognitiveservices/v20170418:PrivateEndpointConnection" }, { type: "azure-native:cognitiveservices/v20210430:PrivateEndpointConnection" }, { type: "azure-native:cognitiveservices/v20211001:PrivateEndpointConnection" }, { type: "azure-native:cognitiveservices/v20220301:PrivateEndpointConnection" }] };
|
|
49
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
50
|
+
super(PrivateEndpointConnection.__pulumiType, name, resourceInputs, opts);
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Get an existing PrivateEndpointConnection resource's state with the given name, ID, and optional extra
|
|
54
|
+
* properties used to qualify the lookup.
|
|
55
|
+
*
|
|
56
|
+
* @param name The _unique_ name of the resulting resource.
|
|
57
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
58
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
59
|
+
*/
|
|
60
|
+
static get(name, id, opts) {
|
|
61
|
+
return new PrivateEndpointConnection(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Returns true if the given object is an instance of PrivateEndpointConnection. This is designed to work even
|
|
65
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
66
|
+
*/
|
|
67
|
+
static isInstance(obj) {
|
|
68
|
+
if (obj === undefined || obj === null) {
|
|
69
|
+
return false;
|
|
70
|
+
}
|
|
71
|
+
return obj['__pulumiType'] === PrivateEndpointConnection.__pulumiType;
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
exports.PrivateEndpointConnection = PrivateEndpointConnection;
|
|
75
|
+
/** @internal */
|
|
76
|
+
PrivateEndpointConnection.__pulumiType = 'azure-native:cognitiveservices/v20221001:PrivateEndpointConnection';
|
|
77
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2NvZ25pdGl2ZXNlcnZpY2VzL3YyMDIyMTAwMS9wcml2YXRlRW5kcG9pbnRDb25uZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSx3RUFBd0U7QUFDeEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEseUJBQTBCLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFvRGhFOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQW1DLEVBQUUsSUFBbUM7UUFDOUYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsV0FBVyxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDeEQsTUFBTSxJQUFJLEtBQUssQ0FBQyx5Q0FBeUMsQ0FBQyxDQUFDO2FBQzlEO1lBQ0QsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzthQUNwRTtZQUNELGNBQWMsQ0FBQyxhQUFhLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxXQUFXLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNwRSxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDOUQsY0FBYyxDQUFDLCtCQUErQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsNkJBQTZCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUN4RyxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDbEUsY0FBYyxDQUFDLG1CQUFtQixDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsaUJBQWlCLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNoRixjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNqRCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztTQUM5QzthQUFNO1lBQ0gsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDL0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLDBEQUEwRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsb0VBQW9FLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxvRUFBb0UsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLG9FQUFvRSxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsb0VBQW9FLEVBQUUsQ0FBQyxFQUFFLENBQUM7UUFDdGEsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsSUFBSSxFQUFFLFNBQVMsQ0FBQyxDQUFDO1FBQzVDLEtBQUssQ0FBQyx5QkFBeUIsQ0FBQyxZQUFZLEVBQUUsSUFBSSxFQUFFLGNBQWMsRUFBRSxJQUFJLENBQUMsQ0FBQztJQUM5RSxDQUFDO0lBekZEOzs7Ozs7O09BT0c7SUFDSSxNQUFNLENBQUMsR0FBRyxDQUFDLElBQVksRUFBRSxFQUEyQixFQUFFLElBQW1DO1FBQzVGLE9BQU8sSUFBSSx5QkFBeUIsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUN0RixDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUsseUJBQXlCLENBQUMsWUFBWSxDQUFDO0lBQzFFLENBQUM7O0FBekJMLDhEQTJGQztBQTlFRyxnQkFBZ0I7QUFDTyxzQ0FBWSxHQUFHLG9FQUFvRSxDQUFDIn0=
|
|
@@ -19,6 +19,10 @@ export declare class ExpressRouteGateway extends pulumi.CustomResource {
|
|
|
19
19
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
20
|
*/
|
|
21
21
|
static isInstance(obj: any): obj is ExpressRouteGateway;
|
|
22
|
+
/**
|
|
23
|
+
* Configures this gateway to accept traffic from non Virtual WAN networks.
|
|
24
|
+
*/
|
|
25
|
+
readonly allowNonVirtualWanTraffic: pulumi.Output<boolean | undefined>;
|
|
22
26
|
/**
|
|
23
27
|
* Configuration for auto scaling.
|
|
24
28
|
*/
|
|
@@ -70,6 +74,10 @@ export declare class ExpressRouteGateway extends pulumi.CustomResource {
|
|
|
70
74
|
* The set of arguments for constructing a ExpressRouteGateway resource.
|
|
71
75
|
*/
|
|
72
76
|
export interface ExpressRouteGatewayArgs {
|
|
77
|
+
/**
|
|
78
|
+
* Configures this gateway to accept traffic from non Virtual WAN networks.
|
|
79
|
+
*/
|
|
80
|
+
allowNonVirtualWanTraffic?: pulumi.Input<boolean>;
|
|
73
81
|
/**
|
|
74
82
|
* Configuration for auto scaling.
|
|
75
83
|
*/
|