Share via


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

Definition

Updates this external child resource.

public abstract System.Threading.Tasks.Task<FluentModelT> UpdateAsync (System.Threading.CancellationToken cancellationToken);
abstract member UpdateAsync : 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 UpdateAsync (cancellationToken As CancellationToken) As Task(Of FluentModelT)

Parameters

cancellationToken
CancellationToken

Returns

Task<FluentModelT>

the task to track the update action

Applies to