共用方式為


CheckGroupMembershipResult Constructors

Definition

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

value
Nullable<Boolean>

True if the specified user, group, contact, or service principal has either direct or transitive membership in the specified group; otherwise, false.

Applies to