UserGetMemberGroupsParameters Class
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.
Request parameters for GetMemberGroups API call.
public class UserGetMemberGroupsParameters
type UserGetMemberGroupsParameters = class
Public Class UserGetMemberGroupsParameters
- Inheritance
-
UserGetMemberGroupsParameters
Constructors
UserGetMemberGroupsParameters() |
Initializes a new instance of the UserGetMemberGroupsParameters class. |
UserGetMemberGroupsParameters(Boolean, IDictionary<String,Object>) |
Initializes a new instance of the UserGetMemberGroupsParameters class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
SecurityEnabledOnly |
Gets or sets if true, only membership in security-enabled groups should be checked. Otherwise, membership in all groups should be checked. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET