Class ExecutorImage
Information about the remote execution image.
Inherited Members
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class ExecutorImage
Constructors
View SourceExecutorImage(string)
Declaration
public ExecutorImage(string image)
Parameters
| Type | Name | Description |
|---|---|---|
| string | image |
Properties
View SourceCredentials
Credentials for the remote execution Docker image.
Declaration
public DockerImageCredentials? Credentials { get; set; }
Property Value
| Type | Description |
|---|---|
| DockerImageCredentials |
Image
The Docker image to use.
Declaration
public string Image { get; set; }
Property Value
| Type | Description |
|---|---|
| string |