Partager via


ISupportsGettingById<T>.GetById(String) Méthode

Définition

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

public T GetById (string id);
abstract member GetById : string -> 'T
Public Function GetById (id As String) As T

Paramètres

id
String

id l’ID de la ressource.

Retours

T

représentation immuable de la ressource

S’applique à