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.Management.Graph.RBAC.Fluent.Models.GetObjectsParameters : System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * Nullable<bool> -> Microsoft.Azure.Management.Graph.RBAC.Fluent.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.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET