ExternalChildResource<FluentModelT,InnerModelT,IParentT,ParentImplT>.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 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