UserGetMemberGroupsParameters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.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)
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