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
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class ProviderResource : CustomResourceConstructors
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 | 
|---|---|---|
| string | package | The package associated with this provider. | 
| 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. |