BatchCertificateDeleteError Class
- java.
lang. Object - com.
azure. compute. batch. models. BatchCertificateDeleteError
- com.
Implements
public final class BatchCertificateDeleteError
implements JsonSerializable<BatchCertificateDeleteError>
An error encountered by the Batch service when deleting a Certificate.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Batch |
fromJson(JsonReader jsonReader)
Reads an instance of Batch |
| String |
getCode()
Get the code property: An identifier for the Certificate deletion error. |
| String |
getMessage()
Get the message property: A message describing the Certificate deletion error, intended to be suitable for display in a user interface. |
|
List<Name |
getValues()
Get the values property: A list of additional error details related to the Certificate deletion error. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BatchCertificateDeleteError fromJson(JsonReader jsonReader)
Reads an instance of BatchCertificateDeleteError from the JsonReader.
Parameters:
Returns:
Throws:
getCode
public String getCode()
Get the code property: An identifier for the Certificate deletion error. Codes are invariant and are intended to be consumed programmatically.
Returns:
getMessage
public String getMessage()
Get the message property: A message describing the Certificate deletion error, intended to be suitable for display in a user interface.
Returns:
getValues
public List<NameValuePair> getValues()
Get the values property: A list of additional error details related to the Certificate deletion error. This list includes details such as the active Pools and Compute Nodes referencing this Certificate. However, if a large number of resources reference the Certificate, the list contains only about the first hundred.
Returns: