共用方式為


CheckGroupMembershipParameters Class

Definition

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