Show / Hide Table of Contents

Class FileAsset

FileAsset is a kind of asset produced from a given path to a file on the local filesystem.

Inheritance
System.Object
AssetOrArchive
Asset
FileAsset
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 FileAsset : Asset

Constructors

View Source

FileAsset(String)

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