GetObjectsParameters Constructors
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.
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
If true, also searches for object IDs in the partner tenant.