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

WithTotalVGAOutPorts() public méthode

Sets the TotalVGAOutPorts property
public WithTotalVGAOutPorts ( Decimal totalVGAOutPorts ) : ItemAttributes
totalVGAOutPorts Decimal TotalVGAOutPorts property
Résultat ItemAttributes
        public ItemAttributes WithTotalVGAOutPorts(Decimal totalVGAOutPorts)
        {
            this.totalVGAOutPortsField = totalVGAOutPorts;
            return this;
        }
ItemAttributes