DeploymentScriptsError Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- error
- ErrorResponse
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET