ExternalChildResourceCollection<FluentModelTImpl,IFluentModelT,InnerModelT,IParentT,ParentImplT>.CommitAndGetAllAsync 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.
Commits the changes in the external child resource collection.
public System.Threading.Tasks.Task<System.Collections.Generic.List<FluentModelTImpl>> CommitAndGetAllAsync (System.Threading.CancellationToken cancellationToken);
member this.CommitAndGetAllAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<'FluentModelTImpl>>
Public Function CommitAndGetAllAsync (cancellationToken As CancellationToken) As Task(Of List(Of FluentModelTImpl))
Parameters
- cancellationToken
- CancellationToken
Returns
On success a task with changed child resources else a faulted task
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET