GetObjectsParameters Constructors

Definition

Overloads

GetObjectsParameters()
GetObjectsParameters(Boolean, IList<String>, IList<String>)

GetObjectsParameters()

public GetObjectsParameters ();
Public Sub New ()

Applies to

GetObjectsParameters(Boolean, IList<String>, IList<String>)

public GetObjectsParameters (bool includeDirectoryObjectReferences, System.Collections.Generic.IList<string> objectIds = default, System.Collections.Generic.IList<string> types = default);
new Microsoft.Azure.Graph.RBAC.Version1_6.Models.GetObjectsParameters : bool * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Graph.RBAC.Version1_6.Models.GetObjectsParameters
Public Sub New (includeDirectoryObjectReferences As Boolean, Optional objectIds As IList(Of String) = Nothing, Optional types As IList(Of String) = Nothing)

Parameters

includeDirectoryObjectReferences
Boolean
objectIds
IList<String>
types
IList<String>

Applies to