VulnerabilityAssessmentScanError Class
- java.
lang. Object - com.
microsoft. azure. management. sql. VulnerabilityAssessmentScanError
- com.
public class VulnerabilityAssessmentScanError
Properties of a vulnerability assessment scan error.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
code()
Get the error code. |
String |
message()
Get the error message. |
Method Details
code
public String code()
Get the error code.
Returns:
the code value
message
public String message()
Get the error message.
Returns:
the message value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java