Share via


ExternalChildResource<FluentModelT,InnerModelT,IParentT,ParentImplT>.CreateAsync Method

Definition

Creates this external child resource.

public abstract System.Threading.Tasks.Task<FluentModelT> CreateAsync (System.Threading.CancellationToken cancellationToken);
abstract member CreateAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<'FluentModelT (requires 'FluentModelT : null and 'FluentModelT :> Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<'FluentModelT, 'IParentT>)>
Public MustOverride Function CreateAsync (cancellationToken As CancellationToken) As Task(Of FluentModelT)

Parameters

cancellationToken
CancellationToken

Returns

Task<FluentModelT>

the task to track the create action

Applies to