EntityInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
EntityInfo() |
EntityInfo クラスの新しいインスタンスを初期化します。 |
EntityInfo(String, String, String, String, String, EntityParentGroupInfo, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<String>, IList<String>) |
EntityInfo クラスの新しいインスタンスを初期化します。 |
EntityInfo()
EntityInfo クラスの新しいインスタンスを初期化します。
public EntityInfo ();
Public Sub New ()
適用対象
EntityInfo(String, String, String, String, String, EntityParentGroupInfo, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, IList<String>, IList<String>)
EntityInfo クラスの新しいインスタンスを初期化します。
public EntityInfo (string id = default, string type = default, string name = default, string tenantId = default, string displayName = default, Microsoft.Azure.Management.ManagementGroups.Models.EntityParentGroupInfo parent = default, string permissions = default, string inheritedPermissions = default, int? numberOfDescendants = default, int? numberOfChildren = default, int? numberOfChildGroups = default, System.Collections.Generic.IList<string> parentDisplayNameChain = default, System.Collections.Generic.IList<string> parentNameChain = default);
new Microsoft.Azure.Management.ManagementGroups.Models.EntityInfo : string * string * string * string * string * Microsoft.Azure.Management.ManagementGroups.Models.EntityParentGroupInfo * string * string * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.ManagementGroups.Models.EntityInfo
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional tenantId As String = Nothing, Optional displayName As String = Nothing, Optional parent As EntityParentGroupInfo = Nothing, Optional permissions As String = Nothing, Optional inheritedPermissions As String = Nothing, Optional numberOfDescendants As Nullable(Of Integer) = Nothing, Optional numberOfChildren As Nullable(Of Integer) = Nothing, Optional numberOfChildGroups As Nullable(Of Integer) = Nothing, Optional parentDisplayNameChain As IList(Of String) = Nothing, Optional parentNameChain As IList(Of String) = Nothing)
パラメーター
- id
- String
エンティティの完全修飾 ID。 たとえば、/providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000
- type
- String
リソースの型。 たとえば、Microsoft.Management/managementGroups
- name
- String
エンティティの名前。 たとえば、000000000-0000-0000-0000-00000000000000000
- tenantId
- String
エンティティに関連付けられている AAD テナント ID。 たとえば、000000000-0000-0000-0000-00000000000000000
- displayName
- String
管理グループのフレンドリ名。
- parent
- EntityParentGroupInfo
Parent
- permissions
- String
アクセス許可
- inheritedPermissions
- String
継承された権限
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET