CheckGroupMembershipParameters 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 IsMemberOf API call.
public class CheckGroupMembershipParameters
type CheckGroupMembershipParameters = class
Public Class CheckGroupMembershipParameters
- Inheritance
-
CheckGroupMembershipParameters
Constructors
CheckGroupMembershipParameters() |
Initializes a new instance of the CheckGroupMembershipParameters class. |
CheckGroupMembershipParameters(String, String, IDictionary<String,Object>) |
Initializes a new instance of the CheckGroupMembershipParameters class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
GroupId |
Gets or sets the object ID of the group to check. |
MemberId |
Gets or sets the object ID of the contact, group, user, or service principal to check for membership in the specified group. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET