DockerImageAsset
A file asset.
Initializer
using AlibabaCloud.SDK.ROS.CDK.Assembly.Schema;
new DockerImageAsset {
System.Collections.Generic.IDictionary<string, DockerImageDestination> Destinations,
DockerImageSource Source
};
Properties
| Name | Type | Description |
|---|---|---|
Destinations |
System.Collections.Generic.IDictionary |
Destinations for this file asset. |
Source |
DockerImageSource |
Source description for file assets. |
DestinationsRequired
public System.Collections.Generic.IDictionary<string, DockerImageDestination> Destinations { get; set; }
- Type: System.Collections.Generic.IDictionary
DockerImageDestination\>
Destinations for this file asset.
SourceRequired
public DockerImageSource Source { get; set; }
- Type: DockerImageSource
Source description for file assets.