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
System.Object
Resource
CustomResource
ProviderResource
Inherited Members
CustomResource.Id
Resource.Urn
Resource.GetResourceType()
Resource.GetResourceName()
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 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
System.String package
System.String name
ResourceArgs args
CustomResourceOptions options
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.