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

Constructors

View Source

AssetArchive(IDictionary<String, AssetOrArchive>)

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