다음을 통해 공유


ISupportsGettingById<T> 인터페이스

정의

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

형식 매개 변수

T
파생

메서드

GetById(String)

리소스 ID를 기반으로 Azure에서 리소스에 대한 정보를 가져옵니다.

GetByIdAsync(String, CancellationToken)

리소스 ID를 기반으로 Azure에서 리소스에 대한 정보를 가져옵니다.

적용 대상