Skip to content

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.IDictionaryDockerImageDestination\> 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.IDictionaryDockerImageDestination\>

Destinations for this file asset.


SourceRequired

public DockerImageSource Source { get; set; }

Source description for file assets.