Amazon.ECS.Model.ImageSet.WithThumbnailImage C# (CSharp) 메소드

WithThumbnailImage() 공개 메소드

Sets the ThumbnailImage property
public WithThumbnailImage ( Image thumbnailImage ) : ImageSet
thumbnailImage Image ThumbnailImage property
리턴 ImageSet
        public ImageSet WithThumbnailImage(Image thumbnailImage)
        {
            this.thumbnailImageField = thumbnailImage;
            return this;
        }