Share via


ISupportsListingByTag<T>.ListByTag(String, String) Method

Definition

Lists all the resources with the specified tag.

public System.Collections.Generic.IEnumerable<T> ListByTag (string tagName, string tagValue);
abstract member ListByTag : string * string -> seq<'T>
Public Function ListByTag (tagName As String, tagValue As String) As IEnumerable(Of T)

Parameters

tagName
String

tag's name as the key

tagValue
String

tag's value

Returns

Applies to