Share via


BackupFeatureValidationResult Class

Definition

Feature Validation Response.

public class BackupFeatureValidationResult : Azure.ResourceManager.DataProtectionBackup.Models.BackupFeatureValidationResultBase, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataProtectionBackup.Models.BackupFeatureValidationResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataProtectionBackup.Models.BackupFeatureValidationResult>
type BackupFeatureValidationResult = class
    inherit BackupFeatureValidationResultBase
    interface IJsonModel<BackupFeatureValidationResult>
    interface IPersistableModel<BackupFeatureValidationResult>
Public Class BackupFeatureValidationResult
Inherits BackupFeatureValidationResultBase
Implements IJsonModel(Of BackupFeatureValidationResult), IPersistableModel(Of BackupFeatureValidationResult)
Inheritance
BackupFeatureValidationResult
Implements

Properties

Features

Response features.

FeatureType

backup support feature type.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupFeatureValidationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupFeatureValidationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<BackupFeatureValidationResultBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from BackupFeatureValidationResultBase)
IJsonModel<BackupFeatureValidationResultBase>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupFeatureValidationResultBase)
IPersistableModel<BackupFeatureValidationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupFeatureValidationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupFeatureValidationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<BackupFeatureValidationResultBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from BackupFeatureValidationResultBase)
IPersistableModel<BackupFeatureValidationResultBase>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from BackupFeatureValidationResultBase)
IPersistableModel<BackupFeatureValidationResultBase>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from BackupFeatureValidationResultBase)

Applies to