Compartir a través de


ISupportsGettingById<T> Interfaz

Definición

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

Parámetros de tipo

T
Derivado

Métodos

GetById(String)

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

GetByIdAsync(String, CancellationToken)

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

Se aplica a