Amazon.ECS.Model.ItemAttributes.WithTotalParallelPorts C# (CSharp) Méthode

WithTotalParallelPorts() public méthode

Sets the TotalParallelPorts property
public WithTotalParallelPorts ( Decimal totalParallelPorts ) : ItemAttributes
totalParallelPorts Decimal TotalParallelPorts property
Résultat ItemAttributes
        public ItemAttributes WithTotalParallelPorts(Decimal totalParallelPorts)
        {
            this.totalParallelPortsField = totalParallelPorts;
            return this;
        }
ItemAttributes