GroupGetMemberGroupsParameters 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 GroupGetMemberGroupsParameters
type GroupGetMemberGroupsParameters = class
Public Class GroupGetMemberGroupsParameters
- Inheritance
-
GroupGetMemberGroupsParameters
Constructors
GroupGetMemberGroupsParameters() |
Initializes a new instance of the GroupGetMemberGroupsParameters class. |
GroupGetMemberGroupsParameters(Boolean, IDictionary<String,Object>) |
Initializes a new instance of the GroupGetMemberGroupsParameters 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