ApplicationsOperationsExtensions.Create 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.
Create a new application.
public static Microsoft.Azure.Graph.RBAC.Models.Application Create (this Microsoft.Azure.Graph.RBAC.IApplicationsOperations operations, Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters parameters);
static member Create : Microsoft.Azure.Graph.RBAC.IApplicationsOperations * Microsoft.Azure.Graph.RBAC.Models.ApplicationCreateParameters -> Microsoft.Azure.Graph.RBAC.Models.Application
<Extension()>
Public Function Create (operations As IApplicationsOperations, parameters As ApplicationCreateParameters) As Application
Parameters
- operations
- IApplicationsOperations
The operations group for this extension method.
- parameters
- ApplicationCreateParameters
The parameters for creating an application.