Amazon.ECS.Model.MerchantItemAttributes.WithTotalVGAOutPorts C# (CSharp) 메소드

WithTotalVGAOutPorts() 공개 메소드

Sets the TotalVGAOutPorts property
public WithTotalVGAOutPorts ( Decimal totalVGAOutPorts ) : MerchantItemAttributes
totalVGAOutPorts Decimal TotalVGAOutPorts property
리턴 MerchantItemAttributes
        public MerchantItemAttributes WithTotalVGAOutPorts(Decimal totalVGAOutPorts)
        {
            this.totalVGAOutPortsField = totalVGAOutPorts;
            return this;
        }
MerchantItemAttributes