Amazon.ECS.Model.Image.WithHeight C# (CSharp) Метод

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

Sets the Height property
public WithHeight ( DecimalWithUnits height ) : Image
height DecimalWithUnits Height property
Результат Image
        public Image WithHeight(DecimalWithUnits height)
        {
            this.heightField = height;
            return this;
        }