ISupportsListingByTag<T>.ListByTagAsync(String, String, Boolean, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lists all the resources with the specified tag.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<T>> ListByTagAsync (string tagName, string tagValue, bool loadAllPages = true, System.Threading.CancellationToken cancellationToken = default);
abstract member ListByTagAsync : string * string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<'T>>
Public Function ListByTagAsync (tagName As String, tagValue As String, Optional loadAllPages As Boolean = true, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of T))
Parameters
- tagName
- System.String
tag's name as the key
- tagValue
- System.String
tag's value
- loadAllPages
- System.Boolean
- cancellationToken
- System.Threading.CancellationToken
cancellationToken the cancellation token
Returns
- System.Threading.Tasks.Task<IPagedCollection<T>>