PreAuthorizedApplication Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PreAuthorizedApplication() |
Initialisiert eine neue instance der PreAuthorizedApplication-Klasse. |
PreAuthorizedApplication(String, IList<PreAuthorizedApplicationPermission>, IList<PreAuthorizedApplicationExtension>) |
Initialisiert eine neue instance der PreAuthorizedApplication-Klasse. |
PreAuthorizedApplication()
Initialisiert eine neue instance der PreAuthorizedApplication-Klasse.
public PreAuthorizedApplication ();
Public Sub New ()
Gilt für:
PreAuthorizedApplication(String, IList<PreAuthorizedApplicationPermission>, IList<PreAuthorizedApplicationExtension>)
Initialisiert eine neue instance der PreAuthorizedApplication-Klasse.
public PreAuthorizedApplication (string appId = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplicationPermission> permissions = default, System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplicationExtension> extensions = default);
new Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplication : string * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplicationPermission> * System.Collections.Generic.IList<Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplicationExtension> -> Microsoft.Azure.Graph.RBAC.Models.PreAuthorizedApplication
Public Sub New (Optional appId As String = Nothing, Optional permissions As IList(Of PreAuthorizedApplicationPermission) = Nothing, Optional extensions As IList(Of PreAuthorizedApplicationExtension) = Nothing)
Parameter
- appId
- String
Stellt die Anwendungs-ID dar.
- permissions
- IList<PreAuthorizedApplicationPermission>
Sammlung der erforderlichen App-Berechtigungen/-berechtigungen aus der Ressourcenanwendung.
- extensions
- IList<PreAuthorizedApplicationExtension>
Sammlung von Erweiterungen aus der Ressourcenanwendung.
Gilt für:
Azure SDK for .NET