ISupportsListingByTag<T> Interface
Definition
Provides access to listing Azure resources of a specific type based on their tag.
public interface ISupportsListingByTag<T>
type ISupportsListingByTag<'T> = interface
Public Interface ISupportsListingByTag(Of T)
Type Parameters
- T
- Derived
Methods
ListByTag(String, String) |
Lists all the resources with the specified tag. |
ListByTagAsync(String, String, Boolean, CancellationToken) |
Lists all the resources with the specified tag. |