MicrosoftgraphODataErrorsMainError 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
MicrosoftgraphODataErrorsMainError() | |
MicrosoftgraphODataErrorsMainError(String, String, IDictionary<String, Object>, IList<MicrosoftgraphODataErrorsErrorDetails>, IDictionary<String, Object>, String) |
MicrosoftgraphODataErrorsMainError()
public MicrosoftgraphODataErrorsMainError ();
Public Sub New ()
Applies to
MicrosoftgraphODataErrorsMainError(String, String, IDictionary<String, Object>, IList<MicrosoftgraphODataErrorsErrorDetails>, IDictionary<String, Object>, String)
public MicrosoftgraphODataErrorsMainError (string code, string message, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphODataErrorsErrorDetails> details = default, System.Collections.Generic.IDictionary<string,object> innererror = default, string target = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphODataErrorsMainError : string * string * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphODataErrorsErrorDetails> * System.Collections.Generic.IDictionary<string, obj> * string -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphODataErrorsMainError
Public Sub New (code As String, message As String, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional details As IList(Of MicrosoftgraphODataErrorsErrorDetails) = Nothing, Optional innererror As IDictionary(Of String, Object) = Nothing, Optional target As String = Nothing)
Parameters
- code
- String
- message
- String
- additionalProperties
- IDictionary<String,Object>
- innererror
- IDictionary<String,Object>
- target
- String