GetByIdsOKResponse 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
GetByIdsOKResponse() | |
GetByIdsOKResponse(IDictionary<String,Object>, String, IList<MicrosoftGraphDirectoryObject>) |
GetByIdsOKResponse()
public GetByIdsOKResponse ();
Public Sub New ()
Applies to
GetByIdsOKResponse(IDictionary<String,Object>, String, IList<MicrosoftGraphDirectoryObject>)
public GetByIdsOKResponse (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string odatacontext = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.DirectoryObjects.Models.MicrosoftGraphDirectoryObject> value = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.DirectoryObjects.Models.GetByIdsOKResponse : System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.DirectoryObjects.Models.MicrosoftGraphDirectoryObject> -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.DirectoryObjects.Models.GetByIdsOKResponse
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional odatacontext As String = Nothing, Optional value As IList(Of MicrosoftGraphDirectoryObject) = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- odatacontext
- String