Amazon.ECS.Model.TagLookupRequest.WithTagSort C# (CSharp) 메소드

WithTagSort() 공개 메소드

Sets the TagSort property
public WithTagSort ( String tagSort ) : TagLookupRequest
tagSort String TagSort property
리턴 TagLookupRequest
        public TagLookupRequest WithTagSort(String tagSort)
        {
            this.tagSortField = tagSort;
            return this;
        }