ApplicationOperationsExtensions.CreateOrUpdateAsync 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 or update a security application on the given subscription.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.Application> CreateOrUpdateAsync(this Microsoft.Azure.Management.Security.IApplicationOperations operations, string applicationId, Microsoft.Azure.Management.Security.Models.Application application, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Security.IApplicationOperations * string * Microsoft.Azure.Management.Security.Models.Application * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.Application>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IApplicationOperations, applicationId As String, application As Application, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Application)
Parameters
- operations
- IApplicationOperations
The operations group for this extension method.
- applicationId
- String
The security Application key - unique key for the standard application
- application
- Application
- cancellationToken
- CancellationToken
The cancellation token.