Delen 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>
public class BackupFeatureValidationResult : Azure.ResourceManager.DataProtectionBackup.Models.BackupFeatureValidationResultBase
type BackupFeatureValidationResult = class
    inherit BackupFeatureValidationResultBase
    interface IJsonModel<BackupFeatureValidationResult>
    interface IPersistableModel<BackupFeatureValidationResult>
type BackupFeatureValidationResult = class
    inherit BackupFeatureValidationResultBase
Public Class BackupFeatureValidationResult
Inherits BackupFeatureValidationResultBase
Implements IJsonModel(Of BackupFeatureValidationResult), IPersistableModel(Of BackupFeatureValidationResult)
Public Class BackupFeatureValidationResult
Inherits BackupFeatureValidationResultBase
Inheritance
BackupFeatureValidationResult
Implements

Properties

Features

Response features.

FeatureType

backup support feature type.

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