次の方法で共有


UserGetMemberGroupsParameters コンストラクター

定義

オーバーロード

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.Graph.RBAC.Models.UserGetMemberGroupsParameters : bool * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Graph.RBAC.Models.UserGetMemberGroupsParameters
Public Sub New (securityEnabledOnly As Boolean, Optional additionalProperties As IDictionary(Of String, Object) = Nothing)

パラメーター

securityEnabledOnly
Boolean

true の場合は、セキュリティが有効なグループのメンバーシップのみを確認する必要があります。 それ以外の場合は、すべてのグループのメンバーシップを確認する必要があります。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

適用対象