Share via


ValidateSecretResult Class

Definition

Output of the validated secret.

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

Properties

Message

Detailed error message.

Status

The validation status.

Explicit Interface Implementations

IJsonModel<ValidateSecretResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ValidateSecretResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ValidateSecretResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ValidateSecretResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ValidateSecretResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to