Condividi tramite


ISupportsListingInResourceGroupByTag<T> Interface

Definition

Provides access to listing Azure resources of a specific type based on their tag.

public interface ISupportsListingInResourceGroupByTag<T>
type ISupportsListingInResourceGroupByTag<'T> = interface
Public Interface ISupportsListingInResourceGroupByTag(Of T)

Type Parameters

T
Derived

Methods

ListByTag(String, String, String)

Lists all the resources with the specified tag.

ListByTagAsync(String, String, String, Boolean, CancellationToken)

Lists all the resources with the specified tag.

Applies to