共用方式為


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 ();
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.Management.Graph.RBAC.Fluent.Models.GroupGetMemberGroupsParameters : bool * System.Collections.Generic.IDictionary<string, obj> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.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

Applies to