다음을 통해 공유


ISupportsBatchCreation<IFluentResourceT> 인터페이스

정의

동일한 유형의 Azure 최상위 리소스 일괄 처리를 만들 수 있는 액세스 권한 제공

public interface ISupportsBatchCreation<IFluentResourceT> where IFluentResourceT : IHasId
type ISupportsBatchCreation<'IFluentResourceT (requires 'IFluentResourceT :> IHasId)> = interface
Public Interface ISupportsBatchCreation(Of IFluentResourceT)

형식 매개 변수

IFluentResourceT

최상위 Azure 리소스 종류

파생

메서드

Create(ICreatable<IFluentResourceT>[])

리소스 집합(일괄 처리)을 만듭니다.

Create(IEnumerable<ICreatable<IFluentResourceT>>)

리소스 집합(일괄 처리)을 만듭니다.

CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken)

리소스 집합(일괄 처리)을 만듭니다.

적용 대상