Partager via


ISupportsGettingById<T> Interface

Définition

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

Paramètres de type

T
Dérivé

Méthodes

GetById(String)

Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource.

GetByIdAsync(String, CancellationToken)

Obtient les informations sur une ressource à partir d’Azure en fonction de l’ID de ressource.

S’applique à