ResponseWithError Constructors

Definition

Overloads

ResponseWithError()

Initializes a new instance of the ResponseWithError class.

ResponseWithError(Error)

Initializes a new instance of the ResponseWithError class.

ResponseWithError()

Initializes a new instance of the ResponseWithError class.

public ResponseWithError ();
Public Sub New ()

Applies to

ResponseWithError(Error)

Initializes a new instance of the ResponseWithError class.

public ResponseWithError (Microsoft.Azure.Management.Monitor.Models.Error error);
new Microsoft.Azure.Management.Monitor.Models.ResponseWithError : Microsoft.Azure.Management.Monitor.Models.Error -> Microsoft.Azure.Management.Monitor.Models.ResponseWithError
Public Sub New (error As Error)

Parameters

error
Error

Error information.

Applies to