C# Class Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError

This class contains the ASR error details per object.
Inheritance: System.Error
Exibir arquivo Open project: Azure/azure-powershell

Public Methods

Method Description
ASRServiceError ( ) : System

Initializes a new instance of the ASRServiceError class with required parameters.

ASRServiceError ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ServiceError serviceError ) : System

Initializes a new instance of the ASRServiceError class with required parameters.

Method Details

ASRServiceError() public method

Initializes a new instance of the ASRServiceError class with required parameters.
public ASRServiceError ( ) : System
return System

ASRServiceError() public method

Initializes a new instance of the ASRServiceError class with required parameters.
public ASRServiceError ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ServiceError serviceError ) : System
serviceError Microsoft.WindowsAzure.Management.SiteRecovery.Models.ServiceError ServiceError object
return System