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

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
ResourceManagementError ( ) : System

Initializes a new instance of the ResourceManagementError class.

ResourceManagementError ( string code, string message ) : System

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

Method Details

ResourceManagementError() public method

Initializes a new instance of the ResourceManagementError class.
public ResourceManagementError ( ) : System
return System

ResourceManagementError() public method

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