CheckGroupMembershipResultInner 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
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
True if the specified user, group, contact, or service principal has either direct or transitive membership in the specified group; otherwise, false.
Applies to
Azure SDK for .NET