MsGraphGroupsAndUsersModelFactory.GetMemberGroupsInput Method
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.
Creates a new instance of GetMemberGroupsInput(Nullable<Boolean>).
public static Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.GetMemberGroupsInput GetMemberGroupsInput(bool? securityEnabledOnly = default);
static member GetMemberGroupsInput : Nullable<bool> -> Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.GetMemberGroupsInput
Public Shared Function GetMemberGroupsInput (Optional securityEnabledOnly As Nullable(Of Boolean) = Nothing) As GetMemberGroupsInput