Show / Hide Table of Contents

Class StringAsset

StringAsset is a kind of asset produced from an in-memory UTF8-encoded string.

Inheritance
System.Object
AssetOrArchive
Asset
StringAsset
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 sealed class StringAsset : Asset

Constructors

View Source

StringAsset(String)

Declaration
public StringAsset(string text)
Parameters
Type Name Description
System.String text
  • View Source
Back to top Copyright 2016-2022, Pulumi Corporation.