Compartir a través de


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

Definición

Obtiene la información sobre un recurso de Azure basado en el identificador de recurso.

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

Parámetros

id
String

id. del recurso.

Devoluciones

T

una representación inmutable del recurso

Se aplica a