@pulumi/azure-native 2.58.0-alpha.1724401186 → 2.58.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (156) hide show
  1. package/azurelargeinstance/azureLargeInstance.d.ts +146 -0
  2. package/azurelargeinstance/azureLargeInstance.js +91 -0
  3. package/azurelargeinstance/azureLargeStorageInstance.d.ts +101 -0
  4. package/azurelargeinstance/azureLargeStorageInstance.js +79 -0
  5. package/azurelargeinstance/getAzureLargeInstance.d.ts +102 -0
  6. package/azurelargeinstance/getAzureLargeInstance.js +30 -0
  7. package/azurelargeinstance/getAzureLargeStorageInstance.d.ts +78 -0
  8. package/azurelargeinstance/getAzureLargeStorageInstance.js +30 -0
  9. package/azurelargeinstance/index.d.ts +15 -0
  10. package/azurelargeinstance/index.js +51 -0
  11. package/azurelargeinstance/v20240801preview/azureLargeInstance.d.ts +145 -0
  12. package/azurelargeinstance/v20240801preview/azureLargeInstance.js +90 -0
  13. package/azurelargeinstance/v20240801preview/azureLargeStorageInstance.d.ts +100 -0
  14. package/azurelargeinstance/v20240801preview/azureLargeStorageInstance.js +78 -0
  15. package/azurelargeinstance/v20240801preview/getAzureLargeInstance.d.ts +100 -0
  16. package/azurelargeinstance/v20240801preview/getAzureLargeInstance.js +28 -0
  17. package/azurelargeinstance/v20240801preview/getAzureLargeStorageInstance.d.ts +76 -0
  18. package/azurelargeinstance/v20240801preview/getAzureLargeStorageInstance.js +28 -0
  19. package/azurelargeinstance/v20240801preview/index.d.ts +13 -0
  20. package/azurelargeinstance/v20240801preview/index.js +48 -0
  21. package/baremetalinfrastructure/azureBareMetalInstance.d.ts +153 -0
  22. package/baremetalinfrastructure/azureBareMetalInstance.js +92 -0
  23. package/baremetalinfrastructure/azureBareMetalStorageInstance.d.ts +1 -1
  24. package/baremetalinfrastructure/azureBareMetalStorageInstance.js +3 -3
  25. package/baremetalinfrastructure/getAzureBareMetalInstance.d.ts +103 -0
  26. package/baremetalinfrastructure/getAzureBareMetalInstance.js +28 -0
  27. package/baremetalinfrastructure/getAzureBareMetalStorageInstance.d.ts +2 -2
  28. package/baremetalinfrastructure/getAzureBareMetalStorageInstance.js +2 -2
  29. package/baremetalinfrastructure/index.d.ts +8 -1
  30. package/baremetalinfrastructure/index.js +11 -2
  31. package/baremetalinfrastructure/v20230406/azureBareMetalStorageInstance.js +2 -2
  32. package/baremetalinfrastructure/v20230804preview/azureBareMetalStorageInstance.js +2 -2
  33. package/baremetalinfrastructure/v20231101preview/azureBareMetalStorageInstance.js +2 -2
  34. package/baremetalinfrastructure/v20240801preview/azureBareMetalInstance.d.ts +152 -0
  35. package/baremetalinfrastructure/v20240801preview/azureBareMetalInstance.js +91 -0
  36. package/baremetalinfrastructure/v20240801preview/azureBareMetalStorageInstance.d.ts +99 -0
  37. package/baremetalinfrastructure/v20240801preview/azureBareMetalStorageInstance.js +77 -0
  38. package/baremetalinfrastructure/v20240801preview/getAzureBareMetalInstance.d.ts +101 -0
  39. package/baremetalinfrastructure/v20240801preview/getAzureBareMetalInstance.js +26 -0
  40. package/baremetalinfrastructure/v20240801preview/getAzureBareMetalStorageInstance.d.ts +73 -0
  41. package/baremetalinfrastructure/v20240801preview/getAzureBareMetalStorageInstance.js +26 -0
  42. package/baremetalinfrastructure/v20240801preview/index.d.ts +13 -0
  43. package/baremetalinfrastructure/v20240801preview/index.js +48 -0
  44. package/batch/application.d.ts +1 -1
  45. package/batch/application.js +3 -3
  46. package/batch/applicationPackage.d.ts +1 -1
  47. package/batch/applicationPackage.js +3 -3
  48. package/batch/batchAccount.d.ts +1 -1
  49. package/batch/batchAccount.js +3 -3
  50. package/batch/getApplication.d.ts +2 -2
  51. package/batch/getApplication.js +2 -2
  52. package/batch/getApplicationPackage.d.ts +2 -2
  53. package/batch/getApplicationPackage.js +2 -2
  54. package/batch/getBatchAccount.d.ts +2 -2
  55. package/batch/getBatchAccount.js +2 -2
  56. package/batch/getPool.d.ts +2 -2
  57. package/batch/getPool.js +2 -2
  58. package/batch/index.d.ts +2 -1
  59. package/batch/index.js +4 -2
  60. package/batch/listBatchAccountKeys.d.ts +2 -2
  61. package/batch/listBatchAccountKeys.js +2 -2
  62. package/batch/pool.d.ts +1 -1
  63. package/batch/pool.js +3 -3
  64. package/batch/v20220101/batchAccount.js +2 -2
  65. package/batch/v20230501/application.js +2 -2
  66. package/batch/v20230501/applicationPackage.js +2 -2
  67. package/batch/v20230501/batchAccount.js +2 -2
  68. package/batch/v20230501/pool.js +2 -2
  69. package/batch/v20231101/application.js +2 -2
  70. package/batch/v20231101/applicationPackage.js +2 -2
  71. package/batch/v20231101/batchAccount.js +2 -2
  72. package/batch/v20231101/pool.js +2 -2
  73. package/batch/v20240201/application.js +2 -2
  74. package/batch/v20240201/applicationPackage.js +2 -2
  75. package/batch/v20240201/batchAccount.js +2 -2
  76. package/batch/v20240201/pool.js +2 -2
  77. package/batch/v20240701/application.d.ts +93 -0
  78. package/batch/v20240701/application.js +79 -0
  79. package/batch/v20240701/applicationPackage.d.ts +93 -0
  80. package/batch/v20240701/applicationPackage.js +87 -0
  81. package/batch/v20240701/batchAccount.d.ts +170 -0
  82. package/batch/v20240701/batchAccount.js +106 -0
  83. package/batch/v20240701/getApplication.d.ts +76 -0
  84. package/batch/v20240701/getApplication.js +27 -0
  85. package/batch/v20240701/getApplicationPackage.d.ts +92 -0
  86. package/batch/v20240701/getApplicationPackage.js +28 -0
  87. package/batch/v20240701/getBatchAccount.d.ts +123 -0
  88. package/batch/v20240701/getBatchAccount.js +26 -0
  89. package/batch/v20240701/getPool.d.ts +159 -0
  90. package/batch/v20240701/getPool.js +27 -0
  91. package/batch/v20240701/index.d.ts +28 -0
  92. package/batch/v20240701/index.js +65 -0
  93. package/batch/v20240701/listBatchAccountKeys.d.ts +46 -0
  94. package/batch/v20240701/listBatchAccountKeys.js +26 -0
  95. package/batch/v20240701/pool.d.ts +240 -0
  96. package/batch/v20240701/pool.js +135 -0
  97. package/hardwaresecuritymodules/cloudHsmCluster.d.ts +1 -1
  98. package/hardwaresecuritymodules/cloudHsmCluster.js +3 -3
  99. package/hardwaresecuritymodules/cloudHsmClusterPrivateEndpointConnection.d.ts +1 -1
  100. package/hardwaresecuritymodules/cloudHsmClusterPrivateEndpointConnection.js +3 -3
  101. package/hardwaresecuritymodules/dedicatedHsm.d.ts +2 -0
  102. package/hardwaresecuritymodules/dedicatedHsm.js +4 -2
  103. package/hardwaresecuritymodules/getCloudHsmCluster.d.ts +2 -2
  104. package/hardwaresecuritymodules/getCloudHsmCluster.js +2 -2
  105. package/hardwaresecuritymodules/getCloudHsmClusterPrivateEndpointConnection.d.ts +2 -2
  106. package/hardwaresecuritymodules/getCloudHsmClusterPrivateEndpointConnection.js +2 -2
  107. package/hardwaresecuritymodules/getDedicatedHsm.d.ts +4 -0
  108. package/hardwaresecuritymodules/getDedicatedHsm.js +5 -1
  109. package/hardwaresecuritymodules/index.d.ts +2 -1
  110. package/hardwaresecuritymodules/index.js +4 -2
  111. package/hardwaresecuritymodules/v20211130/dedicatedHsm.js +2 -2
  112. package/hardwaresecuritymodules/v20220831preview/cloudHsmCluster.js +2 -2
  113. package/hardwaresecuritymodules/v20220831preview/cloudHsmClusterPrivateEndpointConnection.js +2 -2
  114. package/hardwaresecuritymodules/v20231210preview/cloudHsmCluster.js +2 -2
  115. package/hardwaresecuritymodules/v20231210preview/cloudHsmClusterPrivateEndpointConnection.js +2 -2
  116. package/hardwaresecuritymodules/v20240630preview/cloudHsmCluster.d.ts +136 -0
  117. package/hardwaresecuritymodules/v20240630preview/cloudHsmCluster.js +92 -0
  118. package/hardwaresecuritymodules/v20240630preview/cloudHsmClusterPrivateEndpointConnection.d.ts +83 -0
  119. package/hardwaresecuritymodules/v20240630preview/cloudHsmClusterPrivateEndpointConnection.js +84 -0
  120. package/hardwaresecuritymodules/v20240630preview/dedicatedHsm.d.ts +123 -0
  121. package/hardwaresecuritymodules/v20240630preview/dedicatedHsm.js +87 -0
  122. package/hardwaresecuritymodules/v20240630preview/getCloudHsmCluster.d.ts +101 -0
  123. package/hardwaresecuritymodules/v20240630preview/getCloudHsmCluster.js +26 -0
  124. package/hardwaresecuritymodules/v20240630preview/getCloudHsmClusterPrivateEndpointConnection.d.ts +79 -0
  125. package/hardwaresecuritymodules/v20240630preview/getCloudHsmClusterPrivateEndpointConnection.js +27 -0
  126. package/hardwaresecuritymodules/v20240630preview/getDedicatedHsm.d.ts +89 -0
  127. package/hardwaresecuritymodules/v20240630preview/getDedicatedHsm.js +26 -0
  128. package/hardwaresecuritymodules/v20240630preview/index.d.ts +19 -0
  129. package/hardwaresecuritymodules/v20240630preview/index.js +55 -0
  130. package/index.d.ts +2 -1
  131. package/index.js +8 -6
  132. package/package.json +2 -2
  133. package/package.json.bak +2 -2
  134. package/tsconfig.tsbuildinfo +1 -1
  135. package/types/enums/azurelargeinstance/index.d.ts +246 -0
  136. package/types/enums/azurelargeinstance/index.js +237 -0
  137. package/types/enums/azurelargeinstance/v20240801preview/index.d.ts +244 -0
  138. package/types/enums/azurelargeinstance/v20240801preview/index.js +234 -0
  139. package/types/enums/baremetalinfrastructure/index.d.ts +73 -1
  140. package/types/enums/baremetalinfrastructure/index.js +63 -2
  141. package/types/enums/baremetalinfrastructure/v20240801preview/index.d.ts +93 -0
  142. package/types/enums/baremetalinfrastructure/v20240801preview/index.js +79 -0
  143. package/types/enums/batch/index.d.ts +2 -1
  144. package/types/enums/batch/index.js +4 -2
  145. package/types/enums/batch/v20240701/index.d.ts +469 -0
  146. package/types/enums/batch/v20240701/index.js +382 -0
  147. package/types/enums/hardwaresecuritymodules/index.d.ts +2 -1
  148. package/types/enums/hardwaresecuritymodules/index.js +4 -2
  149. package/types/enums/hardwaresecuritymodules/v20240630preview/index.d.ts +85 -0
  150. package/types/enums/hardwaresecuritymodules/v20240630preview/index.js +63 -0
  151. package/types/enums/index.d.ts +2 -1
  152. package/types/enums/index.js +8 -6
  153. package/types/input.d.ts +1654 -220
  154. package/types/input.js +51 -1
  155. package/types/output.d.ts +2015 -151
  156. package/types/output.js +51 -1
@@ -0,0 +1,146 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ import * as enums from "../types/enums";
5
+ /**
6
+ * Azure Large Instance info on Azure (ARM properties and AzureLargeInstance
7
+ * properties)
8
+ * Azure REST API version: 2024-08-01-preview.
9
+ */
10
+ export declare class AzureLargeInstance extends pulumi.CustomResource {
11
+ /**
12
+ * Get an existing AzureLargeInstance resource's state with the given name, ID, and optional extra
13
+ * properties used to qualify the lookup.
14
+ *
15
+ * @param name The _unique_ name of the resulting resource.
16
+ * @param id The _unique_ provider ID of the resource to lookup.
17
+ * @param opts Optional settings to control the behavior of the CustomResource.
18
+ */
19
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): AzureLargeInstance;
20
+ /**
21
+ * Returns true if the given object is an instance of AzureLargeInstance. This is designed to work even
22
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
23
+ */
24
+ static isInstance(obj: any): obj is AzureLargeInstance;
25
+ /**
26
+ * Specifies the Azure Large Instance unique ID.
27
+ */
28
+ readonly azureLargeInstanceId: pulumi.Output<string | undefined>;
29
+ /**
30
+ * Specifies the hardware settings for the Azure Large Instance.
31
+ */
32
+ readonly hardwareProfile: pulumi.Output<outputs.azurelargeinstance.HardwareProfileResponse | undefined>;
33
+ /**
34
+ * Hardware revision of an Azure Large Instance
35
+ */
36
+ readonly hwRevision: pulumi.Output<string | undefined>;
37
+ /**
38
+ * The geo-location where the resource lives
39
+ */
40
+ readonly location: pulumi.Output<string>;
41
+ /**
42
+ * The name of the resource
43
+ */
44
+ readonly name: pulumi.Output<string>;
45
+ /**
46
+ * Specifies the network settings for the Azure Large Instance.
47
+ */
48
+ readonly networkProfile: pulumi.Output<outputs.azurelargeinstance.NetworkProfileResponse | undefined>;
49
+ /**
50
+ * Specifies the operating system settings for the Azure Large Instance.
51
+ */
52
+ readonly osProfile: pulumi.Output<outputs.azurelargeinstance.OsProfileResponse | undefined>;
53
+ /**
54
+ * Resource power state
55
+ */
56
+ readonly powerState: pulumi.Output<string | undefined>;
57
+ /**
58
+ * State of provisioning of the AzureLargeInstance
59
+ */
60
+ readonly provisioningState: pulumi.Output<string>;
61
+ /**
62
+ * Resource proximity placement group
63
+ */
64
+ readonly proximityPlacementGroup: pulumi.Output<string | undefined>;
65
+ /**
66
+ * Specifies the storage settings for the Azure Large Instance disks.
67
+ */
68
+ readonly storageProfile: pulumi.Output<outputs.azurelargeinstance.StorageProfileResponse | undefined>;
69
+ /**
70
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
71
+ */
72
+ readonly systemData: pulumi.Output<outputs.azurelargeinstance.SystemDataResponse>;
73
+ /**
74
+ * Resource tags.
75
+ */
76
+ readonly tags: pulumi.Output<{
77
+ [key: string]: string;
78
+ } | undefined>;
79
+ /**
80
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
81
+ */
82
+ readonly type: pulumi.Output<string>;
83
+ /**
84
+ * Create a AzureLargeInstance resource with the given unique name, arguments, and options.
85
+ *
86
+ * @param name The _unique_ name of the resource.
87
+ * @param args The arguments to use to populate this resource's properties.
88
+ * @param opts A bag of options that control this resource's behavior.
89
+ */
90
+ constructor(name: string, args: AzureLargeInstanceArgs, opts?: pulumi.CustomResourceOptions);
91
+ }
92
+ /**
93
+ * The set of arguments for constructing a AzureLargeInstance resource.
94
+ */
95
+ export interface AzureLargeInstanceArgs {
96
+ /**
97
+ * Specifies the Azure Large Instance unique ID.
98
+ */
99
+ azureLargeInstanceId?: pulumi.Input<string>;
100
+ /**
101
+ * Name of the AzureLargeInstance.
102
+ */
103
+ azureLargeInstanceName?: pulumi.Input<string>;
104
+ /**
105
+ * Specifies the hardware settings for the Azure Large Instance.
106
+ */
107
+ hardwareProfile?: pulumi.Input<inputs.azurelargeinstance.HardwareProfileArgs>;
108
+ /**
109
+ * Hardware revision of an Azure Large Instance
110
+ */
111
+ hwRevision?: pulumi.Input<string>;
112
+ /**
113
+ * The geo-location where the resource lives
114
+ */
115
+ location?: pulumi.Input<string>;
116
+ /**
117
+ * Specifies the network settings for the Azure Large Instance.
118
+ */
119
+ networkProfile?: pulumi.Input<inputs.azurelargeinstance.NetworkProfileArgs>;
120
+ /**
121
+ * Specifies the operating system settings for the Azure Large Instance.
122
+ */
123
+ osProfile?: pulumi.Input<inputs.azurelargeinstance.OsProfileArgs>;
124
+ /**
125
+ * Resource power state
126
+ */
127
+ powerState?: pulumi.Input<string | enums.azurelargeinstance.AzureLargeInstancePowerStateEnum>;
128
+ /**
129
+ * Resource proximity placement group
130
+ */
131
+ proximityPlacementGroup?: pulumi.Input<string>;
132
+ /**
133
+ * The name of the resource group. The name is case insensitive.
134
+ */
135
+ resourceGroupName: pulumi.Input<string>;
136
+ /**
137
+ * Specifies the storage settings for the Azure Large Instance disks.
138
+ */
139
+ storageProfile?: pulumi.Input<inputs.azurelargeinstance.StorageProfileArgs>;
140
+ /**
141
+ * Resource tags.
142
+ */
143
+ tags?: pulumi.Input<{
144
+ [key: string]: pulumi.Input<string>;
145
+ }>;
146
+ }
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.AzureLargeInstance = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Azure Large Instance info on Azure (ARM properties and AzureLargeInstance
10
+ * properties)
11
+ * Azure REST API version: 2024-08-01-preview.
12
+ */
13
+ class AzureLargeInstance extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing AzureLargeInstance resource's state with the given name, ID, and optional extra
16
+ * properties used to qualify the lookup.
17
+ *
18
+ * @param name The _unique_ name of the resulting resource.
19
+ * @param id The _unique_ provider ID of the resource to lookup.
20
+ * @param opts Optional settings to control the behavior of the CustomResource.
21
+ */
22
+ static get(name, id, opts) {
23
+ return new AzureLargeInstance(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
24
+ }
25
+ /**
26
+ * Returns true if the given object is an instance of AzureLargeInstance. This is designed to work even
27
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
28
+ */
29
+ static isInstance(obj) {
30
+ if (obj === undefined || obj === null) {
31
+ return false;
32
+ }
33
+ return obj['__pulumiType'] === AzureLargeInstance.__pulumiType;
34
+ }
35
+ /**
36
+ * Create a AzureLargeInstance resource with the given unique name, arguments, and options.
37
+ *
38
+ * @param name The _unique_ name of the resource.
39
+ * @param args The arguments to use to populate this resource's properties.
40
+ * @param opts A bag of options that control this resource's behavior.
41
+ */
42
+ constructor(name, args, opts) {
43
+ let resourceInputs = {};
44
+ opts = opts || {};
45
+ if (!opts.id) {
46
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
47
+ throw new Error("Missing required property 'resourceGroupName'");
48
+ }
49
+ resourceInputs["azureLargeInstanceId"] = args ? args.azureLargeInstanceId : undefined;
50
+ resourceInputs["azureLargeInstanceName"] = args ? args.azureLargeInstanceName : undefined;
51
+ resourceInputs["hardwareProfile"] = args ? args.hardwareProfile : undefined;
52
+ resourceInputs["hwRevision"] = args ? args.hwRevision : undefined;
53
+ resourceInputs["location"] = args ? args.location : undefined;
54
+ resourceInputs["networkProfile"] = args ? args.networkProfile : undefined;
55
+ resourceInputs["osProfile"] = args ? args.osProfile : undefined;
56
+ resourceInputs["powerState"] = args ? args.powerState : undefined;
57
+ resourceInputs["proximityPlacementGroup"] = args ? args.proximityPlacementGroup : undefined;
58
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
59
+ resourceInputs["storageProfile"] = args ? args.storageProfile : undefined;
60
+ resourceInputs["tags"] = args ? args.tags : undefined;
61
+ resourceInputs["name"] = undefined /*out*/;
62
+ resourceInputs["provisioningState"] = undefined /*out*/;
63
+ resourceInputs["systemData"] = undefined /*out*/;
64
+ resourceInputs["type"] = undefined /*out*/;
65
+ }
66
+ else {
67
+ resourceInputs["azureLargeInstanceId"] = undefined /*out*/;
68
+ resourceInputs["hardwareProfile"] = undefined /*out*/;
69
+ resourceInputs["hwRevision"] = undefined /*out*/;
70
+ resourceInputs["location"] = undefined /*out*/;
71
+ resourceInputs["name"] = undefined /*out*/;
72
+ resourceInputs["networkProfile"] = undefined /*out*/;
73
+ resourceInputs["osProfile"] = undefined /*out*/;
74
+ resourceInputs["powerState"] = undefined /*out*/;
75
+ resourceInputs["provisioningState"] = undefined /*out*/;
76
+ resourceInputs["proximityPlacementGroup"] = undefined /*out*/;
77
+ resourceInputs["storageProfile"] = undefined /*out*/;
78
+ resourceInputs["systemData"] = undefined /*out*/;
79
+ resourceInputs["tags"] = undefined /*out*/;
80
+ resourceInputs["type"] = undefined /*out*/;
81
+ }
82
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
83
+ const aliasOpts = { aliases: [{ type: "azure-native:azurelargeinstance/v20240801preview:AzureLargeInstance" }] };
84
+ opts = pulumi.mergeOptions(opts, aliasOpts);
85
+ super(AzureLargeInstance.__pulumiType, name, resourceInputs, opts);
86
+ }
87
+ }
88
+ exports.AzureLargeInstance = AzureLargeInstance;
89
+ /** @internal */
90
+ AzureLargeInstance.__pulumiType = 'azure-native:azurelargeinstance:AzureLargeInstance';
91
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXp1cmVMYXJnZUluc3RhbmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vYXp1cmVsYXJnZWluc3RhbmNlL2F6dXJlTGFyZ2VJbnN0YW5jZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7R0FJRztBQUNILE1BQWEsa0JBQW1CLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDekQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLGtCQUFrQixDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQy9FLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxrQkFBa0IsQ0FBQyxZQUFZLENBQUM7SUFDbkUsQ0FBQztJQTJERDs7Ozs7O09BTUc7SUFDSCxZQUFZLElBQVksRUFBRSxJQUE0QixFQUFFLElBQW1DO1FBQ3ZGLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BF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
@@ -0,0 +1,101 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * AzureLargeStorageInstance info on Azure (ARM properties and
6
+ * AzureLargeStorageInstance properties)
7
+ * Azure REST API version: 2024-08-01-preview.
8
+ */
9
+ export declare class AzureLargeStorageInstance extends pulumi.CustomResource {
10
+ /**
11
+ * Get an existing AzureLargeStorageInstance resource's state with the given name, ID, and optional extra
12
+ * properties used to qualify the lookup.
13
+ *
14
+ * @param name The _unique_ name of the resulting resource.
15
+ * @param id The _unique_ provider ID of the resource to lookup.
16
+ * @param opts Optional settings to control the behavior of the CustomResource.
17
+ */
18
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): AzureLargeStorageInstance;
19
+ /**
20
+ * Returns true if the given object is an instance of AzureLargeStorageInstance. 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 AzureLargeStorageInstance;
24
+ /**
25
+ * Specifies the AzureLargeStorageInstance unique ID.
26
+ */
27
+ readonly azureLargeStorageInstanceUniqueIdentifier: pulumi.Output<string | undefined>;
28
+ /**
29
+ * The managed service identities assigned to this resource.
30
+ */
31
+ readonly identity: pulumi.Output<outputs.azurelargeinstance.ManagedServiceIdentityResponse | undefined>;
32
+ /**
33
+ * The geo-location where the resource lives
34
+ */
35
+ readonly location: pulumi.Output<string>;
36
+ /**
37
+ * The name of the resource
38
+ */
39
+ readonly name: pulumi.Output<string>;
40
+ /**
41
+ * Specifies the storage properties for the AzureLargeStorage instance.
42
+ */
43
+ readonly storageProperties: pulumi.Output<outputs.azurelargeinstance.StoragePropertiesResponse | undefined>;
44
+ /**
45
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
46
+ */
47
+ readonly systemData: pulumi.Output<outputs.azurelargeinstance.SystemDataResponse>;
48
+ /**
49
+ * Resource tags.
50
+ */
51
+ readonly tags: pulumi.Output<{
52
+ [key: string]: string;
53
+ } | undefined>;
54
+ /**
55
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
56
+ */
57
+ readonly type: pulumi.Output<string>;
58
+ /**
59
+ * Create a AzureLargeStorageInstance resource with the given unique name, arguments, and options.
60
+ *
61
+ * @param name The _unique_ name of the resource.
62
+ * @param args The arguments to use to populate this resource's properties.
63
+ * @param opts A bag of options that control this resource's behavior.
64
+ */
65
+ constructor(name: string, args: AzureLargeStorageInstanceArgs, opts?: pulumi.CustomResourceOptions);
66
+ }
67
+ /**
68
+ * The set of arguments for constructing a AzureLargeStorageInstance resource.
69
+ */
70
+ export interface AzureLargeStorageInstanceArgs {
71
+ /**
72
+ * Name of the AzureLargeStorageInstance.
73
+ */
74
+ azureLargeStorageInstanceName?: pulumi.Input<string>;
75
+ /**
76
+ * Specifies the AzureLargeStorageInstance unique ID.
77
+ */
78
+ azureLargeStorageInstanceUniqueIdentifier?: pulumi.Input<string>;
79
+ /**
80
+ * The managed service identities assigned to this resource.
81
+ */
82
+ identity?: pulumi.Input<inputs.azurelargeinstance.ManagedServiceIdentityArgs>;
83
+ /**
84
+ * The geo-location where the resource lives
85
+ */
86
+ location?: pulumi.Input<string>;
87
+ /**
88
+ * The name of the resource group. The name is case insensitive.
89
+ */
90
+ resourceGroupName: pulumi.Input<string>;
91
+ /**
92
+ * Specifies the storage properties for the AzureLargeStorage instance.
93
+ */
94
+ storageProperties?: pulumi.Input<inputs.azurelargeinstance.StoragePropertiesArgs>;
95
+ /**
96
+ * Resource tags.
97
+ */
98
+ tags?: pulumi.Input<{
99
+ [key: string]: pulumi.Input<string>;
100
+ }>;
101
+ }
@@ -0,0 +1,79 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.AzureLargeStorageInstance = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * AzureLargeStorageInstance info on Azure (ARM properties and
10
+ * AzureLargeStorageInstance properties)
11
+ * Azure REST API version: 2024-08-01-preview.
12
+ */
13
+ class AzureLargeStorageInstance extends pulumi.CustomResource {
14
+ /**
15
+ * Get an existing AzureLargeStorageInstance resource's state with the given name, ID, and optional extra
16
+ * properties used to qualify the lookup.
17
+ *
18
+ * @param name The _unique_ name of the resulting resource.
19
+ * @param id The _unique_ provider ID of the resource to lookup.
20
+ * @param opts Optional settings to control the behavior of the CustomResource.
21
+ */
22
+ static get(name, id, opts) {
23
+ return new AzureLargeStorageInstance(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
24
+ }
25
+ /**
26
+ * Returns true if the given object is an instance of AzureLargeStorageInstance. This is designed to work even
27
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
28
+ */
29
+ static isInstance(obj) {
30
+ if (obj === undefined || obj === null) {
31
+ return false;
32
+ }
33
+ return obj['__pulumiType'] === AzureLargeStorageInstance.__pulumiType;
34
+ }
35
+ /**
36
+ * Create a AzureLargeStorageInstance resource with the given unique name, arguments, and options.
37
+ *
38
+ * @param name The _unique_ name of the resource.
39
+ * @param args The arguments to use to populate this resource's properties.
40
+ * @param opts A bag of options that control this resource's behavior.
41
+ */
42
+ constructor(name, args, opts) {
43
+ let resourceInputs = {};
44
+ opts = opts || {};
45
+ if (!opts.id) {
46
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
47
+ throw new Error("Missing required property 'resourceGroupName'");
48
+ }
49
+ resourceInputs["azureLargeStorageInstanceName"] = args ? args.azureLargeStorageInstanceName : undefined;
50
+ resourceInputs["azureLargeStorageInstanceUniqueIdentifier"] = args ? args.azureLargeStorageInstanceUniqueIdentifier : undefined;
51
+ resourceInputs["identity"] = args ? args.identity : undefined;
52
+ resourceInputs["location"] = args ? args.location : undefined;
53
+ resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
54
+ resourceInputs["storageProperties"] = args ? args.storageProperties : undefined;
55
+ resourceInputs["tags"] = args ? args.tags : undefined;
56
+ resourceInputs["name"] = undefined /*out*/;
57
+ resourceInputs["systemData"] = undefined /*out*/;
58
+ resourceInputs["type"] = undefined /*out*/;
59
+ }
60
+ else {
61
+ resourceInputs["azureLargeStorageInstanceUniqueIdentifier"] = undefined /*out*/;
62
+ resourceInputs["identity"] = undefined /*out*/;
63
+ resourceInputs["location"] = undefined /*out*/;
64
+ resourceInputs["name"] = undefined /*out*/;
65
+ resourceInputs["storageProperties"] = undefined /*out*/;
66
+ resourceInputs["systemData"] = undefined /*out*/;
67
+ resourceInputs["tags"] = undefined /*out*/;
68
+ resourceInputs["type"] = undefined /*out*/;
69
+ }
70
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
71
+ const aliasOpts = { aliases: [{ type: "azure-native:azurelargeinstance/v20240801preview:AzureLargeStorageInstance" }] };
72
+ opts = pulumi.mergeOptions(opts, aliasOpts);
73
+ super(AzureLargeStorageInstance.__pulumiType, name, resourceInputs, opts);
74
+ }
75
+ }
76
+ exports.AzureLargeStorageInstance = AzureLargeStorageInstance;
77
+ /** @internal */
78
+ AzureLargeStorageInstance.__pulumiType = 'azure-native:azurelargeinstance:AzureLargeStorageInstance';
79
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXp1cmVMYXJnZVN0b3JhZ2VJbnN0YW5jZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL2F6dXJlbGFyZ2VpbnN0YW5jZS9henVyZUxhcmdlU3RvcmFnZUluc3RhbmNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFBQSxzRUFBc0U7QUFDdEUsaUZBQWlGOzs7QUFFakYseUNBQXlDO0FBSXpDLDBDQUEwQztBQUUxQzs7OztHQUlHO0FBQ0gsTUFBYSx5QkFBMEIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNoRTs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUkseUJBQXlCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDdEYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLHlCQUF5QixDQUFDLFlBQVksQ0FBQztJQUMxRSxDQUFDO0lBbUNEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQW1DLEVBQUUsSUFBbUM7UUFDOUYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxD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
@@ -0,0 +1,102 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Gets an Azure Large Instance for the specified subscription, resource group,
5
+ * and instance name.
6
+ * Azure REST API version: 2024-08-01-preview.
7
+ */
8
+ export declare function getAzureLargeInstance(args: GetAzureLargeInstanceArgs, opts?: pulumi.InvokeOptions): Promise<GetAzureLargeInstanceResult>;
9
+ export interface GetAzureLargeInstanceArgs {
10
+ /**
11
+ * Name of the AzureLargeInstance.
12
+ */
13
+ azureLargeInstanceName: string;
14
+ /**
15
+ * The name of the resource group. The name is case insensitive.
16
+ */
17
+ resourceGroupName: string;
18
+ }
19
+ /**
20
+ * Azure Large Instance info on Azure (ARM properties and AzureLargeInstance
21
+ * properties)
22
+ */
23
+ export interface GetAzureLargeInstanceResult {
24
+ /**
25
+ * Specifies the Azure Large Instance unique ID.
26
+ */
27
+ readonly azureLargeInstanceId?: string;
28
+ /**
29
+ * Specifies the hardware settings for the Azure Large Instance.
30
+ */
31
+ readonly hardwareProfile?: outputs.azurelargeinstance.HardwareProfileResponse;
32
+ /**
33
+ * Hardware revision of an Azure Large Instance
34
+ */
35
+ readonly hwRevision?: string;
36
+ /**
37
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
38
+ */
39
+ readonly id: string;
40
+ /**
41
+ * The geo-location where the resource lives
42
+ */
43
+ readonly location: string;
44
+ /**
45
+ * The name of the resource
46
+ */
47
+ readonly name: string;
48
+ /**
49
+ * Specifies the network settings for the Azure Large Instance.
50
+ */
51
+ readonly networkProfile?: outputs.azurelargeinstance.NetworkProfileResponse;
52
+ /**
53
+ * Specifies the operating system settings for the Azure Large Instance.
54
+ */
55
+ readonly osProfile?: outputs.azurelargeinstance.OsProfileResponse;
56
+ /**
57
+ * Resource power state
58
+ */
59
+ readonly powerState?: string;
60
+ /**
61
+ * State of provisioning of the AzureLargeInstance
62
+ */
63
+ readonly provisioningState: string;
64
+ /**
65
+ * Resource proximity placement group
66
+ */
67
+ readonly proximityPlacementGroup?: string;
68
+ /**
69
+ * Specifies the storage settings for the Azure Large Instance disks.
70
+ */
71
+ readonly storageProfile?: outputs.azurelargeinstance.StorageProfileResponse;
72
+ /**
73
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
74
+ */
75
+ readonly systemData: outputs.azurelargeinstance.SystemDataResponse;
76
+ /**
77
+ * Resource tags.
78
+ */
79
+ readonly tags?: {
80
+ [key: string]: string;
81
+ };
82
+ /**
83
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
84
+ */
85
+ readonly type: string;
86
+ }
87
+ /**
88
+ * Gets an Azure Large Instance for the specified subscription, resource group,
89
+ * and instance name.
90
+ * Azure REST API version: 2024-08-01-preview.
91
+ */
92
+ export declare function getAzureLargeInstanceOutput(args: GetAzureLargeInstanceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAzureLargeInstanceResult>;
93
+ export interface GetAzureLargeInstanceOutputArgs {
94
+ /**
95
+ * Name of the AzureLargeInstance.
96
+ */
97
+ azureLargeInstanceName: pulumi.Input<string>;
98
+ /**
99
+ * The name of the resource group. The name is case insensitive.
100
+ */
101
+ resourceGroupName: pulumi.Input<string>;
102
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getAzureLargeInstanceOutput = exports.getAzureLargeInstance = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Gets an Azure Large Instance for the specified subscription, resource group,
10
+ * and instance name.
11
+ * Azure REST API version: 2024-08-01-preview.
12
+ */
13
+ function getAzureLargeInstance(args, opts) {
14
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
15
+ return pulumi.runtime.invoke("azure-native:azurelargeinstance:getAzureLargeInstance", {
16
+ "azureLargeInstanceName": args.azureLargeInstanceName,
17
+ "resourceGroupName": args.resourceGroupName,
18
+ }, opts);
19
+ }
20
+ exports.getAzureLargeInstance = getAzureLargeInstance;
21
+ /**
22
+ * Gets an Azure Large Instance for the specified subscription, resource group,
23
+ * and instance name.
24
+ * Azure REST API version: 2024-08-01-preview.
25
+ */
26
+ function getAzureLargeInstanceOutput(args, opts) {
27
+ return pulumi.output(args).apply((a) => getAzureLargeInstance(a, opts));
28
+ }
29
+ exports.getAzureLargeInstanceOutput = getAzureLargeInstanceOutput;
30
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0QXp1cmVMYXJnZUluc3RhbmNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vYXp1cmVsYXJnZWluc3RhbmNlL2dldEF6dXJlTGFyZ2VJbnN0YW5jZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6QywwQ0FBMEM7QUFFMUM7Ozs7R0FJRztBQUNILFNBQWdCLHFCQUFxQixDQUFDLElBQStCLEVBQUUsSUFBMkI7SUFFOUYsSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsdURBQXVELEVBQUU7UUFDbEYsd0JBQXdCLEVBQUUsSUFBSSxDQUFDLHNCQUFzQjtRQUNyRCxtQkFBbUIsRUFBRSxJQUFJLENBQUMsaUJBQWlCO0tBQzlDLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBUEQsc0RBT0M7QUErRUQ7Ozs7R0FJRztBQUNILFNBQWdCLDJCQUEyQixDQUFDLElBQXFDLEVBQUUsSUFBMkI7SUFDMUcsT0FBTyxNQUFNLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQU0sRUFBRSxFQUFFLENBQUMscUJBQXFCLENBQUMsQ0FBQyxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUE7QUFDaEYsQ0FBQztBQUZELGtFQUVDIn0=
@@ -0,0 +1,78 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Gets an Azure Large Storage instance for the specified subscription, resource
5
+ * group, and instance name.
6
+ * Azure REST API version: 2024-08-01-preview.
7
+ */
8
+ export declare function getAzureLargeStorageInstance(args: GetAzureLargeStorageInstanceArgs, opts?: pulumi.InvokeOptions): Promise<GetAzureLargeStorageInstanceResult>;
9
+ export interface GetAzureLargeStorageInstanceArgs {
10
+ /**
11
+ * Name of the AzureLargeStorageInstance.
12
+ */
13
+ azureLargeStorageInstanceName: string;
14
+ /**
15
+ * The name of the resource group. The name is case insensitive.
16
+ */
17
+ resourceGroupName: string;
18
+ }
19
+ /**
20
+ * AzureLargeStorageInstance info on Azure (ARM properties and
21
+ * AzureLargeStorageInstance properties)
22
+ */
23
+ export interface GetAzureLargeStorageInstanceResult {
24
+ /**
25
+ * Specifies the AzureLargeStorageInstance unique ID.
26
+ */
27
+ readonly azureLargeStorageInstanceUniqueIdentifier?: string;
28
+ /**
29
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
30
+ */
31
+ readonly id: string;
32
+ /**
33
+ * The managed service identities assigned to this resource.
34
+ */
35
+ readonly identity?: outputs.azurelargeinstance.ManagedServiceIdentityResponse;
36
+ /**
37
+ * The geo-location where the resource lives
38
+ */
39
+ readonly location: string;
40
+ /**
41
+ * The name of the resource
42
+ */
43
+ readonly name: string;
44
+ /**
45
+ * Specifies the storage properties for the AzureLargeStorage instance.
46
+ */
47
+ readonly storageProperties?: outputs.azurelargeinstance.StoragePropertiesResponse;
48
+ /**
49
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
50
+ */
51
+ readonly systemData: outputs.azurelargeinstance.SystemDataResponse;
52
+ /**
53
+ * Resource tags.
54
+ */
55
+ readonly tags?: {
56
+ [key: string]: string;
57
+ };
58
+ /**
59
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
60
+ */
61
+ readonly type: string;
62
+ }
63
+ /**
64
+ * Gets an Azure Large Storage instance for the specified subscription, resource
65
+ * group, and instance name.
66
+ * Azure REST API version: 2024-08-01-preview.
67
+ */
68
+ export declare function getAzureLargeStorageInstanceOutput(args: GetAzureLargeStorageInstanceOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetAzureLargeStorageInstanceResult>;
69
+ export interface GetAzureLargeStorageInstanceOutputArgs {
70
+ /**
71
+ * Name of the AzureLargeStorageInstance.
72
+ */
73
+ azureLargeStorageInstanceName: pulumi.Input<string>;
74
+ /**
75
+ * The name of the resource group. The name is case insensitive.
76
+ */
77
+ resourceGroupName: pulumi.Input<string>;
78
+ }