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() | |
CheckGroupMembershipParameters(String, String) |
CheckGroupMembershipParameters()
public CheckGroupMembershipParameters ();
Public Sub New ()
Applies to
CheckGroupMembershipParameters(String, String)
public CheckGroupMembershipParameters (string groupId, string memberId);
new Microsoft.Azure.Graph.RBAC.Version1_6.Models.CheckGroupMembershipParameters : string * string -> Microsoft.Azure.Graph.RBAC.Version1_6.Models.CheckGroupMembershipParameters
Public Sub New (groupId As String, memberId As String)
Parameters
- groupId
- String
- memberId
- String