VulnerabilityAssessmentScanError Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.VulnerabilityAssessmentScanError

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