Partager via


ISupportsBatchCreation<IFluentResourceT> Interface

Définition

Fournir l’accès à la création d’un lot de ressources de niveau supérieur Azure du même type.

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

Paramètres de type

IFluentResourceT

type de ressource Azure de niveau supérieur

Dérivé

Méthodes

Create(ICreatable<IFluentResourceT>[])

Crée un ensemble (lot) de ressources.

Create(IEnumerable<ICreatable<IFluentResourceT>>)

Crée un ensemble (lot) de ressources.

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

Crée un ensemble (lot) de ressources.

S’applique à