Поделиться через


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)

Создает набор (пакет) ресурсов.

Применяется к