Share via


BackupFeatureValidationContent Class

Definition

Base class for feature object.

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

Constructors

BackupFeatureValidationContent()

Initializes a new instance of BackupFeatureValidationContent.

Properties

FeatureName

backup support feature name.

FeatureType

backup support feature type.

Explicit Interface Implementations

IJsonModel<BackupFeatureValidationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupFeatureValidationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<BackupFeatureValidationContentBase>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from BackupFeatureValidationContentBase)
IPersistableModel<BackupFeatureValidationContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupFeatureValidationContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupFeatureValidationContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<BackupFeatureValidationContentBase>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from BackupFeatureValidationContentBase)

Applies to