Class ProviderResource
ProviderResource is a Resource that implements CRUD operations for other custom resources. These resources are managed similarly to other resources, including the usual diffing and update semantics.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class ProviderResource : CustomResource
Constructors
View SourceProviderResource(String, String, ResourceArgs, CustomResourceOptions)
Creates and registers a new provider resource for a particular package.
Declaration
public ProviderResource(string package, string name, ResourceArgs args, CustomResourceOptions options = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | package | The package associated with this provider. |
System.String | name | The unique name of the provider. |
ResourceArgs | args | The configuration to use for this provider. |
CustomResourceOptions | options | A bag of options that control this provider's behavior. |