Dela via


BackupSupportedFeature Class

Definition

Elements class for feature request.

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

Properties

ExposureControlledFeatures

support feature type.

FeatureName

support feature type.

SupportStatus

feature support status.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupSupportedFeature>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupSupportedFeature>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupSupportedFeature>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupSupportedFeature>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupSupportedFeature>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to