GroupGetMemberGroupsParameters 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
GroupGetMemberGroupsParameters() |
Initializes a new instance of the GroupGetMemberGroupsParameters class. |
GroupGetMemberGroupsParameters(Boolean, IDictionary<String,Object>) |
Initializes a new instance of the GroupGetMemberGroupsParameters class. |
GroupGetMemberGroupsParameters()
Initializes a new instance of the GroupGetMemberGroupsParameters class.
public GroupGetMemberGroupsParameters ();
Public Sub New ()
Applies to
GroupGetMemberGroupsParameters(Boolean, IDictionary<String,Object>)
Initializes a new instance of the GroupGetMemberGroupsParameters class.
public GroupGetMemberGroupsParameters (bool securityEnabledOnly, System.Collections.Generic.IDictionary<string,object> additionalProperties = default);
new Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters : bool * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Graph.RBAC.Models.GroupGetMemberGroupsParameters
Public Sub New (securityEnabledOnly As Boolean, Optional additionalProperties As IDictionary(Of String, Object) = Nothing)
Parameters
- securityEnabledOnly
- Boolean
If true, only membership in security-enabled groups should be checked. Otherwise, membership in all groups should be checked.
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection