Поделиться через


IaasVmBackupExtendedProperties Class

Definition

Extended Properties for Azure IaasVM Backup.

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

Constructors

IaasVmBackupExtendedProperties()

Initializes a new instance of IaasVmBackupExtendedProperties.

Properties

DiskExclusionProperties

Extended Properties for Disk Exclusion.

LinuxVmApplicationName

Linux VM name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<IaasVmBackupExtendedProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<IaasVmBackupExtendedProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<IaasVmBackupExtendedProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<IaasVmBackupExtendedProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<IaasVmBackupExtendedProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to