Share via


GetObjectsParameters Constructors

Definition

Overloads

GetObjectsParameters()

Initializes a new instance of the GetObjectsParameters class.

GetObjectsParameters(IDictionary<String,Object>, IList<String>, IList<String>, Nullable<Boolean>)

Initializes a new instance of the GetObjectsParameters class.

GetObjectsParameters()

Initializes a new instance of the GetObjectsParameters class.

public GetObjectsParameters ();
Public Sub New ()

Applies to

GetObjectsParameters(IDictionary<String,Object>, IList<String>, IList<String>, Nullable<Boolean>)

Initializes a new instance of the GetObjectsParameters class.

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

Parameters

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

objectIds
IList<String>

The requested object IDs.

types
IList<String>

The requested object types.

includeDirectoryObjectReferences
Nullable<Boolean>

If true, also searches for object IDs in the partner tenant.

Applies to