IWithCreatableResourceGroup<T> 인터페이스

정의

새 만들기 가능한 리소스 그룹을 지정할 수 있는 리소스 정의입니다.

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

형식 매개 변수

T

리소스 정의의 다음 단계

파생

메서드

WithNewResourceGroup(ICreatable<IResourceGroup>)

지정된 정의에 따라 리소스를 넣을 새 리소스 그룹을 만듭니다.

적용 대상