Share via


UserGetMemberGroupsParameters Constructors

Definition

Overloads

UserGetMemberGroupsParameters()

Initializes a new instance of the UserGetMemberGroupsParameters class.

UserGetMemberGroupsParameters(Boolean, IDictionary<String,Object>)

Initializes a new instance of the UserGetMemberGroupsParameters class.

UserGetMemberGroupsParameters()

Initializes a new instance of the UserGetMemberGroupsParameters class.

public UserGetMemberGroupsParameters ();
Public Sub New ()

Applies to

UserGetMemberGroupsParameters(Boolean, IDictionary<String,Object>)

Initializes a new instance of the UserGetMemberGroupsParameters class.

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)

Parameters

securityEnabledOnly
Boolean

If true, only membership in security-enabled groups should be checked. Otherwise, membership in all groups should be checked.

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

Applies to