Partager via


DeploymentScriptsError Constructeurs

Définition

Surcharges

DeploymentScriptsError()

Initialise une nouvelle instance de la classe DeploymentScriptsError.

DeploymentScriptsError(ErrorResponse)

Initialise une nouvelle instance de la classe DeploymentScriptsError.

DeploymentScriptsError()

Initialise une nouvelle instance de la classe DeploymentScriptsError.

public DeploymentScriptsError ();
Public Sub New ()

S’applique à

DeploymentScriptsError(ErrorResponse)

Initialise une nouvelle instance de la classe DeploymentScriptsError.

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)

Paramètres

S’applique à