GroupGetMemberGroupsParameters Constructors

Definition

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 ();

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

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);

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

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy