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

Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

Error() public méthode

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
Résultat Microsoft.Azure.Commands.SiteRecovery

Error() public méthode

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.
Résultat Microsoft.Azure.Commands.SiteRecovery