ErrorDeploymentExtended Class

Definition

Deployment on error behavior with additional details.

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

Properties

DeploymentName

The deployment to be used on error case.

DeploymentType

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

ProvisioningState

The state of the provisioning for the on error deployment.

Explicit Interface Implementations

IJsonModel<ErrorDeploymentExtended>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ErrorDeploymentExtended>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ErrorDeploymentExtended>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ErrorDeploymentExtended>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ErrorDeploymentExtended>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to