CheckGroupMembershipResult 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
CheckGroupMembershipResult() |
Initializes a new instance of the CheckGroupMembershipResult class. |
CheckGroupMembershipResult(IDictionary<String,Object>, Nullable<Boolean>) |
Initializes a new instance of the CheckGroupMembershipResult class. |
CheckGroupMembershipResult()
Initializes a new instance of the CheckGroupMembershipResult class.
public CheckGroupMembershipResult ();
Public Sub New ()
Applies to
CheckGroupMembershipResult(IDictionary<String,Object>, Nullable<Boolean>)
Initializes a new instance of the CheckGroupMembershipResult class.
public CheckGroupMembershipResult (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, bool? value = default);
new Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipResult : System.Collections.Generic.IDictionary<string, obj> * Nullable<bool> -> Microsoft.Azure.Graph.RBAC.Models.CheckGroupMembershipResult
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional value As Nullable(Of Boolean) = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
True if the specified user, group, contact, or service principal has either direct or transitive membership in the specified group; otherwise, false.