共用方式為


ISupportsBatchCreation<IFluentResourceT> 介面

定義

提供建立相同類型之 Azure 最上層資源的存取權。

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

類型參數

IFluentResourceT

最上層 Azure 資源類型

衍生

方法

Create(ICreatable<IFluentResourceT>[])

建立一組 (批次) 資源。

Create(IEnumerable<ICreatable<IFluentResourceT>>)

建立一組 (批次) 資源。

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

建立一組 (批次) 資源。

適用於