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