共用方式為


CheckGroupMembershipResultInner Constructors

Definition

Overloads

CheckGroupMembershipResultInner()

Initializes a new instance of the CheckGroupMembershipResultInner class.

CheckGroupMembershipResultInner(IDictionary<String,Object>, Nullable<Boolean>)

Initializes a new instance of the CheckGroupMembershipResultInner class.

CheckGroupMembershipResultInner()

Initializes a new instance of the CheckGroupMembershipResultInner class.

public CheckGroupMembershipResultInner ();
Public Sub New ()

Applies to

CheckGroupMembershipResultInner(IDictionary<String,Object>, Nullable<Boolean>)

Initializes a new instance of the CheckGroupMembershipResultInner class.

public CheckGroupMembershipResultInner (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, bool? value = default);
new Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.CheckGroupMembershipResultInner : System.Collections.Generic.IDictionary<string, obj> * Nullable<bool> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.CheckGroupMembershipResultInner
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