C# Class Microsoft.Azure.Management.Internal.Resources.Models.ResourceManagementErrorWithDetails

Inheritance: ResourceManagementError
Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
ResourceManagementErrorWithDetails ( ) : Hyak.Common

Initializes a new instance of the ResourceManagementErrorWithDetails class.

ResourceManagementErrorWithDetails ( string code, string message ) : Hyak.Common

Initializes a new instance of the ResourceManagementErrorWithDetails class with required arguments.

Method Details

ResourceManagementErrorWithDetails() public method

Initializes a new instance of the ResourceManagementErrorWithDetails class.
public ResourceManagementErrorWithDetails ( ) : Hyak.Common
return Hyak.Common

ResourceManagementErrorWithDetails() public method

Initializes a new instance of the ResourceManagementErrorWithDetails class with required arguments.
public ResourceManagementErrorWithDetails ( string code, string message ) : Hyak.Common
code string
message string
return Hyak.Common