Skip to content

CloudAssemblyBuilderProps

Construction properties for CloudAssemblyBuilder.

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cxapi;
new CloudAssemblyBuilderProps {
    string AssetOutdir = null,
    CloudAssemblyBuilder ParentBuilder = null
};

Properties

Name Type Description
AssetOutdir string Use the given asset output directory.
ParentBuilder CloudAssemblyBuilder If this builder is for a nested assembly, the parent assembly builder.

AssetOutdirOptional

public string AssetOutdir { get; set; }
  • Type: string
  • Default: Same as the manifest outdir

Use the given asset output directory.


ParentBuilderOptional

public CloudAssemblyBuilder ParentBuilder { get; set; }

If this builder is for a nested assembly, the parent assembly builder.