Amazon.ECS.Model.Image.WithWidth C# (CSharp) Méthode

WithWidth() public méthode

Sets the Width property
public WithWidth ( DecimalWithUnits width ) : Image
width DecimalWithUnits Width property
Résultat Image
        public Image WithWidth(DecimalWithUnits width)
        {
            this.widthField = width;
            return this;
        }