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

WithTotalUSBPorts() public méthode

Sets the TotalUSBPorts property
public WithTotalUSBPorts ( Decimal totalUSBPorts ) : ItemAttributes
totalUSBPorts Decimal TotalUSBPorts property
Résultat ItemAttributes
        public ItemAttributes WithTotalUSBPorts(Decimal totalUSBPorts)
        {
            this.totalUSBPortsField = totalUSBPorts;
            return this;
        }
ItemAttributes