你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OdataErrorDetail 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
OdataErrorDetail() | |
OdataErrorDetail(String, String, IDictionary<String,Object>, String) |
OdataErrorDetail()
public OdataErrorDetail ();
Public Sub New ()
Applies to
OdataErrorDetail(String, String, IDictionary<String,Object>, String)
public OdataErrorDetail (string code, string message, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string target = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.DirectoryObjects.Models.OdataErrorDetail : string * string * System.Collections.Generic.IDictionary<string, obj> * string -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.DirectoryObjects.Models.OdataErrorDetail
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