Amazon.ECS.Model.TagLookupRequest.WithTagSort C# (CSharp) Méthode

WithTagSort() public méthode

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