CheckGroupMembershipParameters Constructors
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.
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.Graph.RBAC.Models.CheckGroupMembershipParameters : string * string * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Graph.RBAC.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