ISupportsBatchCreation<IFluentResourceT> Interfaccia

Definizione

Fornire l'accesso alla creazione di un batch di risorse di primo livello di Azure dello stesso tipo.

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

Parametri di tipo

IFluentResourceT

tipo di risorsa di Azure di primo livello

Derivato

Metodi

Create(ICreatable<IFluentResourceT>[])

Crea un set (batch) di risorse.

Create(IEnumerable<ICreatable<IFluentResourceT>>)

Crea un set (batch) di risorse.

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

Crea un set (batch) di risorse.

Si applica a