DeleteCertificateError Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An error encountered by the Batch service when deleting a Certificate.
public class DeleteCertificateError
type DeleteCertificateError = class
Public Class DeleteCertificateError
- Inheritance
-
DeleteCertificateError
Constructors
DeleteCertificateError() |
Initializes a new instance of the DeleteCertificateError class. |
DeleteCertificateError(String, String, IList<NameValuePair>) |
Initializes a new instance of the DeleteCertificateError class. |
Properties
Code |
Gets or sets an identifier for the Certificate deletion error. Codes are invariant and are intended to be consumed programmatically. |
Message |
Gets or sets a message describing the Certificate deletion error, intended to be suitable for display in a user interface. |
Values |
Gets or sets a list of additional error details related to the Certificate deletion error. |
Applies to
Azure SDK for .NET