次の方法で共有


GroupGetMemberGroupsParameters コンストラクター

定義

オーバーロード

GroupGetMemberGroupsParameters()

GroupGetMemberGroupsParameters クラスの新しいインスタンスを初期化します。

GroupGetMemberGroupsParameters(Boolean, IDictionary<String,Object>)

GroupGetMemberGroupsParameters クラスの新しいインスタンスを初期化します。

GroupGetMemberGroupsParameters()

GroupGetMemberGroupsParameters クラスの新しいインスタンスを初期化します。

public GroupGetMemberGroupsParameters ();
Public Sub New ()

適用対象

GroupGetMemberGroupsParameters(Boolean, IDictionary<String,Object>)

GroupGetMemberGroupsParameters クラスの新しいインスタンスを初期化します。

public GroupGetMemberGroupsParameters (bool securityEnabledOnly, System.Collections.Generic.IDictionary<string,object> additionalProperties = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GroupGetMemberGroupsParameters : bool * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.GroupGetMemberGroupsParameters
Public Sub New (securityEnabledOnly As Boolean, Optional additionalProperties As IDictionary(Of String, Object) = Nothing)

パラメーター

securityEnabledOnly
Boolean

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

additionalProperties
IDictionary<String,Object>

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

適用対象