DeploymentDiagnosticsDefinition Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. DeploymentDiagnosticsDefinition
- com.
Implements
public final class DeploymentDiagnosticsDefinition
implements JsonSerializable<DeploymentDiagnosticsDefinition>
The DeploymentDiagnosticsDefinition model.
Constructor Summary
Constructor | Description |
---|---|
DeploymentDiagnosticsDefinition() |
Creates an instance of Deployment |
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) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
DeploymentDiagnosticsDefinition
public DeploymentDiagnosticsDefinition()
Creates an instance of DeploymentDiagnosticsDefinition class.
Method Details
additionalInfo
public List
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:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java