Compartir a través de


ISupportsBatchCreation<IFluentResourceT> Interfaz

Definición

Proporcionar acceso a la creación de un lote de recursos de nivel superior de Azure del mismo tipo.

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

Parámetros de tipo

IFluentResourceT

el tipo de recurso de Azure de nivel superior

Derivado

Métodos

Create(ICreatable<IFluentResourceT>[])

Crea un conjunto (lote) de recursos.

Create(IEnumerable<ICreatable<IFluentResourceT>>)

Crea un conjunto (lote) de recursos.

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

Crea un conjunto (lote) de recursos.

Se aplica a