Class Resource
Resource represents a class whose CRUD operations are implemented by a provider plugin.
Inherited Members
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class Resource
Properties
View SourceUrn
Urn is the stable logical URN used to distinctly address a resource, both before and after deployments.
Declaration
[Output("urn")]
public Output<string> Urn { get; }
Property Value
| Type | Description |
|---|---|
| Output<string> |
Methods
View SourceGetResourceName()
The name assigned to the resource at construction.
Declaration
public string GetResourceName()
Returns
| Type | Description |
|---|---|
| string |
GetResourceType()
The type assigned to the resource at construction.
Declaration
public string GetResourceType()
Returns
| Type | Description |
|---|---|
| string |