Condividi tramite


ErrorResponseCommonV2 Constructors

Definition

Overloads

ErrorResponseCommonV2()

Initializes a new instance of the ErrorResponseCommonV2 class.

ErrorResponseCommonV2(ErrorDetail)

Initializes a new instance of the ErrorResponseCommonV2 class.

ErrorResponseCommonV2()

Initializes a new instance of the ErrorResponseCommonV2 class.

public ErrorResponseCommonV2 ();
Public Sub New ()

Applies to

ErrorResponseCommonV2(ErrorDetail)

Initializes a new instance of the ErrorResponseCommonV2 class.

public ErrorResponseCommonV2 (Microsoft.Azure.Management.Monitor.Models.ErrorDetail error = default);
new Microsoft.Azure.Management.Monitor.Models.ErrorResponseCommonV2 : Microsoft.Azure.Management.Monitor.Models.ErrorDetail -> Microsoft.Azure.Management.Monitor.Models.ErrorResponseCommonV2
Public Sub New (Optional error As ErrorDetail = Nothing)

Parameters

error
ErrorDetail

The error object.

Applies to