你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ErrorAdditionalInfo Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. ErrorAdditionalInfo
- com.
Implements
public final class ErrorAdditionalInfo
implements JsonSerializable<ErrorAdditionalInfo>
The resource management error additional info.
Constructor Summary
Constructor | Description |
---|---|
ErrorAdditionalInfo() |
Creates an instance of Error |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Error |
fromJson(JsonReader jsonReader)
Reads an instance of Error |
Object |
info()
Get the info property: The additional info. |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The additional info type. |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ErrorAdditionalInfo
public ErrorAdditionalInfo()
Creates an instance of ErrorAdditionalInfo class.
Method Details
fromJson
public static ErrorAdditionalInfo fromJson(JsonReader jsonReader)
Reads an instance of ErrorAdditionalInfo from the JsonReader.
Parameters:
Returns:
Throws:
info
public Object info()
Get the info property: The additional info.
Returns:
toJson
type
public String type()
Get the type property: The additional info type.
Returns:
validate
public void validate()
Validates the instance.