Amazon.ECS.Model.ItemAttributes.WithSupportedImageType C# (CSharp) 메소드

WithSupportedImageType() 공개 메소드

Sets the SupportedImageType property
public WithSupportedImageType ( ) : ItemAttributes
리턴 ItemAttributes
        public ItemAttributes WithSupportedImageType(params String[] list)
        {
            foreach (String item in list)
            {
                SupportedImageType.Add(item);
            }
            return this;
        }
ItemAttributes