DeleteCertificateError Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. DeleteCertificateError
- com.
public class DeleteCertificateError
An error encountered by the Batch service when deleting a certificate.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
code()
Get the code value. |
String |
message()
Get the message value. |
List<Name |
values()
Get this list includes details such as the active pools and nodes referencing this certificate. However, if a large number of resources reference the certificate, the list contains only about the first hundred. |
Delete |
withCode(String code)
Set the code value. |
Delete |
withMessage(String message)
Set the message value. |
Delete |
withValues(List<NameValuePair> values)
Set this list includes details such as the active pools and nodes referencing this certificate. However, if a large number of resources reference the certificate, the list contains only about the first hundred. |
Method Details
code
public String code()
Get the code value.
Returns:
message
public String message()
Get the message value.
Returns:
values
public List
Get this list includes details such as the active pools and nodes referencing this certificate. However, if a large number of resources reference the certificate, the list contains only about the first hundred.
Returns:
withCode
public DeleteCertificateError withCode(String code)
Set the code value.
Parameters:
Returns:
withMessage
public DeleteCertificateError withMessage(String message)
Set the message value.
Parameters:
Returns:
withValues
public DeleteCertificateError withValues(List
Set this list includes details such as the active pools and nodes referencing this certificate. However, if a large number of resources reference the certificate, the list contains only about the first hundred.
Parameters:
Returns: