Amazon.ECS.Model.ItemAttributes.WithTotalParallelPorts C# (CSharp) Метод

WithTotalParallelPorts() публичный Метод

Sets the TotalParallelPorts property
public WithTotalParallelPorts ( Decimal totalParallelPorts ) : ItemAttributes
totalParallelPorts Decimal TotalParallelPorts property
Результат ItemAttributes
        public ItemAttributes WithTotalParallelPorts(Decimal totalParallelPorts)
        {
            this.totalParallelPortsField = totalParallelPorts;
            return this;
        }
ItemAttributes