Share via


DeploymentValidateResult interface

Information from validate template deployment response.

Properties

error

The deployment validation error. NOTE: This property will not be serialized. It can only be populated by the server.

id

The ID of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.

properties

The template deployment properties.

type

The type of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

error

The deployment validation error. NOTE: This property will not be serialized. It can only be populated by the server.

error?: ErrorResponse

Property Value

id

The ID of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

name

The name of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

properties

The template deployment properties.

properties?: DeploymentPropertiesExtended

Property Value

type

The type of the deployment. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string