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

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

Sets the AnalogVideoFormat property
public WithAnalogVideoFormat ( String analogVideoFormat ) : ItemAttributes
analogVideoFormat String AnalogVideoFormat property
Результат ItemAttributes
        public ItemAttributes WithAnalogVideoFormat(String analogVideoFormat)
        {
            this.analogVideoFormatField = analogVideoFormat;
            return this;
        }
ItemAttributes