다음을 통해 공유


ISupportsGettingByResourceGroup<T> 인터페이스

정의

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

형식 매개 변수

T
파생

메서드

GetByResourceGroup(String, String)

리소스 이름 및 해당 리소스 그룹의 이름을 기반으로 Azure에서 리소스에 대한 정보를 가져옵니다.

GetByResourceGroupAsync(String, String, CancellationToken)

리소스 이름 및 해당 리소스 그룹의 이름을 기반으로 Azure에서 리소스에 대한 정보를 가져옵니다.

적용 대상