DeploymentStackValidateProperties Class

Definition

The Deployment stack validation result details.

public class DeploymentStackValidateProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.DeploymentStackValidateProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.DeploymentStackValidateProperties>
type DeploymentStackValidateProperties = class
    interface IJsonModel<DeploymentStackValidateProperties>
    interface IPersistableModel<DeploymentStackValidateProperties>
Public Class DeploymentStackValidateProperties
Implements IJsonModel(Of DeploymentStackValidateProperties), IPersistableModel(Of DeploymentStackValidateProperties)
Inheritance
DeploymentStackValidateProperties
Implements

Constructors

DeploymentStackValidateProperties()

Initializes a new instance of DeploymentStackValidateProperties.

Properties

ActionOnUnmanage

Defines the behavior of resources that are no longer managed after the Deployment stack is updated or deleted.

CorrelationId

The correlation id of the Deployment stack validate operation. It is in GUID format and is used for tracing.

DenySettings

The Deployment stack deny settings.

DeploymentScope

The Deployment stack deployment scope.

Description

The Deployment stack validation description.

Parameters

Deployment parameters.

TemplateLink

The URI of the template.

ValidatedResources

The array of resources that were validated.

Explicit Interface Implementations

IJsonModel<DeploymentStackValidateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DeploymentStackValidateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DeploymentStackValidateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DeploymentStackValidateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DeploymentStackValidateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to