CustomRuntimeConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc3;
new CustomRuntimeConfigProperty {
object Args = null,
object Command = null,
object HealthCheckConfig = null,
object Port = null
};
Properties
Name | Type | Description |
---|---|---|
Args |
object |
No description. |
Command |
object |
No description. |
HealthCheckConfig |
object |
No description. |
Port |
object |
No description. |
Args
Optional
public object Args { get; set; }
- Type: object
Command
Optional
public object Command { get; set; }
- Type: object
HealthCheckConfig
Optional
public object HealthCheckConfig { get; set; }
- Type: object
Port
Optional
public object Port { get; set; }
- Type: object