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

This class contains the provider error details per object.
ファイルを表示 Open project: Azure/azure-powershell

Public Methods

Method 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 method

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

ASRProviderError() public method

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
return System