Show / Hide Table of Contents

Class FileArchive

A FileArchive is a file-based archive, or a collection of file-based assets. This can be a raw directory or a single archive file in one of the supported formats(.tar, .tar.gz, or.zip).

Inheritance
System.Object
AssetOrArchive
Archive
FileArchive
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 FileArchive : Archive

Constructors

View Source

FileArchive(String)

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