ISupportsBatchCreation<IFluentResourceT>.CreateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a set (batch) of resources.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.ICreatedResources<IFluentResourceT>> CreateAsync (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<IFluentResourceT>> creatables, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateAsync : seq<Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<'IFluentResourceT>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.ICreatedResources<'IFluentResourceT>>
Public Function CreateAsync (creatables As IEnumerable(Of ICreatable(Of IFluentResourceT)), Optional cancellationToken As CancellationToken = Nothing) As Task(Of ICreatedResources(Of IFluentResourceT))
Parameters
- creatables
- IEnumerable<ICreatable<IFluentResourceT>>
the creatables in the batch
- cancellationToken
- CancellationToken
Returns
Task<ICreatedResources<IFluentResourceT>>
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET