Show / Hide Table of Contents

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.

Inheritance
object
Resource
CustomResource
ProviderResource
Inherited Members
CustomResource.Id
Resource.Urn
Resource.GetResourceType()
Resource.GetResourceName()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class ProviderResource : CustomResource

Constructors

View Source

ProviderResource(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.

  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.