Share via


DeploymentStackValidateResult Constructors

Definition

Overloads

DeploymentStackValidateResult()

Initializes a new instance of the DeploymentStackValidateResult class.

DeploymentStackValidateResult(String, String, String, SystemData, ErrorDetail, DeploymentStackValidateProperties)

Initializes a new instance of the DeploymentStackValidateResult class.

DeploymentStackValidateResult()

Initializes a new instance of the DeploymentStackValidateResult class.

public DeploymentStackValidateResult ();
Public Sub New ()

Applies to

DeploymentStackValidateResult(String, String, String, SystemData, ErrorDetail, DeploymentStackValidateProperties)

Initializes a new instance of the DeploymentStackValidateResult class.

public DeploymentStackValidateResult (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Resources.Models.SystemData systemData = default, Microsoft.Azure.Management.Resources.Models.ErrorDetail error = default, Microsoft.Azure.Management.Resources.Models.DeploymentStackValidateProperties properties = default);
new Microsoft.Azure.Management.Resources.Models.DeploymentStackValidateResult : string * string * string * Microsoft.Azure.Management.Resources.Models.SystemData * Microsoft.Azure.Management.Resources.Models.ErrorDetail * Microsoft.Azure.Management.Resources.Models.DeploymentStackValidateProperties -> Microsoft.Azure.Management.Resources.Models.DeploymentStackValidateResult
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional error As ErrorDetail = Nothing, Optional properties As DeploymentStackValidateProperties = Nothing)

Parameters

id
String

String Id used to locate any resource on Azure.

name
String

Name of this resource.

type
String

Type of this resource.

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

error
ErrorDetail

The error detail.

properties
DeploymentStackValidateProperties

The validation result details.

Applies to