C# Class Microsoft.Azure.Commands.SiteRecovery.Error

Exibir arquivo Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

Method Description
Error ( ) : Microsoft.Azure.Commands.SiteRecovery

Initializes a new instance of the Error class.

Error ( Microsoft.Azure.Management.SiteRecovery.Models.ServiceError se ) : Microsoft.Azure.Commands.SiteRecovery

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

Error ( string errorCode, string message, string possibleCauses, string recommendedAction, string activityId ) : Microsoft.Azure.Commands.SiteRecovery

Initializes a new instance of the Error class.

Method Details

Error() public method

Initializes a new instance of the Error class.
public Error ( ) : Microsoft.Azure.Commands.SiteRecovery
return Microsoft.Azure.Commands.SiteRecovery

Error() public method

Initializes a new instance of the Error class with required parameters.
public Error ( Microsoft.Azure.Management.SiteRecovery.Models.ServiceError se ) : Microsoft.Azure.Commands.SiteRecovery
se Microsoft.Azure.Management.SiteRecovery.Models.ServiceError Service Error
return Microsoft.Azure.Commands.SiteRecovery

Error() public method

Initializes a new instance of the Error class.
public Error ( string errorCode, string message, string possibleCauses, string recommendedAction, string activityId ) : Microsoft.Azure.Commands.SiteRecovery
errorCode string Service generated error code.
message string Error message.
possibleCauses string Possible causes of the error.
recommendedAction string Recommended action to resolve the error.
activityId string ActivityId in which error occurred.
return Microsoft.Azure.Commands.SiteRecovery