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

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

Sets the TotalVGAOutPorts property
public WithTotalVGAOutPorts ( Decimal totalVGAOutPorts ) : ItemAttributes
totalVGAOutPorts Decimal TotalVGAOutPorts property
Результат ItemAttributes
        public ItemAttributes WithTotalVGAOutPorts(Decimal totalVGAOutPorts)
        {
            this.totalVGAOutPortsField = totalVGAOutPorts;
            return this;
        }
ItemAttributes