Share via


DeploymentScriptsError Constructors

Definition

Overloads

DeploymentScriptsError()

Initializes a new instance of the DeploymentScriptsError class.

DeploymentScriptsError(ErrorResponse)

Initializes a new instance of the DeploymentScriptsError class.

DeploymentScriptsError()

Initializes a new instance of the DeploymentScriptsError class.

public DeploymentScriptsError ();
Public Sub New ()

Applies to

DeploymentScriptsError(ErrorResponse)

Initializes a new instance of the DeploymentScriptsError class.

public DeploymentScriptsError (Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.ResourceManager.Models.DeploymentScriptsError : Microsoft.Azure.Management.ResourceManager.Models.ErrorResponse -> Microsoft.Azure.Management.ResourceManager.Models.DeploymentScriptsError
Public Sub New (Optional error As ErrorResponse = Nothing)

Parameters

Applies to