다음을 통해 공유


UpdateExternalValidationStatusContent Class

Definition

Update External Validation Status Parameter.

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

Constructors

UpdateExternalValidationStatusContent(ResourceIdentifier, String, SolutionInstanceValidationStatus)

Initializes a new instance of UpdateExternalValidationStatusContent.

Properties

ErrorDetails

Error Details if any failure is there.

ExternalValidationId

External validation id.

SolutionVersionId

Solution Version Id.

ValidationStatus

Validation Status of external validation.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<UpdateExternalValidationStatusContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<UpdateExternalValidationStatusContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<UpdateExternalValidationStatusContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<UpdateExternalValidationStatusContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<UpdateExternalValidationStatusContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to