ErrorAdditionalInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.resources.deployments.models.ErrorAdditionalInfo

Implements

public final class ErrorAdditionalInfo
implements JsonSerializable<ErrorAdditionalInfo>

The resource management error additional info.

Method Summary

Modifier and Type Method and Description
static ErrorAdditionalInfo fromJson(JsonReader jsonReader)

Reads an instance of ErrorAdditionalInfo from the JsonReader.

BinaryData info()

Get the info property: The additional info.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The additional info type.

Methods inherited from java.lang.Object

Method Details

fromJson

public static ErrorAdditionalInfo fromJson(JsonReader jsonReader)

Reads an instance of ErrorAdditionalInfo from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ErrorAdditionalInfo if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ErrorAdditionalInfo.

info

public BinaryData info()

Get the info property: The additional info.

Returns:

the info value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The additional info type.

Returns:

the type value.

Applies to