Show / Hide Table of Contents

Class RemoteAsset

RemoteAsset is a kind of asset produced from a given URI string. The URI's scheme dictates the protocol for fetching contents: file:// specifies a local file, http:// and https:// specify HTTP and HTTPS, respectively. Note that specific providers may recognize alternative schemes; this is merely the base-most set that all providers support.

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

Constructors

View Source

RemoteAsset(String)

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