共用方式為


BackupNameInfo Class

Definition

The name of usage.

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

Properties

LocalizedValue

Localized value of usage.

Value

Value of usage.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<BackupNameInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<BackupNameInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BackupNameInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BackupNameInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<BackupNameInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to