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