Show / Hide Table of Contents

Class AssetArchive

An AssetArchive is an archive created from an in-memory collection of named assets or other archives.

Inheritance
object
AssetOrArchive
Archive
AssetArchive
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public sealed class AssetArchive : Archive

Constructors

View Source

AssetArchive(IDictionary<string, AssetOrArchive>)

Declaration
public AssetArchive(IDictionary<string, AssetOrArchive> assets)
Parameters
Type Name Description
IDictionary<string, AssetOrArchive> assets
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.