GetObjectsParameters Class
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.
Request parameters for the GetObjectsByObjectIds API.
public class GetObjectsParameters
type GetObjectsParameters = class
Public Class GetObjectsParameters
- Inheritance
-
GetObjectsParameters
Constructors
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. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection |
IncludeDirectoryObjectReferences |
Gets or sets if true, also searches for object IDs in the partner tenant. |
ObjectIds |
Gets or sets the requested object IDs. |
Types |
Gets or sets the requested object types. |
Applies to
Azure SDK for .NET