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

Inheritance: ResourceManagementError
Afficher le fichier Open project: Azure/azure-powershell Class Usage Examples

Méthodes publiques

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

Initializes a new instance of the ResourceManagementErrorWithDetails class.
public ResourceManagementErrorWithDetails ( ) : Hyak.Common
Résultat Hyak.Common

ResourceManagementErrorWithDetails() public méthode

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