ISupportsBatchCreation<IFluentResourceT> Interface

Definition

Providing access to creating a batch of Azure top level resources of same type.

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

Type Parameters

IFluentResourceT

the top level Azure resource type

Derived

Methods

Create(ICreatable<IFluentResourceT>[])

Creates a set (batch) of resources.

Create(IEnumerable<ICreatable<IFluentResourceT>>)

Creates a set (batch) of resources.

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

Creates a set (batch) of resources.

Applies to