Show / Hide Table of Contents

Class RemoteArchive

A RemoteArchive is a file-based archive fetched from a remote location. The URI's scheme dictates the protocol for fetching the archive's contents: file:// is a local file (just like a FileArchive), http:// and https:// specify HTTP and HTTPS, respectively, and specific providers may recognize custom schemes.

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

Constructors

View Source

RemoteArchive(String)

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