TagsOperations.List(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.
This operation performs a union of predefined tags, resource tags, resource group tags and subscription tags, and returns a summary of usage for each tag name and value under the given subscription. In case of a large number of tags, this operation may return a previously cached result.
public virtual Azure.Pageable<Azure.ResourceManager.Resources.Models.TagDetails> List (System.Threading.CancellationToken cancellationToken = default);
abstract member List : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Models.TagDetails>
override this.List : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Resources.Models.TagDetails>
Public Overridable Function List (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of TagDetails)
Parameters
- cancellationToken
- System.Threading.CancellationToken
The cancellation token to use.