C# 클래스 Microsoft.Azure.Management.Internal.Resources.Models.ResourceManagementErrorWithDetails

상속: ResourceManagementError
파일 보기 프로젝트 열기: Azure/azure-powershell 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

ResourceManagementErrorWithDetails() 공개 메소드

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

ResourceManagementErrorWithDetails() 공개 메소드

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