CSMJobErrorInfo Constructors

Definition

Overloads

CSMJobErrorInfo()

Initializes a new instance of the CSMJobErrorInfo class.

CSMJobErrorInfo(Int32)

Initializes a new instance of the CSMJobErrorInfo class with required arguments.

CSMJobErrorInfo()

Initializes a new instance of the CSMJobErrorInfo class.

public CSMJobErrorInfo ();
Public Sub New ()

Applies to

CSMJobErrorInfo(Int32)

Initializes a new instance of the CSMJobErrorInfo class with required arguments.

public CSMJobErrorInfo (int errorCode);
new Microsoft.Azure.Management.BackupServices.Models.CSMJobErrorInfo : int -> Microsoft.Azure.Management.BackupServices.Models.CSMJobErrorInfo
Public Sub New (errorCode As Integer)

Parameters

errorCode
Int32

Applies to