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

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

Sets the TotalNTSCPALPorts property
public WithTotalNTSCPALPorts ( Decimal totalNTSCPALPorts ) : ItemAttributes
totalNTSCPALPorts Decimal TotalNTSCPALPorts property
Результат ItemAttributes
        public ItemAttributes WithTotalNTSCPALPorts(Decimal totalNTSCPALPorts)
        {
            this.totalNTSCPALPortsField = totalNTSCPALPorts;
            return this;
        }
ItemAttributes