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() | |
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