Share via


CheckGroupMembershipParameters Constructors

Definition

Overloads

CheckGroupMembershipParameters()

Initializes a new instance of the CheckGroupMembershipParameters class.

CheckGroupMembershipParameters(String, String, IDictionary<String,Object>)

Initializes a new instance of the CheckGroupMembershipParameters class.

CheckGroupMembershipParameters()

Initializes a new instance of the CheckGroupMembershipParameters class.

public CheckGroupMembershipParameters ();
Public Sub New ()

Applies to

CheckGroupMembershipParameters(String, String, IDictionary<String,Object>)

Initializes a new instance of the CheckGroupMembershipParameters class.

public CheckGroupMembershipParameters (string groupId, string memberId, System.Collections.Generic.IDictionary<string,object> additionalProperties = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.CheckGroupMembershipParameters : string * string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.CheckGroupMembershipParameters
Public Sub New (groupId As String, memberId As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing)

Parameters

groupId
String

The object ID of the group to check.

memberId
String

The object ID of the contact, group, user, or service principal to check for membership in the specified group.

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

Applies to