PreAuthorizedApplication コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PreAuthorizedApplication() |
PreAuthorizedApplication クラスの新しいインスタンスを初期化します。 |
PreAuthorizedApplication(String, IList<PreAuthorizedApplicationPermission>, IList<PreAuthorizedApplicationExtension>) |
PreAuthorizedApplication クラスの新しいインスタンスを初期化します。 |
PreAuthorizedApplication()
PreAuthorizedApplication クラスの新しいインスタンスを初期化します。
public PreAuthorizedApplication ();
Public Sub New ()
適用対象
PreAuthorizedApplication(String, IList<PreAuthorizedApplicationPermission>, IList<PreAuthorizedApplicationExtension>)
PreAuthorizedApplication クラスの新しいインスタンスを初期化します。
public PreAuthorizedApplication (string appId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PreAuthorizedApplicationPermission> permissions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PreAuthorizedApplicationExtension> extensions = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PreAuthorizedApplication : string * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PreAuthorizedApplicationPermission> * System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PreAuthorizedApplicationExtension> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.PreAuthorizedApplication
Public Sub New (Optional appId As String = Nothing, Optional permissions As IList(Of PreAuthorizedApplicationPermission) = Nothing, Optional extensions As IList(Of PreAuthorizedApplicationExtension) = Nothing)
パラメーター
- appId
- String
アプリケーション ID を表します。
- permissions
- IList<PreAuthorizedApplicationPermission>
リソース アプリケーションから必要なアプリのアクセス許可/エンタイトルメントのコレクション。
- extensions
- IList<PreAuthorizedApplicationExtension>
リソース アプリケーションからの拡張機能のコレクション。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET