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.
Constructor Summary
Constructor | Description | |
---|---|---|
DeleteCertificateError() |
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 Compute Nodes referencing this Certificate. |
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 Compute Nodes referencing this Certificate. |
Methods inherited from java.lang.Object
Constructor Details
DeleteCertificateError
public DeleteCertificateError()
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 Compute 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 Compute Nodes referencing this Certificate. However, if a large number of resources reference the Certificate, the list contains only about the first hundred.
Parameters:
Returns:
Applies to
Azure SDK for Java