你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

创建一组资源 (批处理) 。

适用于