C# 클래스 Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRServiceError

This class contains the ASR error details per object.
상속: System.Error
파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
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.

메소드 상세

ASRServiceError() 공개 메소드

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

ASRServiceError() 공개 메소드

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
리턴 System