你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeleteCertificateError Class

Definition

An error encountered by the Batch service when deleting a certificate.

public class DeleteCertificateError
type DeleteCertificateError = class
Public Class DeleteCertificateError
Inheritance
DeleteCertificateError

Properties

Name Description
Code

Gets a code for the certificate deletion error. See BatchErrorCodeStrings for possible values.

Message

Gets a message describing the certificagte deletion error, intended to be suitable for display in a user interface.

Values

Gets a list of additional error details related to the certificate deletion error.

Applies to