Udostępnij za pośrednictwem


DiskExclusionProperties Class

Definition

The DiskExclusionProperties.

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

Constructors

DiskExclusionProperties()

Initializes a new instance of DiskExclusionProperties.

Properties

DiskLunList

List of Disks' Logical Unit Numbers (LUN) to be used for VM Protection.

IsInclusionList

Flag to indicate whether DiskLunList is to be included/ excluded from backup.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DiskExclusionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DiskExclusionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DiskExclusionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DiskExclusionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DiskExclusionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to