Skip to content
Docs Try Aspire

PublishECSFargateServiceConfig Properties

Class Properties 6 members
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
ConstructContainerDefinitionCallback Section titled ConstructContainerDefinitionCallback nullable PublishCallback<ContainerDefinition>
public PublishCallback<ContainerDefinition>? ConstructContainerDefinitionCallback { get; set; }
ConstructFargateServiceCallback Section titled ConstructFargateServiceCallback nullable PublishCallback<FargateService>
public PublishCallback<FargateService>? ConstructFargateServiceCallback { get; set; }
ConstructFargateTaskDefinitionCallback Section titled ConstructFargateTaskDefinitionCallback nullable PublishCallback<FargateTaskDefinition>
public PublishCallback<FargateTaskDefinition>? ConstructFargateTaskDefinitionCallback { get; set; }
PropsContainerDefinitionCallback Section titled PropsContainerDefinitionCallback nullable PublishCallback<ContainerDefinitionProps>
public PublishCallback<ContainerDefinitionProps>? PropsContainerDefinitionCallback { get; set; }
PropsFargateServiceCallback Section titled PropsFargateServiceCallback nullable PublishCallback<FargateServiceProps>
public PublishCallback<FargateServiceProps>? PropsFargateServiceCallback { get; set; }
PropsFargateTaskDefinitionCallback Section titled PropsFargateTaskDefinitionCallback nullable PublishCallback<FargateTaskDefinitionProps>
public PublishCallback<FargateTaskDefinitionProps>? PropsFargateTaskDefinitionCallback { get; set; }