File tree 1 file changed +21
-0
lines changed
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 170
170
ConfigMissingException is used when a configuration value is completely missing.
171
171
</summary>
172
172
</member>
173
+ <member name="T:Pulumi.Experimental.Provider.ComponentAnalyzer">
174
+ <summary>
175
+ Analyzes component resource types and generates a package schema.
176
+ </summary>
177
+ </member>
178
+ <member name="M:Pulumi.Experimental.Provider.ComponentAnalyzer.GenerateSchema(Pulumi.Experimental.Provider.Metadata,System.Reflection.Assembly)">
179
+ <summary>
180
+ Analyzes the components in the given assembly and generates a package schema.
181
+ </summary>
182
+ <param name="metadata">The package metadata including name (required), version and display name (optional)</param>
183
+ <param name="assembly">The assembly containing component resource types to analyze</param>
184
+ <returns>A PackageSpec containing the complete schema for all components and their types</returns>
185
+ </member>
186
+ <member name="M:Pulumi.Experimental.Provider.ComponentAnalyzer.GenerateSchema(Pulumi.Experimental.Provider.Metadata,System.Type[])">
187
+ <summary>
188
+ Analyzes the specified component types and generates a package schema.
189
+ </summary>
190
+ <param name="metadata">The package metadata including name (required), version and display name (optional)</param>
191
+ <param name="componentTypes">The component resource types to analyze</param>
192
+ <returns>A PackageSpec containing the complete schema for all components and their types</returns>
193
+ </member>
173
194
<member name="T:Pulumi.Experimental.Provider.LogSeverity">
174
195
<summary>
175
196
LogSeverity is the severity level of a log message. Errors are fatal; all others are informational.
You can’t perform that action at this time.
0 commit comments