ErrorDeployment Class

Definition

Deployment on error behavior.

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

Constructors

ErrorDeployment()

Initializes a new instance of ErrorDeployment.

Properties

DeploymentName

The deployment to be used on error case.

DeploymentType

The deployment on error behavior type. Possible values are LastSuccessful and SpecificDeployment.

Explicit Interface Implementations

IJsonModel<ErrorDeployment>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ErrorDeployment>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ErrorDeployment>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ErrorDeployment>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ErrorDeployment>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to