Поделиться через


UserGetMemberGroupsParameters Constructors

Definition

Overloads

UserGetMemberGroupsParameters()

public UserGetMemberGroupsParameters();
Public Sub New ()

Applies to

UserGetMemberGroupsParameters(Boolean, IDictionary<String,Object>)

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

Parameters

securityEnabledOnly
Boolean
additionalProperties
IDictionary<String,Object>

Applies to