Share via


DeleteCertificateError Constructors

Definition

Overloads

DeleteCertificateError()

Initializes a new instance of the DeleteCertificateError class.

DeleteCertificateError(String, String, String, IList<DeleteCertificateError>)

Initializes a new instance of the DeleteCertificateError class.

DeleteCertificateError()

Initializes a new instance of the DeleteCertificateError class.

public DeleteCertificateError ();
Public Sub New ()

Applies to

DeleteCertificateError(String, String, String, IList<DeleteCertificateError>)

Initializes a new instance of the DeleteCertificateError class.

public DeleteCertificateError (string code, string message, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.DeleteCertificateError> details = default);
new Microsoft.Azure.Management.Batch.Models.DeleteCertificateError : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.DeleteCertificateError> -> Microsoft.Azure.Management.Batch.Models.DeleteCertificateError
Public Sub New (code As String, message As String, Optional target As String = Nothing, Optional details As IList(Of DeleteCertificateError) = Nothing)

Parameters

code
String

An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

message
String

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

target
String

The target of the particular error. For example, the name of the property in error.

details
IList<DeleteCertificateError>

A list of additional details about the error.

Applies to