Share via


GroupGetMemberGroupsParameters Constructors

Definition

Overloads

GroupGetMemberGroupsParameters()
GroupGetMemberGroupsParameters(Boolean, IDictionary<String,Object>)

GroupGetMemberGroupsParameters()

public GroupGetMemberGroupsParameters ();
Public Sub New ()

Applies to

GroupGetMemberGroupsParameters(Boolean, IDictionary<String,Object>)

public GroupGetMemberGroupsParameters (bool securityEnabledOnly, System.Collections.Generic.IDictionary<string,object> additionalProperties = default);
new Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.GroupGetMemberGroupsParameters : bool * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Graph.RBAC.Version1_6_20190326.Models.GroupGetMemberGroupsParameters
Public Sub New (securityEnabledOnly As Boolean, Optional additionalProperties As IDictionary(Of String, Object) = Nothing)

Parameters

securityEnabledOnly
Boolean
additionalProperties
IDictionary<String,Object>

Applies to