Skip to content

Commit

Permalink
update pulumi.xml docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Ajaj committed Feb 22, 2025
1 parent 0467f31 commit c4bbd3a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions sdk/Pulumi/Pulumi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1907,6 +1907,21 @@
<param name="options">A bag of options that control this resource's behavior.</param>
<param name="remote">True if this is a remote component resource.</param>
</member>
<member name="M:Pulumi.ComponentResource.#ctor(System.String,System.String,Pulumi.ResourceArgs,Pulumi.ComponentResourceOptions,System.Boolean,Pulumi.RegisterPackageRequest)">
<summary>
Creates and registers a new component resource. <paramref name="type"/> is the fully
qualified type token and <paramref name="name"/> is the "name" part to use in creating a
stable and globally unique URN for the object. <c>options.parent</c> is the optional parent
for this component, and [options.dependsOn] is an optional list of other resources that
this resource depends on, controlling the order in which we perform resource operations.
</summary>
<param name="type">The type of the resource.</param>
<param name="name">The unique name of the resource.</param>
<param name="args">The arguments to use to populate the new resource.</param>
<param name="options">A bag of options that control this resource's behavior.</param>
<param name="remote">True if this is a remote component resource.</param>
<param name="registerPackageRequest">Package parameterization options.</param>
</member>
<member name="M:Pulumi.ComponentResource.RegisterOutputs">
<summary>
RegisterOutputs registers synthetic outputs that a component has initialized, usually by
Expand Down

0 comments on commit c4bbd3a

Please sign in to comment.