Class Urn
An automatically generated logical URN, used to stably identify resources. These are created automatically by Pulumi to identify resources. They cannot be manually constructed.
Inheritance
System.Object
Urn
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 static class Urn
Methods
View SourceCreate(Input<String>, Input<String>, Resource, Input<String>, Input<String>, Input<String>)
Computes a URN from the combination of a resource name, resource type, optional parent, optional project and optional stack.
Declaration
public static Output<string> Create(Input<string> name, Input<string> type, Resource parent = null, Input<string> parentUrn = null, Input<string> project = null, Input<string> stack = null)
Parameters
Type | Name | Description |
---|---|---|
Input<System.String> | name | |
Input<System.String> | type | |
Resource | parent | |
Input<System.String> | parentUrn | |
Input<System.String> | project | |
Input<System.String> | stack |
Returns
Type | Description |
---|---|
Output<System.String> |