Amazon.ECS.Model.ItemAttributes.WithTotalSerialPorts C# (CSharp) 메소드

WithTotalSerialPorts() 공개 메소드

Sets the TotalSerialPorts property
public WithTotalSerialPorts ( Decimal totalSerialPorts ) : ItemAttributes
totalSerialPorts Decimal TotalSerialPorts property
리턴 ItemAttributes
        public ItemAttributes WithTotalSerialPorts(Decimal totalSerialPorts)
        {
            this.totalSerialPortsField = totalSerialPorts;
            return this;
        }
ItemAttributes