@pulumi/azure-native 2.1.0 → 2.1.1-alpha.1689851370
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/devices/certificate.d.ts +1 -1
- package/devices/certificate.js +1 -1
- package/devices/getCertificate.d.ts +2 -2
- package/devices/getCertificate.js +2 -2
- package/devices/getIotHubResource.d.ts +2 -2
- package/devices/getIotHubResource.js +2 -2
- package/devices/getIotHubResourceEventHubConsumerGroup.d.ts +2 -2
- package/devices/getIotHubResourceEventHubConsumerGroup.js +2 -2
- package/devices/getPrivateEndpointConnection.d.ts +2 -2
- package/devices/getPrivateEndpointConnection.js +2 -2
- package/devices/index.d.ts +2 -1
- package/devices/index.js +4 -2
- package/devices/iotHubResource.d.ts +1 -1
- package/devices/iotHubResource.js +1 -1
- package/devices/iotHubResourceEventHubConsumerGroup.d.ts +1 -1
- package/devices/iotHubResourceEventHubConsumerGroup.js +1 -1
- package/devices/listIotHubResourceKeys.d.ts +2 -2
- package/devices/listIotHubResourceKeys.js +2 -2
- package/devices/listIotHubResourceKeysForKeyName.d.ts +2 -2
- package/devices/listIotHubResourceKeysForKeyName.js +2 -2
- package/devices/privateEndpointConnection.d.ts +1 -1
- package/devices/privateEndpointConnection.js +1 -1
- package/devices/v20220430preview/certificate.d.ts +67 -0
- package/devices/v20220430preview/certificate.js +73 -0
- package/devices/v20220430preview/getCertificate.d.ts +63 -0
- package/devices/v20220430preview/getCertificate.js +27 -0
- package/devices/v20220430preview/getIotHubResource.d.ts +77 -0
- package/devices/v20220430preview/getIotHubResource.js +26 -0
- package/devices/v20220430preview/getIotHubResourceEventHubConsumerGroup.d.ts +70 -0
- package/devices/v20220430preview/getIotHubResourceEventHubConsumerGroup.js +28 -0
- package/devices/v20220430preview/getPrivateEndpointConnection.d.ts +59 -0
- package/devices/v20220430preview/getPrivateEndpointConnection.js +27 -0
- package/devices/v20220430preview/index.d.ts +31 -0
- package/devices/v20220430preview/index.js +68 -0
- package/devices/v20220430preview/iotHubResource.d.ts +103 -0
- package/devices/v20220430preview/iotHubResource.js +83 -0
- package/devices/v20220430preview/iotHubResourceEventHubConsumerGroup.d.ts +70 -0
- package/devices/v20220430preview/iotHubResourceEventHubConsumerGroup.js +79 -0
- package/devices/v20220430preview/listIotHubResourceKeys.d.ts +43 -0
- package/devices/v20220430preview/listIotHubResourceKeys.js +26 -0
- package/devices/v20220430preview/listIotHubResourceKeysForKeyName.d.ts +58 -0
- package/devices/v20220430preview/listIotHubResourceKeysForKeyName.js +27 -0
- package/devices/v20220430preview/privateEndpointConnection.d.ts +63 -0
- package/devices/v20220430preview/privateEndpointConnection.js +74 -0
- package/network/getDnsResourceReferenceByTarResources.d.ts +2 -2
- package/network/getDnsResourceReferenceByTarResources.js +2 -2
- package/network/getRecordSet.d.ts +4 -16
- package/network/getRecordSet.js +3 -3
- package/network/getZone.d.ts +4 -12
- package/network/getZone.js +3 -3
- package/network/index.d.ts +0 -6
- package/network/index.js +10 -17
- package/network/recordSet.d.ts +3 -27
- package/network/recordSet.js +2 -8
- package/network/v20180501/getRecordSet.d.ts +129 -0
- package/network/v20180501/getRecordSet.js +28 -0
- package/network/v20180501/getZone.d.ts +89 -0
- package/network/v20180501/getZone.js +26 -0
- package/network/v20180501/index.d.ts +13 -0
- package/network/v20180501/index.js +43 -2
- package/network/v20180501/recordSet.d.ts +179 -0
- package/network/v20180501/recordSet.js +105 -0
- package/network/v20180501/zone.d.ts +116 -0
- package/network/v20180501/zone.js +86 -0
- package/network/v20230701preview/dnssecConfig.js +1 -3
- package/network/zone.d.ts +2 -10
- package/network/zone.js +2 -6
- package/package.json +2 -2
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/devices/index.d.ts +2 -10
- package/types/enums/devices/index.js +4 -7
- package/types/enums/devices/v20220430preview/index.d.ts +115 -0
- package/types/enums/devices/v20220430preview/index.js +77 -0
- package/types/enums/network/index.d.ts +2 -1
- package/types/enums/network/index.js +8 -6
- package/types/enums/network/v20180501/index.d.ts +8 -0
- package/types/enums/network/v20180501/index.js +10 -0
- package/types/input.d.ts +896 -84
- package/types/input.js +27 -1
- package/types/output.d.ts +1331 -437
- package/types/output.js +27 -1
- package/network/dnssecConfig.d.ts +0 -67
- package/network/dnssecConfig.js +0 -77
- package/network/getDnssecConfig.d.ts +0 -65
- package/network/getDnssecConfig.js +0 -28
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
/**
|
|
4
|
+
* The properties of the EventHubConsumerGroupInfo object.
|
|
5
|
+
*/
|
|
6
|
+
export declare class IotHubResourceEventHubConsumerGroup extends pulumi.CustomResource {
|
|
7
|
+
/**
|
|
8
|
+
* Get an existing IotHubResourceEventHubConsumerGroup resource's state with the given name, ID, and optional extra
|
|
9
|
+
* properties used to qualify the lookup.
|
|
10
|
+
*
|
|
11
|
+
* @param name The _unique_ name of the resulting resource.
|
|
12
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
13
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
14
|
+
*/
|
|
15
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): IotHubResourceEventHubConsumerGroup;
|
|
16
|
+
/**
|
|
17
|
+
* Returns true if the given object is an instance of IotHubResourceEventHubConsumerGroup. This is designed to work even
|
|
18
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
19
|
+
*/
|
|
20
|
+
static isInstance(obj: any): obj is IotHubResourceEventHubConsumerGroup;
|
|
21
|
+
/**
|
|
22
|
+
* The etag.
|
|
23
|
+
*/
|
|
24
|
+
readonly etag: pulumi.Output<string>;
|
|
25
|
+
/**
|
|
26
|
+
* The Event Hub-compatible consumer group name.
|
|
27
|
+
*/
|
|
28
|
+
readonly name: pulumi.Output<string>;
|
|
29
|
+
/**
|
|
30
|
+
* The tags.
|
|
31
|
+
*/
|
|
32
|
+
readonly properties: pulumi.Output<any>;
|
|
33
|
+
/**
|
|
34
|
+
* the resource type.
|
|
35
|
+
*/
|
|
36
|
+
readonly type: pulumi.Output<string>;
|
|
37
|
+
/**
|
|
38
|
+
* Create a IotHubResourceEventHubConsumerGroup resource with the given unique name, arguments, and options.
|
|
39
|
+
*
|
|
40
|
+
* @param name The _unique_ name of the resource.
|
|
41
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
42
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
43
|
+
*/
|
|
44
|
+
constructor(name: string, args: IotHubResourceEventHubConsumerGroupArgs, opts?: pulumi.CustomResourceOptions);
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* The set of arguments for constructing a IotHubResourceEventHubConsumerGroup resource.
|
|
48
|
+
*/
|
|
49
|
+
export interface IotHubResourceEventHubConsumerGroupArgs {
|
|
50
|
+
/**
|
|
51
|
+
* The name of the Event Hub-compatible endpoint in the IoT hub.
|
|
52
|
+
*/
|
|
53
|
+
eventHubEndpointName: pulumi.Input<string>;
|
|
54
|
+
/**
|
|
55
|
+
* The name of the consumer group to add.
|
|
56
|
+
*/
|
|
57
|
+
name?: pulumi.Input<string>;
|
|
58
|
+
/**
|
|
59
|
+
* The EventHub consumer group name.
|
|
60
|
+
*/
|
|
61
|
+
properties: pulumi.Input<inputs.devices.v20220430preview.EventHubConsumerGroupNameArgs>;
|
|
62
|
+
/**
|
|
63
|
+
* The name of the resource group that contains the IoT hub.
|
|
64
|
+
*/
|
|
65
|
+
resourceGroupName: pulumi.Input<string>;
|
|
66
|
+
/**
|
|
67
|
+
* The name of the IoT hub.
|
|
68
|
+
*/
|
|
69
|
+
resourceName: pulumi.Input<string>;
|
|
70
|
+
}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
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.IotHubResourceEventHubConsumerGroup = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The properties of the EventHubConsumerGroupInfo object.
|
|
10
|
+
*/
|
|
11
|
+
class IotHubResourceEventHubConsumerGroup extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing IotHubResourceEventHubConsumerGroup resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new IotHubResourceEventHubConsumerGroup(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of IotHubResourceEventHubConsumerGroup. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === IotHubResourceEventHubConsumerGroup.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a IotHubResourceEventHubConsumerGroup resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.eventHubEndpointName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'eventHubEndpointName'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.properties === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'properties'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
52
|
+
}
|
|
53
|
+
if ((!args || args.resourceName === undefined) && !opts.urn) {
|
|
54
|
+
throw new Error("Missing required property 'resourceName'");
|
|
55
|
+
}
|
|
56
|
+
resourceInputs["eventHubEndpointName"] = args ? args.eventHubEndpointName : undefined;
|
|
57
|
+
resourceInputs["name"] = args ? args.name : undefined;
|
|
58
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
59
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
60
|
+
resourceInputs["resourceName"] = args ? args.resourceName : undefined;
|
|
61
|
+
resourceInputs["etag"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
63
|
+
}
|
|
64
|
+
else {
|
|
65
|
+
resourceInputs["etag"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
69
|
+
}
|
|
70
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
71
|
+
const aliasOpts = { aliases: [{ type: "azure-native:devices:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20160203:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20170119:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20170701:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20180122:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20180401:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20181201preview:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20190322:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20190322preview:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20190701preview:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20191104:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20200301:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20200401:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20200615:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20200710preview:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20200801:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20200831:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20200831preview:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20210201preview:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20210303preview:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20210331:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20210701:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20210701preview:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20210702:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20210702preview:IotHubResourceEventHubConsumerGroup" }, { type: "azure-native:devices/v20221115preview:IotHubResourceEventHubConsumerGroup" }] };
|
|
72
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
73
|
+
super(IotHubResourceEventHubConsumerGroup.__pulumiType, name, resourceInputs, opts);
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
exports.IotHubResourceEventHubConsumerGroup = IotHubResourceEventHubConsumerGroup;
|
|
77
|
+
/** @internal */
|
|
78
|
+
IotHubResourceEventHubConsumerGroup.__pulumiType = 'azure-native:devices/v20220430preview:IotHubResourceEventHubConsumerGroup';
|
|
79
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW90SHViUmVzb3VyY2VFdmVudEh1YkNvbnN1bWVyR3JvdXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9kZXZpY2VzL3YyMDIyMDQzMHByZXZpZXcvaW90SHViUmVzb3VyY2VFdmVudEh1YkNvbnN1bWVyR3JvdXAudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxtQ0FBb0MsU0FBUSxNQUFNLENBQUMsY0FBYztJQUMxRTs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksbUNBQW1DLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDaEcsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLG1DQUFtQyxDQUFDLFlBQVksQ0FBQztJQUNwRixDQUFDO0lBbUJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQTZDLEVBQUUsSUFBbUM7UUFDeEcsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsb0JBQW9CLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUNqRSxN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
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
/**
|
|
4
|
+
* Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
|
|
5
|
+
*/
|
|
6
|
+
export declare function listIotHubResourceKeys(args: ListIotHubResourceKeysArgs, opts?: pulumi.InvokeOptions): Promise<ListIotHubResourceKeysResult>;
|
|
7
|
+
export interface ListIotHubResourceKeysArgs {
|
|
8
|
+
/**
|
|
9
|
+
* The name of the resource group that contains the IoT hub.
|
|
10
|
+
*/
|
|
11
|
+
resourceGroupName: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name of the IoT hub.
|
|
14
|
+
*/
|
|
15
|
+
resourceName: string;
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* The list of shared access policies with a next link.
|
|
19
|
+
*/
|
|
20
|
+
export interface ListIotHubResourceKeysResult {
|
|
21
|
+
/**
|
|
22
|
+
* The next link.
|
|
23
|
+
*/
|
|
24
|
+
readonly nextLink: string;
|
|
25
|
+
/**
|
|
26
|
+
* The list of shared access policies.
|
|
27
|
+
*/
|
|
28
|
+
readonly value?: outputs.devices.v20220430preview.SharedAccessSignatureAuthorizationRuleResponse[];
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
|
|
32
|
+
*/
|
|
33
|
+
export declare function listIotHubResourceKeysOutput(args: ListIotHubResourceKeysOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<ListIotHubResourceKeysResult>;
|
|
34
|
+
export interface ListIotHubResourceKeysOutputArgs {
|
|
35
|
+
/**
|
|
36
|
+
* The name of the resource group that contains the IoT hub.
|
|
37
|
+
*/
|
|
38
|
+
resourceGroupName: pulumi.Input<string>;
|
|
39
|
+
/**
|
|
40
|
+
* The name of the IoT hub.
|
|
41
|
+
*/
|
|
42
|
+
resourceName: pulumi.Input<string>;
|
|
43
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
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.listIotHubResourceKeysOutput = exports.listIotHubResourceKeys = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
|
|
10
|
+
*/
|
|
11
|
+
function listIotHubResourceKeys(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:devices/v20220430preview:listIotHubResourceKeys", {
|
|
14
|
+
"resourceGroupName": args.resourceGroupName,
|
|
15
|
+
"resourceName": args.resourceName,
|
|
16
|
+
}, opts);
|
|
17
|
+
}
|
|
18
|
+
exports.listIotHubResourceKeys = listIotHubResourceKeys;
|
|
19
|
+
/**
|
|
20
|
+
* Get the security metadata for an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
|
|
21
|
+
*/
|
|
22
|
+
function listIotHubResourceKeysOutput(args, opts) {
|
|
23
|
+
return pulumi.output(args).apply((a) => listIotHubResourceKeys(a, opts));
|
|
24
|
+
}
|
|
25
|
+
exports.listIotHubResourceKeysOutput = listIotHubResourceKeysOutput;
|
|
26
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdElvdEh1YlJlc291cmNlS2V5cy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2RldmljZXMvdjIwMjIwNDMwcHJldmlldy9saXN0SW90SHViUmVzb3VyY2VLZXlzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILFNBQWdCLHNCQUFzQixDQUFDLElBQWdDLEVBQUUsSUFBMkI7SUFFaEcsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsOERBQThELEVBQUU7UUFDekYsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxjQUFjLEVBQUUsSUFBSSxDQUFDLFlBQVk7S0FDcEMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFQRCx3REFPQztBQTBCRDs7R0FFRztBQUNILFNBQWdCLDRCQUE0QixDQUFDLElBQXNDLEVBQUUsSUFBMkI7SUFDNUcsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsc0JBQXNCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDakYsQ0FBQztBQUZELG9FQUVDIn0=
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* Get a shared access policy by name from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
|
|
4
|
+
*/
|
|
5
|
+
export declare function listIotHubResourceKeysForKeyName(args: ListIotHubResourceKeysForKeyNameArgs, opts?: pulumi.InvokeOptions): Promise<ListIotHubResourceKeysForKeyNameResult>;
|
|
6
|
+
export interface ListIotHubResourceKeysForKeyNameArgs {
|
|
7
|
+
/**
|
|
8
|
+
* The name of the shared access policy.
|
|
9
|
+
*/
|
|
10
|
+
keyName: string;
|
|
11
|
+
/**
|
|
12
|
+
* The name of the resource group that contains the IoT hub.
|
|
13
|
+
*/
|
|
14
|
+
resourceGroupName: string;
|
|
15
|
+
/**
|
|
16
|
+
* The name of the IoT hub.
|
|
17
|
+
*/
|
|
18
|
+
resourceName: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* The properties of an IoT hub shared access policy.
|
|
22
|
+
*/
|
|
23
|
+
export interface ListIotHubResourceKeysForKeyNameResult {
|
|
24
|
+
/**
|
|
25
|
+
* The name of the shared access policy.
|
|
26
|
+
*/
|
|
27
|
+
readonly keyName: string;
|
|
28
|
+
/**
|
|
29
|
+
* The primary key.
|
|
30
|
+
*/
|
|
31
|
+
readonly primaryKey?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The permissions assigned to the shared access policy.
|
|
34
|
+
*/
|
|
35
|
+
readonly rights: string;
|
|
36
|
+
/**
|
|
37
|
+
* The secondary key.
|
|
38
|
+
*/
|
|
39
|
+
readonly secondaryKey?: string;
|
|
40
|
+
}
|
|
41
|
+
/**
|
|
42
|
+
* Get a shared access policy by name from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
|
|
43
|
+
*/
|
|
44
|
+
export declare function listIotHubResourceKeysForKeyNameOutput(args: ListIotHubResourceKeysForKeyNameOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<ListIotHubResourceKeysForKeyNameResult>;
|
|
45
|
+
export interface ListIotHubResourceKeysForKeyNameOutputArgs {
|
|
46
|
+
/**
|
|
47
|
+
* The name of the shared access policy.
|
|
48
|
+
*/
|
|
49
|
+
keyName: pulumi.Input<string>;
|
|
50
|
+
/**
|
|
51
|
+
* The name of the resource group that contains the IoT hub.
|
|
52
|
+
*/
|
|
53
|
+
resourceGroupName: pulumi.Input<string>;
|
|
54
|
+
/**
|
|
55
|
+
* The name of the IoT hub.
|
|
56
|
+
*/
|
|
57
|
+
resourceName: pulumi.Input<string>;
|
|
58
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
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.listIotHubResourceKeysForKeyNameOutput = exports.listIotHubResourceKeysForKeyName = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Get a shared access policy by name from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
|
|
10
|
+
*/
|
|
11
|
+
function listIotHubResourceKeysForKeyName(args, opts) {
|
|
12
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
13
|
+
return pulumi.runtime.invoke("azure-native:devices/v20220430preview:listIotHubResourceKeysForKeyName", {
|
|
14
|
+
"keyName": args.keyName,
|
|
15
|
+
"resourceGroupName": args.resourceGroupName,
|
|
16
|
+
"resourceName": args.resourceName,
|
|
17
|
+
}, opts);
|
|
18
|
+
}
|
|
19
|
+
exports.listIotHubResourceKeysForKeyName = listIotHubResourceKeysForKeyName;
|
|
20
|
+
/**
|
|
21
|
+
* Get a shared access policy by name from an IoT hub. For more information, see: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-security.
|
|
22
|
+
*/
|
|
23
|
+
function listIotHubResourceKeysForKeyNameOutput(args, opts) {
|
|
24
|
+
return pulumi.output(args).apply((a) => listIotHubResourceKeysForKeyName(a, opts));
|
|
25
|
+
}
|
|
26
|
+
exports.listIotHubResourceKeysForKeyNameOutput = listIotHubResourceKeysForKeyNameOutput;
|
|
27
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibGlzdElvdEh1YlJlc291cmNlS2V5c0ZvcktleU5hbWUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9kZXZpY2VzL3YyMDIyMDQzMHByZXZpZXcvbGlzdElvdEh1YlJlc291cmNlS2V5c0ZvcktleU5hbWUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFDekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsU0FBZ0IsZ0NBQWdDLENBQUMsSUFBMEMsRUFBRSxJQUEyQjtJQUVwSCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7SUFDekUsT0FBTyxNQUFNLENBQUMsT0FBTyxDQUFDLE1BQU0sQ0FBQyx3RUFBd0UsRUFBRTtRQUNuRyxTQUFTLEVBQUUsSUFBSSxDQUFDLE9BQU87UUFDdkIsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLGlCQUFpQjtRQUMzQyxjQUFjLEVBQUUsSUFBSSxDQUFDLFlBQVk7S0FDcEMsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFSRCw0RUFRQztBQXNDRDs7R0FFRztBQUNILFNBQWdCLHNDQUFzQyxDQUFDLElBQWdELEVBQUUsSUFBMkI7SUFDaEksT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMsZ0NBQWdDLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDM0YsQ0FBQztBQUZELHdGQUVDIn0=
|
|
@@ -0,0 +1,63 @@
|
|
|
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 of an IotHub
|
|
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
|
+
* The resource name.
|
|
24
|
+
*/
|
|
25
|
+
readonly name: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* The properties of a private endpoint connection
|
|
28
|
+
*/
|
|
29
|
+
readonly properties: pulumi.Output<outputs.devices.v20220430preview.PrivateEndpointConnectionPropertiesResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* The resource type.
|
|
32
|
+
*/
|
|
33
|
+
readonly type: pulumi.Output<string>;
|
|
34
|
+
/**
|
|
35
|
+
* Create a PrivateEndpointConnection resource with the given unique name, arguments, and options.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resource.
|
|
38
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
39
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
40
|
+
*/
|
|
41
|
+
constructor(name: string, args: PrivateEndpointConnectionArgs, opts?: pulumi.CustomResourceOptions);
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* The set of arguments for constructing a PrivateEndpointConnection resource.
|
|
45
|
+
*/
|
|
46
|
+
export interface PrivateEndpointConnectionArgs {
|
|
47
|
+
/**
|
|
48
|
+
* The name of the private endpoint connection
|
|
49
|
+
*/
|
|
50
|
+
privateEndpointConnectionName?: pulumi.Input<string>;
|
|
51
|
+
/**
|
|
52
|
+
* The properties of a private endpoint connection
|
|
53
|
+
*/
|
|
54
|
+
properties: pulumi.Input<inputs.devices.v20220430preview.PrivateEndpointConnectionPropertiesArgs>;
|
|
55
|
+
/**
|
|
56
|
+
* The name of the resource group that contains the IoT hub.
|
|
57
|
+
*/
|
|
58
|
+
resourceGroupName: pulumi.Input<string>;
|
|
59
|
+
/**
|
|
60
|
+
* The name of the IoT hub.
|
|
61
|
+
*/
|
|
62
|
+
resourceName: pulumi.Input<string>;
|
|
63
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi. ***
|
|
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 of an IotHub
|
|
10
|
+
*/
|
|
11
|
+
class PrivateEndpointConnection extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing PrivateEndpointConnection resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new PrivateEndpointConnection(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of PrivateEndpointConnection. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === PrivateEndpointConnection.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a PrivateEndpointConnection resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.properties === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'properties'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.resourceName === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'resourceName'");
|
|
52
|
+
}
|
|
53
|
+
resourceInputs["privateEndpointConnectionName"] = args ? args.privateEndpointConnectionName : undefined;
|
|
54
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
55
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
56
|
+
resourceInputs["resourceName"] = args ? args.resourceName : undefined;
|
|
57
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
59
|
+
}
|
|
60
|
+
else {
|
|
61
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
64
|
+
}
|
|
65
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
66
|
+
const aliasOpts = { aliases: [{ type: "azure-native:devices:PrivateEndpointConnection" }, { type: "azure-native:devices/v20200301:PrivateEndpointConnection" }, { type: "azure-native:devices/v20200401:PrivateEndpointConnection" }, { type: "azure-native:devices/v20200615:PrivateEndpointConnection" }, { type: "azure-native:devices/v20200710preview:PrivateEndpointConnection" }, { type: "azure-native:devices/v20200801:PrivateEndpointConnection" }, { type: "azure-native:devices/v20200831:PrivateEndpointConnection" }, { type: "azure-native:devices/v20200831preview:PrivateEndpointConnection" }, { type: "azure-native:devices/v20210201preview:PrivateEndpointConnection" }, { type: "azure-native:devices/v20210303preview:PrivateEndpointConnection" }, { type: "azure-native:devices/v20210331:PrivateEndpointConnection" }, { type: "azure-native:devices/v20210701:PrivateEndpointConnection" }, { type: "azure-native:devices/v20210701preview:PrivateEndpointConnection" }, { type: "azure-native:devices/v20210702:PrivateEndpointConnection" }, { type: "azure-native:devices/v20210702preview:PrivateEndpointConnection" }, { type: "azure-native:devices/v20221115preview:PrivateEndpointConnection" }] };
|
|
67
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
68
|
+
super(PrivateEndpointConnection.__pulumiType, name, resourceInputs, opts);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
exports.PrivateEndpointConnection = PrivateEndpointConnection;
|
|
72
|
+
/** @internal */
|
|
73
|
+
PrivateEndpointConnection.__pulumiType = 'azure-native:devices/v20220430preview:PrivateEndpointConnection';
|
|
74
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJpdmF0ZUVuZHBvaW50Q29ubmVjdGlvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL2RldmljZXMvdjIwMjIwNDMwcHJldmlldy9wcml2YXRlRW5kcG9pbnRDb25uZWN0aW9uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzREFBc0Q7QUFDdEQsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDZDQUE2QztBQUU3Qzs7R0FFRztBQUNILE1BQWEseUJBQTBCLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDaEU7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLHlCQUF5QixDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQ3RGLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyx5QkFBeUIsQ0FBQyxZQUFZLENBQUM7SUFDMUUsQ0FBQztJQWVEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQW1DLEVBQUUsSUFBbUM7UUFDOUYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsVUFBVSxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDdkQsTUFBTSxJQUFJLEtBQUssQ0FBQyx3Q0FB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
|
|
@@ -3,7 +3,7 @@ import * as inputs from "../types/input";
|
|
|
3
3
|
import * as outputs from "../types/output";
|
|
4
4
|
/**
|
|
5
5
|
* Returns the DNS records specified by the referencing targetResourceIds.
|
|
6
|
-
* Azure REST API version:
|
|
6
|
+
* Azure REST API version: 2018-05-01.
|
|
7
7
|
*/
|
|
8
8
|
export declare function getDnsResourceReferenceByTarResources(args?: GetDnsResourceReferenceByTarResourcesArgs, opts?: pulumi.InvokeOptions): Promise<GetDnsResourceReferenceByTarResourcesResult>;
|
|
9
9
|
export interface GetDnsResourceReferenceByTarResourcesArgs {
|
|
@@ -23,7 +23,7 @@ export interface GetDnsResourceReferenceByTarResourcesResult {
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* Returns the DNS records specified by the referencing targetResourceIds.
|
|
26
|
-
* Azure REST API version:
|
|
26
|
+
* Azure REST API version: 2018-05-01.
|
|
27
27
|
*/
|
|
28
28
|
export declare function getDnsResourceReferenceByTarResourcesOutput(args?: GetDnsResourceReferenceByTarResourcesOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetDnsResourceReferenceByTarResourcesResult>;
|
|
29
29
|
export interface GetDnsResourceReferenceByTarResourcesOutputArgs {
|
|
@@ -7,7 +7,7 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Returns the DNS records specified by the referencing targetResourceIds.
|
|
10
|
-
* Azure REST API version:
|
|
10
|
+
* Azure REST API version: 2018-05-01.
|
|
11
11
|
*/
|
|
12
12
|
function getDnsResourceReferenceByTarResources(args, opts) {
|
|
13
13
|
args = args || {};
|
|
@@ -19,7 +19,7 @@ function getDnsResourceReferenceByTarResources(args, opts) {
|
|
|
19
19
|
exports.getDnsResourceReferenceByTarResources = getDnsResourceReferenceByTarResources;
|
|
20
20
|
/**
|
|
21
21
|
* Returns the DNS records specified by the referencing targetResourceIds.
|
|
22
|
-
* Azure REST API version:
|
|
22
|
+
* Azure REST API version: 2018-05-01.
|
|
23
23
|
*/
|
|
24
24
|
function getDnsResourceReferenceByTarResourcesOutput(args, opts) {
|
|
25
25
|
return pulumi.output(args).apply((a) => getDnsResourceReferenceByTarResources(a, opts));
|
|
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
4
|
* Gets a record set.
|
|
5
|
-
* Azure REST API version:
|
|
5
|
+
* Azure REST API version: 2018-05-01.
|
|
6
6
|
*/
|
|
7
7
|
export declare function getRecordSet(args: GetRecordSetArgs, opts?: pulumi.InvokeOptions): Promise<GetRecordSetResult>;
|
|
8
8
|
export interface GetRecordSetArgs {
|
|
@@ -15,7 +15,7 @@ export interface GetRecordSetArgs {
|
|
|
15
15
|
*/
|
|
16
16
|
relativeRecordSetName: string;
|
|
17
17
|
/**
|
|
18
|
-
* The name of the resource group.
|
|
18
|
+
* The name of the resource group.
|
|
19
19
|
*/
|
|
20
20
|
resourceGroupName: string;
|
|
21
21
|
/**
|
|
@@ -43,10 +43,6 @@ export interface GetRecordSetResult {
|
|
|
43
43
|
* The CNAME record in the record set.
|
|
44
44
|
*/
|
|
45
45
|
readonly cnameRecord?: outputs.network.CnameRecordResponse;
|
|
46
|
-
/**
|
|
47
|
-
* The list of DS records in the record set.
|
|
48
|
-
*/
|
|
49
|
-
readonly dsRecords?: outputs.network.DsRecordResponse[];
|
|
50
46
|
/**
|
|
51
47
|
* The etag of the record set.
|
|
52
48
|
*/
|
|
@@ -73,10 +69,6 @@ export interface GetRecordSetResult {
|
|
|
73
69
|
* The name of the record set.
|
|
74
70
|
*/
|
|
75
71
|
readonly name: string;
|
|
76
|
-
/**
|
|
77
|
-
* The list of NAPTR records in the record set.
|
|
78
|
-
*/
|
|
79
|
-
readonly naptrRecords?: outputs.network.NaptrRecordResponse[];
|
|
80
72
|
/**
|
|
81
73
|
* The list of NS records in the record set.
|
|
82
74
|
*/
|
|
@@ -101,10 +93,6 @@ export interface GetRecordSetResult {
|
|
|
101
93
|
* A reference to an azure resource from where the dns resource value is taken.
|
|
102
94
|
*/
|
|
103
95
|
readonly targetResource?: outputs.network.SubResourceResponse;
|
|
104
|
-
/**
|
|
105
|
-
* The list of TLSA records in the record set.
|
|
106
|
-
*/
|
|
107
|
-
readonly tlsaRecords?: outputs.network.TlsaRecordResponse[];
|
|
108
96
|
/**
|
|
109
97
|
* The TTL (time-to-live) of the records in the record set.
|
|
110
98
|
*/
|
|
@@ -120,7 +108,7 @@ export interface GetRecordSetResult {
|
|
|
120
108
|
}
|
|
121
109
|
/**
|
|
122
110
|
* Gets a record set.
|
|
123
|
-
* Azure REST API version:
|
|
111
|
+
* Azure REST API version: 2018-05-01.
|
|
124
112
|
*/
|
|
125
113
|
export declare function getRecordSetOutput(args: GetRecordSetOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetRecordSetResult>;
|
|
126
114
|
export interface GetRecordSetOutputArgs {
|
|
@@ -133,7 +121,7 @@ export interface GetRecordSetOutputArgs {
|
|
|
133
121
|
*/
|
|
134
122
|
relativeRecordSetName: pulumi.Input<string>;
|
|
135
123
|
/**
|
|
136
|
-
* The name of the resource group.
|
|
124
|
+
* The name of the resource group.
|
|
137
125
|
*/
|
|
138
126
|
resourceGroupName: pulumi.Input<string>;
|
|
139
127
|
/**
|
package/network/getRecordSet.js
CHANGED
|
@@ -7,7 +7,7 @@ const pulumi = require("@pulumi/pulumi");
|
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
9
|
* Gets a record set.
|
|
10
|
-
* Azure REST API version:
|
|
10
|
+
* Azure REST API version: 2018-05-01.
|
|
11
11
|
*/
|
|
12
12
|
function getRecordSet(args, opts) {
|
|
13
13
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
|
|
@@ -21,10 +21,10 @@ function getRecordSet(args, opts) {
|
|
|
21
21
|
exports.getRecordSet = getRecordSet;
|
|
22
22
|
/**
|
|
23
23
|
* Gets a record set.
|
|
24
|
-
* Azure REST API version:
|
|
24
|
+
* Azure REST API version: 2018-05-01.
|
|
25
25
|
*/
|
|
26
26
|
function getRecordSetOutput(args, opts) {
|
|
27
27
|
return pulumi.output(args).apply((a) => getRecordSet(a, opts));
|
|
28
28
|
}
|
|
29
29
|
exports.getRecordSetOutput = getRecordSetOutput;
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0UmVjb3JkU2V0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vbmV0d29yay9nZXRSZWNvcmRTZXQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNEQUFzRDtBQUN0RCxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7R0FHRztBQUNILFNBQWdCLFlBQVksQ0FBQyxJQUFzQixFQUFFLElBQTJCO0lBRTVFLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsTUFBTSxDQUFDLG1DQUFtQyxFQUFFO1FBQzlELFlBQVksRUFBRSxJQUFJLENBQUMsVUFBVTtRQUM3Qix1QkFBdUIsRUFBRSxJQUFJLENBQUMscUJBQXFCO1FBQ25ELG1CQUFtQixFQUFFLElBQUksQ0FBQyxpQkFBaUI7UUFDM0MsVUFBVSxFQUFFLElBQUksQ0FBQyxRQUFRO0tBQzVCLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBVEQsb0NBU0M7QUFzR0Q7OztHQUdHO0FBQ0gsU0FBZ0Isa0JBQWtCLENBQUMsSUFBNEIsRUFBRSxJQUEyQjtJQUN4RixPQUFPLE1BQU0sQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBTSxFQUFFLEVBQUUsQ0FBQyxZQUFZLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDdkUsQ0FBQztBQUZELGdEQUVDIn0=
|
package/network/getZone.d.ts
CHANGED
|
@@ -2,12 +2,12 @@ import * as pulumi from "@pulumi/pulumi";
|
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
4
|
* Gets a DNS zone. Retrieves the zone properties, but not the record sets within the zone.
|
|
5
|
-
* Azure REST API version:
|
|
5
|
+
* Azure REST API version: 2018-05-01.
|
|
6
6
|
*/
|
|
7
7
|
export declare function getZone(args: GetZoneArgs, opts?: pulumi.InvokeOptions): Promise<GetZoneResult>;
|
|
8
8
|
export interface GetZoneArgs {
|
|
9
9
|
/**
|
|
10
|
-
* The name of the resource group.
|
|
10
|
+
* The name of the resource group.
|
|
11
11
|
*/
|
|
12
12
|
resourceGroupName: string;
|
|
13
13
|
/**
|
|
@@ -59,14 +59,6 @@ export interface GetZoneResult {
|
|
|
59
59
|
* A list of references to virtual networks that resolve records in this DNS zone. This is a only when ZoneType is Private.
|
|
60
60
|
*/
|
|
61
61
|
readonly resolutionVirtualNetworks?: outputs.network.SubResourceResponse[];
|
|
62
|
-
/**
|
|
63
|
-
* The list of signing keys.
|
|
64
|
-
*/
|
|
65
|
-
readonly signingKeys: outputs.network.SigningKeyResponse[];
|
|
66
|
-
/**
|
|
67
|
-
* Metadata pertaining to creation and last modification of the resource.
|
|
68
|
-
*/
|
|
69
|
-
readonly systemData: outputs.network.SystemDataResponse;
|
|
70
62
|
/**
|
|
71
63
|
* Resource tags.
|
|
72
64
|
*/
|
|
@@ -84,12 +76,12 @@ export interface GetZoneResult {
|
|
|
84
76
|
}
|
|
85
77
|
/**
|
|
86
78
|
* Gets a DNS zone. Retrieves the zone properties, but not the record sets within the zone.
|
|
87
|
-
* Azure REST API version:
|
|
79
|
+
* Azure REST API version: 2018-05-01.
|
|
88
80
|
*/
|
|
89
81
|
export declare function getZoneOutput(args: GetZoneOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetZoneResult>;
|
|
90
82
|
export interface GetZoneOutputArgs {
|
|
91
83
|
/**
|
|
92
|
-
* The name of the resource group.
|
|
84
|
+
* The name of the resource group.
|
|
93
85
|
*/
|
|
94
86
|
resourceGroupName: pulumi.Input<string>;
|
|
95
87
|
/**
|