PreAuthorizedApplication Constructors

Definition

Overloads

PreAuthorizedApplication()
PreAuthorizedApplication(String, IList<PreAuthorizedApplicationPermission>, IList<PreAuthorizedApplicationExtension>)

PreAuthorizedApplication()

public PreAuthorizedApplication ();
Public Sub New ()

Applies to

PreAuthorizedApplication(String, IList<PreAuthorizedApplicationPermission>, IList<PreAuthorizedApplicationExtension>)

public PreAuthorizedApplication (string appId = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.PreAuthorizedApplicationPermission> permissions = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.PreAuthorizedApplicationExtension> extensions = default);
new Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.PreAuthorizedApplication : string * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.PreAuthorizedApplicationPermission> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.PreAuthorizedApplicationExtension> -> Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.PreAuthorizedApplication
Public Sub New (Optional appId As String = Nothing, Optional permissions As IList(Of PreAuthorizedApplicationPermission) = Nothing, Optional extensions As IList(Of PreAuthorizedApplicationExtension) = Nothing)

Parameters

appId
String

Applies to