DeploymentDiagnosticsDefinition Class
- java.
lang. Object - com.
azure. resourcemanager. resources. deployments. models. DeploymentDiagnosticsDefinition
- com.
Implements
public final class DeploymentDiagnosticsDefinition
implements JsonSerializable<DeploymentDiagnosticsDefinition>
The DeploymentDiagnosticsDefinition model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Error |
additionalInfo()
Get the additional |
| String |
code()
Get the code property: The error code. |
|
static
Deployment |
fromJson(JsonReader jsonReader)
Reads an instance of Deployment |
| Level |
level()
Get the level property: Denotes the additional response level. |
| String |
message()
Get the message property: The error message. |
| String |
target()
Get the target property: The error target. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
additionalInfo
public List<ErrorAdditionalInfo> additionalInfo()
Get the additionalInfo property: The error additional info.
Returns:
code
public String code()
Get the code property: The error code.
Returns:
fromJson
public static DeploymentDiagnosticsDefinition fromJson(JsonReader jsonReader)
Reads an instance of DeploymentDiagnosticsDefinition from the JsonReader.
Parameters:
Returns:
Throws:
level
public Level level()
Get the level property: Denotes the additional response level.
Returns:
message
public String message()
Get the message property: The error message.
Returns:
target
public String target()
Get the target property: The error target.
Returns: