Skip to content

CustomContainerConfigProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc3;
new CustomContainerConfigProperty {
    object AccelerationInfo = null,
    object AccelerationType = null,
    object AcrInstanceId = null,
    object Command = null,
    object Entrypoint = null,
    object HealthCheckConfig = null,
    object Image = null,
    object Port = null,
    object ResolvedImageUri = null
};

Properties

Name Type Description
AccelerationInfo object No description.
AccelerationType object No description.
AcrInstanceId object No description.
Command object No description.
Entrypoint object No description.
HealthCheckConfig object No description.
Image object No description.
Port object No description.
ResolvedImageUri object No description.

AccelerationInfoOptional

public object AccelerationInfo { get; set; }
  • Type: object

AccelerationTypeOptional

public object AccelerationType { get; set; }
  • Type: object

AcrInstanceIdOptional

public object AcrInstanceId { get; set; }
  • Type: object

CommandOptional

public object Command { get; set; }
  • Type: object

EntrypointOptional

public object Entrypoint { get; set; }
  • Type: object

HealthCheckConfigOptional

public object HealthCheckConfig { get; set; }
  • Type: object

ImageOptional

public object Image { get; set; }
  • Type: object

PortOptional

public object Port { get; set; }
  • Type: object

ResolvedImageUriOptional

public object ResolvedImageUri { get; set; }
  • Type: object