UserGetMemberGroupsParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
UserGetMemberGroupsParameters() |
UserGetMemberGroupsParameters クラスの新しいインスタンスを初期化します。 |
UserGetMemberGroupsParameters(Boolean, IDictionary<String,Object>) |
UserGetMemberGroupsParameters クラスの新しいインスタンスを初期化します。 |
UserGetMemberGroupsParameters()
UserGetMemberGroupsParameters クラスの新しいインスタンスを初期化します。
public UserGetMemberGroupsParameters ();
Public Sub New ()
適用対象
UserGetMemberGroupsParameters(Boolean, IDictionary<String,Object>)
UserGetMemberGroupsParameters クラスの新しいインスタンスを初期化します。
public UserGetMemberGroupsParameters (bool securityEnabledOnly, System.Collections.Generic.IDictionary<string,object> additionalProperties = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserGetMemberGroupsParameters : bool * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.UserGetMemberGroupsParameters
Public Sub New (securityEnabledOnly As Boolean, Optional additionalProperties As IDictionary(Of String, Object) = Nothing)
パラメーター
- securityEnabledOnly
- Boolean
true の場合は、セキュリティが有効なグループのメンバーシップのみを確認する必要があります。 それ以外の場合は、すべてのグループのメンバーシップを確認する必要があります。
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET