ISupportsBatchCreation<IFluentResourceT> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET