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

This class contains the provider error details per object.
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
ASRProviderError ( ) : System

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

ASRProviderError ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProviderError error ) : System

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

Method Details

ASRProviderError() public méthode

Initializes a new instance of the ASRProviderError class with required parameters.
public ASRProviderError ( ) : System
Résultat System

ASRProviderError() public méthode

Initializes a new instance of the ASRProviderError class with required parameters.
public ASRProviderError ( Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProviderError error ) : System
error Microsoft.WindowsAzure.Management.SiteRecovery.Models.ProviderError ProviderError object
Résultat System