ApplicationsOperationsExtensions.UpdateApplicationAsync 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.
public static System.Threading.Tasks.Task UpdateApplicationAsync (this Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.IApplicationsOperations operations, string applicationId, Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphApplication body, System.Threading.CancellationToken cancellationToken = default);
static member UpdateApplicationAsync : Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.IApplicationsOperations * string * Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphApplication * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function UpdateApplicationAsync (operations As IApplicationsOperations, applicationId As String, body As MicrosoftGraphApplication, Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- operations
- IApplicationsOperations
- applicationId
- String
- cancellationToken
- CancellationToken