ISupportsBatchCreation<IFluentResourceT> Interface

Definição

Fornecendo acesso à criação de um lote de recursos de nível superior do Azure do mesmo 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

o tipo de recurso do Azure de nível superior

Derivado

Métodos

Create(ICreatable<IFluentResourceT>[])

Cria um conjunto (lote) de recursos.

Create(IEnumerable<ICreatable<IFluentResourceT>>)

Cria um conjunto (lote) de recursos.

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

Cria um conjunto (lote) de recursos.

Aplica-se a