ISupportsBatchCreation<IFluentResourceT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |