Property | Type | Description |
---|
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.
|
public Error ( ) : Microsoft.Azure.Commands.SiteRecovery | ||
return | Microsoft.Azure.Commands.SiteRecovery |
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 |
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 |