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